Intuition What this page does
The parent note gave you the recipe ILDS (Isolate, Log, Drop, Solve). But a real exam throws variations : a coefficient in front, a variable in a bracket, a negative answer, a decay word-problem, a "no solution" trap. This page walks a complete map of every kind that can appear — so when you meet one cold, you have already seen its twin.
Nothing new is assumed. Every symbol was earned in the parent note ; here we only drill .
Before solving, let's list every case class an exponential equation can belong to. Think of this as a checklist — each worked example below fills in one row.
Cell
Case class
What makes it different
Example below
A
Clean base, positive answer
b x = c with c > b > 1
Ex 1
B
Coefficient in front
a ⋅ b x = c — isolate first
Ex 2
C
Negative exponent answer
c < 1 so the log is negative
Ex 3
D
Bracketed exponent
b p x + q = c — bracket the lump
Ex 4
E
Common base (no logs needed)
both sides are powers of one base
Ex 5
F
Unknown on both sides
logs on both, collect x terms
Ex 6
G
Degenerate / no solution
b x = a non-positive number
Ex 7
H
Real-world growth/decay word problem
half-life / doubling time
Ex 8
I
Exam twist — quadratic in disguise
substitution u = b x
Ex 9
J
Boundary case
b x = 1 ⇒ x = 0
Ex 10
Definition Symbols we use (all from the parent)
b = the base — the fixed number being raised to a power (must be positive and not 1 ).
x = the unknown exponent — what we solve for.
c = the target value the power equals.
a = a coefficient — a plain number multiplying the exponential term, sitting outside the power (as in a ⋅ b x = c ). It is not part of the exponent.
p , q = plain constants inside a bracketed exponent, as in b p x + q .
log = logarithm base 10 ; ln = logarithm base e (see The Number e and Natural Logarithms ). Either works — a log is any tool that undoes a power.
The one law we lean on: log ( m k ) = k log m (power law, Laws of Logarithms ).
The curve is y = b x (here b = 2 ). Solving b x = c means: draw the horizontal line y = c , find where it hits the curve, drop straight down to read x . This is the geometric meaning behind every algebraic step (Solving Equations Graphically ).
If c > 1 the crossing is on the right → x is positive (Cell A).
If c = 1 the crossing is at x = 0 (every b 0 = 1 ) — the boundary (Cell J).
If 0 < c < 1 the crossing is on the left → x is negative (Cell C).
If c ≤ 0 the horizontal line never touches the curve → no solution (Cell G). The curve lives entirely above the x -axis.
Keep this picture beside you — every "Forecast" below is really asking which side of x = 0 will the answer land on?
Worked example Example 1 — Cell A: clean positive case,
3 x = 20
Forecast: 3 2 = 9 and 3 3 = 27 , and 20 sits between them. So guess x between 2 and 3 , closer to 3 .
Step 1. log ( 3 x ) = log 20 .
Why this step? Both sides are equal numbers; applying log to each keeps equality and exposes the trapped exponent.
Step 2. x log 3 = log 20 .
Why? Power law: the exponent x drops to a plain multiplier.
Step 3. x = log 3 log 20 = 0.4771 1.3010 ≈ 2.727 .
Why? log 3 is now just a constant — divide it off.
Verify: 3 2.727 ≈ 20.0 ✓, and 2 < 2.727 < 3 as forecast ✓.
Worked example Example 2 — Cell B: coefficient in front,
4 ⋅ 2 x = 100
Forecast: strip the 4 → 2 x = 25 . Since 2 4 = 16 , 2 5 = 32 , expect x between 4 and 5 .
Step 1. Divide by 4 : 2 x = 25 .
Why this step FIRST? The power law only frees the exponent when the exponential term is alone . The coefficient a = 4 is a multiplier, not part of the exponent — logging it would tangle everything (see the first mistake in the parent).
Step 2. log ( 2 x ) = log 25 .
Why? Now the power is isolated, apply log to both sides to expose the exponent.
Step 3. x log 2 = log 25 .
Why? Power law drops the exponent x to a plain multiplier.
Step 4. x = log 2 log 25 = 0.3010 1.3979 ≈ 4.644 .
Why? log 2 is a constant — divide it off to leave x alone.
Verify: 4 ⋅ 2 4.644 ≈ 4 ⋅ 25.0 = 100 ✓, and 4 < 4.644 < 5 ✓.
Worked example Example 3 — Cell C: negative answer,
5 x = 0.2
Forecast: 0.2 = 5 1 is less than 1 . From our picture, c < 1 means the crossing is left of the y -axis → x is negative . In fact 5 − 1 = 5 1 , so guess x = − 1 exactly.
Step 1. log ( 5 x ) = log 0.2 .
Why? Apply log to both sides — equal numbers stay equal, and this exposes the exponent.
Step 2. x log 5 = log 0.2 .
Why? Power law brings the exponent x down to a multiplier.
Step 3. x = log 5 log 0.2 = 0.6990 − 0.6990 = − 1.000 .
Why note the sign? log 0.2 ≈ − 0.6990 is negative (logs of numbers below 1 are negative); dividing a negative by the positive log 5 gives a negative x — exactly the picture predicted.
Verify: 5 − 1 = 0.2 ✓. The negative answer is not an error — it's the left-of-axis crossing.
Worked example Example 4 — Cell D: bracketed exponent,
6 3 x + 2 = 200
Forecast: the whole lump 3 x + 2 comes down together. Solving inside first, expect a small x near 0.5 .
Step 1. log ( 6 3 x + 2 ) = log 200 .
Why? Apply log to both sides to expose the (bracketed) exponent — the power is already alone.
Step 2. ( 3 x + 2 ) log 6 = log 200 .
Why the bracket? The power law drops the entire exponent as one object. Forgetting the bracket is the classic error (parent's third mistake).
Step 3. 3 x + 2 = log 6 log 200 = 0.7782 2.3010 ≈ 2.9569 .
Why? log 6 is a constant multiplying the bracket — divide it off to free the bracket.
Step 4. 3 x = 0.9569 ⇒ x ≈ 0.3190 .
Why? Ordinary linear algebra now — subtract 2 , divide by 3 .
Verify: 6 3 ( 0.3190 ) + 2 = 6 2.957 ≈ 200 ✓.
Worked example Example 5 — Cell E: common base, no logs,
4 x + 1 = 3 2 x − 1
Forecast: both 4 and 32 are powers of 2 . If we rewrite everything in base 2 , no decimals appear — expect a neat exact answer.
Step 1. Write in base 2 : 4 = 2 2 so 4 x + 1 = 2 2 ( x + 1 ) = 2 2 x + 2 ; and 32 = 2 5 so 3 2 x − 1 = 2 5 ( x − 1 ) = 2 5 x − 5 .
Why? Matching bases turns the problem into "equal bases ⇒ equal exponents", avoiding logs entirely.
Step 2. 2 2 x + 2 = 2 5 x − 5 ⇒ 2 x + 2 = 5 x − 5 .
Why can we equate exponents? Because 2 ( ) is a one-to-one function (Inverse Functions ) — different exponents give different values, so equal values force equal exponents.
Step 3. 2 + 5 = 5 x − 2 x ⇒ 7 = 3 x ⇒ x = 3 7 ≈ 2.3333 .
Why? Ordinary linear algebra — gather x -terms on one side, constants on the other, then divide by 3 .
Verify: 4 7/3 + 1 = 4 10/3 and 3 2 7/3 − 1 = 3 2 4/3 . Both equal 2 20/3 ≈ 101.6 ✓.
Worked example Example 6 — Cell F: unknown on both sides,
3 x = 5 x − 2
Forecast: bases differ (3 vs 5 ) and can't share a common integer base, so logs are unavoidable. We must gather all x 's onto one side.
Step 1. log ( 3 x ) = log ( 5 x − 2 ) .
Why? Apply log to both sides — since the bases differ we cannot match them, so logs are the only way to unstick both exponents at once.
Step 2. x log 3 = ( x − 2 ) log 5 .
Why bracket ( x − 2 ) ? The whole exponent on the right drops as a lump via the power law.
Step 3. Expand and collect x : x log 3 = x log 5 − 2 log 5 , so x log 3 − x log 5 = − 2 log 5 , i.e. x ( log 3 − log 5 ) = − 2 log 5 .
Why? We factor x out so we can divide it free — treat log 3 and log 5 as ordinary numbers.
Step 4. x = log 3 − log 5 − 2 log 5 = 0.4771 − 0.6990 − 2 ( 0.6990 ) = − 0.2218 − 1.3979 ≈ 6.302 .
Why? ( log 3 − log 5 ) is just a constant coefficient of x — divide it off to isolate x .
Verify: 3 6.302 ≈ 1006 and 5 6.302 − 2 = 5 4.302 ≈ 1006 ✓.
Worked example Example 7 — Cell G: degenerate / no solution,
2 x = − 8
Forecast: look back at the master picture — the curve y = 2 x sits entirely above the x -axis. A horizontal line at y = − 8 never meets it . Predict: no solution .
Step 1. Try to log both sides: log ( 2 x ) = log ( − 8 ) .
Why does this break? log of a negative number is undefined in the real numbers — you cannot raise a positive base 2 to any real power and get a negative result.
Step 2. Conclude: no real x satisfies 2 x = − 8 .
Why is this a real answer, not a mistake? Because b x > 0 always for b > 0 . Recognising impossibility is part of the skill.
Verify: the range of 2 x is ( 0 , ∞ ) ; − 8 ∈ / ( 0 , ∞ ) , so no solution ✓. (Same reasoning kills 2 x = 0 : the curve approaches 0 but never reaches it — a limiting value, not an attained one.)
Worked example Example 8 — Cell H: real-world decay, carbon-14 half-life
A sample of carbon-14 decays so that after t years the fraction remaining is N = ( 2 1 ) t /5730 (its half-life is 5730 years, see Exponential Growth and Decay ). How long until only 30% remains?
Forecast: after 5730 yr we're at 50% ; 30% is less than 50% , so it takes longer than one half-life. Guess t somewhat above 5730 .
Step 1. Set up: ( 2 1 ) t /5730 = 0.30 .
Why? "Fraction remaining = 30% " means the decay expression equals 0.30 — translate the words into an equation.
Step 2. log ( ( 2 1 ) t /5730 ) = log 0.30 .
Why? The exponential term is already alone, so apply log to both sides to expose the exponent.
Step 3. 5730 t log ( 0.5 ) = log ( 0.30 ) .
Why bracket t /5730 ? It is the whole exponent — it drops as one piece via the power law.
Step 4. 5730 t = log 0.5 log 0.30 = − 0.3010 − 0.5229 ≈ 1.7370 .
Why? log 0.5 is a constant multiplying the exponent — divide it off. (Two negatives make a positive here.)
Step 5. t ≈ 1.7370 × 5730 ≈ 9953 years.
Why? Multiply through by 5730 to undo the division and free t .
Verify (units + sanity): t is in years ✓. It exceeds one half-life (5730 yr) because we passed below 50% ✓. Plug back: ( 0.5 ) 9953/5730 = ( 0.5 ) 1.737 ≈ 0.300 = 30% ✓.
Worked example Example 9 — Cell I: exam twist, quadratic in disguise,
2 2 x − 5 ⋅ 2 x + 4 = 0
Forecast: the two exponential terms are 2 2 x and 2 x . Notice 2 2 x = ( 2 x ) 2 . So if we call 2 x a single letter, this becomes an ordinary quadratic — expect two answers.
Step 1. Substitute u = 2 x . Then 2 2 x = ( 2 x ) 2 = u 2 , giving u 2 − 5 u + 4 = 0 .
Why substitute? It converts a scary exponential into a familiar quadratic we can factor.
Step 2. Factor: ( u − 1 ) ( u − 4 ) = 0 ⇒ u = 1 or u = 4 .
Why? A product equals zero only when one factor is zero — the standard route to a quadratic's roots.
Step 3. Undo the substitution — back to exponentials:
u = 1 : 2 x = 1 ⇒ x = 0 (since 2 0 = 1 ).
u = 4 : 2 x = 4 ⇒ x = 2 (since 2 2 = 4 ).
Why check both? A valid u must be positive (as 2 x > 0 always). Here both 1 and 4 are positive, so both survive. Had a root been u ≤ 0 , we would reject it — a common exam trap.
Verify: at x = 0 : 2 0 − 5 ⋅ 2 0 + 4 = 1 − 5 + 4 = 0 ✓. At x = 2 : 2 4 − 5 ⋅ 2 2 + 4 = 16 − 20 + 4 = 0 ✓.
Worked example Example 10 — Cell J: boundary case,
7 x = 1
Forecast: look at the master picture at height y = 1 — the curve crosses exactly at x = 0 , because every base to the power 0 equals 1 . Predict x = 0 , no calculator needed.
Step 1. Recognise c = 1 . Any positive base satisfies b 0 = 1 , so read off x = 0 directly.
Why? This is the boundary between positive-x (Cell A, c > 1 ) and negative-x (Cell C, c < 1 ) — the single point where the horizontal line sits at height 1 .
Step 2 (log check). If you insist on the recipe: x = log 7 log 1 .
Why does this agree? log 1 = 0 (the log of 1 is always 0 , in any base), so x = log 7 0 = 0 — the same answer.
Verify: 7 0 = 1 ✓, and 0 lies exactly between the positive and negative cases ✓.
Recall Quick self-test across the whole matrix
Which cell does 9 x = 1 hit, and what is x ? ::: Boundary case J (c = 1 ): x = 0 , because any base to the power 0 is 1 .
In 4 ⋅ 2 x = 100 , why divide by 4 before logging? ::: The power law only frees the exponent when the exponential is isolated; the coefficient a = 4 is a separate multiplier (Cell B).
Why does 2 x = − 8 have no solution? ::: b x is always positive; the graph never dips to a negative value, so the line y = − 8 never meets it (Cell G).
In 2 2 x − 5 ⋅ 2 x + 4 = 0 , what substitution unlocks it? ::: Let u = 2 x , giving a quadratic u 2 − 5 u + 4 = 0 (Cell I).
When should you match bases instead of using logs? ::: When both sides are powers of a common base — it gives an exact answer with no decimals (Cell E).
Mnemonic The scenario checklist
"Is it Clean, Has-a-coefficient, Negative, Bracketed, Base-matched, Both-sided, Broken, Real, Quadratic, or Boundary?" — ten flavours, one recipe underneath: always end at x = log b log c (unless bases match or it's impossible).
Match bases, equate exponents
Drop exponent by power law
Solve x = log c over log b
Solve quadratic then undo