Intuition The one core idea
A logarithm is nothing more than a question about a power : "how many times must I multiply the base to reach this number?" The change of base formula works because that answer — the true power — stays the same no matter which "ruler" (which base) you use to measure it.
Before you can prove the change of base formula in Change of base formula — proof , every symbol in it must already feel obvious. This page builds each one from absolute zero, in the order they lean on each other.
Everything below rests on one tiny idea, so we start there.
Definition Power (exponent)
Writing a n (read "a to the n ") means: start at 1 and multiply by a , n times.
2 3 = 1 × 2 × 2 × 2 = 8.
a = the base — the number you keep multiplying by.
n = the exponent (or power ) — how many times you multiply.
The picture: think of a staircase where each step multiplies your height by a . After n steps you're at height a n .
Intuition Why the topic needs this
The whole proof begins by turning log a x = y into a y = x . If "a raised to a power" isn't crystal clear, that first step is a wall. It must be a doorway.
The formula uses three letters. They are not interchangeable; each plays a fixed role.
Definition The three players
a = a base , always a > 0 and a = 1 .
b = another base , same rules: b > 0 , b = 1 .
x = the argument — the number we ask about, always x > 0 .
Why > 0 and = 1 ?
Base ≤ 0 : you can't consistently raise a negative or zero base to every power (what is ( − 2 ) 0.5 ? not a real number). So bases must be positive .
Base = 1 : 1 n = 1 for every n . So "how many 1s make 8?" has no answer — 1 can never reach 8 . A base of 1 breaks the whole idea.
Argument x > 0 : a positive base raised to any real power is always positive, so it can only ever reach positive numbers. You can never get x = − 5 or x = 0 .
Common mistake "Why the fuss about
a = 1 ?"
Why it feels harmless: 1 looks like a friendly number.
The real reason it matters here: in the proof we divide by log b a . As you'll see below, log b a = 0 exactly when a = 1 . Banning a = 1 is what keeps that division legal.
This is the heart of everything.
log a x means
log a x = y means exactly a y = x .
In words: log a x is the answer to the question "what power y do I raise the base a to, in order to get x ?"
So log 2 8 asks "what power of 2 gives 8 ?" — and since 2 3 = 8 , the answer is log 2 8 = 3 .
The picture: a logarithm and an exponential are the same arrow read in opposite directions.
Intuition Two ways to say one thing
"2 to the power 3 is 8 " and "the power that turns 2 into 8 is 3 " describe the exact same fact . log just lets you ask for the power directly. This is the single fact the entire proof starts from — see Definition of a logarithm .
Let's read the symbol carefully so notation never trips you:
"which power" log base (small, low) 2 argument (the target) 8
log a on its own means something"
Why it feels right: it looks like a standalone function.
Why it's wrong: a log needs both a base and an argument to be a real number. log 2 alone is an unfinished question — "which power of 2 makes ... what ?" This is exactly why the formula's split into log b a log b x has two complete logs, never lone pieces.
The proof and its examples quietly use two facts. Build them now so they're free later.
Read them as questions:
log a a : "what power of a gives a ?" → clearly 1 .
log a 1 : "what power of a gives 1 ?" → anything to the 0 is 1 , so 0 .
Intuition Where these show up
log b b = 1 is what collapses the reciprocal identity in the parent's Example 3.
log b a = 0 only when a = 1 (the only way to get a power-zero answer is if the target is 1 ). This is the precise fact that justifies dividing by log b a when a = 1 .
The proof's crucial move (Step 4) is a law of logs. Meet it here.
Why is this true? Because a log measures "how many multiplications". If a needs log b a base-b steps to build, then a y (that block used y times) needs y times as many steps.
Intuition Why this exact tool, and not another?
In Step 2 the unknown y is trapped up in the exponent of a y = x . To solve for y we must get it down to ground level as an ordinary coefficient. The power law is the only tool that does precisely that — it drags exponents down. That is the whole reason we take a log in the first place. See Laws of logarithms .
The formula exists because of a practical limit: real calculators only carry two log buttons.
Definition The two everyday bases
log 10 x (often just written log x ) — base 10 , the "common log".
ln x — base e , the natural log , where e ≈ 2.718 is a fixed constant.
Intuition Why there are exactly two buttons
10 matches our decimal counting; e arises naturally in growth and calculus. A calculator can't store a button for every base, so to compute something like log 2 8 you must translate it into one of these two — that translation is the change of base formula. More on the base-e ruler in Natural logarithm ln , and see Exponential functions for where e x comes from.
Intuition The "same height, different ruler" picture
Measuring a shelf in centimetres or in inches gives different numbers but the same real height. Likewise log 2 8 and log 10 2 log 10 8 are different-looking expressions for the same number 3 . Change of base is just switching rulers — the answer never moves.
Definition The division in the formula
log a x = l o g b a l o g b x
The horizontal bar means "divide the top by the bottom". Division by a number is only allowed if that number is not zero .
Chaining it all together: we divide by log b a in the proof. From Section 3, log b a = 0 only if a = 1 . Section 1 already banned a = 1 . Therefore log b a = 0 , and the division is always legal. Every restriction earns its keep.
Logarithm as a question: log_a x = y means a to the y = x
Power law: log of a to the y = y times log a
Base rules: a and b positive, not 1; x positive
Special values: log_a a = 1 and log_a 1 = 0
Calculator bases: log base 10 and ln base e
Dividing by log_b a is safe when a is not 1
Change of base formula proof
Cover the right side and test yourself — if any answer is shaky, reread that section before the proof.
What does a n mean in plain words? Start at 1 and multiply by a a total of n times.
What does log a x = y mean in exponential form? a y = x — the power y that turns base a into x .
Why must a logarithm's base satisfy a > 0 and a = 1 ? A base ≤ 0 can't be raised to every power; base 1 always gives 1 , so it can never reach other numbers.
Why must the argument satisfy x > 0 ? A positive base to any real power is always positive, so only positive x are reachable.
What is log a a and why? 1 , because a 1 = a .
What is log a 1 and why? 0 , because a 0 = 1 .
State the power law of logarithms. log b ( a y ) = y log b a — a power inside comes out as a multiplier.
Why do we take a log to solve a y = x ? The power law drags the unknown exponent y down to ground level so we can isolate it.
Which two log bases do calculators have? Base 10 (log ) and base e (ln ).
Why is dividing by log b a always safe here? log b a = 0 only when a = 1 , which is banned, so log b a = 0 .