SOLUTION: How to solve for x: (exp x) - x = a

Algebra ->  Logarithm Solvers, Trainers and Word Problems -> SOLUTION: How to solve for x: (exp x) - x = a       Log On


   



Question 386461: How to solve for x: (exp x) - x = a
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
There's not a closed form solution.
You need to use Newton's method.
You're solving for the intersection of a line with the exponential curve.
.
.
.
graph%28300%2C300%2C-10%2C10%2C-10%2C10%2C0%2Ce%5E%28x%29%2Cx-1%2Cx%2B1%2Cx%2B3%29
.
.
.
As you see, you can have 0, 1, or 2 solutions depending on a.