How would one solve the following for x?
y=ln(x+1)+x
![]() |
How would one solve the following for x?
y=ln(x+1)+x
There is no nice algebraic way to solve this for x.
Galactus,
I did not think there was an "easy" algebraic solution. I guess what I am really asking is what numerical method could be used if I alread know the values for y?
OK. If we have a y value, let's use Newton's method.
That is always a good standby.
Let's say y=3.
Find the derivative:
Newton's method is
Start with an initial guess of, say, 1.5:
Do it again:
Keep doing it until it converges close enough.
The actual solution is 1.92627106244. So we are very close.
THANKS GALACTUS! I new there was some method, it was just escaping me.
All times are GMT -7. The time now is 01:04 PM. |