Visual walkthrough — Solving logarithmic equations
Step 0 — The two words we will use constantly
Before any symbol, let us name the pieces so nothing sneaks in undefined.
That is the whole story. Everything below is a picture of those two arrows: going up () and coming back down ().
Step 1 — Draw the log as a machine that asks a question
WHAT. Picture a "power detective" machine. You feed it a number ; it hands back the power that the base needed.
WHY. If we can see the log as one arrow, we can see its reverse arrow — and the reverse arrow is exactly what solving an equation needs.
PICTURE. In the figure, the cyan arrow carries the power up to the number . The amber arrow carries the number back down to the power . They point opposite ways along the same track.

- — the base, the number being repeatedly multiplied.
- — the power we are hunting for.
- — the result, the number sitting inside the log.
- Up-arrow : "take a power, produce a number."
- Down-arrow : "take a number, produce its power."
This "up then back down returns you home" idea is exactly what Inverse functions means.
Step 2 — Why "log then power" lands you back where you started
WHAT. We claim two facts:
WHY. These are the inverse statements. The first says: take down (the log), then back up (the power) — you return to . This single identity is the engine that "cancels" a log.
PICTURE. Follow the amber path down and the cyan path up in the figure — the little loop closes on the same dot you started from.
Reading the first equation term by term:
- — "the power needs to reach " (a number, the height of the down-arrow).
- — "raise by that very power" — climb back up by exactly the height we came down.
- — so you land on again.

Recall Check your understanding
What does simplify to, and why? ::: It is : the power detective is asked " to what power gives ?" — obviously .
Step 3 — Turn the question into its answer:
WHAT. Start from an equation . Raise the base to both sides: By Step 2 the left side collapses to , giving
WHY this tool. We chose "raise to both sides" — not add, not square — because raising is the exact inverse of (Step 2). Any other operation would not undo the log; this one does, cleanly.
PICTURE. The figure shows a balance scale: whatever we do to the left pan we do to the right pan, so equality survives. On the left pan the log vanishes; on the right pan becomes .
- — the log-and-power loop → collapses to .
- — the right side simply climbs up by power .
- — the equation, now with no log at all. Pure algebra remains.

This is Strategy 1 of the parent note, now derived rather than stated.
Step 4 — The domain gate: why some answers are fake
WHAT. The log machine refuses two inputs: it cannot take a number , and its base must satisfy .
WHY. Look at the up-arrow . If , then no matter what power you choose, is always positive — the graph never touches or dips below zero. So the down-arrow (the log) can only ever start from a positive number. Feeding it or a negative is a question with no answer.
PICTURE. The figure plots hugging above the horizontal axis, never crossing it. The shaded forbidden strip has no arrow reaching it.
- Curve — every output positive.
- Shaded amber strip — the forbidden zone; no valid log input lives here.
- Dashed line — banned because for all , so the detective could never tell powers apart.

Step 5 — When there are many logs: squash them into one first
WHAT. An equation like has two logs. We cannot undo two at once. Use the product law to combine:
WHY. The product law is not magic — it is an index law wearing a costume. Recall from Laws of logarithms: if and , then , so their powers add. Since a log is a power, adding logs = one log of the product.
PICTURE. Two separate power-heights and stacked on top of each other equal the single height — the figure stacks two cyan bars into one taller amber bar.
- — height (power) to reach .
- — height to reach .
- — stacked total = the power to reach the product .

Now there is one log, and Step 3 applies again. This is Strategy 2.
Step 6 — Run the full machine on a real equation
WHAT. Solve end to end.
Step 6a — Combine (Step 5): . Step 6b — Exponentiate (Step 3): . Step 6c — Algebra: or . (This is a quadratic.) Step 6d — Domain gate (Step 4): need and , i.e. .
WHY the gate now bites. sits in the allowed region () ✓. But makes — the forbidden strip of Step 4 — so it is a fake root ✗.
PICTURE. The number line shows the allowed region shaded cyan. The dot at is inside it (kept); the dot at is far left in the amber forbidden zone (rejected).

- Green tick at : both arguments positive → valid.
- Red cross at : argument negative → extraneous, discard.
Step 7 — The degenerate cases (so nothing surprises you)
WHAT. Three edge scenarios and what the picture says about each.
| Case | What happens | Why (picture) |
|---|---|---|
| Height zero means you never climbed — you sit at . | ||
| for any valid | The up-arrow at power always lands on . | |
| Both sides logs, same base | The down-arrow is strictly one-directional (one-to-one): equal heights force equal numbers. This is Strategy 3. |
PICTURE. The figure overlays for a base , showing it passes through (the case) and rises without ever repeating a height — that "never repeats" is precisely why equal logs force equal arguments.

- Point : where the log crosses zero — the / meeting point.
- Strictly rising curve: no two inputs share an output → one-to-one → Strategy 3 is safe.
Recall Why equating arguments needs the same base
If bases differ, the two curves have different steepness, so equal heights no longer mean equal numbers. Fix by converting with the Change of base formula first.
The one-picture summary
Everything on this page is one loop: combine many logs into one, exponentiate to erase the log (undo via the inverse up-arrow), do ordinary algebra, then pass every answer through the domain gate.

Recall Feynman retelling — say it like you'd tell a friend
A logarithm is a "power detective": asks "how many 2's multiply to 8?" — three. Climbing up () and coming back down () are opposite arrows on the same track, so doing one then the other drops you exactly where you began. That is the trick: an equation with a log is a riddle stated backwards. To solve it, raise the base to both sides — that undoes the log because raising is the exact reverse of taking a log — and now you have plain algebra with no logs left. If there are several logs, first stack them into one using the product law (which is really just "powers add when you multiply"). Solve the plain equation. Then — always — remember the machine refuses zero and negatives: any answer that would ask "what power gives a negative number?" is a lie, so cross it out. Combine, Exponentiate, Check. Cats Eat Cheese.
Connections
- Laws of logarithms
- Exponential equations
- Change of base formula
- Inverse functions
- Quadratic equations by substitution
- Domain and range of log functions