0

I am a beginner to logarithms, and I need to know how to simplify the following expression: $$ \dfrac{(a^3-1)(b^3-1)-1}{ba(a+b)} \;, $$ given that $\log(a+b) = \log(ab)$ for $a,b > 0$.

Another User
  • 5,048
Fghj
  • 1,471

2 Answers2

1

Let the answer be some t.then apply log on both sides.we know that log (a/b)=loga-love and log (ab)=loga+logb using both these formulae continue solving.later sustitute the formula for a^3+b^3.

1

When $a,b>0,\ \ln(a+b)=\ln(ab)\iff a+b=ab$

$\displaystyle \frac{(a^3-1)(b^3-1)-1}{ab(a+b)}=\frac{a^3b^3-a^3-b^3}{ab(a+b)}=\frac{(a+b)^3-a^3-b^3}{ab(a+b)}=\frac{3a^2b+3ab^2}{ab(a+b)}=\frac{3ab(a+b)}{ab(a+b)}=3$

zwim
  • 28,563