3.2.10 · D5Exponentials & Logarithms
Question bank — Solving exponential equations using logarithms
This page assumes only the parent method: to free an exponent you take a log of both sides and use the power law . Everything else is built here.
True or false — justify
You can take any log base (10, , base 7) and still get the same final answer for .
True — is a ratio of two logs in the same base, and that ratio is base-independent. See Change of Base Formula: every base gives the identical number.
.
False. Logs turn products into sums: . There is no clean rule for the log of a sum — you cannot split at all.
To solve you should start by writing .
Technically legal but foolish. First divide by 5 to isolate the power (); otherwise you carry an extra term for no reason. Isolate, then log.
equals .
False — a classic trap. The left side is a ratio of two logs (); the right is a difference . Different operations, different values.
If and , there is still a real solution for .
False. For a positive base , is always positive for every real , so it can never equal a negative . No real solution — see Inverse Functions (log of a negative is undefined).
The power law requires to be a whole number.
False. The derivation () never assumed was an integer, so can be any real — fractions, decimals, negatives all work.
is best solved by taking logs of both sides.
False — it's possible but wasteful. Since , rewrite as and match exponents: . Matching a common base gives an exact answer with no decimals.
Applying to both sides of a true equation keeps it true.
True, provided both sides are positive (log's domain). Since and we only solve for , the sides are valid inputs and equality is preserved — it's a legal "do the same thing to both sides" move.
Spot the error
.
The bracket was dropped. The whole exponent comes down: . The is inside the exponent, so it must be multiplied by , not left stranded.
, therefore .
The first is the power law (correct). The second is invented — there is no rule for of a sum. The student confused an exponent coming down with a fictional "distribute over addition".
", so ."
Wrong tool. That subtraction gives , which is a plain number, not . Correct is the ratio . Division of logs, not subtraction.
" has no solution because you can't take of both sides usefully."
You can — and . Note . Any positive base to the power is , so is the clean answer.
"To solve , take logs immediately."
Better to simplify first: , so the equation is , i.e. after dividing by . That's false, so there is no solution — logs would only obscure this.
", so divides into leaving ."
Nonsense algebra. You cannot "cancel" or subtract inside a ratio of logs. is just — leave it as a single division.
Why questions
Why must we bring the exponent down rather than take a root to solve ?
A root undoes a fixed power (), but here the unknown is the power itself. The log is the operation matched to that structure — it converts an unknown exponent into an unknown multiplier we can divide off.
Why do we divide off any coefficient (like the 5 in ) before logging?
The power law only pulls down an exponent when the exponential term stands alone. A coefficient multiplies the whole term, not the exponent, so logging early just adds a stray you'd have to subtract later anyway.
Why does the final answer not depend on which log button you press?
Changing base multiplies top and bottom by the same factor, which cancels. Formally this ratio equals regardless of intermediate base — the Change of Base Formula guarantees it.
Why is matching bases (Example-4 style) considered "smarter" than logging?
When both sides are powers of one base, exponents can be equated directly, giving an exact rational answer (like ) instead of a rounded decimal from a log ratio.
Why can log undo exponentials at all?
Because they are inverse functions: is defined precisely as the function that reverses , just as reverses squaring. Applying inverse-then-original returns the input. See Inverse Functions.
Why is the only log law the whole method really needs?
Every exponential equation's job is to free the exponent; this single law converts " upstairs" into " as a multiplier". The product/quotient rules (Laws of Logarithms) only help tidy coefficients, not free the exponent.
Edge cases
What is the solution of for any valid base ?
Always , since by definition. Via the formula, — the numerator is zero.
What happens if you try ?
No solution. Base gives for every , so it can never equal . This is why the base is required to satisfy before the method applies.
Does with (a decaying base) still work with the same formula?
Yes. holds, but , so dividing flips signs — a decaying base gives a negative for , matching Exponential Growth and Decay.
If , what does the formula predict, and does it make sense?
, and indeed . The self-consistent check: the ratio of a log with itself is .
Can be negative in , and when?
Yes, whenever with base : e.g. gives . A fraction on the right forces a negative exponent, since .
What if both sides can't be matched to a common base, like ?
You must log (matching fails). Log gives ; expand and collect the terms — it reduces to ordinary linear algebra, just with log constants.
Graphically, why does have exactly one solution when ?
The curve is strictly increasing and covers all positive , so the horizontal line crosses it once and only once — see Solving Equations Graphically.
Recall One-line self-test
If you can state why is a ratio not a difference, why you isolate before logging, and when there is no real solution — you own this topic.
Connections
- Laws of Logarithms — product/quotient/power rules the traps exploit.
- Change of Base Formula — why the answer is base-independent.
- Inverse Functions — why log undoes exp, and why of negatives fails.
- The Number e and Natural Logarithms — same traps hold with .
- Exponential Growth and Decay — where negative/decaying-base cases arise.
- Solving Equations Graphically — the one-intersection uniqueness argument.