3.2.11Exponentials & Logarithms

Solving logarithmic equations

1,508 words7 min readdifficulty · medium

WHAT is a logarithmic equation?

Crucial restriction (domain): logb(N)\log_b(N) exists only when

  • the argument N>0N>0 (you can't take the log of 00 or a negative),
  • the base b>0b>0 and b1b\ne 1.

So every solution MUST be checked against N>0N>0. This is where marks are lost.


The three master strategies

Strategy 1 — Isolate & exponentiate

WHY it works: raising the base to each side "cancels" the log because blogbN=Nb^{\log_b N}=N (log and exponent are inverse functions).

logb(N)=c    blogbN=bc    N=bc\log_b(N)=c \;\Longrightarrow\; b^{\log_b N}=b^c \;\Longrightarrow\; N=b^c

Strategy 2 — Combine logs (recall the laws)

Strategy 3 — Same base, equate arguments

WHY: the log function is one-to-one (strictly increasing/decreasing), so logbM=logbN    M=N(M,N>0).\log_b M=\log_b N \;\Longrightarrow\; M=N \quad(M,N>0).


Worked examples


Common mistakes


Recall Feynman: explain to a 12-year-old

A logarithm is a "power detective." log28\log_2 8 asks "how many 2's do I multiply to get 8?" — answer 3. So a log equation is a riddle with a missing number inside the detective's question. To solve it you flip the riddle around: instead of "what power gives this number?", you say "the number IS the base raised to that power," and now you can just do normal algebra. Golden rule: at the end, plug your answer back — because you're never allowed to ask "what power gives a negative number?" with a positive base, so any answer that makes the inside negative is a trick and gets thrown out.


Flashcards

What does logbN=c\log_b N = c rewrite to in exponential form?
N=bcN = b^c
Why must you always check solutions of a log equation?
Because log arguments must be >0>0; algebra can produce extraneous roots that make an argument 0\le 0.
logaM+logaN=?\log_a M + \log_a N = ?
loga(MN)\log_a(MN) (product law)
logaMlogaN=?\log_a M - \log_a N = ?
loga(M/N)\log_a(M/N) (quotient law)
klogaM=?k\log_a M = ? as a single log
loga(Mk)\log_a(M^k) (power law)
When can you equate arguments directly?
When both sides are single logs of the same base: logbM=logbNM=N\log_b M=\log_b N\Rightarrow M=N.
Solve log2(3x1)=4\log_2(3x-1)=4.
3x1=16x=17/33x-1=16\Rightarrow x=17/3.
Why does blogbN=Nb^{\log_b N}=N?
Because logb\log_b and b()b^{(\cdot)} are inverse functions — one undoes the other.
Is log(A)+log(B)=log(A+B)\log(A)+\log(B)=\log(A+B) valid?
No — it equals log(AB)\log(AB); there's no rule for log(A+B)\log(A+B).
For (logx)23logx+2=0(\log x)^2-3\log x+2=0, what substitution helps?
Let u=logxu=\log x, giving a quadratic u23u+2=0u^2-3u+2=0.

Connections

Concept Map

constrained by

enables

enables

enables

derive

used by

solved by

solved by

solved by

answer must satisfy

answer must satisfy

answer must satisfy

Log equation: unknown in argument

Domain: argument N>0, base b>0 not 1

log_b a = c iff b^c = a

Strategy 1: Isolate and exponentiate

Strategy 2: Combine logs then exponentiate

Log is one-to-one

Strategy 3: Same base, equate arguments

Index laws b^x b^y = b^x+y

Log laws: product, quotient, power

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, logarithmic equation ka matlab hai ki unknown xx log ke andar chhupa hua hai, jaise log2(3x1)=4\log_2(3x-1)=4. Ise solve karne ka core idea sirf ek line hai: logbN=c\log_b N = c ka matlab hai N=bcN = b^c. Yaani log ek sawaal poochta hai — "22 ki kaunsi power se 88 banega?" — aur hum us sawaal ko ulta karke exponential form me likh dete hain, phir normal algebra chal jati hai.

Teen main tricks hain. Ek: agar ek hi log hai, to use isolate karke base ki power utha do (exponentiate). Do: agar do-teen log alag-alag hain, to pehle log laws (logM+logN=logMN\log M+\log N=\log MN waghairah) se unhe ek log me combine karo, phir exponentiate karo — kyunki do alag log ek saath undo nahi hote. Teen: agar dono side par same base ke log hain, to seedha arguments equal kar do, kyunki log function one-to-one hota hai.

Sabse bada exam trap: domain check bhoolna. Log ka argument hamesha positive (>0>0) hona chahiye. Kabhi-kabhi algebra sahi number deta hai par wo original equation me log ke andar negative daal deta hai — us answer ko reject karna padta hai (extraneous root). Isliye humesha end me answer wapas plug karke check karo.

Yaad rakhne ka mantra: C.E.C. — Combine, Exponentiate, Check. Bas yeh order follow karo aur har log equation crack ho jayegi. Check wala step chhota lagta hai par wahi marks bachata hai!

Go deeper — visual, from zero

Test yourself — Exponentials & Logarithms

Connections