IB Maths AA HLTopic 1 โ Number & AlgebraPaper 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
An exponential equation has the unknown in the power โ for example ax = b or k ยท af(x) = m.
Three solving methods, in order of preference: inspection, same-base equating, logarithms.
Inspection works for clean cases like 2x = 32.
Same-base works when both sides can be written as powers of the same prime (often 2, 3, or 5). Once same-base, set the exponents equal.
Logs are the catch-all โ take ln (or log) of both sides and use the power law to bring the exponent down.
Look for hidden quadratics: if you see a2x alongside ax, substitute u = ax and you’ll have a normal quadratic in u.
If the question says “exact“, leave the answer as a logarithm. If it says “3 s.f.“, finish on the GDC.
Picking the right method
Before solving anything, ask three questions in order. Stop at the first “yes”.
Which method should I use?
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 principleaf(x) = ag(x) โ f(x) = g(x)
๐งญ Recipe โ equate exponents
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.
Rewrite each term using that base, applying the index laws as needed.
Equate the exponents โ set the two power expressions equal.
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
Isolate the exponential term on one side, if it’s not already (move any constants over first).
Take the natural log (or any log) of both sides.
Use the power law to bring the exponent down as a coefficient: ln(af(x)) = f(x) ยท ln(a).
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 formA(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 39 = 32, 27 = 33Step 2: Rewrite both sides(32)x = (33)x โ 132x = 33x โ 3Step 3: Equate the exponents2x = 3x โ 3x = 3no 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 logsStep 2: Take ln of both sidesln(3x) = ln(20)Step 3: Bring the exponent down with the power lawx ยท ln(3) = ln(20)x = ln(20)ln(3)Step 4: GDCx = 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 sidesln(e2x) = ln(17)Step 2: ln(ek) = k2x = ln(17)x = ln(17)2when 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 = 0Step 2: Substitute u = 2xu2 โ 5u + 4 = 0(u โ 1)(u โ 4) = 0u = 1 or u = 4Step 3: Back-substitute2x = 1 โ x = 02x = 4 โ x = 2x = 0 or x = 2two 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 = 0Step 2: Let u = exu2 โ 5u + 6 = 0(u โ 2)(u โ 3) = 0u = 2 or u = 3Step 3: Back-substitute and take lnex = 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
Try inspection first. If the answer is small and obvious, write it down โ don’t burn time setting up logs.
Look for a common base before reaching for logs. If both sides factor as powers of 2 (or 3, or 5), you can skip logs entirely.
For hidden quadratics, the dead giveaway is seeing a2x alongside ax. Substitute u, factor, back-sub.
Reject negative u-values: ax > 0 always. If the quadratic gives u = โ2, that branch has no solutions โ discard it.
If the equation has base e, take ln (not log). Saves a step.
Read the answer style carefully: “exact” means leave logs; “3 s.f.” means decimal.
For ax + k, factor the constant out: ax + k = ak ยท ax. This often turns a messy equation into a hidden quadratic.
โ Common mistakes
“Cancelling” different bases. 2x = 3x โ 1 does not give x = x โ 1. Different bases โ must take logs.
Keeping a negative u branch. If u = ax = โ5 falls out of the quadratic, that branch has no real solutions. Reject it.
Forgetting the power law. ln(3x) = x ยท ln(3), not ln(3) ยท x… or anything else. The exponent comes down.
Missing the “+1” trick. 2x + 1 means 2 ร 2x, not (2x)2. Index laws โ not power-of-a-power.
Skipping the back-substitution after solving for u. The question is asking for x, not u. You must convert.
Using the wrong base when taking logs. Both sides need the same log. Mixing ln on one side with log10 on the other gives nonsense.
Confusing ax with xa. Exponential equations have x in the power. x2 = 9 is a polynomial equation โ different toolkit entirely.
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.