Question
Simplify . Then solve: if , find .
(CBSE 11 & JEE Main pattern)
Solution — Step by Step
- Product rule:
- Quotient rule:
- Power rule:
- Change of base:
Special values: ,
Using the product rule:
Converting to exponential form:
or
For to exist, . For to exist, .
So is rejected. Answer: .
Why This Works
Logarithms convert multiplication to addition (product rule), division to subtraction (quotient rule), and powers to multiplication (power rule). This is why they were invented — to simplify calculations before calculators existed.
graph TD
A["Log Simplification"] --> B{"What operation?"}
B -->|"log(m × n)"| C["Split: log m + log n"]
B -->|"log(m / n)"| D["Split: log m - log n"]
B -->|"log(m^n)"| E["Bring down: n × log m"]
B -->|"Different bases"| F["Change base:<br/>log_a b = log b / log a"]
A --> G["Log Equation"]
G --> H["Combine using rules"]
H --> I["Convert to exponential form"]
I --> J["Solve algebraically"]
J --> K["CHECK: domain restrictions<br/>argument must be > 0"]
Alternative Method — Convert Everything to Same Base
For the equation, we could also use natural logs:
Same quadratic, same answer. The base doesn’t matter for equations — it cancels out.
For JEE: the change of base formula has a powerful consequence: . This “chain rule” for logs appears in many JEE problems. Also, — useful for flipping bases quickly.
Common Mistake
Students forget to check domain restrictions after solving log equations. The argument of a logarithm must be strictly positive. In our problem, gives , which is undefined. Always verify that your solutions make the original log expressions valid. Losing marks for including extraneous roots is one of the most common errors in JEE Main.