Exponential Functions for AP Precalculus — AP Precalculus
1. Definition and Core Properties ★★☆☆☆ ⏱ 4 min
An exponential function is formally defined as a function where the independent variable appears in the exponent of a constant positive base, distinguishing it from polynomials (which have a variable base and constant exponent). The standard general form is:
f(x) = ab^x, \quad a \neq 0, \; b>0, \; b \neq 1
Restrictions on $b$ exist because $b=1$ produces a constant (non-exponential) function, and a negative base results in non-real outputs for many fractional exponents. Exponential function questions make up ~7-10% of the total AP Precalculus exam, appearing in both multiple-choice and free-response sections.
All valid exponential functions share consistent core properties: $a$ is the initial value and y-intercept, since $f(0) = ab^0 = a$. If $b>1$, the function is exponential growth (increases as $x$ increases); if $0<b<1$, it is exponential decay (decreases as $x$ increases).
The domain of any exponential function is all real numbers $(-\infty, \infty)$, because a positive base can be raised to any real exponent. For unshifted functions, the horizontal asymptote is always $y=0$, and the sign of $a$ determines the range: if $a>0$, range is $(0, \infty)$; if $a<0$, range is $(-\infty, 0)$.
End behavior, written in limit notation, depends on the base:
- Growth ($b>1$): $\lim_{x \to \infty} f(x) = \text{sign}(a) \cdot \infty$, $\lim_{x \to -\infty} f(x) = 0$
- Decay ($0<b<1$): $\lim_{x \to \infty} f(x) = 0$, $\lim_{x \to -\infty} f(x) = \text{sign}(a) \cdot \infty$
Exam tip: On MCQ questions asking for range, always check the sign of the leading coefficient $a$: if $a$ is negative, the range will be entirely negative, which is the most common distractor.
2. Transformations of Exponential Functions ★★★☆☆ ⏱ 4 min
Exponential functions follow all standard function transformation rules, and the general transformed form is:
f(x) = ab^{k(x - h)} + v
Where $h$ is the horizontal shift, $v$ is the vertical shift, $k$ controls horizontal stretching/compression/reflection, and $a$ controls vertical stretching/compression/reflection. The most important rule for transformed exponentials is that the horizontal asymptote only shifts vertically with $v$: the original asymptote $y=0$ becomes $y=v$ after a vertical shift. Horizontal transformations do not change the asymptote position.
To find the range of a transformed exponential, first find the horizontal asymptote, then use the sign of the exponential term to determine whether the function is always above or below the asymptote. Reflecting an exponential over the y-axis replaces $x$ with $-x$, which flips growth to decay and vice versa, since $b^{-x} = (1/b)^x$.
Exam tip: When writing transformed exponential equations, always rewrite the exponent to match the $k(x-h)$ form to avoid sign errors on horizontal shifts.
3. Exponential Growth and Decay Modeling ★★★☆☆ ⏱ 4 min
Exponential functions are the standard model for quantities that change by a constant percentage rate per unit time. There are two common forms for different contexts:
- **Discrete growth/decay**: Used for quantities that change once per time period (e.g., annual depreciation, yearly compound interest). Formula: $A(t) = A_0(1 + r)^t$, where $A_0$ is the initial quantity at $t=0$, $r$ is the percent rate of change per period, $r>0$ for growth, and $-1<r<0$ for decay.
- **Continuous growth/decay**: Used for quantities that change at every instant (e.g., population growth, continuously compounded interest). Derived from the limit of discrete compounding, the formula is $A(t) = A_0e^{rt}$, where $e \approx 2.71828$ is the natural base, and $r$ is the continuous percent rate of change.
Exam tip: Always convert percentage rates to decimals before substitution: 3.2% is 0.032, not 3.2 — this is one of the most common point-deduction errors on FRQ modeling questions.
4. AP-Style Concept Check ★★★☆☆ ⏱ 2 min
Common Pitfalls
Why: Students confuse the position of the independent variable, mixing up polynomial and exponential definitions.
Why: Students misremember the sign rule for horizontal shifts in the $k(x-h)$ form.
Why: Students memorize the range of basic exponentials and forget that vertical shifts change the range.
Why: Students forget to convert percentages to decimals, leading to extremely incorrect results.
Why: Students confuse negative exponents with the restricted domain of even roots.