Multiply two logs

3.1k Views Asked by At

How can we multiply two logs or how can we simplify them for example: $$\ln(x)*\ln(1-x)$$

3

There are 3 best solutions below

0
On BEST ANSWER

You can not combine these terms. Only in the case $$\ln\left(\frac{a}{b}\right)=\ln(a)-\ln(b)$$ and $$\ln(ab)=\ln(a)+\ln(b)$$ if $$a,b>0$$

0
On

They're already in the simplest form. So the expression can't be simplified.

But you could combine them if you didn't mind it getting more complicated. I don't recommend it unless you've got a special use for the result:

$$\ln(a)\cdot\ln(b)=\ln(a^{\ln(b)})=\ln(b^{\ln(a)})$$

So it's not been simplified, just complicated in two different ways. But for the fun of it, let's equate the two ways:

$$\ln(a^{\ln(b)})=\ln(b^{\ln(a)})$$

then exponentiate both sides to get a nice identity:

$$a^{\ln(b)}=b^{\ln(a)}$$

which isn't what you were trying to do, but is a nice side effect of playing with it.

0
On

$\ln(x)+\ln(1-x) = \ln(1-x^2)$ but

$$\ln(x)*\ln(1-x)$$ cannot be multiplied or simplified further other way round anymore.