The Logic of Exponential Growth#
Linear functions grow at a constant speed. Exponential functions grow at a speed that itself keeps growing. This is why exponential growth is so powerful — and so dangerous in finance and population studies.
The “Doubling” Analogy#
If you fold a piece of paper in half, you have 2 layers. Fold again: 4. Again: 8. After 10 folds you have $2^{10} = 1024$ layers. After just 42 folds, the stack would reach the moon. That’s exponential growth — it starts slow but becomes overwhelmingly fast.
1. The General Form#
$$ y = ab^{x - p} + q $$This is the full Grade 12 form. Each parameter controls a specific transformation.
2. The Parameters: What Each One Does#
The “$b$” Value — The Growth Engine (Base)#
The base $b$ is the engine of the exponential. It determines whether the function grows or decays.
| Value of $b$ | Effect |
|---|---|
| $b > 1$ (e.g. $b = 2$) | Exponential growth — the graph rises steeply to the right |
| $0 < b < 1$ (e.g. $b = \frac{1}{2}$) | Exponential decay — the graph falls toward the asymptote |
| $b = 1$ | $y = a(1) + q = a + q$ — a constant (horizontal line). Not really exponential! |
| $b \le 0$ | Not defined for real numbers. The base must always be positive and not equal to 1 |
Key Insight: $b = \frac{1}{2}$ is the same as $b = 2^{-1}$. So $y = (\frac{1}{2})^x = 2^{-x}$. Decay is just growth reflected in the y-axis.
The “$a$” Value — Reflection and Stretch#
| Value of $a$ | Effect |
|---|---|
| $a > 0$ | Graph is above the asymptote (for growth) or approaches from above (for decay) |
| $a < 0$ | Graph is reflected in the horizontal asymptote — it sits below $y = q$ |
| $ | a |
| $0 < | a |
The reflection trap: $y = -2^x$ is NOT $y = (-2)^x$.
- $y = -2^x$ means $y = -(2^x)$ — the graph of $2^x$ reflected in the x-axis.
- $y = (-2)^x$ has a negative base and is undefined for most $x$ values.
The “$p$” Value — Horizontal Shift#
| Value of $p$ | Effect |
|---|---|
| $p > 0$ | Graph shifts right by $p$ units |
| $p < 0$ | Graph shifts left by $ |
The “$q$” Value — Vertical Shift (Horizontal Asymptote)#
| Value of $q$ | Effect |
|---|---|
| $q > 0$ | Graph shifts up — asymptote is at $y = q$ |
| $q < 0$ | Graph shifts down — asymptote is at $y = q$ |
| $q = 0$ | Asymptote is the x-axis ($y = 0$) |
The horizontal asymptote is always $y = q$. The graph approaches this line but never touches it (when $a > 0$ and the function grows, the graph moves away from the asymptote to the right, but approaches it to the left).
3. Key Properties#
| Property | Value |
|---|---|
| Horizontal Asymptote | $y = q$ |
| Domain | $x \in \mathbb{R}$ |
| Range | If $a > 0$: $y > q$ (i.e. $y \in (q; \infty)$) |
| If $a < 0$: $y < q$ (i.e. $y \in (-\infty; q)$) | |
| y-intercept | Set $x = 0$: $y = ab^{0-p} + q = ab^{-p} + q$ |
| x-intercept | Set $y = 0$: $0 = ab^{x-p} + q$, then $b^{x-p} = -\frac{q}{a}$ |
| Only exists if $-\frac{q}{a} > 0$ |
Important: The “Fixed Point”#
For the basic form $y = b^x$ (no shifts), the graph always passes through $(0; 1)$ because $b^0 = 1$ for any base.
For $y = ab^{x-p} + q$, the corresponding “anchor point” is $(p; a + q)$.
4. Sketching an Exponential — Step by Step#
Example: Sketch $y = 2 \cdot 3^{x-1} - 6$
- Identify parameters: $a = 2$, $b = 3$, $p = 1$, $q = -6$.
- Draw the asymptote: $y = -6$ (dashed horizontal line).
- Orientation: $a > 0$ and $b > 1$, so this is growth above the asymptote.
- Find the anchor point: $(p; a + q) = (1; 2 + (-6)) = (1; -4)$.
- y-intercept ($x = 0$): $$ y = 2 \cdot 3^{0-1} - 6 = 2 \cdot \frac{1}{3} - 6 = \frac{2}{3} - 6 = -\frac{16}{3} \approx -5.33 $$
- x-intercept ($y = 0$): $$ 0 = 2 \cdot 3^{x-1} - 6 $$ $$ 2 \cdot 3^{x-1} = 6 $$ $$ 3^{x-1} = 3 $$ $$ 3^{x-1} = 3^1 $$ $$ x - 1 = 1 $$ $$ x = 2 $$ Point: $(2; 0)$
- Plot and sketch the smooth curve approaching $y = -6$ to the left and rising steeply to the right.
5. Finding the Equation from a Graph#
Given the asymptote and two points#
Example: Asymptote at $y = -3$, passes through $(0; -1)$ and $(1; 1)$.
- From asymptote: $q = -3$. Assume $p = 0$: $y = ab^x - 3$.
- Substitute $(0; -1)$: $$ -1 = a \cdot b^0 - 3 $$ $$ -1 = a - 3 $$ $$ a = 2 $$
- Substitute $(1; 1)$: $$ 1 = 2b^1 - 3 $$ $$ 4 = 2b $$ $$ b = 2 $$
- Final equation: $y = 2 \cdot 2^x - 3$
6. The Inverse of an Exponential Function#
This is one of the most important results in Grade 12: the inverse of an exponential is a logarithm.
Deriving the Inverse#
Start with the basic exponential: $y = b^x$
- Swap $x$ and $y$: $x = b^y$
- Solve for $y$: We need a tool that answers “what power of $b$ gives $x$?”
- That tool is the logarithm: $y = \log_b x$
The Graphical Relationship#
| Exponential $y = b^x$ | Logarithm $y = \log_b x$ |
|---|---|
| Passes through $(0; 1)$ | Passes through $(1; 0)$ |
| Horizontal asymptote: $y = 0$ | Vertical asymptote: $x = 0$ |
| Domain: $x \in \mathbb{R}$ | Domain: $x > 0$ |
| Range: $y > 0$ | Range: $y \in \mathbb{R}$ |
They are perfect reflections of each other across $y = x$.
For the shifted form#
If $f(x) = ab^{x-p} + q$, finding the inverse is more complex:
- Swap: $x = ab^{y-p} + q$
- $x - q = ab^{y-p}$
- $\frac{x-q}{a} = b^{y-p}$
- $y - p = \log_b\left(\frac{x-q}{a}\right)$
- $y = \log_b\left(\frac{x-q}{a}\right) + p$
The full inverse formula is explored in detail on the Logarithmic Function page.
7. Exponential Equations#
In exams, you will be asked to solve equations like $3^{x+1} = 27$.
The “Same Base” Strategy#
- Express both sides with the same base: $3^{x+1} = 3^3$
- If the bases are equal, the exponents must be equal: $x + 1 = 3$
- Solve: $x = 2$
Harder Example#
Solve: $2^{2x} - 3 \cdot 2^x - 4 = 0$
- Recognize the quadratic in disguise: Let $k = 2^x$. $$ k^2 - 3k - 4 = 0 $$
- Factor: $(k - 4)(k + 1) = 0$
- $k = 4$ or $k = -1$
- But $k = 2^x > 0$ always, so $k = -1$ is rejected.
- $2^x = 4 = 2^2$, so $x = 2$.
Worked Example: Full Exam-Style Question#
Given $f(x) = -2 \cdot 3^x + 6$
(a) Write down the asymptote and range.
- Asymptote: $y = 6$
- Range: $y < 6$ (since $a = -2 < 0$, graph is below the asymptote)
(b) Determine the intercepts.
y-intercept ($x = 0$):
$$ f(0) = -2(3^0) + 6 = -2(1) + 6 = 4 $$Point: $(0; 4)$
x-intercept ($y = 0$):
$$ 0 = -2 \cdot 3^x + 6 $$$$ 2 \cdot 3^x = 6 $$$$ 3^x = 3 = 3^1 $$$$ x = 1 $$Point: $(1; 0)$
(c) Determine $f^{-1}$ in the form $y = \ldots$
Swap: $x = -2 \cdot 3^y + 6$
$$ x - 6 = -2 \cdot 3^y $$$$ \frac{x - 6}{-2} = 3^y $$$$ 3^y = \frac{6 - x}{2} $$$$ y = \log_3\left(\frac{6 - x}{2}\right) $$(d) Write down the domain of $f^{-1}$.
Domain of $f^{-1}$ = Range of $f$ = $\{x \in \mathbb{R} \mid x < 6\}$
🚨 Common Mistakes#
- Negative base confusion: $y = -3^x$ means $y = -(3^x)$. The base is still positive 3; the negative sign is applied after the exponent.
- Asymptote errors: Students often write “the asymptote is $y = 0$” without checking for a vertical shift $q$.
- Range notation: If $a > 0$, the range is $y > q$ (strict inequality — never equals $q$). Don’t write $y \ge q$.
- Forgetting to reject $k < 0$: When solving exponential equations with substitution, always check that $k = b^x > 0$.
- Log inverse domain: The inverse of an exponential always has a restricted domain. Students forget to state it.
💡 Pro Tip: Growth vs Decay at a Glance#
Look at the graph from left to right:
- Going UP = Growth ($b > 1$ with $a > 0$, or $0 < b < 1$ with $a < 0$)
- Going DOWN = Decay ($0 < b < 1$ with $a > 0$, or $b > 1$ with $a < 0$)
If you’re unsure, just check one point: is $f(1) > f(0)$ or $f(1) < f(0)$?
⏮️ Hyperbola | 🏠 Back to Functions & Inverses | ⏭️ Logarithmic Function
