AP PRECALCULUS • EXPONENTIAL AND LOGARITHMIC FUNCTIONS

Exponential Functions

Understanding how constant multiplicative change models growth, decay, and real-world phenomena across every quantitative discipline.

Historical Context & Motivation

The concept of exponential growth predates formal mathematics—ancient civilizations observed how populations, debts, and harvests could multiply rapidly over successive periods. The famous wheat-and-chessboard problem, attributed to Indian mathematicians as early as the sixth century, illustrates the staggering power of repeated doubling: placing one grain on the first square, two on the second, four on the third, and so on produces a total exceeding 18 quintillion grains by the sixty-fourth square. This parable captures the essence of exponential behavior—small, constant multiplicative changes compound into quantities that dwarf any linear prediction.

The formal study of exponential functions accelerated during the Renaissance and the Scientific Revolution, when scholars needed tools to model compound interest, population dynamics, and the behavior of physical systems. John Napier's invention of logarithms in 1614 was, in part, motivated by the need to simplify calculations involving exponential quantities. Leonhard Euler later unified these ideas around the constant e ≈ 2.71828, establishing it as the natural base for continuous exponential processes. Today, exponential functions appear everywhere: radioactive decay, bacterial growth, cooling curves, financial modeling, and signal processing all rely on the same underlying mathematical structure.

~600 CE
Wheat & Chessboard Problem
Indian mathematicians illustrate the power of repeated doubling, foreshadowing the concept of exponential growth long before formal notation existed.
1614
Napier's Logarithms
John Napier publishes Mirifici Logarithmorum Canonis Descriptio, introducing logarithms as the inverse operation of exponentiation and revolutionizing computation.
1683
Discovery of e
Jacob Bernoulli identifies the constant e ≈ 2.71828 while studying compound interest, revealing the limiting behavior of (1 + 1/n)ⁿ as n → ∞.
1748
Euler's Unification
Leonhard Euler publishes Introductio in analysin infinitorum, formally defining the exponential function eˣ and connecting it to trigonometry via Euler's formula.
1798
Malthus & Population Growth
Thomas Malthus applies exponential models to predict that population growth will outpace food supply, sparking lasting debate in economics and ecology.

The central question that exponential functions address is deceptively simple: what happens when a quantity changes by a constant percentage—rather than a constant amount—over each equal interval of time? This distinction between additive (linear) change and multiplicative (exponential) change is one of the most important ideas in quantitative reasoning, and mastering it is essential for success on the AP Precalculus exam.

Core Principles & Definitions

An exponential function is any function of the form f(x) = a · bˣ, where a ≠ 0, b > 0, and b ≠ 1. The parameter a represents the initial value (the output when x = 0), and b is the base or growth factor. Unlike polynomial functions where the variable appears in the base and the exponent is fixed, in exponential functions the variable resides in the exponent—a structural difference that produces fundamentally different long-run behavior. Several core principles govern exponential functions and distinguish them from other function families.

1

Constant Multiplicative Change

Over equal-length input intervals, the output of an exponential function is multiplied by the same factor b. If Δx = 1, the ratio f(x + 1)/f(x) = b for all x. This constant ratio is the defining algebraic signature of exponential behavior.
2

Growth vs. Decay

When b > 1, the function exhibits exponential growth—outputs increase without bound. When 0 < b < 1, the function exhibits exponential decay—outputs approach zero. The rate of growth or decay is determined by how far b is from 1.
3

Horizontal Asymptote

The graph of f(x) = a · bˣ has a horizontal asymptote at y = 0 (for the basic form). The function approaches but never reaches this line, reflecting the fact that repeated multiplication by a positive base never yields zero.
4

Domain and Range

The domain of every exponential function is all real numbers (−∞, ∞). When a > 0, the range is (0, ∞); when a < 0, the range is (−∞, 0). The function is always one-to-one, guaranteeing an inverse—the logarithmic function.
5

Concavity

When a > 0 and b > 1, the graph is concave up and increasing. When a > 0 and 0 < b < 1, the graph is concave up and decreasing. This 'always concave up' property (for a > 0) means the rate of change itself is always increasing or always decreasing—never switching.
KEY TAKEAWAY
Think of exponential functions like a photocopier that enlarges or reduces by a fixed percentage. If you set the copier to 110% and copy the copy of the copy, each generation is 10% larger than the last—but since each generation starts bigger, the absolute increase grows every step. A linear function is like adding the same number of pages to a stack each day; an exponential function is like the stack multiplying itself each day. This is why exponential growth eventually overtakes any polynomial growth, no matter how large the polynomial's degree.

Visual Explanation — The Exponential Family of Curves

The graph of an exponential function reveals its character immediately. The following diagram plots four members of the exponential family—two growth curves (b = 2 and b = 3) and two decay curves (b = 1/2 and b = 1/3)—on the same coordinate plane. All four pass through the point (0, 1) because a = 1 and any base raised to the zero power equals 1. Notice how the growth curves rise steeply to the right while remaining near zero on the left, and the decay curves mirror this behavior in reverse.

All four exponential curves pass through the common point (0, 1). Growth curves (b = 2, cyan; b = 3, violet) rise sharply to the right, while decay curves (b = ½, amber; b = ⅓, pink) approach the horizontal asymptote y = 0 from above.

Several features are worth noting in the diagram. First, the larger the base, the steeper the growth curve. The curve for b = 3 (violet) rises more steeply than b = 2 (cyan), and this separation becomes dramatic for large x. Second, the decay curves for b = ½ and b = ⅓ are reflections of the b = 2 and b = 3 curves across the y-axis, respectively—because (1/b)ˣ = b⁻ˣ. Third, all four curves are strictly one-to-one (they pass the horizontal line test), which is why every exponential function has a well-defined inverse logarithm. Finally, notice that every curve is concave up throughout its domain—a hallmark of exponential functions that distinguishes them from power functions and helps in curve identification on the AP exam.

Mathematical Framework

The algebraic structure of exponential functions is governed by a small set of equations and properties. In this section we formalize the general form, introduce the natural exponential function, and derive key relationships that appear frequently on the AP Precalculus exam.

GENERAL EXPONENTIAL FORM
f(x) = a · bˣ
where a = initial value (y-intercept when x = 0), b = base (b > 0, b ≠ 1). If b > 1, the function models growth; if 0 < b < 1, it models decay.
GROWTH/DECAY RATE FORM
f(x) = a(1 + r)ˣ
where r is the growth rate as a decimal. When r > 0, the quantity grows; when −1 < r < 0, it decays. Note that b = 1 + r, so a 5% growth rate means b = 1.05 and a 12% decay rate means b = 0.88.
NATURAL EXPONENTIAL FUNCTION
f(x) = a · eᵏˣ
where e ≈ 2.71828 is Euler's number and k is the continuous growth (k > 0) or decay (k < 0) constant. Any exponential bˣ can be rewritten as e^(x ln b), so k = ln b.
CONSTANT RATIO PROPERTY
f(x + d) / f(x) = b^d for all x
Over any interval of length d, the ratio of consecutive outputs is constant and equals b raised to the d. This is the multiplicative analogue of the constant difference property of linear functions, and it serves as a diagnostic test for exponential data.

The interplay between the base-b form and the base-e form is crucial. Since b = e^(ln b), we can always write a · bˣ = a · e^(x ln b). This means that every exponential function can be expressed in terms of e, and conversely, any function of the form a · eᵏˣ can be converted to base-b form by setting b = eᵏ. On the AP exam, you should be comfortable translating between these representations, particularly when interpreting the meaning of growth rates in applied contexts such as population models or continuously compounded interest.

📝 AP Exam Tip
The AP Precalculus exam frequently tests whether you can identify an exponential function from a table of values. Check for a constant ratio between successive outputs when inputs are equally spaced. If the ratio is constant, the data is exponential; if the difference is constant, the data is linear.

Transformations & Behavior of Exponential Functions

Understanding how transformations affect exponential functions is essential for interpreting graphs and modeling real-world situations. The general transformed exponential function can be written as g(x) = a · b^(x − h) + k, where h represents a horizontal shift and k represents a vertical shift. The parameter a controls vertical stretching, compression, and reflection. Each of these transformations alters specific features of the graph while preserving its fundamental exponential character.

The parent function f(x) = 2ˣ (cyan) is shown alongside three transformations: a vertical shift down by 2 (amber, with new asymptote y = −2), a horizontal shift right by 1 (violet, dashed), and a reflection over the x-axis (pink). Notice how each transformation affects the asymptote and key points differently.
Summary of transformations applied to the exponential function f(x) = a · bˣ
TransformationEquation FormEffect on GraphAsymptote
Vertical shifta · bˣ + kShifts entire graph up (k > 0) or down (k < 0)y = k
Horizontal shifta · b^(x − h)Shifts graph right (h > 0) or left (h < 0)y = 0 (unchanged)
Vertical stretch/compressa · bˣ (|a| ≠ 1)|a| > 1 stretches; 0 < |a| < 1 compressesy = 0 (unchanged)
Reflection over x-axis−a · bˣFlips graph across x-axis; range becomes (−∞, 0)y = 0 (unchanged)
Reflection over y-axisa · b^(−x)Converts growth to decay (or vice versa); equivalent to base 1/by = 0 (unchanged)

A critical detail for the AP exam: when a vertical shift k is applied, the horizontal asymptote moves to y = k. This changes the range from (0, ∞) to (k, ∞) when a > 0, or from (−∞, 0) to (−∞, k) when a < 0. Horizontal shifts, by contrast, do not affect the asymptote—they simply translate the curve left or right. Understanding these distinctions is key to analyzing graphs and writing equations from graphical descriptions.

Worked Example — Modeling Bacterial Growth

A biologist observes that a bacterial colony doubles in size every 3 hours. At time t = 0, the colony contains 500 bacteria. We will construct an exponential model, use it to predict future population, and determine when the population reaches 16,000.

Bacterial Growth Model
1
Step 1 — Identify the Initial Value and Growth FactorThe initial population is a = 500. Because the population doubles every 3 hours, the growth factor over a 3-hour period is 2. Using the general form P(t) = a · b^(t/d), where d is the doubling period, we write:
P(t) = 500 · 2^(t/3)
2
Step 2 — Convert to Unit-Time Base (Optional)To express the function with a per-hour base, note that b = 2^(1/3) ≈ 1.2599. This means the population grows by approximately 26% each hour. The model becomes P(t) = 500 · (2^(1/3))ᵗ = 500 · (1.2599)ᵗ.
P(t) = 500 · (1.2599)ᵗ, per-hour growth rate ≈ 26%
3
Step 3 — Predict Population at t = 12 HoursSubstituting t = 12 into the model: P(12) = 500 · 2^(12/3) = 500 · 2⁴ = 500 · 16 = 8,000. After 12 hours (four doubling periods), the colony has grown to 8,000 bacteria.
P(12) = 8,000 bacteria
4
Step 4 — Find When Population Reaches 16,000Set P(t) = 16,000 and solve: 500 · 2^(t/3) = 16,000 → 2^(t/3) = 32 → 2^(t/3) = 2⁵ → t/3 = 5 → t = 15. Alternatively, using logarithms: t = 3 · log₂(16,000/500) = 3 · log₂(32) = 3 · 5 = 15.
t = 15 hours
5
Step 5 — Verify and InterpretCheck: P(15) = 500 · 2^(15/3) = 500 · 2⁵ = 500 · 32 = 16,000 ✓. The model predicts the colony reaches 16,000 bacteria after exactly 15 hours, which represents 5 complete doubling periods from the initial count. The exponential model is appropriate here because the growth rate is proportional to the current population—a biological assumption valid during the unrestricted growth phase.

Exponential vs. Linear vs. Power Functions

A frequent source of confusion on the AP exam involves distinguishing exponential functions from linear and power functions. All three function families can appear similar over small intervals, but their long-run behavior and underlying structure are fundamentally different. The table below provides a systematic comparison that highlights these differences across several dimensions.

Systematic comparison of linear, power, and exponential function families
FeatureLinear: f(x) = mx + bPower: f(x) = axⁿExponential: f(x) = a · bˣ
Variable locationBase (degree 1)Base (degree n)Exponent
Rate of changeConstant (slope m)Variable (anxⁿ⁻¹)Proportional to current value
Constant propertyConstant differences (additive)No simple constantConstant ratios (multiplicative)
End behavior (x → ∞)Grows linearlyGrows polynomiallyDominates all polynomials
Data detectionCheck for constant Δy/ΔxCheck log-log linearityCheck for constant yₙ₊₁/yₙ
InverseLinearRoot/power functionLogarithmic function
KEY TAKEAWAY
The single most important distinction for the AP exam: linear functions have constant differences, exponential functions have constant ratios. Think of it like a salary raise: a linear raise adds the same dollar amount each year (e.g., +$2,000), while an exponential raise multiplies by the same factor each year (e.g., ×1.03, a 3% raise). Over time, the exponential raise produces dramatically higher earnings because each year's increase is computed on a larger base. This ratio-versus-difference test is the fastest way to classify data on the exam.

Connections to Logarithms & Advanced Theory

Exponential functions open the door to several advanced topics that you will encounter later in AP Precalculus and beyond. The most immediate connection is to logarithmic functions, which are the inverses of exponential functions. Since f(x) = bˣ is one-to-one, its inverse g(x) = log_b(x) exists and "undoes" exponentiation. This inverse relationship is fundamental: solving exponential equations requires logarithms, and interpreting logarithmic scales (such as the Richter scale or pH scale) requires understanding exponential behavior. In calculus, the function eˣ achieves a remarkable property—it is its own derivative—making it the cornerstone of differential equations that model continuous change.

Exponential functions at the AP Precalculus level versus their extensions in calculus and beyond
ConceptAP Precalculus LevelCalculus / Advanced Level
Solving equationsUse logarithms to isolate the variable in the exponent: bˣ = c → x = log_b(c)Solve differential equations: dy/dt = ky yields y = Ce^(kt)
Rate of changeAverage rate of change over an interval; note it increases (growth) or decreases (decay)Instantaneous rate: d/dx[a · bˣ] = a · bˣ · ln(b); for eˣ, the derivative equals the function
Compound interestA = P(1 + r/n)^(nt) with discrete compounding periodsContinuous compounding: A = Pe^(rt), derived as the limit n → ∞
Data linearizationTake ln of outputs to produce a linear relationship: ln(y) = ln(a) + x · ln(b)Regression analysis; log-transforms in statistical modeling and machine learning
Asymptotic behaviorHorizontal asymptote at y = k for f(x) = a · bˣ + kLimits at infinity; L'Hôpital's rule for indeterminate forms involving eˣ

An especially important technique for AP Precalculus is semi-log linearization. If you suspect data is exponential, plotting the natural logarithm of the output values against the input values should produce a straight line. The slope of that line equals ln(b), and the y-intercept equals ln(a). This technique transforms a curved exponential relationship into a linear one, making it easier to estimate parameters and confirm the exponential model. Mastery of this skill bridges your understanding of exponential functions to the broader theme of function transformations that pervades the AP Precalculus curriculum.

Practice Problems

1
A function f is defined for all real numbers and satisfies the property that for every equal-length interval of width 1, the ratio f(x + 1)/f(x) is constant and equal to 0.85. Which of the following must be true about f?
2
A radioactive substance has an initial mass of 200 grams and decays so that its mass is halved every 4 years. Which of the following gives the mass M(t) in grams after t years?
3
The function g is defined by g(x) = 3 · 2^(x + 1) − 6. Determine the horizontal asymptote, the y-intercept, and the zero(s) of g. Show your work for each.
PROBLEM 4APPLIED
A pharmaceutical company models the concentration C(t) of a drug in a patient's bloodstream (in mg/L) by C(t) = 12 · (0.72)ᵗ + 3, where t is measured in hours after administration. (a) Determine the initial concentration at t = 0 and interpret the horizontal asymptote in context. (b) Determine the time at which the concentration drops to 6 mg/L. Express your answer using logarithms and then provide a decimal approximation. (c) A nurse measures the concentration at t = 2 and t = 4. Verify that the ratio of [C(2) − 3] to [C(4) − 3] equals (0.72)⁻² and explain why the subtraction of 3 is necessary.
PROBLEM 5CRITICAL THINKING
Consider two functions: f(x) = 5ˣ and g(x) = x⁵. (a) Show algebraically that f and g intersect at more than one point for x > 0. Identify or approximate the intersection points, and determine beyond which value of x the exponential function f permanently dominates the power function g. Justify your answer. (b) Describe how a semi-log plot (plotting ln(y) versus x) would appear differently for data generated by f versus data generated by g. (c) Explain why the average rate of change of f over any interval [a, a + 1] is proportional to f(a), and identify the constant of proportionality.

Summary — Exponential Functions

An exponential function has the form f(x) = a · bˣ, where the initial value a gives the output at x = 0 and the base b determines whether the function exhibits growth (b > 1) or decay (0 < b < 1). The defining algebraic property is constant multiplicative change over equal input intervals—a sharp contrast to the constant additive change of linear functions. The graph always has a horizontal asymptote (at y = k for the shifted form a · bˣ + k), the domain is all real numbers, and the range is restricted to one side of the asymptote.

Transformations follow the standard rules: vertical shifts change the asymptote and range, while horizontal shifts and reflections preserve them. Every exponential function can be rewritten in natural base form as a · e^(kx), connecting to continuous growth models and calculus. The inverse of an exponential function is a logarithmic function, and semi-log linearization is the key technique for confirming exponential behavior in data. On the AP exam, remember: check for constant ratios to identify exponential data, know how transformations affect asymptotes and intercepts, and be fluent in translating between base-b and base-e representations.

Varsity Tutors • AP Precalculus • Exponential Functions