IB Maths AA HL Topic 1 โ€” Number & Algebra Paper 1 & 2 ~10 min read

Solving Exponential Equations

An exponential equation is one where the unknown sits in the exponent โ€” like 3x = 81 or 5 ยท 2x โˆ’ 1 = 40. The earlier notes gave you the engine (the flip identity) and the gears (the log laws). Now you put them to work. Three solving methods cover almost every exam question โ€” pick the right one and the rest is mechanical. The trickier questions hide a quadratic in disguise; spot it and you’re done.

๐Ÿ“˜ What you need to know

Picking the right method

Before solving anything, ask three questions in order. Stop at the first “yes”.

Which method should I use?
Exponential equation 1. Can you spot the answer? (e.g. 2หฃ = 32 โ†’ x = 5) YES DONE no 2. Can both sides be written with the same base? YES Rewrite, equate the exponents, solve no 3. Do you see (aหฃ)ยฒ alongside aหฃ ? โ€” hidden quadratic? yes Substitute u = aหฃ, solve quadratic, back-sub no Take logs of both sides โ†’ use power law isolate x โ†’ done

Method 1 โ€” Inspection

If the answer is obvious, just write it down. Many exam questions either start or end with a step that needs this โ€” recognising small powers without the GDC is a skill the IB rewards directly.

Worth memorising:   powers of 2 up to 210 (= 1024)  |  powers of 3 up to 35 (= 243)  |  powers of 5 up to 54 (= 625)  |  powers of 10 up to 106. Most “spot the answer” exponents come from this list.

Method 2 โ€” Equate exponents (same base)

If both sides of the equation can be written as powers of the same base, the equation reduces to a simple polynomial equation in the exponents.

Same-base principle af(x) = ag(x)  โ‡”  f(x) = g(x)

๐Ÿงญ Recipe โ€” equate exponents

  1. Spot a common base. Often 2, 3, or 5. Numbers like 4, 8, 16 are powers of 2. Numbers like 9, 27, 81 are powers of 3.
  2. Rewrite each term using that base, applying the index laws as needed.
  3. Equate the exponents โ€” set the two power expressions equal.
  4. Solve the resulting equation in x (often linear, sometimes quadratic).
Useful disguises:   a2x = (ax)2  |  ax + 1 = a ยท ax  |  aโˆ’x = 1ax. The last two come straight from the index laws.

Method 3 โ€” Logarithms (the catch-all)

When neither inspection nor same-base works, take logs of both sides. Any base will do, but most students use ln (because the GDC has a button) or loga (when the base of the equation is convenient).

๐Ÿงญ Recipe โ€” solve with logs

  1. Isolate the exponential term on one side, if it’s not already (move any constants over first).
  2. Take the natural log (or any log) of both sides.
  3. Use the power law to bring the exponent down as a coefficient: ln(af(x)) = f(x) ยท ln(a).
  4. Rearrange and solve for x.
If the question asks for an exact answer, you’ll usually leave it as a logarithm โ€” for example x = ln(20) / ln(3). Don’t punch it into the GDC unless the question wants a decimal.

Hidden quadratics

This is the only “trick” type at HL โ€” and it shows up frequently. The equation looks exponential, but if you stare at it long enough, you spot a quadratic shape underneath.

The hidden form A(ax)2 + B(ax) + C = 0    โ†’    let u = ax โœ— not a formula โ€” it’s a substitution technique

๐Ÿค” How to spot the quadratic

If the equation has both an a2x term and an ax term, the a2x rewrites as (ax)2. The whole equation is then a quadratic in ax. Substitute u = ax, factor, solve the quadratic, then back-substitute to recover x.

Common giveaways:   4x with 2x  |  9x with 3x  |  e2x with ex. Whenever you see one with the other, suspect a hidden quadratic.
After back-substituting, you’ll usually have one or two equations of the form ax = (some number). Solve each one with whichever of the three methods is fastest. Reject any branch where ax = (negative) โ€” exponentials are always positive, so that branch has no solution.

Worked examples

WE 1

Solve by inspection

Solve 2x = 64.

Read it as a question โ€” what power of 2 gives 64? 21 = 2,   22 = 4,   …,   26 = 64 โœ“ x = 6
WE 2

Same base on both sides

Solve 9x = 27x โˆ’ 1.

Step 1: Both 9 and 27 are powers of 3 9 = 32,   27 = 33 Step 2: Rewrite both sides (32)x = (33)x โˆ’ 1 32x = 33x โˆ’ 3 Step 3: Equate the exponents 2x = 3x โˆ’ 3 x = 3 no logs needed โ€” same-base equating wins when the numbers cooperate
WE 3

Solve using logs โ€” when no shortcut works

Solve 3x = 20, giving your answer to 3 s.f.

Step 1: 20 isn’t a power of 3 โ€” go straight to logs Step 2: Take ln of both sides ln(3x) = ln(20) Step 3: Bring the exponent down with the power law x ยท ln(3) = ln(20) x = ln(20)ln(3) Step 4: GDC x = 2.73 (3 s.f.) exact answer would be ln(20)/ln(3) โ€” leave it like that if “exact” is asked for
WE 4

Equation with base e

Solve e2x = 17, giving your answer in exact form.

Step 1: Take ln of both sides ln(e2x) = ln(17) Step 2: ln(ek) = k 2x = ln(17) x = ln(17)2 when the base is e, ln cancels it cleanly โ€” much faster than ln-then-divide
WE 5

Hidden quadratic โ€” integer solutions

Solve 4x โˆ’ 5(2x) + 4 = 0.

Step 1: Spot the hidden quadratic โ€” 4x = (2x)2 (2x)2 โˆ’ 5(2x) + 4 = 0 Step 2: Substitute u = 2x u2 โˆ’ 5u + 4 = 0 (u โˆ’ 1)(u โˆ’ 4) = 0 u = 1   or   u = 4 Step 3: Back-substitute 2x = 1  โ†’  x = 0 2x = 4  โ†’  x = 2 x = 0   or   x = 2 two valid solutions โ€” both kept since 2หฃ is positive in each case
WE 6

Hidden quadratic โ€” exact log solutions

Solve e2x โˆ’ 5ex + 6 = 0, giving your answers in exact form.

Step 1: e2x = (ex)2 (ex)2 โˆ’ 5(ex) + 6 = 0 Step 2: Let u = ex u2 โˆ’ 5u + 6 = 0 (u โˆ’ 2)(u โˆ’ 3) = 0 u = 2   or   u = 3 Step 3: Back-substitute and take ln ex = 2  โ†’  x = ln(2) ex = 3  โ†’  x = ln(3) x = ln(2)   or   x = ln(3) both u-values are positive, so both branches give valid solutions

๐Ÿ’ก Top tips

โš  Common mistakes

Exponential equations are a routine type once the toolkit is in place. Practice spotting which method is fastest โ€” this single judgement call saves more exam time than any single technique. The same skills carry forward into modelling, growth/decay, and continuous compound interest later in the course.

Need help with Exponential Equations?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session โ†’