0

How would I solve for x in this equation here:

$$\ln(x)+\ln(1/x+1)=3$$

I realize that the answer is $e^3-1$, but I am not sure as to how to get it. Any input is appreciated.

Adi Dani
  • 16,949
Iceandele
  • 215

4 Answers4

3

$$ \ln x + \ln \left( \frac{1}{x} + 1 \right) = \ln \left( x(1/x + 1) \right) = 3 $$

$$ \Rightarrow \ln(x+1)= 3 \Rightarrow x + 1 = e^3 \Rightarrow x = e^3 - 1 $$

what'sup
  • 1,760
2

We know that $ln(a)+ ln(b) =ln(ab)$

Then,

$$ln(x)+ln(\frac{1}{x})=ln(x(\frac{1}{x}+1)=ln(1+x)=3$$

Now,

We know that $e^{ln(a)}=a$

Then, $$e^{ln(1+x)}=e^3 $$

This implies that $$x+1=e^3 \implies x=e^3-1$$

1190
  • 6,458
  • 4
  • 43
  • 97
0

Hint: $\ln(x)+\ln\left(\frac 1{x+1}\right)=\ln\left(\frac x{x+1}\right)$.

Davide Giraudo
  • 172,925
drhab
  • 151,093
0

Use that $\ln{x}+\ln{y}=\ln{xy}$ to simplify; the equation becomes much simpler.