3.2.8Exponentials & Logarithms

Laws of logarithms — product, quotient, power rules — proofs

1,733 words8 min readdifficulty · medium6 backlinks

WHAT is a logarithm (the definition we derive everything from)

WHY the restrictions? We need b>0b>0 so powers stay real, b1b\neq 1 (since 1y=11^y=1 can't reach other numbers), and x>0x>0 because a positive base raised to any real power is always positive — you can never take a log of 00 or a negative number in the reals.


The three laws (statements first, proofs next)

Figure — Laws of logarithms — product, quotient, power rules — proofs

HOW to prove them — from first principles

The trick every time: name the logs as exponents, use exponent laws, then translate back.

Product rule — proof

Quotient rule — proof

Power rule — proof


The 80/20 core


Worked examples (using the laws)


Common mistakes (Steel-manned)


Active recall

Recall Prove the product rule (cover the note, do it)

Let p=logbM, q=logbNp=\log_b M,\ q=\log_b Nbp=M, bq=Nb^p=M,\ b^q=NMN=bp+qMN=b^{p+q}logb(MN)=p+q=logbM+logbN.\log_b(MN)=p+q=\log_b M+\log_b N.

Recall Which operation inside a log becomes subtraction?

Division: logb(M/N)=logbMlogbN\log_b(M/N)=\log_b M-\log_b N.

Recall Explain like I'm 12 (Feynman)

A log is a "how many times do I multiply?" counter. If you multiply two piles of stuff together, you just add how many multiplications each needed — so logs turn "times" into "plus". Dividing means you take some away, so logs turn "divide" into "minus". And "M3M^3" means multiplying by MM three times, so its count is 3 times the count for one MM — that's why the power jumps out front.


Flashcards

What does logbx=y\log_b x = y mean in exponential form?
by=xb^{y}=x (with b>0,b1,x>0b>0,b\neq1,x>0).
State the product rule for logs.
logb(MN)=logbM+logbN\log_b(MN)=\log_b M+\log_b N.
State the quotient rule for logs.
logb(M/N)=logbMlogbN\log_b(M/N)=\log_b M-\log_b N.
State the power rule for logs.
logb(Mk)=klogbM\log_b(M^{k})=k\log_b M for any real kk.
Key step that proves the product rule?
Same-base multiplication adds exponents: bpbq=bp+qb^{p}b^{q}=b^{p+q}.
Key step that proves the power rule?
Power of a power multiplies exponents: (bp)k=bpk(b^{p})^{k}=b^{pk}.
Simplify log248log23\log_2 48-\log_2 3.
log216=4\log_2 16 = 4.
Is log(M+N)=logM+logN\log(M+N)=\log M+\log N?
No — logs turn products into sums, not sums into sums.
What is logMlogN\dfrac{\log M}{\log N} equal to?
logNM\log_N M (change of base) — NOT logMlogN\log M-\log N.
Why reject some solutions when solving log equations?
Every logged argument must be >0>0 (domain restriction).
What is logb(1/M)\log_b(1/M)?
logbM-\log_b M (power rule with k=1k=-1).
Why must x>0x>0 in logbx\log_b x?
A positive base to any real power is always positive, so non-positive xx has no real log.

Connections

Concept Map

gives identity

requires

mirror into

adds exponents

subtracts exponents

multiplies exponent

cancels base in proof

cancels base in proof

cancels base in proof

proves

proves

proves

set k=-1

Definition log_b x=y iff b^y=x

b^(log x)=x and log_b b^k=k

Restrictions b>0, b!=1, x>0

Exponent laws

Product rule log MN = log M + log N

Quotient rule log M/N = log M - log N

Power rule log M^k = k log M

Name logs as exponents

log 1/M = -log M

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, log ka matlab bas ek sawaal hai: "logbx\log_b x" poochta hai — "base bb ko kis power tak raise karun ki xx mil jaye?" Yaani log actually ek exponent hi hota hai, chhupa hua. Yeh ek baat samajh gaye to poora chapter khul jaata hai, kyunki jitne bhi rules exponents (indices) ke hain, wahi log ke laws ban jaate hain.

Ab teen laws: jab tum do numbers ko multiply karte ho, to unke exponents add hote hain (bpbq=bp+qb^p \cdot b^q = b^{p+q}) — isliye log(MN)=logM+logN\log(MN)=\log M+\log N. Divide karo to exponents subtract hote hain — isliye log(M/N)=logMlogN\log(M/N)=\log M-\log N. Aur power lagao (MkM^k) to exponent multiply ho jaata hai front pe — isliye log(Mk)=klogM\log(M^k)=k\log M. Proof ka trick har baar same: log ko naam do (jaise p=logbMp=\log_b M), usko exponential form bp=Mb^p=M me likho, indices ka rule lagao, phir dobara log le lo.

Exam me sabse zyada marks isi se aate hain: expressions ko ek single log me combine karna, ya tod-na. Jaise 2logx+log5logy=log5x2y2\log x + \log 5 - \log y = \log\frac{5x^2}{y}. Aur ek galti se bachna — log(M+N)\log(M+N) ko kabhi logM+logN\log M+\log N mat likhna! Log sirf product ko sum banata hai, sum ko nahi. Aur log equation solve karne ke baad hamesha check karo ki har log ke andar ki value positive ho, warna woh solution reject karna padega.

Go deeper — visual, from zero

Test yourself — Exponentials & Logarithms

Connections