Chapter 13

13. Exponentials & Logarithms

High School

Exponential functions model growth that feeds on itself; logarithms are their inverse — the tool for undoing exponents and taming enormous ranges. Together they describe populations, interest, sound and earthquakes.

At a glance
Core ideaExponentials multiply by a fixed factor each step; logarithms are their inverse.
Key termLogarithm: the exponent you raise a base to in order to reach a number.
You can…Solve growth and decay problems and use log laws to turn products into sums.
Watch outlog 0 and logs of negative numbers are undefined over the reals.
01 · Theory

Exponential growth and the logarithm as inverse

An exponential function is y = a·bˣ: the variable sits in the exponent, so the output multiplies by b for every unit increase in x. If b > 1 it grows; if 0 < b < 1 it decays. The special base e ≈ 2.71828 gives the natural exponential .

The logarithm answers the reverse question — "to what power must I raise the base?"

logb y = x  ⇔  bˣ = y

Because it inverts exponentiation, the logarithm turns products into sums — the log laws:

log(xy) = log x + log y
log(x/y) = log x − log y
log(xⁿ) = n·log x

Compound interest and continuous growth are captured by A = P(1 + r/n)^(nt) and, in the continuous limit, A = Pe^(rt).

02 · Explanation

Repeated multiplication, and its undo button

Linear growth adds the same amount each step; exponential growth multiplies by the same factor each step. That difference is staggering over time — the famous rice-on-a-chessboard story, where doubling each square reaches over 18 quintillion grains, is pure exponential growth. Anything that grows in proportion to its current size (money earning interest, a spreading rumour, a bacterial colony) is exponential.

Logarithms exist because we constantly need to run exponentials backwards: "the investment grew to triple — how many years did that take?" is a logarithm question. They also compress scale: the decibel, pH and Richter scales are logarithmic, so a jump of one unit means a ten-fold change. That is how a single readable number can span from a whisper to a jet engine.

×10
Decibels · per 10 dB louder
×10
pH · per 1 unit more acidic
×10
Richter · per 1 magnitude
72 ÷ r
Rule of 72 · years to double
03 · Practical

Worked example: doubling time

Problem

An investment grows at 6% per year, compounded annually. How long until it doubles?

  1. Model: A = P(1.06)ᵗ. Doubling means A = 2P, so (1.06)ᵗ = 2.
  2. Take logs of both sides: t · log(1.06) = log 2.
  3. Solve: t = log 2 / log 1.06 ≈ 0.3010 / 0.02531 ≈ 11.9 years.
  4. Quick check — the "Rule of 72": 72 / 6 = 12 years, close to our exact 11.9. ✓

Answer: about 11.9 years.

04 · Q&A

Test your understanding

What is log₂ 32?

Ask: 2 to what power gives 32? Since 2⁵ = 32, the answer is log₂ 32 = 5. Logarithms simply read off the exponent.

Solve 3^(x) = 20 for x.

Take logs: x = log 20 / log 3. Numerically ≈ 1.301 / 0.477 ≈ 2.73. Check: 3^2.73 ≈ 20. ✓ Any base of log works as long as you use it on both top and bottom.

Why is log(0) undefined and log of a negative undefined (for real numbers)?

log_b y asks for the power that gives y. A positive base raised to any real power is always positive and never zero — it approaches 0 as the exponent goes to −∞ but never reaches it. So no real exponent yields 0 or a negative, leaving log 0 and log(negative) undefined over the reals.

What makes e special as a base?

e is the base for which the exponential function equals its own rate of change: the slope of at every point is itself. It arises naturally as the limit of (1 + 1/n)ⁿ as n → ∞ — the ideal of continuous compounding. This self-derivative property makes e the natural language of growth and, later, of calculus.

Concept mind map

How the ideas connect

Every key idea in this chapter, branching from the core concept — use it to see the whole picture at a glance.

Exponential growthBase and exponentLogarithm inverseLog lawsDoubling timeNatural log eExponentials and Logs
Infographic

The key facts, visualised

log_b(x)
Power that base b needs to make x
log(ab)
Equals log a + log b
e
Natural base, about 2.718
b^0 = 1
Any nonzero base to power 0 is 1
Solved examples

Worked problems, step by step

Follow each solution line by line, then try to reproduce it on paper before moving on.

Example 1Solve 2^x = 32.

  1. Write 32 as a power of 2: 32 = 2^5
  2. So 2^x = 2^5
  3. Therefore x = 5

Example 2A colony doubles every 3 hours. How long to grow 8-fold?

  1. 8 = 2^3, so three doublings are needed
  2. Each doubling takes 3 hours
  3. 3 x 3 = 9 hours
Practice problem set

Now you try

Work each one out first, then tap to reveal the worked answer.

1Evaluate log_10(1000).
Since 10^3 = 1000, the log is 3.
2Solve 3^x = 81.
81 = 3^4, so x = 4.
3Simplify log(100) + log(10) in base 10.
2 + 1 = 3, or log(1000).
4Evaluate log_2(1).
Any base to the 0 is 1, so log_2(1) = 0.
5If a quantity triples each year, what is its factor after 2 years?
Growth is 3^2 = 9 times the start.
6Solve log_5(x) = 2.
x = 5^2 = 25.