Exponential Functions- Examples and Graphs
What Is an Exponential Function?
An exponential function is a mathematical expression where a constant base is raised to a variable exponent. The general form is:
f(x) = bx
Where b is the base (a positive constant) and x is the exponent (the variable).
This isn't the same as xn (where the variable is the base). Here, the variable sits in the exponent. That's the whole point.
The Two Types You Need to Know
- Exponential Growth — base greater than 1 (b > 1). The function increases as x increases.
- Exponential Decay — base between 0 and 1 (0 < b < 1). The function decreases as x increases.
That's it. Growth or decay. Everything else follows from this distinction.
Key Characteristics
Domain and Range
The domain is all real numbers. You can plug any real number into x.
The range for growth functions is (0, ∞) — always positive, never zero or negative.
For decay, same range. The outputs never touch zero, they just get infinitely close.
The Y-Intercept
Every exponential function crosses the y-axis at (0, 1). Plug in x = 0, you get b0 = 1. This is true for every base.
Asymptotic Behavior
The graph approaches but never touches the x-axis. For growth functions, the curve rises toward infinity as x increases. For decay, it falls toward zero.
Examples with Numbers
Example 1: Exponential Growth
f(x) = 2x
- f(0) = 20 = 1
- f(1) = 21 = 2
- f(2) = 22 = 4
- f(3) = 23 = 8
- f(10) = 210 = 1,024
Notice how fast this climbs. Linear growth adds the same amount each step. Exponential growth multiplies each step.
Example 2: Exponential Decay
f(x) = (1/2)x
- f(0) = (1/2)0 = 1
- f(1) = (1/2)1 = 0.5
- f(2) = (1/2)2 = 0.25
- f(3) = (1/2)3 = 0.125
- f(10) = (1/2)10 ≈ 0.00098
The values shrink toward zero but never reach it.
Example 3: Growth with Different Base
f(x) = 3x
- f(0) = 1
- f(1) = 3
- f(2) = 9
- f(3) = 27
- f(4) = 81
A larger base means faster growth. 3x outpaces 2x quickly.
Comparing Linear vs. Exponential Growth
Most people underestimate how fast exponential growth is. Here's the brutal truth:
| x | Linear: f(x) = 2x | Exponential: f(x) = 2x |
|---|---|---|
| 1 | 2 | 2 |
| 5 | 10 | 32 |
| 10 | 20 | 1,024 |
| 15 | 30 | 32,768 |
| 20 | 40 | 1,048,576 |
At x = 20, the exponential function is 26,000 times larger than the linear function. This is why exponential growth in populations, finance, or viruses gets out of hand fast.
The Graph Shape
Exponential Growth Graph
The curve starts near zero for negative x values, shoots up steeply through (0, 1), and rockets upward for positive x.
Key visual features:
- Always positive (above x-axis)
- Passes through (0, 1)
- Steep upward curve for positive x
- Approaches x-axis from above for negative x
Exponential Decay Graph
This is a mirror image across the y-axis (conceptually). The curve starts high for negative x, passes through (0, 1), and falls toward the x-axis as x increases.
Key visual features:
- Always positive
- Passes through (0, 1)
- Steep downward curve for positive x
- Approaches x-axis from above for large x
Real-World Applications
- Finance — compound interest follows exponential growth
- Biology — population growth, bacteria reproduction
- Physics — radioactive decay is exponential decay
- Computer Science — algorithm complexity (exponential time complexity)
- Epidemiology — spread of infectious diseases modeled exponentially
The formula for compound interest is essentially an exponential function: A = P(1 + r)t
How to Graph Exponential Functions
Step 1: Find Key Points
Calculate f(0), f(1), f(-1), and f(2). These give you anchor points.
Step 2: Plot the Y-Intercept
Always plot (0, 1). This is your starting reference.
Step 3: Determine Behavior
Check your base. If b > 1, the right side goes up. If 0 < b < 1, the right side goes down.
Step 4: Draw the Curve
Connect the points with a smooth curve. Remember: it never touches the x-axis.
Step 5: Check Asymptote
The x-axis (y = 0) is your horizontal asymptote. The curve gets infinitely close but never crosses.
Common Mistakes
- Confusing base and exponent — In 2x, the base is 2, the exponent is x. Don't swap them.
- Forgetting the y-intercept is always 1 — Every function of the form bx passes through (0, 1).
- Thinking exponential functions can be negative — They can't. The range is always positive.
- Underestimating growth rate — People routinely underestimate how quickly exponential functions climb.
- Confusing with power functions — x2 is not exponential. Exponential means variable in the exponent, not the base.
Quick Reference
| Property | Growth (b > 1) | Decay (0 < b < 1) |
|---|---|---|
| Example | f(x) = 2x | f(x) = (1/2)x |
| Y-intercept | (0, 1) | (0, 1) |
| Domain | All real numbers | All real numbers |
| Range | (0, ∞) | (0, ∞) |
| As x → ∞ | f(x) → ∞ | f(x) → 0 |
| As x → -∞ | f(x) → 0 | f(x) → ∞ |
The Bottom Line
Exponential functions are defined by a constant base raised to a variable exponent. Growth functions (b > 1) climb rapidly. Decay functions (0 < b < 1) fall toward zero. Every exponential function passes through (0, 1) and never produces negative or zero outputs.
The defining characteristic is multiplicative change — each step multiplies rather than adds. That's what makes them powerful and dangerous. A small base still produces massive numbers once the exponent gets large enough.