Logarithmic & Exponential Functions
Revise Logarithmic & Exponential Functions for Additional Mathematics — revision notes and instant AI marking. Free to start.
Logarithmic & Exponential Functions
The big idea: exponentials (like y = aˣ) describe things that grow or shrink by a constant multiplying factor — and logarithms are simply the "undo button" that lets you solve for the power when it's the unknown.
Summary — What's In This Chapter
- Exponential functions — graphs of
y = aˣ, growth vs decay, and why every one of them passes through (0,1). - The number e — the special base where the gradient of the curve equals the curve's own height.
- Logarithmic functions — the inverse of exponentials; "the power you raise the base to, to get this number."
- ln x — the natural logarithm, base e, and how it undoes eˣ.
- Laws of logarithms — the addition, subtraction and power rules (mirrors of the laws of indices).
- Change of base — how to evaluate logs with unusual bases, with or without a calculator.
- Solving exponential equations — taking logs of both sides, including "hidden quadratic" traps.
- Linearising relationships — turning curves like
y = axⁿandy = Abˣinto straight lines using logs.
1. Exponential Functions
An exponential function is one where the variable sits in the power (the exponent), not the base. It has the form:
Why every graph passes through (0, 1): Whatever base you pick, anything to the power 0 is 1. So a⁰ = 1 always — meaning y = aˣ always crosses the y-axis at the point (0, 1). This is one of the most testable facts in this chapter.
The x-axis is always an asymptote. As x gets very negative (for a > 1) or very positive (for 0 < a < 1), the curve gets closer and closer to y = 0 but never actually touches it. Think of it like a rubber band stretched toward the floor — it approaches but never lands.
| Condition on a | Behaviour | Shape |
|---|---|---|
| a > 1 | Exponential growth | Rises steeply to the right; flattens toward 0 on the left |
| 0 < a < 1 | Exponential decay | Falls steeply from the left; flattens toward 0 on the right |
| a = 1 | Not considered | y = 1ˣ = 1 for all x — just a flat horizontal line, not really "exponential" |
For a > 1 (e.g. y = 2ˣ vs y = 3ˣ): the bigger base is the higher curve when x > 0, but the lower curve when x < 0.
For 0 < a < 1 (e.g. y = 0.2ˣ vs y = 0.3ˣ): it flips — the bigger base is lower when x > 0, and higher when x < 0.
Sketch y = 5ˣ and y = 0.2ˣ on the same diagram. State one geometric relationship between the two curves, and mark the coordinates of any axis intercepts.
Without a calculator, explain why the graph of y = aˣ can never touch the x-axis, no matter what positive value a takes.
2. The Number "e" — A Very Special Base
Among all possible bases for an exponential function, one number is mathematically "perfect": e ≈ 2.718... It's an irrational number (like π), and it shows up naturally throughout maths, science, and finance.
What makes e so special? For the function y = eˣ, the gradient of the curve at any point is exactly equal to the y-value at that point. No other base has this clean property.
| x | y = eˣ | dy/dx |
|---|---|---|
| −1 | 0.3678... | 0.3678... |
| 0 | 1 | 1 |
| 1 | 2.7182... | 2.7182... |
| 2 | 7.3890... | 7.3890... |
The negative exponential: y = e⁻ˣ is simply the reflection of y = eˣ in the y-axis — same idea as the 4ˣ / 0.25ˣ pair above.
On the same diagram, sketch y = eˣ and y = e³ˣ. Which is steeper, and why? What do both curves have in common?
3. Logarithmic Functions
A logarithm is simply the inverse of raising a number to a power. If exponentials answer "what do I get if I raise a to the power x?", logarithms answer the reverse question: "what power do I need to raise a to, in order to get this number?"
How to "read" a logarithm out loud — this trick makes logs click for most students:
Because logs and powers are inverses of each other, they "cancel out" when applied one after the other:
Why bother with logs? Equations like 2ˣ = 8 can be solved by inspection (x = 3, easy). But 2ˣ = 10 has no "nice" answer — there's no whole number or simple fraction that works. Logarithms let us express and calculate that exact answer: x = log₂10 ≈ 3.32.
| Button | What it computes |
|---|---|
log or log₁₀ | Logarithm base 10 (common logarithm) |
ln | Natural logarithm (base e) |
log▢ | Logarithm with any base you type in |
(log x)² is NOT the same as log x². The first squares the whole log value; the second is log of x-squared, which by the power law equals 2 log x. Mixing these up is one of the most common exam errors.
Without using a calculator, evaluate log₂(64√2).
Use a calculator to evaluate log₁₀32 + log₂12 − log₃19, giving your answer to 3 significant figures.
4. ln x — The Natural Logarithm
ln stands for natural logarithm — it's just a logarithm where the base is e instead of 10 or anything else. It's so common it gets its own button and its own notation.
Because ln x and eˣ are inverse functions of one another, they undo each other perfectly:
The golden rule: if your equation involves e, apply ln to both sides to bring the power down. If your equation involves ln, apply e to both sides (i.e., raise e to the power of each side) to remove it.
| If you have... | Then... |
|---|---|
| eˣ = a | x = ln a |
| ln x = a | x = eᵃ |
| ef(x) = g(x) | f(x) = ln g(x) |
| ln f(x) = g(x) | f(x) = eg(x) |
Solve the equation e²ˣ = 5, leaving your answer as an exact value.
Solve ln(2x − 1) = 3, giving your answer to 3 significant figures.
5. Laws of Logarithms
These laws let you simplify, combine, or split logarithmic expressions. They're not arbitrary — each one is a direct mirror of a corresponding law of indices. If you know your index laws, these should feel very familiar.
loga(x/y) = logax − logay → mirrors aˣ ÷ aʸ = aˣ⁻ʸ
loga(xᵐ) = m·logax → mirrors (aˣ)ʸ = aˣʸ
These lead to a few extra results worth knowing cold:
All of these laws apply equally to ln (since ln is just log base e) — including two especially handy shortcuts:
Write 3log₂(2x+3) + log₂5 − 2log₂(x+1) as a single logarithm.
Write the expression 2log 4 − log 2 in the form log k, where k is an integer. Hence solve 2log 4 − log 2 = −log(1/x).
6. Change of Base
The laws of logarithms only work when every log in your expression shares the same base. When bases don't match, you need to convert them first — that's what the change of base formula does.
Example of smart base choice: To find log₈32 without a calculator, notice 8 = 2³ and 32 = 2⁵. Choosing b = 2:
This formula also gives you a useful "flip" identity, using the fact that logxx = 1:
By choosing a suitable value for b, use the change of base law to find log₈32 without a calculator. (Try it yourself before checking!)
7. Solving Exponential Equations
An exponential equation has the unknown sitting in the power. Some can be solved by "spotting" a common base (e.g. 5²ˣ = 125 = 5³, so 2x = 3). Most, though, need logarithms.
STEP 2: Use the laws of logarithms to bring the powers down
STEP 3: Rearrange to isolate x
STEP 4: Solve for x (calculate or leave exact)
Some exponential equations are secretly quadratics in disguise. The giveaway is a term like 4ˣ next to a term like 2ˣ — because 4ˣ = (2²)ˣ = (2ˣ)². If you substitute u = 2ˣ, the whole thing turns into an ordinary quadratic in u.
1. Rewrite 4ˣ as (2ˣ)² and 2ˣ⁺¹ as 2(2ˣ).
2. Equation becomes (2ˣ)² − 6(2ˣ) + 9 = 0.
3. Substitute u = 2ˣ: u² − 6u + 9 = 0 → (u−3)² = 0 → u = 3.
4. So 2ˣ = 3. Take ln of both sides: x ln 2 = ln 3 → x = ln3/ln2 ≈ 1.58 (3 s.f.)
Solve 27ˣ = 9 without using a calculator, using the change of base approach.
Solve 9ˣ − 4(3ˣ) + 3 = 0.
8. Transforming Relationships to Linear Form
This is one of the most powerful applications of logarithms: turning a curved relationship into a straight line, so that experimental data (like giraffe sleeping habits, or radioactive decay measurements) can be analysed using simple straight-line techniques — finding a gradient and an intercept.
Take ln of both sides and use the laws of logs to unpack it:
| Straight-line variable | Equals |
|---|---|
| Y | ln y |
| X | ln x |
| gradient m | n |
| intercept c | ln a → solve a = ec |
Same idea, but this time take log (any base — log₁₀ is common) of both sides:
| Straight-line variable | Equals |
|---|---|
| Y | log y |
| X | x |
| gradient m | log b → solve b = 10m |
| intercept c | log A → solve A = 10c |
The graph of ln t against ln h is a straight line through (1, −0.9) and (4, −4.5), where t = ahᵇ. Find a and b in exact form.
When lg y is plotted against x, a straight line passes through (2, 5) and (5, 8). Show that y = A × bˣ, finding A and b.
What to Memorise
Concepts Checklist
Exam Tips & Common Mistakes
- Exam Tips & Common Mistakes
Read the full Logarithmic & Exponential Functions notes free
That's the preview — create a free account to read the rest, plus flashcards and practice questions with instant AI marking. No credit card.
Unlock the full notes free →