Skip to main content
  1. Grade 11 Mathematics/
  2. Functions/

The Exponential Graph (Grade 11)

The exponential function is fundamentally different from the parabola and hyperbola: it grows (or decays) at an ever-increasing rate. Understanding this behaviour is critical for finance (compound interest), science (radioactive decay), and Grade 12 (logarithms are the inverse of exponentials).


The Standard Form
#

$$ y = a \cdot b^{x - p} + q $$
ParameterWhat it controls
$b > 1$Growth — graph rises steeply to the right
$0 < b < 1$Decay — graph falls towards the asymptote to the right
$a > 0$Graph is above the asymptote
$a < 0$Graph is below the asymptote (reflected)
$p$Horizontal shift (same sign trap as parabola/hyperbola)
$q$Horizontal asymptote at $y = q$

The key insight: Why does the asymptote exist?
#

As $x \to -\infty$ (for growth), $b^x \to 0$. So $y \to a(0) + q = q$.

The graph gets infinitely close to $y = q$ but never touches it, because $b^x$ is never exactly zero.


1. Sketching — Step by Step
#

Worked Example: Sketch $y = 2 \cdot 3^{x-1} - 6$
#

Step 1 — Identify parameters: $a = 2 > 0$, $b = 3 > 1$ (growth), $p = 1$, $q = -6$

Step 2 — Asymptote: $y = -6$ (draw as dashed line)

Step 3 — y-intercept (let $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$

y-intercept: $(0; -\frac{16}{3})$

Step 4 — x-intercept (let $y = 0$):

$0 = 2 \cdot 3^{x-1} - 6$

$2 \cdot 3^{x-1} = 6$

$3^{x-1} = 3 = 3^1$

$x - 1 = 1 \Rightarrow x = 2$

x-intercept: $(2; 0)$

Step 5 — Extra point (let $x = 3$):

$y = 2 \cdot 3^{2} - 6 = 18 - 6 = 12$ → point $(3; 12)$

Step 6 — Domain and Range:

Domain: $x \in \mathbb{R}$

Range: $y > -6$ (since $a > 0$, graph is above asymptote)

Step 7 — Sketch: The graph approaches $y = -6$ from above on the left, passes through the intercepts, and rises steeply to the right.


2. Growth vs Decay — How to Tell
#

GrowthDecay
Base$b > 1$$0 < b < 1$
BehaviourRises steeply to the rightFalls towards asymptote to the right
Example$y = 2^x$$y = (\frac{1}{2})^x$

Important: $(\frac{1}{2})^x = 2^{-x}$. Decay is just a reflection of growth in the y-axis.


3. Finding the Equation from a Graph
#

What you need
#

  1. Read the asymptote → gives you $q$
  2. Read the y-intercept or another point → helps find $a$
  3. Read another point → helps find $b$

Worked Example
#

Asymptote: $y = 2$. y-intercept: $(0; 5)$. Passes through $(1; 11)$.

$y = a \cdot b^x + 2$ (assuming $p = 0$ since no horizontal shift visible)

From $(0; 5)$: $5 = a \cdot b^0 + 2 = a + 2 \Rightarrow a = 3$

From $(1; 11)$: $11 = 3 \cdot b^1 + 2 = 3b + 2 \Rightarrow 3b = 9 \Rightarrow b = 3$

$y = 3 \cdot 3^x + 2$

Worked Example: Decay
#

Asymptote: $y = -1$. Passes through $(0; 3)$ and $(1; 1)$.

$y = a \cdot b^x - 1$

From $(0; 3)$: $3 = a - 1 \Rightarrow a = 4$

From $(1; 1)$: $1 = 4b - 1 \Rightarrow 4b = 2 \Rightarrow b = \frac{1}{2}$

$y = 4 \cdot (\frac{1}{2})^x - 1$ (decay because $b < 1$)


4. The Reflection: What $a < 0$ Does
#

When $a$ is negative, the graph is reflected in the asymptote — it sits BELOW $y = q$ instead of above it.

  • $y = 2^x + 1$ → graph above $y = 1$, range: $y > 1$
  • $y = -2^x + 1$ → graph below $y = 1$, range: $y < 1$

5. Finding the x-intercept (When Does $y = 0$?)
#

Set $y = 0$ and solve:

$0 = a \cdot b^{x-p} + q$

$a \cdot b^{x-p} = -q$

$b^{x-p} = \frac{-q}{a}$

This only has a solution if $\frac{-q}{a} > 0$ (because $b^{\text{anything}}$ is always positive).

If $\frac{-q}{a} \leq 0$, there is no x-intercept — the graph doesn’t cross the x-axis.


🚨 Common Mistakes
#

  1. $2 \cdot 3^x \neq 6^x$: The exponent only applies to the base, not to the coefficient. $2 \cdot 3^2 = 2 \times 9 = 18$, not $6^2 = 36$. BIDMAS!
  2. Confusing $a$ with the base: $y = -2^x$ means $y = -(2^x)$, NOT $y = (-2)^x$. The base $b$ is ALWAYS positive.
  3. Asymptote ≠ x-axis: If $q \neq 0$, the asymptote is NOT the x-axis. Draw and label it separately.
  4. Range direction: If $a > 0$, range is $y > q$. If $a < 0$, range is $y < q$. Getting this backwards is a common error.
  5. y-intercept shortcut: At $x = 0$, $b^0 = 1$ always. So $y\text{-int} = a \cdot 1 + q = a + q$ (when $p = 0$). Quick check for your sketch.

💡 Pro Tip: The “Three Points” Strategy
#

For a quick, accurate sketch, always calculate:

  1. The y-intercept (let $x = 0$)
  2. One point to the left of the y-intercept
  3. One point to the right of the y-intercept

These three points plus the asymptote give you enough to draw a confident curve.

🔗 Related Grade 11 topics:

📌 Grade 10 foundation: Sketching Graphs — the basic exponential $y = ab^x + q$

📌 Grade 12 extension: Exponential Function & Inverse — leads into logarithms.


⏮️ Hyperbola | 🏠 Back to Functions

Related

The Hyperbola (Grade 11)

Master the shifted hyperbola — understand WHY asymptotes exist, how every parameter affects the graph, how to sketch from the equation, find the equation from a graph, determine lines of symmetry, and solve intersection problems — with full worked examples.

The Parabola (Grade 11)

Master the turning point form, sketching from equation, finding the equation from a graph, domain and range, and x-intercepts — with full worked examples.

Cyclic Quads, Tangents & Proofs

Master cyclic quadrilateral properties (and how to PROVE a quad is cyclic), tangent theorems, the tan-chord angle, and multi-step geometry proofs — with full worked examples and exam strategies.

Core Circle Theorems

Every circle theorem explained with WHY it works, how to spot it in a diagram, and full worked proof examples — the foundation for 40+ marks in Paper 2.

Quadratic Patterns

Master quadratic number patterns — understand WHY second differences are constant, how to derive the general term, how to find specific terms from given conditions, and how to solve exam-style problems — with full worked examples.