Fiveable

📈College Algebra Unit 6 Review

QR code for College Algebra practice questions

6.2 Graphs of Exponential Functions

6.2 Graphs of Exponential Functions

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📈College Algebra
Unit & Topic Study Guides

Graphing Exponential Functions

Exponential functions model situations where quantities grow or shrink by a constant factor over equal intervals. Think of a bank account earning compound interest (growth) or a medication leaving your bloodstream (decay). The graphs of these functions have a distinctive curved shape with predictable features you can identify from the equation alone.

This section covers the key features of exponential graphs, how transformations change their shape and position, and how to compare different exponential functions.

Key Features of Exponential Graphs

The general form of an exponential function is f(x)=abxf(x) = ab^x, where aa and bb each control different aspects of the graph.

The coefficient aa controls vertical stretch, compression, and reflection:

  • a>1|a| > 1 vertically stretches the graph (pulls it away from the x-axis)
  • 0<a<10 < |a| < 1 vertically compresses the graph (pushes it toward the x-axis)
  • a<0a < 0 reflects the graph across the x-axis, flipping it upside down

The base bb determines whether the function grows or decays:

  • b>1b > 1: exponential growth (e.g., f(x)=2xf(x) = 2^x doubles for every increase of 1 in xx)
  • 0<b<10 < b < 1: exponential decay (e.g., f(x)=(0.5)xf(x) = (0.5)^x halves for every increase of 1 in xx)

Note that bb must be positive and cannot equal 1. If b=1b = 1, the function is just the constant f(x)=af(x) = a, which isn't exponential.

Y-intercept: Set x=0x = 0 and evaluate. Since b0=1b^0 = 1, the y-intercept of f(x)=abxf(x) = ab^x is always (0,a)(0, a).

Horizontal asymptote: For the basic form f(x)=abxf(x) = ab^x, the horizontal asymptote is y=0y = 0 (the x-axis). The graph gets closer and closer to this line but never touches it.

End behavior depends on whether you have growth or decay (assuming a>0a > 0):

  • Growth (b>1b > 1): f(x)f(x) \to \infty as xx \to \infty, and f(x)0f(x) \to 0 as xx \to -\infty
  • Decay (0<b<10 < b < 1): f(x)0f(x) \to 0 as xx \to \infty, and f(x)f(x) \to \infty as xx \to -\infty

In both cases, the graph approaches the asymptote on one side and rises steeply on the other.

Key features of exponential graphs, Graphs of Exponential Functions | Algebra and Trigonometry

Transformations of Exponential Functions

The full transformed form is f(x)=abxh+kf(x) = ab^{x-h} + k. Each parameter shifts or reshapes the graph in a specific way.

Vertical shift (the kk value): Moves the entire graph up or down.

  • k>0k > 0 shifts the graph up by kk units
  • k<0k < 0 shifts the graph down by k|k| units
  • This also moves the horizontal asymptote from y=0y = 0 to y=ky = k

Horizontal shift (the hh value): Moves the graph left or right.

  • h>0h > 0 shifts the graph right by hh units
  • h<0h < 0 shifts the graph left by h|h| units
  • Watch the sign carefully: f(x)=2x3f(x) = 2^{x-3} shifts right 3, while f(x)=2x+3f(x) = 2^{x+3} shifts left 3

Vertical stretch/compression (the aa value): Covered above. Larger a|a| makes the curve steeper; smaller a|a| flattens it.

Reflections:

  • Across the x-axis: Make aa negative. For example, f(x)=2xf(x) = -2^x flips the growth curve below the x-axis.
  • Across the y-axis: Negate the input. f(x)=bxf(x) = b^{-x} is equivalent to f(x)=(1b)xf(x) = \left(\frac{1}{b}\right)^x, which turns growth into decay and vice versa.
Key features of exponential graphs, Basic Algebra/Exponential Functions/Graphs of Exponential Functions - Wikibooks, open books for ...

Analyzing and Comparing Exponential Functions

Comparison of Exponential Graphs

When you're asked to compare two exponential functions, focus on these features:

  • Effect of changing aa: A larger a|a| makes the graph steeper (it rises or falls faster). Changing the sign of aa reflects the graph across the x-axis.
  • Effect of changing bb: Among growth functions (b>1b > 1), a larger base means faster growth. For example, 3x3^x grows faster than 2x2^x. Among decay functions (0<b<10 < b < 1), a base closer to 0 means faster decay.
  • Y-intercepts: The y-intercept is (0,a+k)(0, a + k) in the transformed form. Two functions with different aa or kk values will cross the y-axis at different heights.
  • Asymptotes: Functions with the same kk value share the same horizontal asymptote y=ky = k. Without a vertical shift, all basic exponential functions share the asymptote y=0y = 0.
  • End behavior: Functions with the same type of base (both b>1b > 1 or both 0<b<10 < b < 1) have the same general end behavior, though they may grow or decay at different rates.

Properties of Exponential Functions

  • Domain: All real numbers. You can plug any value of xx into an exponential function.
  • Range: For f(x)=abx+kf(x) = ab^x + k with a>0a > 0, the range is (k,)(k, \infty). With a<0a < 0, the range is (,k)(-\infty, k). The output never equals kk because the graph never touches the asymptote.
  • Continuity: Exponential functions are smooth and unbroken, with no gaps, holes, or jumps.
  • One-to-one: Every output corresponds to exactly one input, which is why exponential functions have inverses (logarithms).
  • Natural exponential function: The special case where the base is e2.71828e \approx 2.71828. The function f(x)=exf(x) = e^x appears frequently in calculus and in continuous growth/decay models like A=PertA = Pe^{rt}.