Exponential Functions
When the variable moves into the exponent, everything changes.
The explanation
In a linear function you add the same amount each step. In an exponential function you *multiply* by the same amount each step.
y = a·bˣ, where a is the starting value and b is the multiplier per step.
If b > 1 the function grows. If 0 < b < 1 it decays.
y = 3·2ˣ starts at 3 and doubles each time: 3, 6, 12, 24, 48.
The difference matters enormously over time. Adding 5 each step for 20 steps gets you to 100. Doubling for 20 steps gets you past a million.
The graph never touches the x-axis. It gets closer and closer, which makes the x-axis a horizontal asymptote.
An exponential function f(x) = a·bˣ with a ≠ 0, b > 0 and b ≠ 1 has domain ℝ, range (0, ∞) for a > 0, and y-intercept (0, a) since b⁰ = 1. The line y = 0 is a horizontal asymptote.
Its defining property is a constant multiplicative rate: f(x+1)/f(x) = b for all x, in contrast to a linear function's constant difference. Tables are classified by exactly this test — constant differences mean linear, constant ratios mean exponential.
The base is restricted to positive values because bˣ is not real-valued for negative b at fractional exponents; (−4)^{1/2} has no real value.
Exponential growth eventually dominates any polynomial: for b > 1, bˣ/xⁿ → ∞ as x → ∞ for every fixed n. That fact is why compound interest, population models and algorithmic complexity are all discussed in exponential terms.
Inverting an exponential requires the logarithm, which is the central subject of Algebra 2.
Worked example
Does the table x = 0,1,2,3 with y = 5, 15, 45, 135 fit a linear or exponential model? Write the rule.
- Differences: 10, 30, 90 — not constant, so not linear.
- Ratios: 15/5 = 3, 45/15 = 3, 135/45 = 3 — constant.
- a = 5 (value at x = 0), b = 3.
Answer: Exponential: y = 5·3ˣ
Common mistakes
- Treating y = 3·2ˣ as 6ˣ. The coefficient is not part of the base.
- Checking differences only and calling any curved table quadratic.