5.1 Exponential Functions and Their Graphs

Key Takeaways

  • An exponential function f(x) = a * b^x (where b > 0, b != 1, a != 0) has domain (-inf, inf) and range (0, inf) when a > 0, with a horizontal asymptote at y = 0.
  • The natural base e approx 2.71828... defines the natural exponential function f(x) = e^x, which represents the limiting growth factor lim_{n->inf} (1 + 1/n)^n.
  • Discrete compounding n times per year follows A = P(1 + r/n)^(nt), whereas continuous compounding follows A = P e^(rt).
  • Transformations of the form g(x) = a * b^(c(x - h)) + k shift the horizontal asymptote to y = k and modify key points (0, 1) and (1, b).
Last updated: August 2026

5.1 Exponential Functions and Their Graphs

Exponential functions play a pivotal role in advanced precalculus, serving as mathematical models for continuous growth, radioactive decay, financial interest accumulation, and population dynamics. Unlike algebraic polynomial functions where a variable base is raised to a constant exponent (such as $x^2$ or $x^3$), exponential functions feature a constant base raised to a variable exponent (such as $2^x$ or $e^x$).


1. Definition and Standard Form of Exponential Functions

An exponential function with base $b$ is defined for all real numbers $x$ by:

f(x)=abx,where a0,b>0, and b1f(x) = a \cdot b^x, \quad \text{where } a \neq 0, \, b > 0, \text{ and } b \neq 1

Domain, Range, and Asymptotics

For the parent exponential function $f(x) = b^x$ (where $a = 1$):

  • Domain: $(-\infty, \infty)$ — You can evaluate an exponential expression for any real number exponent.
  • Range: $(0, \infty)$ — Because a positive base raised to any real power is strictly positive, $b^x > 0$ for all $x$.
  • Y-Intercept: $(0, 1)$ — Since $b^0 = 1$ for any non-zero base $b$.
  • Horizontal Asymptote: The line $y = 0$ ($x$-axis).
    • For $b > 1$: As $x \to -\infty$, $b^x \to 0^+$. As $x \to \infty$, $b^x \to \infty$.
    • For $0 < b < 1$: As $x \to \infty$, $b^x \to 0^+$. As $x \to -\infty$, $b^x \to \infty$.

Growth vs. Decay Classifications

Parameter / FeatureExponential Growth ($b > 1$)Exponential Decay ($0 < b < 1$)
Base Condition$b > 1$ (e.g., $f(x) = 2^x$, $f(x) = (1.5)^x$)$0 < b < 1$ (e.g., $f(x) = (0.5)^x$, $f(x) = (1/3)^x$)
MonotonicityStrictly increasing across $(-\infty, \infty)$Strictly decreasing across $(-\infty, \infty)$
Left-Hand End Behavior$\lim_{x \to -\infty} b^x = 0$ (Approaches horizontal asymptote)$\lim_{x \to -\infty} b^x = \infty$ (Grows without bound)
Right-Hand End Behavior$\lim_{x \to \infty} b^x = \infty$ (Grows without bound)$\lim_{x \to \infty} b^x = 0$ (Approaches horizontal asymptote)
Key Points$(-1, 1/b), , (0, 1), , (1, b)$$(-1, 1/b), , (0, 1), , (1, b)$

Note on Base Restrictions: If $b \le 0$, the function $b^x$ fails to produce real outputs for fractional exponents like $(-4)^{1/2} = \sqrt{-4} = 2i$. If $b = 1$, $1^x = 1$ degenerates into a trivial constant linear function. Hence, $b > 0$ and $b \neq 1$ are mandatory structural constraints.


2. The Natural Exponential Function (Base $e$)

In calculus and precalculus applications, the most important exponential base is the irrational number $e$, known as Euler's number.

Definition of $e$

The number $e$ is defined as the limit of the expression $(1 + 1/n)^n$ as $n$ approaches infinity:

e=limn(1+1n)n2.718281828459...e = \lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n \approx 2.718281828459...

The function $f(x) = e^x$ is called the natural exponential function. It exhibits a unique geometric property: at any point on the curve $y = e^x$, the slope of the tangent line equals the $y$-value of the function at that point.


3. Transformations of Exponential Graphs

The general transformed exponential function is represented by:

g(x)=abc(xh)+kg(x) = a \cdot b^{c(x - h)} + k

where each parameter exerts a specific geometric transformation on the parent graph $f(x) = b^x$:

  • $a$ (Vertical Stretch/Compression & Reflection): If $|a| > 1$, vertical stretch by factor $|a|$. If $0 < |a| < 1$, vertical compression. If $a < 0$, the graph is reflected across the $x$-axis.
  • $c$ (Horizontal Stretch/Compression & Reflection): If $c < 0$, the graph is reflected across the $y$-axis.
  • $h$ (Horizontal Shift): Shifts the graph horizontally by $h$ units (right if $h > 0$, left if $h < 0$).
  • $k$ (Vertical Shift): Shifts the graph vertically by $k$ units. Crucially, the horizontal asymptote shifts from $y = 0$ to $y = k$. The range also shifts to $(k, \infty)$ if $a > 0$, or $(-\infty, k)$ if $a < 0$.

Worked Example 1: Analyzing and Graphing a Transformed Exponential Function

Consider the function $g(x) = -2 \cdot 3^{x - 1} + 4$.

  1. State the parent function.
  2. List the sequence of transformations.
  3. Determine the horizontal asymptote, domain, range, and $y$-intercept.

Solution:

  1. Parent Function: $f(x) = 3^x$.
  2. Transformations:
    • Shift right by $1$ unit ($h = 1$).
    • Reflect across the $x$-axis and stretch vertically by a factor of $2$ ($a = -2$).
    • Shift up by $4$ units ($k = 4$).
  3. Key Characteristics:
    • Horizontal Asymptote: The vertical shift $k = 4$ moves the horizontal asymptote to $y = 4$.
    • Domain: $(-\infty, \infty)$.
    • Range: Because of the reflection across the $x$-axis ($a = -2 < 0$), the curve lies entirely below the asymptote $y = 4$. Range: $(-\infty, 4)$.
    • Y-Intercept: Evaluate $g(0)$: g(0)=2301+4=231+4=213+4=23+123=103g(0) = -2 \cdot 3^{0 - 1} + 4 = -2 \cdot 3^{-1} + 4 = -2 \cdot \frac{1}{3} + 4 = -\frac{2}{3} + \frac{12}{3} = \frac{10}{3} The $y$-intercept is $\left(0, \frac{10}{3}\right)$.

4. Financial Models: Compound Interest

Exponential functions model financial growth when interest is reinvested over time.

Discrete Compound Interest Formula

If a principal amount $P$ is invested at an annual interest rate $r$ (expressed as a decimal) compounded $n$ times per year, the total accumulated amount $A(t)$ after $t$ years is:

A(t)=P(1+rn)ntA(t) = P \left(1 + \frac{r}{n}\right)^{nt}

Compounding frequencies ($n$):

  • Annually: $n = 1$
  • Semiannually: $n = 2$
  • Quarterly: $n = 4$
  • Monthly: $n = 12$
  • Daily: $n = 365$

Continuous Compound Interest Formula

As the frequency of compounding $n$ approaches infinity ($n \to \infty$), discrete compounding transitions into continuous compounding, modeled using the natural base $e$:

A(t)=PertA(t) = P e^{rt}

Worked Example 2: Comparing Compounding Frequencies

An investor places $$5,000$ into an account earning an annual interest rate of $6%$ ($r = 0.06$) for $10$ years. Calculate the final balance under:

  1. Monthly compounding ($n = 12$)
  2. Continuous compounding

Solution:

  1. Monthly Compounding: A(10)=5000(1+0.0612)1210=5000(1+0.005)120=5000(1.005)120A(10) = 5000 \left(1 + \frac{0.06}{12}\right)^{12 \cdot 10} = 5000 (1 + 0.005)^{120} = 5000 (1.005)^{120} (1.005)1201.8193967(1.005)^{120} \approx 1.8193967 A(10)=50001.8193967$9,096.98A(10) = 5000 \cdot 1.8193967 \approx \$9,096.98

  2. Continuous Compounding: A(10)=5000e0.0610=5000e0.60A(10) = 5000 e^{0.06 \cdot 10} = 5000 e^{0.60} e0.601.8221188e^{0.60} \approx 1.8221188 A(10)=50001.8221188$9,110.59A(10) = 5000 \cdot 1.8221188 \approx \$9,110.59

Continuous compounding yields $$13.61$ more than monthly compounding over 10 years.


5. CLEP Exam Traps & Common Errors

  • Trap 1: Violating Order of Operations with Base and Factor
    Evaluating $ab^x$ as $(ab)^x$ is a major error. For example, $2 \cdot 3^4 \neq 6^4 = 1296$. By order of operations (PEMDAS), exponentiation precedes multiplication: $2 \cdot 3^4 = 2 \cdot 81 = 162$.
  • Trap 2: Misidentifying Asymptote Shifts
    Horizontal shifts $b^{x-h}$ do NOT alter the horizontal asymptote ($y = 0$). Only vertical shifts $+ k$ change the asymptote to $y = k$.
  • Trap 3: Confusing Nominal Rate $r$ with Continuous Base Exponential Growth
    In $A = P(1 + r)^t$, $r$ is the discrete percentage growth per period. In $A = P e^{kt}$, $k$ is the continuous growth rate. The effective annual yield for continuous compounding is $e^k - 1$, which is strictly greater than $k$.
Test Your Knowledge

An investment of $4,000 earns 5% annual interest compounded continuously. Which expression represents the total value of the investment after 8 years?

A
B
C
D
Test Your Knowledge

What is the horizontal asymptote and range of the function f(x) = -3 * 2^(x + 1) + 5?

A
B
C
D
Test Your Knowledge

Which of the following functions represents exponential decay with a y-intercept at (0, 7) and a horizontal asymptote at y = -2?

A
B
C
D
Test Your Knowledge

A population of bacteria triples every 4 hours. If the initial population is 500 bacteria, which function models the population P(t) after t hours?

A
B
C
D