SOLUTION: e^x+x+1=0 Find x

Algebra ->  Exponential-and-logarithmic-functions -> SOLUTION: e^x+x+1=0 Find x      Log On


   



Question 895451: e^x+x+1=0
Find x

Found 2 solutions by Fombitz, stanbon:
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
graph%28300%2C300%2C-5%2C5%2C-5%2C5%2Ce%5Ex%2Bx%2B1%29
I used Newton's method with a starting value of x=-1.
I got the solution x=1.2784 after 24 iterations.

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
e^x+x+1=0
e^x = -(x+1)
----
Graph::
graph%28400%2C400%2C-10%2C10%2C-10%2C10%2C2.71828%5Ex%2C-%28x%2B1%29%29
----------------
x = -1.2785..
======================
Cheers,
Stan H.
----------------