←
Back to all demo topics
Gradora home
▸ Back to all demo topics
Exponentials & Logarithms High-frequency topic
Often examined
Pure Mathematics — Paper 2 · AQA AS Mathematics (sample) · Drill 2 of 2
Why this topic matters. Exponentials & Logarithms appear on AQA Paper 1 or 2 in ~85% of sittings, typically 8–12 marks. The AQA 2023 examiner report specifically named writing log(x+8) as log(x)+log(8) as a very common error costing 2–3 marks. Eliminating this single mistake and mastering the convert-and-solve method recovers significant marks.
The scaffold to use (LCSE Framework)
Laws: product, quotient, power rules for logs — memorise and apply in order.
Convert: switch between logᵃ(b)=c and a^c=b forms as needed.
Substitute: let u=e^x (or u=a^x) to find hidden quadratics.
Exact: give answers as ln/log unless told to round.
📖 Read the primer for this topic first
Foundational — recall and single-step application
Q1. Write as a single logarithm: (a) log 5 + log 4; (b) log 20 − log 4; (c) 3 log 2.
Foundational
💡 Tip — how to tackle this
Show full answer
[3 marks]
Method to use
Consider
Log Laws Simplification — apply product, quotient and power rules: log a + log b = log(ab); log a − log b = log(a/b); n log a = log(a^n).
Reveal step 1
M1
(a) log 5 + log 4 = log(20). (b) log 20 − log 4 = log(5). (c) 3 log 2 = log(8).
AO1 — all three log laws
Common mistake: Writing 3 log 2 = log 6 (multiplying instead of raising to the power).
Reveal step 2
A1
(a) log 20 ; (b) log 5 ; (c) log 8 .
AO1 — correct simplified forms
Reveal step 3
A1
Rule to fix in memory: log(a)+log(b) = log(ab) uses multiplication INSIDE the log, not addition.
AO2 — distinguishing product rule from sum
Q2. Solve: log₂(x) = 5.
Foundational
💡 Tip — how to tackle this
Show full answer
[2 marks]
Method to use
Consider
Convert And Solve — convert from log form to exponential form: log₂(x) = 5 means x = 2⁵.
Reveal step 1
M1
log₂(x) = 5 ⇔ x = 2⁵ = 32.
AO1 — converting log to exponential form
Reveal step 2
A1
x = 32 . Check: log₂(32)=log₂(2⁵)=5 ✓.
AO1 — correct answer
Q3. Solve: 3^x = 20. Give your answer to 3 significant figures.
Foundational
💡 Tip — how to tackle this
Show full answer
[3 marks]
Method to use
Consider
Convert And Solve — take ln (or log) of both sides; x = ln(20)/ln(3).
Reveal step 1
M1
Take ln of both sides: x ln 3 = ln 20 ⇒ x = ln(20)/ln(3).
AO1 — taking logs of both sides
Reveal step 2
A1
x = 2.996.../1.099... = 2.73 (3 s.f.).
AO1 — correct numerical answer
Common mistake: Writing x = log(20)/3 (dividing instead of dividing by log(3)).
Reveal step 3
A1
Check: 32.73 ≈ 20.0 ✓.
AO2 — substitution check
Q4. Simplify: log 12 − log 4 + log 3.
Foundational
💡 Tip — how to tackle this
Show full answer
[3 marks]
Reveal step 1
M1
log 12 − log 4 = log(12/4) = log 3.
AO1 — quotient rule
Reveal step 2
A1
log 3 + log 3 = log(3×3) = log 9.
AO1 — product rule
Reveal step 3
A1
Answer: log 9 = 2 log 3.
AO1 — final simplified form
Q5. Find: (a) ln(e³); (b) eln 7 ; (c) ln(1).
Foundational
💡 Tip — how to tackle this
Show full answer
[3 marks]
Method to use
Consider
Convert And Solve — use the inverse identity: ln(e^x)=x and e
ln x =x; recall ln(1)=0.
Reveal step 1
M1
(a) ln(e³) = 3. (b) eln 7 = 7. (c) ln(1) = 0.
AO1 — inverse identity ln and exp
Reveal step 2
A1
(a) 3 ; (b) 7 ; (c) 0 .
AO1 — all three correct
Reveal step 3
A1
Memory aid: e and ln are inverse functions — they cancel each other like squaring and square root.
AO2 — inverse function concept
Q6. Solve: 2e^x = 14. Give your answer exactly.
Foundational
💡 Tip — how to tackle this
Show full answer
[3 marks]
Reveal step 1
M1
Divide by 2: e^x = 7. Take ln: x = ln 7.
AO1 — isolate then take ln
Reveal step 2
A1
x = ln 7 (exact). Numerically: x ≈ 1.946.
AO1 — exact form answer
Reveal step 3
A1
Note: write ln 7 not log 7 when the base is e.
AO2 — notation precision
Mid-tier — application and analysis (exam-bulk questions)
Q7. Solve: log(3x + 4) = 2 (base 10).
Mid-tier
💡 Tip — how to tackle this
Show full answer
[4 marks]
Method to use
Consider
Convert And Solve — convert log₁₀(3x+4)=2 to 3x+4=10²; solve for x.
Reveal step 1
M1
log(3x+4)=2 ⇔ 3x+4 = 10² = 100.
AO1 — exponential form
Common mistake: Writing 3x+4=2×10=20 instead of 10²=100.
Reveal step 2
A1
3x = 96 ⇒ x = 32.
AO1 — solving for x
Reveal step 3
A1
Check: log(3(32)+4) = log(100) = 2 ✓.
AO2 — verification
Reveal step 4
A1
x = 32 .
AO1 — final answer
Q8. Solve simultaneously: y = e2x and y = 3e^x − 2.
Mid-tier
💡 Tip — how to tackle this
Show full answer
[5 marks]
Reveal step 1
M1
Equate: e2x = 3e^x − 2. Let u=e^x: u² = 3u−2 ⇒ u²−3u+2=0.
AO1 — hidden quadratic substitution
Common mistake: Not recognising e2x =(e^x)².
Reveal step 2
A1
(u−1)(u−2)=0 ⇒ u=1 or u=2.
AO1 — solving quadratic in u
Reveal step 3
A1
e^x=1 ⇒ x=0; e^x=2 ⇒ x=ln2.
AO1 — taking ln
Reveal step 4
A1
y-values: x=0 ⇒ y=1; x=ln2 ⇒ y=(eln2 )²=4.
AO1 — back-substituting for y
Reveal step 5
A1
Solutions: (0,1) and (ln2, 4) .
AO2 — both pairs clearly stated
Q9. Solve: log₂(x+3) + log₂(x−1) = 5.
Mid-tier
💡 Tip — how to tackle this
Show full answer
[5 marks]
Method to use
Consider
Log Laws Simplification — product rule gives log₂((x+3)(x−1))=5; convert to exponential form and solve the quadratic; check domain.
Reveal step 1
M1
Product rule: log₂((x+3)(x−1)) = 5.
AO1 — combining logs
Common mistake: Writing log₂(x+3+x−1) = log₂(2x+2). This is WRONG. log(a)+log(b)=log(ab), not log(a+b).
Reveal step 2
M1
Convert: (x+3)(x−1) = 2⁵ = 32. Expand: x²+2x−3=32 ⇒ x²+2x−35=0.
AO1 — exponential form and rearranging
Reveal step 3
A1
(x+7)(x−5)=0 ⇒ x=−7 or x=5.
AO1 — solving the quadratic
Reveal step 4
A1
Domain check: x+3>0 and x−1>0 both require x>1. Reject x=−7.
AO2 — domain check — critical step
Reveal step 5
A1
x = 5 .
AO1 — unique valid solution
Q10. Given log₄(a)=3 and log₄(b)=−1/2, find: (a) log₄(a²b); (b) log₄(a/√b).
Mid-tier
💡 Tip — how to tackle this
Show full answer
[4 marks]
Method to use
Consider
Log Laws Simplification — express each using log laws: log(a²b) = 2log(a)+log(b); log(a/√b) = log(a)−(1/2)log(b).
Reveal step 1
M1
(a) log₄(a²b) = 2log₄(a)+log₄(b) = 2(3)+(−1/2) = 6−1/2 = 11/2.
AO1 — power and product rules
Reveal step 2
A1
(a) 11/2 .
AO1 — correct value
Reveal step 3
A1
(b) log₄(a/√b) = log₄(a)−(1/2)log₄(b) = 3−(1/2)(−1/2) = 3+1/4 = 13/4 .
AO1 — quotient and power rules
Reveal step 4
A1
Check (b): a/√b = 4³/41/4 = 413/4 ✓.
AO2 — verification using base-4 definition
Q11. Solve: 52x+1 = 8. Give your answer to 3 s.f.
Mid-tier
💡 Tip — how to tackle this
Show full answer
[4 marks]
Method to use
Consider
Convert And Solve — take ln of both sides; use (2x+1)ln5 = ln8; solve for x.
Reveal step 1
M1
(2x+1) ln 5 = ln 8.
AO1 — taking ln both sides
Reveal step 2
A1
2x+1 = ln8/ln5 = 2.0794/1.6094 ≈ 1.292.
AO1 — computing the ratio
Reveal step 3
A1
2x = 0.292 ⇒ x ≈ 0.146 (3 s.f.).
AO1 — solving for x
Reveal step 4
A1
Check: 51.292 ≈ 8.0 ✓.
AO2 — verification
Q12. Express 2log(x) − 3log(y) + log(z) as a single logarithm.
Mid-tier
💡 Tip — how to tackle this
Show full answer
[3 marks]
Method to use
Consider
Log Laws Simplification — power rule first to clear coefficients, then product and quotient.
Reveal step 1
M1
Power rule: 2log(x)=log(x²); 3log(y)=log(y³).
AO1 — clearing coefficients first
Reveal step 2
A1
log(x²) − log(y³) + log(z) = log(x²z/y³).
AO1 — applying quotient and product
Reveal step 3
A1
Single log: log(x²z/y³) .
AO1 — final form
Q13. Solve: e2x − 5e^x + 6 = 0.
Mid-tier
💡 Tip — how to tackle this
Show full answer
[4 marks]
Reveal step 1
M1
u=e^x: u²−5u+6=0 ⇒ (u−2)(u−3)=0.
AO1 — substitution u=e^x
Reveal step 2
A1
u=2 or u=3. e^x=2 ⇒ x=ln2; e^x=3 ⇒ x=ln3.
AO1 — solving for x
Reveal step 3
A1
x = ln 2 or x = ln 3 . Both valid (e^x>0 always).
AO2 — exact answers and domain note
Reveal step 4
A1
Numerically: x ≈ 0.693 or x ≈ 1.099 (but give exact unless told otherwise).
AO2 — numerical equivalents for checking
Q14. A population P grows by P = 500e0.03t (t in years). (a) Initial population? (b) Time to double?
Mid-tier
💡 Tip — how to tackle this
Show full answer
[5 marks]
Method to use
Consider
Convert And Solve — for (a) set t=0; for (b) set P=1000 and solve e
0.03t =2 using ln.
Reveal step 1
M1
(a) P(0) = 500e⁰ = 500 .
AO1 — initial value at t=0
Reveal step 2
M1
(b) 500e0.03t =1000 ⇒ e0.03t =2 ⇒ 0.03t=ln2.
AO1 — setting up doubling equation
Reveal step 3
A1
t = ln2/0.03 = 23.1 years (to 3 s.f.).
AO1 — solving for t
Reveal step 4
A1
To nearest month: 0.1 years ×12 ≈ 1.2 months ⇒ approximately 23 years and 1 month .
AO2 — converting to months
Reveal step 5
A1
Check: P(23.1) = 500e0.693 = 500×2 = 1000 ✓.
AO2 — verification
Q15. Solve: log(x+8) − log(x) = 1 (base 10).
Mid-tier
💡 Tip — how to tackle this
Show full answer
[4 marks]
Method to use
Consider
Log Laws Simplification — quotient rule: log((x+8)/x)=1; convert to exponential form; check domain.
Reveal step 1
M1
Quotient rule: log((x+8)/x) = 1 ⇒ (x+8)/x = 10.
AO1 — combining logs and converting
Reveal step 2
A1
x+8 = 10x ⇒ 8 = 9x ⇒ x = 8/9.
AO1 — solving the linear equation
Reveal step 3
A1
Domain: x>0 ⇒ 8/9>0 ✓. Answer: x = 8/9 .
AO2 — domain check
Reveal step 4
A1
KEY: log(x+8)−log(x) = log((x+8)/x) by quotient rule. NOT log(8) — this is the most common error (2023 AQA ER).
AO2 — law clarification — most common error
Q16. Solve: 7x+1 = 32x−1 . Give your answer to 3 d.p.
Mid-tier
💡 Tip — how to tackle this
Show full answer
[5 marks]
Method to use
Consider
Convert And Solve — take ln both sides; expand; collect x terms.
Reveal step 1
M1
ln(7x+1 ) = ln(32x−1 ) ⇒ (x+1)ln7 = (2x−1)ln3.
AO1 — taking ln and applying power rule
Reveal step 2
M1
x ln7 + ln7 = 2x ln3 − ln3. Collect x: x(ln7−2ln3) = −ln3−ln7 = −ln21.
AO2 — collecting x terms
Reveal step 3
A1
ln7−2ln3 = ln7−ln9 = ln(7/9) = −0.2513...
AO1 — computing the coefficient of x
Reveal step 4
A1
x = −ln21/(ln(7/9)) = −3.0445/(−0.2513) = 12.114 (3 d.p.).
AO1 — final value of x
Reveal step 5
A1
Check: 713.114 and 323.228 . Both ≈ same large number. ✓
AO2 — sanity check
Stretch — discriminators, twist-traps, top-band signals
Q17. Solve: log₂(x) + log₄(x) = 3.
Stretch
💡 Tip — how to tackle this
Show full answer
[6 marks]
Method to use
Consider
Log Laws Simplification — change log₄(x) to base 2 using the change-of-base formula: log₄(x) = log₂(x)/log₂(4) = log₂(x)/2.
Reveal step 1
M1
Change base: log₄(x) = log₂(x)/log₂(4) = log₂(x)/2.
AO2 — applying change of base formula
Reveal step 2
M1
Equation: log₂(x) + log₂(x)/2 = 3 ⇒ (3/2)log₂(x) = 3.
AO1 — combining like terms
Reveal step 3
A1
log₂(x) = 2 ⇒ x = 4.
AO1 — solving for x
Reveal step 4
A1
x = 4 . Check: log₂(4)+log₄(4) = 2+1 = 3 ✓.
AO2 — verification
Reveal step 5
A1
General: logᵃ(x) = logᵇ(x)/logᵇ(a) for any valid base b. This is the change-of-base formula.
AO2 — general formula
Reveal step 6
A1
This question type (mixed bases) requires the change-of-base tool and is a reliable stretch discriminator.
AO3 — exam relevance
Q18. Solve: 4^x − 5⋅2^x + 4 = 0.
Stretch
💡 Tip — how to tackle this
Show full answer
[5 marks]
Reveal step 1
M1
4^x=(2²)^x=(2^x)². Let u=2^x: u²−5u+4=0.
AO1 — recognising 4^x=(2^x)²
Common mistake: Missing this step: 4^x and 2^x share base 2, which is the key.
Reveal step 2
A1
(u−1)(u−4)=0 ⇒ u=1 or u=4.
AO1 — solving quadratic in u
Reveal step 3
A1
2^x=1 ⇒ x=0; 2^x=4=2² ⇒ x=2.
AO1 — solving for x
Reveal step 4
A1
x = 0 or x = 2 . Check: 1−5+4=0 ✓; 16−20+4=0 ✓.
AO2 — verification
Reveal step 5
A1
Both u values >0, so both are valid (no domain rejection for 2^x).
AO2 — confirming domain
Q19. The graph of log₁₀(y) against x is a straight line through (1, 2.3) and (3, 3.1). Find constants A and b such that y = Ab^x.
Stretch
💡 Tip — how to tackle this
Show full answer
[7 marks]
Method to use
Consider
Convert And Solve — take log: log y = log A + x log b; identify gradient=log b and use a point to find log A.
Reveal step 1
M1
log y = log A + x log b. Linear in x: gradient = log b.
AO2 — linearising the exponential model
Reveal step 2
M1
Gradient = (3.1−2.3)/(3−1) = 0.4. So log₁₀(b) = 0.4.
AO1 — finding gradient
Reveal step 3
A1
b = 100.4 ≈ 2.51 (3 s.f.).
AO1 — value of b
Reveal step 4
M1
Use point (1, 2.3): 2.3 = log A + 1(0.4) ⇒ log A = 1.9.
AO2 — finding log A
Reveal step 5
A1
A = 101.9 ≈ 79.4 (3 s.f.).
AO1 — value of A
Reveal step 6
A1
Model: y = 79.4 × 2.51^x. Check: at x=1, log y = 1.9+0.4=2.3 ✓; at x=3, 1.9+1.2=3.1 ✓.
AO2 — both points verified
Reveal step 7
A1
This technique (log-linear graphs ⇒ exponential models) appears regularly and earns top-band marks for method clarity.
AO2 — exam relevance
Q20. Solve: log₂(x²−x−6) − log₂(x+2) = 3.
Stretch
💡 Tip — how to tackle this
Show full answer
[7 marks]
Method to use
Consider
Log Laws Simplification — combine logs; factorise the numerator; simplify before converting to exponential form; check domain.
Reveal step 1
M1
Quotient rule: log₂((x²−x−6)/(x+2)) = 3.
AO1 — combining logs
Reveal step 2
M1
Factorise numerator: x²−x−6=(x−3)(x+2). Cancel (x+2) for x≠−2: simplifies to x−3.
AO2 — algebraic simplification before exponential form
Reveal step 3
A1
log₂(x−3) = 3 ⇒ x−3 = 8 ⇒ x = 11.
AO1 — exponential form and solving
Reveal step 4
A1
Domain: x+2≠0 (x≠−2) ✓; x²−x−6>0 at x=11: 104>0 ✓; x−3>0: 8>0 ✓.
AO2 — full domain check
Reveal step 5
A1
x = 11 .
AO1 — final answer
Reveal step 6
A1
Key insight: factorising the numerator before converting gave a much simpler log equation to solve.
AO3 — strategic algebraic step
Reveal step 7
A1
Verify: log₂(121−11−6)−log₂(13) = log₂(104/13) = log₂(8) = 3 ✓.
AO2 — full verification
Stuck on a question? 📖 Read the primer for this topic
Exponentials & Logs — Primer
Pure Mathematics — Paper 2 · AQA AS Mathematics (sample)
×
What this primer is for. Focused on AQA AS Exponentials & Logs: the laws that score marks and the errors that lose them. The 2023 examiner report specifically cited log law errors as very common.
What this topic is
Logarithms and exponentials are inverse operations: a^x=b ⇔ logᵃ(b)=x. The natural log (ln) uses base e ≈2.718. Three skills assessed: Log Law Simplification ; Solving equations (converting between forms); and Hidden Quadratics (substituting u=e^x).
Why it matters in this paper
A high-frequency topic, typically 8–12 marks. The 2023 AQA ER named splitting log(a+b) into log(a)+log(b) as a very common error costing 2–3 marks on one question. Fix this one habit and you reliably recover marks.
How to tackle this topic
Match the question to the method:
Log Laws Simplification — Three laws: log a + log b = log(ab); log a − log b = log(a/b); n log a = log(a^n). BANNED: log(a+b) ≠ log(a)+log(b). Apply to products/quotients inside logs, never to sums. Use when: simplifying, combining multiple log terms into one, proving identities.
Convert And Solve — Switch forms: logᵃ(b)=c ⇔ a^c=b. For a^x=b: x=ln(b)/ln(a) (change of base). Natural log identities: ln(e^x)=x; eln x =x; ln1=0. Use when: unknown is in the exponent, or a log equation reduces via exponential conversion.
Substitution For Hidden Quadratics — e2x −5e^x+6=0 is a quadratic in e^x. Let u=e^x (always >0), solve the quadratic, then take ln. For 4^x−5⋅2^x+4=0: write 4^x=(2^x)² first. Use when: two exponential terms with one being the square of the other.
The key facts you must know
Product: log a + log b = log(ab).
Quotient: log a − log b = log(a/b).
Power: n log a = log(a^n).
FORBIDDEN: log(a+b) ≠ log a + log b — 2023 AQA ER top error.
Change of base: logᵃ(x) = ln(x)/ln(a) = log(x)/log(a).
a^x=b ⇒ x=ln(b)/ln(a).
ln(e^x)=x; eln x =x; ln1=0; ln e=1.
Domain: log(f(x)) requires f(x)>0; always check after solving.
Step-by-step worked example
Question: Solve e2x −4e^x+3=0.
Step 1. Let u=e^x (note e2x =(e^x)²=u²).
Step 2. u²−4u+3=0 ⇒ (u−1)(u−3)=0 ⇒ u=1 or u=3.
Step 3. e^x=1 ⇒ x=0; e^x=3 ⇒ x=ln3.
Step 4. Both valid (e^x>0 always). x=0 or x=ln3.
Why this lands top-band: naming the substitution u=e^x, giving exact answers (ln3 not 1.099), and checking domain all contribute to full marks.
Common mistakes (from examiner reports)
log(x+8) written as log(x)+log(8). — “Cost candidates 2–3 marks on a single question in 2023.”
Solving 3^x=7 as x=7/3 (dividing instead of taking logs).
Not checking domain after solving log equations (negative arguments).
Forgetting to cancel e2x =(e^x)² and failing to spot the hidden quadratic.
Quick self-check
Simplify 2ln(x)+ln(3)−ln(x) as one log without looking.
Solve 5^x=12 exactly, then to 3 d.p.
What substitution turns e2x −3e^x+2=0 into a quadratic?