exponentials and logarithms
Exponential Functions
You should know: exponents, functions
Overview
An exponential function has the form f(x) = a·bˣ, where the variable sits in the exponent rather than the base. Unlike polynomials, where growth is bounded by a fixed power, exponential functions grow (or decay) by a constant multiplicative factor over every equal step in x — this is what makes them the natural model for compound interest, population growth, radioactive decay, and viral spread.
Intuition
Compare linear growth to exponential growth: a linear function adds the same amount each step (f(x)=x: 1,2,3,4,...), while an exponential function multiplies by the same factor each step (f(x)=2ˣ: 2,4,8,16,...). That constant ratio between consecutive outputs — rather than a constant difference — is the defining signature of exponential behavior, and it's why exponential growth eventually overtakes any polynomial, no matter how high its degree.
Interactive Graph
Formal Definition
An exponential function with base b (b>0, b≠1) and initial value a is defined by:
a = f(0), the initial value; b is the growth/decay factor per unit x
Continuous growth/decay form, where e ≈ 2.71828 and k is the continuous growth rate (k>0 growth, k<0 decay)
Notation
| Notation | Meaning |
|---|---|
| Base — the constant growth factor per unit increase in x (b>1 growth, 0<b<1 decay) | |
| Euler's number, the base of the natural exponential function | |
| Time for a quantity to halve (decay) or double (growth) |
Properties
Domain and range
Horizontal asymptote
Product of powers becomes exponent sum
Monotonicity
Applications
Worked Examples
Substitute x=4 and evaluate the power first.
Answer: f(4) = 48
Practice Problems
Evaluate f(x) = 100·(0.5)ˣ at x = 3, and state whether this represents growth or decay.
$1000 is invested at 5% annual interest compounded continuously. Write the model and find the balance after 10 years (use e^0.5 ≈ 1.6487).
Common Mistakes
Treating exponential functions like polynomials, e.g. thinking 2ˣ grows similarly to x².
Exponential functions eventually outgrow every polynomial, no matter its degree — 2ˣ overtakes x¹⁰⁰ for large enough x, because exponential growth compounds multiplicatively rather than additively.
Forgetting that the base must satisfy b>0 and b≠1 for f(x)=bˣ to be a valid, well-behaved exponential function.
b=1 gives a constant function (1ˣ=1 always); negative bases produce undefined or non-real values for non-integer x (e.g. (-2)^0.5 is not real). Both are excluded from the definition.
Quiz
Summary
- An exponential function f(x)=a·bˣ grows/decays by a constant multiplicative factor b per unit step in x.
- b>1 gives exponential growth; 0<b<1 gives exponential decay; b=e gives the natural exponential, central to continuous growth models.
- Domain is all reals; range is (0,∞) for a>0; there's a horizontal asymptote at y=0.
- Exponential growth eventually outpaces any polynomial growth, regardless of degree.
- Key applications: compound interest, radioactive decay, population growth, and algorithmic complexity.
References
- BookSullivan, M. Algebra and Trigonometry, 10th ed. Ch. 6 — Exponential and Logarithmic Functions.
Mathematics