Originally Posted by coomast
This is the same result I had. Now the initial remark raised by CRGreathouse was:
"This can be solved fairly quickly compared to a general Newton's method based solution."
What is this other method? Using Newton-Raphson on the Lambert function gives in the end the same interative scheme as the one I proposed. I think the formula obtained is easy and fast enough to get to the solution. If another method is available I would like to learn it, it will be interesting.
best regards,
coomast
|
Hi coomast. One obvious advantage of expressing solutions like this in terms of the Lambert W function is that many maths programs (eg Matlab Octave Maple etc) will already have that function implemented, which makes it nice and easy to get a quick plot for example. (see attachment)
Perhaps a bigger advantage however is that if we've already familiarized ourselves with some of the properties of the Lambert-W function then we can immediately deduce many properties of this new function with little effort.
For example, I already know (from past study of W) that W(x) has :
- no real solutions for {x<-1/e}
- one real solution for {x=-1/e} U {x>=0}
- two real solutions for {-1/e < x < 0}
I can then immediately apply this to your new function and work out where it has real solutions (and how many) with very little effort. This is where I think is the real merit lays in expressing the solution in terms of a know function (even if at the end of the day you still have to evaluate it with numerical methods).
BTW. If you apply newtons method to the W function you can (with a bit of algebra) crunch it down to :
Edit. I temporarily forgot who was original poster in this thread. In the above I was wrongly referring to coomast as the OP. :o