Exponential and Logarithmic Functions

Exponential and logarithmic functions are the first truly transcendental functions you encounter in precalculus. Unlike polynomials and rational functions, they cannot be built from a finite sequence of algebraic operations. This chapter introduces their graphs, key properties, and the elegant inverse relationship between them, laying the groundwork for differential and integral calculus.

Sections in This Chapter

Title What You Will Learn
Exponential Functions Definition, domain and range, graphs for and , the natural exponential , graphing transformations
Logarithmic Functions Logarithm as inverse of exponential, domain and range, cancellation identities, algebraic properties, common and natural logarithms, change of base formula

Why Exponential and Logarithmic Functions Matter

These functions appear in virtually every quantitative discipline:

  • Population and Ecology: Unchecked population growth follows ; radioactive decay follows the same formula with .
  • Finance: Compound interest and continuously compounded growth are modeled by exponential functions. The time to double an investment is .
  • Information Theory: Shannon entropy and data compression use logarithms base 2; the "bit" is a logarithmic unit.
  • Acoustics and Seismology: The decibel scale and the Richter earthquake scale are both logarithmic, compressing enormous ranges of magnitude into manageable numbers.
  • Calculus: The natural exponential is the unique function equal to its own derivative, making it indispensable in differential equations and integration.
  • Computer Science: Algorithm complexity (e.g., for binary search) and base-2 logarithms are central to algorithm analysis.

Frequently Asked Questions

What makes a function "transcendental"? A function is called transcendental if it cannot be expressed using a finite number of algebraic operations: addition, subtraction, multiplication, division, and root extraction. Exponential and logarithmic functions are the simplest transcendental functions. In contrast, polynomials and rational functions are algebraic.

Why does the base have to be positive and not equal to 1? If the base is negative, then is only defined for certain rational values of (those whose denominators are odd integers), making it unsuitable for calculus. If , then for every , giving a constant function with no interesting behavior. Requiring and ensures the function is defined for all real and is either strictly increasing or strictly decreasing.

What is Euler's number e, and why is it special? The number is an irrational constant (like ). It is special because the function is the unique exponential function whose rate of change at every point equals its own value. This self-referential property makes the natural base for calculus: its derivative is itself, and it appears throughout differential equations, statistics, and complex analysis.

How are exponential and logarithmic functions related? They are inverses of each other. If , then . Graphically, the graph of is the reflection of across the line . The domain of one is the range of the other: exponentials have domain and range , while logarithms have domain and range .

What is the difference between log, ln, and log base b? (without a base) conventionally means the common logarithm (base 10) in most mathematics and precalculus textbooks, though computer languages like Python and MATLAB use "log" for the natural logarithm. always means the natural logarithm (base ). is the general logarithm with an explicit base . Any logarithm can be converted to natural log using the change of base formula: .