Simplify log(a²b³) - 2log(ab)

easy CBSE JEE-MAIN 2 min read

Question

Simplify log(a2b3)2log(ab)\log(a^2b^3) - 2\log(ab).

Solution — Step by Step

log(a2b3)=log(a2)+log(b3)\log(a^2b^3) = \log(a^2) + \log(b^3)

Applying the power rule to each term:

=2loga+3logb= 2\log a + 3\log b
2log(ab)=2[loga+logb]=2loga+2logb2\log(ab) = 2[\log a + \log b] = 2\log a + 2\log b log(a2b3)2log(ab)=(2loga+3logb)(2loga+2logb)\log(a^2b^3) - 2\log(ab) = (2\log a + 3\log b) - (2\log a + 2\log b) =2loga2loga+3logb2logb= 2\log a - 2\log a + 3\log b - 2\log b =0+logb= 0 + \log b =logb= \mathbf{\log b}

Why This Works

We applied three log laws:

  1. Product rule: log(XY)=logX+logY\log(XY) = \log X + \log Y
  2. Power rule: log(Xn)=nlogX\log(X^n) = n\log X
  3. Subtraction: Collect like terms as in ordinary algebra

The answer logb\log b has a clean interpretation: the original expression is equivalent to log(a2b3(ab)2)=log(a2b3a2b2)=logb\log\left(\frac{a^2b^3}{(ab)^2}\right) = \log\left(\frac{a^2b^3}{a^2b^2}\right) = \log b. We can verify this by combining the steps into one.

Alternatively, handle the subtraction as a single quotient first: log(a2b3)log(ab)2=loga2b3a2b2=logb\log(a^2b^3) - \log(ab)^2 = \log\frac{a^2b^3}{a^2b^2} = \log b. This one-line approach is faster in exams once you’re confident with logs.

Alternative Method

Combine into a single logarithm first:

log(a2b3)2log(ab)=log(a2b3)log(ab)2\log(a^2b^3) - 2\log(ab) = \log(a^2b^3) - \log(ab)^2 =log(a2b3a2b2)=log(b3b2)=logb= \log\left(\frac{a^2b^3}{a^2b^2}\right) = \log\left(\frac{b^3}{b^2}\right) = \log b

Same answer, fewer steps. The quotient rule does the work directly.

Common Mistake

A common error: students write 2log(ab)=2loga2logb2\log(ab) = 2\log a \cdot 2\log b by “distributing” the 2 as if it were multiplication. The correct expansion is 2[loga+logb]=2loga+2logb2[\log a + \log b] = 2\log a + 2\log b. The coefficient 2 multiplies the entire log, not just one part. Treat 2log(ab)2\log(ab) as 2×[loga+logb]2 \times [\log a + \log b] using the product rule first.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next