In short
An exponential function has the form f(x) = a^x where a > 0 and a \neq 1. When a > 1 the function grows without bound; when 0 < a < 1 it decays toward zero. The graph always passes through (0, 1), is always positive, and has the x-axis as a horizontal asymptote. The number e \approx 2.718 is the special base that makes calculus cleanest — the function e^x is its own derivative.
A single bacterium divides into two every 20 minutes. After one division there are 2 bacteria. After two divisions, 4. After three, 8. After ten divisions — about 3 hours and 20 minutes — there are 2^{10} = 1{,}024. After twenty divisions, over a million.
The count at each step is N(n) = 2^n. This is not a polynomial — no polynomial grows this fast. In x^3 the base varies and the exponent is fixed; in 2^x the base is fixed and the exponent varies. That reversal changes everything. Polynomial growth is fast; exponential growth is in a different league entirely. By the time x = 50, the polynomial x^3 gives 125{,}000 while 2^x gives about 10^{15} — a thousand trillion.
This is the core idea: an exponential function is one where the variable sits in the exponent. The fixed base gets multiplied by itself over and over, and that repeated multiplication produces growth (or decay) that no polynomial can match.
The shape of f(x) = a^x
The function f(x) = a^x behaves very differently depending on whether a > 1 or 0 < a < 1.
When a > 1 (exponential growth): The function starts small for large negative x, passes through (0, 1), and climbs steeply for positive x. The larger the base, the steeper the climb.
When 0 < a < 1 (exponential decay): The function starts large for large negative x, passes through (0, 1), and drops toward zero for positive x. Think of it as growth in reverse — moving to the right now means shrinking.
In both cases, f(0) = a^0 = 1. Every exponential function passes through the point (0, 1).
Key properties
Every exponential function f(x) = a^x with a > 0, a \neq 1 shares these properties.
Exponential function
The exponential function with base a is
Its properties:
- Domain: all real numbers (-\infty, \infty).
- Range: all positive real numbers (0, \infty). The function is never zero and never negative.
- y-intercept: (0, 1), since a^0 = 1 for every valid base.
- Horizontal asymptote: the line y = 0 (the x-axis). As x \to -\infty (for a > 1) or x \to +\infty (for 0 < a < 1), the function approaches zero but never reaches it.
- Monotonicity: strictly increasing when a > 1, strictly decreasing when 0 < a < 1.
- One-to-one: a^x = a^y implies x = y. Every output corresponds to exactly one input.
The last property — one-to-one — is what makes logarithms possible. Since the exponential function never repeats a value, you can reverse it: given an output, there is exactly one input that produced it. That reverse function is the logarithm.
Why a > 0 and a \neq 1?
If a = 0, then a^x = 0 for x > 0 and is undefined for x < 0 — not useful.
If a < 0, then a^x is undefined for many values of x. For example, (-2)^{1/2} = \sqrt{-2}, which is not a real number. The function would have gaps everywhere.
If a = 1, then a^x = 1^x = 1 for all x — just a constant function, with nothing exponential about it.
So a > 0 and a \neq 1 are the conditions that make a^x a genuine, well-defined, non-trivial function on all of \mathbb{R}.
Comparing exponential growth to polynomial growth
How fast does 2^x grow compared to x^2 or x^{10}? The answer: exponentially faster — eventually. For small x, a polynomial might be larger. But past a certain point, 2^x overtakes any polynomial and stays ahead forever.
| x | x^2 | x^3 | 2^x |
|---|---|---|---|
| 5 | 25 | 125 | 32 |
| 10 | 100 | 1,000 | 1,024 |
| 20 | 400 | 8,000 | 1,048,576 |
| 30 | 900 | 27,000 | 1,073,741,824 |
At x = 10, 2^x is already comparable to x^3. By x = 30, 2^x is over a billion — dwarfing x^3 = 27{,}000. This is the defining feature of exponential growth: it starts slow (the function is below the polynomial for a while) but eventually dominates any polynomial, no matter how high the degree.
The number e
Among all possible bases, one stands out: e \approx 2.71828\ldots This irrational number is the natural base of the exponential function, and the function f(x) = e^x has a remarkable property: it is its own derivative. The rate at which e^x grows at any point x equals the value of e^x at that point. No other base has this self-replicating property.
Where does e come from? Consider compound interest. You deposit ₹1 at 100\% annual interest. If compounded once a year, you get ₹2. Compounded twice a year: \left(1 + \frac{1}{2}\right)^2 = ₹2.25. Compounded four times: \left(1 + \frac{1}{4}\right)^4 \approx ₹2.441. Compounded n times:
As n grows without bound — compounding more and more frequently — this expression approaches a limit:
| n | \left(1 + \frac{1}{n}\right)^n |
|---|---|
| 1 | 2 |
| 10 | 2.5937... |
| 100 | 2.7048... |
| 1,000 | 2.7169... |
| 10,000 | 2.7181... |
| 100,000 | 2.71827... |
The value settles toward e. No matter how many times you compound, you can never exceed e — this is the ceiling on continuous compounding.
Why e is special
Three facts that make e the natural choice for the base:
-
The derivative. \frac{d}{dx} e^x = e^x. The function is its own rate of change. For any other base a, the derivative of a^x is a^x \ln a — an extra constant \ln a appears. Only for a = e does that constant equal 1.
-
Continuous compounding. If you invest principal P at rate r compounded continuously, the amount after time t is A = Pe^{rt}. The number e emerges naturally from the limit of ever-more-frequent compounding.
-
The series. e^x = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \cdots — an infinite sum with beautifully clean coefficients. This series converges for every real (and complex) x.
Transformations of exponential functions
The basic curve y = a^x can be shifted and stretched to produce any exponential function you will meet:
- Vertical shift: y = a^x + k moves the graph up by k. The asymptote shifts from y = 0 to y = k.
- Horizontal shift: y = a^{x - h} moves the graph right by h. The point (0, 1) moves to (h, 1).
- Reflection: y = a^{-x} = \left(\frac{1}{a}\right)^x reflects the graph across the y-axis. Growth becomes decay (and vice versa).
- Vertical stretch: y = c \cdot a^x scales the graph vertically. The y-intercept moves from 1 to c.
Interactive: exploring base and growth
Drag the red point along the curve f(x) = 2^x. The readout shows the coordinates. Notice how the function doubles each time x increases by 1 — this constant multiplication factor is the signature of exponential growth.
Example 1: Sketch the graph of $f(x) = 3 \cdot 2^x - 6$ and find its asymptote and intercepts
Step 1. Identify the transformations. Start with the parent function y = 2^x. Multiply by 3: vertical stretch by factor 3. Subtract 6: vertical shift down by 6.
Why: rewriting the function as f(x) = 3 \cdot 2^x - 6 makes the transformations visible — stretch first, then shift.
Step 2. Find the horizontal asymptote. The parent y = 2^x has asymptote y = 0. After the vertical shift of -6, the asymptote moves to y = -6.
Why: as x \to -\infty, 2^x \to 0, so f(x) \to 3(0) - 6 = -6. The function approaches -6 but never reaches it.
Step 3. Find the y-intercept. f(0) = 3 \cdot 2^0 - 6 = 3(1) - 6 = -3. The curve crosses the y-axis at (0, -3).
Why: at x = 0, any base raised to the power 0 is 1, so the y-intercept depends only on the stretch and shift.
Step 4. Find the x-intercept. Set f(x) = 0: 3 \cdot 2^x - 6 = 0, so 3 \cdot 2^x = 6, so 2^x = 2, so x = 1. The curve crosses the x-axis at (1, 0).
Why: the x-intercept exists because the vertical shift pushed the curve below the x-axis. Without the shift, 3 \cdot 2^x would always be positive.
Result. Horizontal asymptote y = -6. y-intercept (0, -3). x-intercept (1, 0). The curve rises steeply for x > 1 and flattens toward -6 for large negative x.
The asymptote at y = -6 is the floor the function can never break through. No matter how far left you go, the function stays above -6 — the 3 \cdot 2^x term shrinks toward zero but is always positive, keeping the total just above -6.
Example 2: A radioactive substance decays so that the mass remaining after $t$ years is $M(t) = 80 \cdot \left(\frac{1}{2}\right)^{t/5}$. Find the half-life and the mass after $15$ years.
Step 1. Identify the initial mass. M(0) = 80 \cdot \left(\frac{1}{2}\right)^0 = 80 \cdot 1 = 80 grams.
Why: at t = 0 the exponential part is 1, so the initial mass is the coefficient.
Step 2. Find the half-life. The half-life is the time t when M(t) = \frac{80}{2} = 40. Set 80 \cdot \left(\frac{1}{2}\right)^{t/5} = 40, so \left(\frac{1}{2}\right)^{t/5} = \frac{1}{2}, so t/5 = 1, so t = 5 years.
Why: the exponent t/5 becomes 1 when t = 5, meaning the half-life is 5 years. The denominator of the exponent fraction is the half-life.
Step 3. Find the mass after 15 years. M(15) = 80 \cdot \left(\frac{1}{2}\right)^{15/5} = 80 \cdot \left(\frac{1}{2}\right)^3 = 80 \cdot \frac{1}{8} = 10 grams.
Why: 15 years is 3 half-lives. Each half-life halves the mass: 80 \to 40 \to 20 \to 10.
Step 4. Verify the pattern. After 5 years: 40 g. After 10 years: 20 g. After 15 years: 10 g. Each 5-year period cuts the mass in half — exactly what "half-life" means.
Why: the constant ratio (multiply by \frac{1}{2} every 5 years) is the fingerprint of exponential decay, just as constant doubling is the fingerprint of exponential growth.
Result. The half-life is 5 years. After 15 years, 10 grams remain.
The decay curve tells a vivid physical story: the substance loses half its mass every 5 years, so after 3 half-lives (15 years), only \frac{1}{8} of the original 80 grams — 10 grams — is left. After 10 half-lives (50 years), less than a tenth of a gram would remain. Exponential decay is relentless.
Common confusions
-
"2^x and x^2 are the same kind of function." They are fundamentally different. In x^2 the variable is the base (a polynomial). In 2^x the variable is the exponent (an exponential). For large x, the exponential grows incomparably faster.
-
"An exponential function can be zero or negative." The basic function a^x is always positive — it can never be zero, let alone negative. Shifting it downward (like 2^x - 5) can make the output negative, but a^x itself is always above zero.
-
"The base can be any number." The base must satisfy a > 0 and a \neq 1. Negative bases produce undefined values for non-integer exponents. The base 1 gives a constant function. And a = 0 is trivially zero (or undefined for negative exponents).
-
"Exponential growth means fast growth." Exponential growth is slow at first — it starts at 1 and crawls upward for negative x. The explosive growth only kicks in for larger positive x. What makes exponential growth special is not that it is fast at any particular moment, but that the rate of growth is proportional to the current value — the bigger it is, the faster it grows.
-
"The graph of 2^x has a vertical asymptote." There is no vertical asymptote. The function is defined for every real x. The asymptote is horizontal: y = 0. This is the line the curve hugs on the left (for a > 1) or on the right (for 0 < a < 1).
If you understand the shape, the key properties, the role of e, and how to transform and apply exponential functions, you have the essentials — stop here if you like. What follows goes into the algebraic and analytic structure.
The exponential laws, revisited
The familiar laws of exponents — a^m \cdot a^n = a^{m+n}, (a^m)^n = a^{mn}, a^{-n} = 1/a^n — are not just algebraic rules. They are properties of the function f(x) = a^x:
- f(x + y) = f(x) \cdot f(y) — the function converts addition into multiplication. This is the defining property of exponential functions, and it is the reason they model processes where growth is proportional to the current amount.
- f(-x) = 1/f(x) — this is why \left(\frac{1}{a}\right)^x = a^{-x}, connecting growth and decay as mirror images.
- f(nx) = [f(x)]^n — the function at nx is the n-th power of the function at x.
Continuous versus discrete
The bacteria example at the start used integer values of n (each division is a discrete event). But f(x) = 2^x is defined for all real x — including x = 1.5 or x = \pi. What does 2^{1.5} mean? It is 2^{3/2} = \sqrt{2^3} = \sqrt{8} = 2\sqrt{2} \approx 2.83. And 2^\pi? It is defined as e^{\pi \ln 2} \approx 8.82. The exponential function smoothly interpolates between integer powers, giving a continuous curve rather than a sequence of dots.
Exponential equations
When you need to solve a^x = b, you take the logarithm of both sides: x = \log_a b = \frac{\ln b}{\ln a}. The one-to-one property guarantees a unique solution (provided b > 0). This is the bridge to the logarithmic function — the inverse of the exponential.
Where this leads next
- Logarithmic Functions — the inverse of the exponential. If a^x = y, then \log_a y = x. Logarithms undo exponential operations.
- Compound Interest — the financial application of exponential growth: principal, rate, time, and the formula A = P\left(1 + \frac{r}{n}\right)^{nt}.
- Geometric Progression — a sequence where each term is a fixed multiple of the previous one. The general term a \cdot r^{n-1} is an exponential function of n.
- Exponents and Powers — the algebraic foundation: laws of exponents, rational exponents, and the meaning of a^{m/n}.
- Graphs of Basic Functions — where the exponential curve sits in the toolkit of standard function shapes alongside polynomials, rationals, and trigonometric functions.