1.1StatisticsStretch
Exponential Models
Many real datasets follow an exponential rather than linear pattern. Taking logarithms turns these models into straight lines, so linear regression can be applied to the transformed data.
What you'll be able to do
- Recognise exponential models y = abˣ and y = axⁿ
- Linearise using logarithms
- Interpret the gradient and intercept
- Recover the original constants
1
Linearising y = abˣ
Taking logs of gives — linear in with gradient and intercept .
Plot log y against x.
2
Linearising y = axⁿ
For , taking logs gives — linear in with gradient and intercept .
1Gradient .
2Intercept .
Answer, .
Tip — y = abˣ: plot log y vs x. y = axⁿ: plot log y vs log x.
Formula recap
For y = abˣ.
For y = axⁿ.
Common mistakes to avoid
Plotting log y vs log x for y = abˣ.
For abˣ plot log y vs x (only y is logged).
Reading a directly as the intercept.
The intercept is log a — undo with a = 10^{intercept}.
Key takeaways
- y = abˣ → log y = log a + (log b)x (log y vs x).
- y = axⁿ → log y = log a + n log x (log y vs log x).
- Recover a from a = 10^{intercept}.
Test yourself
Ready to lock in Exponential Models? Pick a mode and earn XP & Dobloons.