Question
Simplify: log232+log381−log5125. Also, if log102=0.3010, find log1050.
Solution — Step by Step
log232=log225=5 (since 25=32)
log381=log334=4 (since 34=81)
log5125=log553=3 (since 53=125)
log232+log381−log5125=5+4−3=6
log1050=log102100=log10100−log102=2−0.3010=1.6990
We used the quotient rule: log(a/b)=loga−logb.
Why This Works
Logarithms convert multiplication into addition — that is their core power. All log rules follow from the definition: logax=n means an=x.
graph TD
A["Logarithm Rules"] --> B["Product: log ab = log a + log b"]
A --> C["Quotient: log a/b = log a - log b"]
A --> D["Power: log aⁿ = n log a"]
A --> E["Change of base: log_a b = log_c b / log_c a"]
A --> F["Special values"]
F --> G["log_a a = 1"]
F --> H["log_a 1 = 0"]
A --> I["Which rule to apply?"]
I --> J["See multiplication? Use product rule"]
I --> K["See division? Use quotient rule"]
I --> L["See exponent? Use power rule"]
I --> M["Different bases? Use change of base"]
JEE Main frequently tests logarithm properties in the context of equations. A favourite pattern: log2(x+1)+log2(x−1)=3. Using the product rule: log2[(x+1)(x−1)]=3⟹x2−1=8⟹x=3 (rejecting x=−3 since we need both arguments to be positive). Always check the domain.
Alternative Method
The change of base formula is the most versatile tool: logab=lnalnb=log10alog10b
This lets you convert any log to natural or common log, which your calculator can handle. For competitive exams (no calculator), use it to convert everything to the same base before simplifying.
Useful identity: logab×logbc=logac (chain rule for logs). This telescoping property is tested in JEE often.
Common Mistake
Writing log(a+b)=loga+logb. This is WRONG. There is no rule for the log of a sum. Only log(a×b)=loga+logb. Similarly, log(a−b)=loga−logb. The rules only work with products, quotients, and powers — never with sums or differences. This is the single most common log mistake across all levels.
loga(mn)=logam+logan
loga(nm)=logam−logan
loga(mn)=nlogam
logab=logcalogcb=logba1
logaa=1,loga1=0,alogax=x