Skip to main content
🚀 This is a Beta – features are in progress.Share feedback
All topics
Math

Exponential Functions

6 min readMedium5-question drill

Exponential functions describe anything that doubles, halves, or multiplies by a constant — population growth, compound interest, radioactive decay. The pattern: the variable lives in the exponent.

An exponential function has the form f(x)=abxf(x) = a \cdot b^x where:

  • aa = the starting value (the value when x=0x = 0).
  • bb = the growth factor — what you multiply by each time xx increases by 1.

b>1b > 1: growth (function increases). f(x)=1002xf(x) = 100 \cdot 2^x doubles every step.

0<b<10 < b < 1: decay (function decreases). f(x)=100(0.5)xf(x) = 100 \cdot (0.5)^x halves every step.

The crucial difference from linear functions: linear adds a constant; exponential multiplies by a constant.

  • Linear: y=mx+by = mx + byy increases by mm for every +1+1 in xx.
  • Exponential: y=abxy = a \cdot b^xyy multiplies by bb for every +1+1 in xx.

Exponentials grow much faster than linear functions over time, even if they start slower.

Percent growth/decay translation:

  • Growing by 5% per year: b=1+0.05=1.05b = 1 + 0.05 = 1.05. So f(t)=a(1.05)tf(t) = a \cdot (1.05)^t.
  • Decaying by 8% per year: b=10.08=0.92b = 1 - 0.08 = 0.92. So f(t)=a(0.92)tf(t) = a \cdot (0.92)^t.
  • Doubling every kk years: f(t)=a2t/kf(t) = a \cdot 2^{t/k}.
  • Half-life of hh years: f(t)=a(0.5)t/hf(t) = a \cdot (0.5)^{t/h}.

SAT word-problem template:

"A bacteria population starts at 200 and doubles every 3 hours."

P(t)=2002t/3P(t) = 200 \cdot 2^{t/3}.

The /3/3 in the exponent says it takes 3 hours for the doubling to happen once.

Compound interest — a special case of exponential growth:

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

where PP is principal, rr is annual interest rate (as decimal), nn is times compounded per year, tt is years. For annual compounding, simplify to A=P(1+r)tA = P(1 + r)^t.

Reading exponential graphs:

  • yy-intercept =a= a (the starting value).
  • If the curve rises sharply, b>1b > 1 and bb is large.
  • If the curve approaches but never touches the xx-axis from above, 0<b<10 < b < 1.
Quick check

Identify $a$ (starting value) and $b$ (growth factor). Convert percent rates to factors: $1 + r$ for growth, $1 - r$ for decay.

A quantity starts at 1000 and increases by 10% each year. Which function models the quantity Q after t years?

Worked examples

Example 1

A town's population was 12,000 in 2020 and is decreasing by 4% per year. Which function models the population tt years after 2020?

Example 2

A radioactive isotope has a half-life of 8 years. If the initial amount is 80 grams, how many grams remain after 24 years?

Common pitfalls

Confusing exponential with linear

Decreases by 4% per year is exponential (multiplicative). Decreases by 4 per year is linear (additive). The word percent almost always signals exponential.

Using the wrong growth factor

Growing by 5% → factor is 1.051.05, not 0.050.05. Decaying by 5% → factor is 0.950.95, not 0.05-0.05. Always: b=1±b = 1 \pm (rate as decimal).

Forgetting to divide by the period in the exponent

Doubles every 3 yearsf(t)=a2t/3f(t) = a \cdot 2^{t/3}, NOT a2ta \cdot 2^t or a23a \cdot 2 \cdot 3. The /3/3 scales time so the doubling happens once per 3 years.

Plugging in $b$ when you should plug in $b - 1$

If the function is a(1.07)ta \cdot (1.07)^t, the growth rate is 7% per year (not 107%). The factor is 1.071.07. The rate is 0.070.07. Don't conflate them.

Key takeaways

  • Exponential function: f(x)=abxf(x) = a \cdot b^x. aa = starting value. bb = growth factor.

  • b>1b > 1: growth. 0<b<10 < b < 1: decay.

  • Percent translation: growing by rrb=1+rb = 1 + r. Decaying by rrb=1rb = 1 - r.

  • Doubling every kk years: a2t/ka \cdot 2^{t/k}. Half-life hh: a(0.5)t/ha \cdot (0.5)^{t/h}.

  • Linear adds; exponential multiplies. Look for percent or each year to know which model fits.

Watch & learn

Curated Khan Academy walkthroughs on Exponential Functions. They're complementary to this lesson — watch one if a written explanation isn't clicking, or after to reinforce.

Try it yourself

5 practice questions on Exponential Functions, drawn from the question bank. The tutor is one click away if you get stuck.

Lesson v1 · generated 5/2/2026 · the floating tutor knows you're on this lesson — ask anything.