7

Is it hard to prove this identity: $$2 \log (a) \log (b)=\log(a b)^2-\log(a)^2-\log(b)^2$$

for $a>1$ and $b>1$?

Mats Granvik
  • 7,396

2 Answers2

20

$$\begin{align}(\log ab)^2 &= (\log a + \log b)^2 \\ &= (\log a)^2 + (\log b)^2 + 2\log a \log b \end{align}$$

Now, just rearrange by leaving $2\log a \log b$ on the right hand side.

Yiyuan Lee
  • 14,435
15

Here's a hint: $A^2 + 2AB +B^2 = (A+B)^2$. Here's another hint: $\log a + \log b = \log(ab)$.

Umberto P.
  • 52,165