Solve for X: ln(x) + ln(x+1) = 1

  • Thread starter Thread starter r_swayze
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 19K views
r_swayze
Messages
65
Reaction score
0
Im having trouble finding the solution to this problem, can anyone walk me through this?

So far I have:

ln(x) + ln(x+1) = 1

ln(x)(x+1) = 1

e^1 = x(x+1)

e^1 = x^2 + x

This is where I get stuck.
Am I on the right track?
 
Physics news on Phys.org
r_swayze said:
e^1 = x^2 + x

Yes this is correct. Write e^1 as just e, which is constant.
If you move it to the other side you'll get:
x2+x-e =0

Now how do you solve the equation ax2+bx+c=0?
 
rock.freak667 said:
Yes this is correct. Write e^1 as just e, which is constant.
If you move it to the other side you'll get:
x2+x-e =0

Now how do you solve the equation ax2+bx+c=0?

I don't think x^2 + x - e = 0 can factor out, at least not without using the quadratic formula
 
r_swayze said:
I don't think x^2 + x - e = 0 can factor out, at least not without using the quadratic formula

Then use the wquadratic equation formula and you'd solve for x.