← Back to subjects
0
OCR A-level Mathematics A (H240) ยท 1.06 Exponentials and Logarithms
Mini-Lesson

Exponentials and logarithms

OCR section 1.06 introduces ex โ€” the one function that is its own derivative โ€” its inverse ln x, the laws of logarithms, and the genuinely useful skill of linearising data with logs to test whether a model fits.

e to the x and ln x Laws of logs Modelling & log graphs logs turn multiplication into addition, and curves into straight lines

The log-linearisation section is the one that appears in real exam data questions. Work through each screen, answer the questions as you go and collect ⭐ stars. Press Start when you're ready.

Exponentials · e

The exponential function

y = ax is an exponential function. Among all of them, exactly one has gradient equal to its own value at every point โ€” the one with base e = 2.71828…

d/dx (ex) = ex   ·   d/dx (ekx) = k ekxthis self-derivative property is why e appears in every growth and decay model
  • y = ex passes through (0, 1), is always positive, and rises steeply.
  • y = e−x is its reflection in the y-axis: exponential decay, approaching 0.
  • The x-axis is a horizontal asymptote โ€” ex is never zero and never negative.

Misconception: ex is not xe, and its derivative is not xex−1. The power rule does not apply โ€” the variable is in the exponent, not the base.

Logarithms · laws

Logarithms and their laws

loga x answers the question ‘what power of a gives x?’. It is the inverse of the exponential: ay = x ⇔ loga x = y. ln x means loge x.

log a + log b = log(ab)  ·  log a − log b = log(a/b)  ·  n log a = log(an)also: loga a = 1, loga 1 = 0, e^(ln x) = x, ln(e^x) = x
Worked example โ€” solve log₃x + log₃(x − 2) = 1

Combine: log₃[x(x − 2)] = 1 ⇒ x(x − 2) = 3¹ = 3.

x² − 2x − 3 = 0 ⇒ (x − 3)(x + 1) = 0 ⇒ x = 3 or x = −1.

Reject x = −1: you cannot take the log of a negative number. ∴ x = 3.

Check: log₃3 + log₃1 = 1 + 0 = 1. ✓

Never lose that mark: a log equation that becomes a quadratic will very often produce a root that must be rejected because it makes a log negative or zero. Always check both.

Calculate

Your turn โ€” a log equation

1Solve log₃x + log₃(x − 2) = 1. Give the valid value of x.
x =
Hint: combine to log₃[x(x − 2)] = 1, so x(x − 2) = 3. Solve x² − 2x − 3 = 0, then reject the root that makes a log undefined.
Logarithms · solving

Solving ax = b

The variable is stuck in the exponent. Take logs of both sides to bring it down.

Worked example โ€” solve 3x = 20

Take natural logs: ln(3x) = ln 20 ⇒ x ln 3 = ln 20.

x = ln 20 / ln 3 = 2.99573 / 1.09861 = 2.727 (3 d.p.).

Check: 32.727 ≈ 20.0. ✓ And a sanity check: 3² = 9 and 3³ = 27, so x must lie between 2 and 3. ✓

Misconception: ln 20 / ln 3 is not ln(20/3). Dividing two logs is not the same as the log of a quotient โ€” ln(20/3) = ln 6.67 = 1.897, nowhere near 2.727.

Calculate

Your turn โ€” solve an exponential

2Solve 3x = 20, giving your answer to 3 decimal places.
x =
Hint: x = ln 20 ÷ ln 3 = 2.99573 ÷ 1.09861. (Answer must lie between 2 and 3, since 3² = 9 and 3³ = 27.)
Quick check

Law of logs

?Which of these is correct?
Exponentials · modelling

Exponential growth and decay

Anything whose rate of change is proportional to its current size follows an exponential model: populations, radioactive decay, cooling, compound interest, drug concentration.

A = A₀ ektk > 0 โ†’ growth  ยท  k < 0 โ†’ decay  ยท  Aโ‚€ is the initial value (at t = 0)
Worked example โ€” A = 500 e−0.2t. When does A fall to 100?

500 e−0.2t = 100 ⇒ e−0.2t = 0.2.

Take ln: −0.2t = ln 0.2 = −1.60944.

t = 1.60944 / 0.2 = 8.05 (3 s.f.).

Check: 500 e−0.2(8.047) = 500 × 0.2 = 100. ✓

Interpreting k: in A = A₀ekt, k is the proportional rate of change per unit time. And always state the model’s limitations โ€” unlimited exponential growth is never realistic for a real population.

Calculate

Your turn โ€” exponential decay

3A substance decays as A = 500 e−0.2t (t in hours). Find the time t at which A = 100, to 3 significant figures.
hours
Hint: e−0.2t = 0.2, so −0.2t = ln 0.2 = −1.6094. Then t = 1.6094 ÷ 0.2.
Logarithms · data

Linearising data with logs

Here is the technique OCR examines with real data. If you suspect a power law or an exponential law, take logs โ€” a correct model becomes a straight line.

y = axn ⇒ log y = n log x + log aplot log y against log x: gradient = n, intercept = log a
y = abx ⇒ log y = (log b)x + log aplot log y against x: gradient = log b, intercept = log a

The whole trick: which one you plot tells you which model you are testing. log–log tests a power law; log y against plain x tests an exponential law.

Worked example โ€” plotting log₁₀y against log₁₀x gives a straight line of gradient 1.5 and intercept 0.7

Comparing with log y = n log x + log a: n = 1.5 and log₁₀a = 0.7.

So a = 100.7 = 5.01 (3 s.f.), and the model is y = 5.01 x1.5.

Calculate

Your turn โ€” read the log graph

4Plotting log₁₀y against log₁₀x gives a straight line with gradient 1.5 and vertical intercept 0.7. The model is y = axn. Find a to 3 significant figures.
a =
Hint: the intercept is log₁₀a, so a = 100.7. (Note 100.5 ≈ 3.16 and 101 = 10, so a lies between them.)
Quick check

Which graph to plot?

?You want to test whether data follows y = abx (an exponential law). What should you plot to get a straight line?
Calculate

Your turn โ€” evaluate a log

5Find the value of log₂ 32.
Hint: ask ‘2 to what power gives 32?’. 2⁵ = 32.
Quick check

Inverse functions

?What is the value of eln 5?
Quick check

Derivative of e

?What is the derivative of y = e3x?
Sort it

Evaluate the logarithm

Tap a logarithm, then tap the value it equals.

= 0

= 2

= 3

Match it

Law and result

Tap an expression on the left, then what it equals.

Expression
Equals
Recap

The big ideas to know

ex: the function that is its own derivative; d/dx(ekx) = kekx

ln x: the inverse of ex; eln x = x and ln(ex) = x

Log laws: log a + log b = log(ab); log a − log b = log(a/b); n log a = log(an)

Solving ax = b: take logs ⇒ x = ln b / ln a โ€” and this is not ln(b/a)

Modelling: A = A₀ekt; k > 0 growth, k < 0 decay

Linearising: log y vs log x tests y = axn; log y vs x tests y = abx

Reject roots: log equations often give a root that makes a log undefined โ€” check it

That is OCR 1.06 โ€” and the log-linearising skill turns up in real data questions. Press Finish to see your score.

🏆

Mini-lesson complete!

⭐⭐⭐

You've worked through Exponentials and logarithms for OCR A-level Mathematics A. 🎉

Your stars: 0 / 0

Next: test yourself in the Evaluate stage Confidence Quiz, then lock it in with Verify.

📣 Smashed it? Share your score

Challenge a mate to beat your stars, or show a parent how you got on.

→ Back to all subjects