How Do I Solve a Natural Log for x?

AI Thread Summary
To solve the equation ln(x) + ln(x+1) = 2, the properties of logarithms are applied, combining the logs into ln(x(x+1)) = 2. This leads to the equation x^2 + x = e^2. By rearranging it into a standard quadratic form, x^2 + x - e^2 = 0, the quadratic formula can be used to find the value of x. The solution yields approximately x = 2.26388. The discussion highlights the importance of logarithmic properties and quadratic equations in solving for x.
OpticDean
Messages
2
Reaction score
0
Please Help! Natural Log Question!

Here is the question that is bothering me:

I need to solve this natural log for x. Please I need step by step instructions on how to figure out x. Thanks very much.

ln (x) + ln (x+1) = 2
 
Physics news on Phys.org
Remember the rules of logarithms: log(ab) = log a + log b

That's kind of the original point of logs, actually, if you remember.

So - do it backwards:

ln x + ln(x + 1) = ln(x(x+1)) = ln(x^2 + x) = 2

Does that get you far enough?
 
Use logarithm properties

\ln (AB) = \ln(A) + \ln(B)
 
Yes, I was able to get that far, but how do I get X all by itself on one side, like [ x = blah, blah]

thanks
 
ln(a) = b implies a = e^b
 
x^2 + x = e^2

By e i mean antiln.
 
yes, so it becomes e^2 = x^2 + x

Now maybe my question is, what is the value of x, in order for that original equation to be true, x = ?

Thanks
 
Heh, Diane and myself seems to be helping almost in sync :smile:
 
Remember, Quadratic Equations.

Ax^2 + Bx + C = 0

x^2 + x + (-e^2) = 0
 
  • #10
I finally got it, x = 2.26388...

Thank you very much Cyclovenom and Diane, you've ended my day-long struggle (its pathetic i know, but its been a while)

You guys are brilliant :blushing:
 
Back
Top