|
-
Apr 9th, 2001, 08:09 AM
#1
-
Apr 9th, 2001, 12:55 PM
#2
Monday Morning Lunatic
As a quick FYI, Naperian logs aren't necessarily natural logs 
I don't have any idea about the solution though
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Apr 9th, 2001, 02:15 PM
#3
Banned
-
Apr 9th, 2001, 02:18 PM
#4
Monday Morning Lunatic
e = 1/0! + 1/1! + 1/2! + 1/3! + 1/4! + 1/5! + ...
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Apr 9th, 2001, 02:31 PM
#5
-
Apr 9th, 2001, 09:16 PM
#6
Frenzied Member
Some thots.
In theory, there is an inverse function because the function is continuous and differentiable. From a more intuitive point of view, you can plot Y versus X and see that it is a smooth curve. If you turn the plot on its side, it is a plot of X versus Y.
While an inverse function exists in theory, it might not be possible to come up with the analytical expression for it. From a practical point of view, you can almost always come up with numerical solutions to such problems. It is analogous to finding roots for 5th (and higher) order polynomials. Theoretically they exist, and numerically you can always find them to any precision you desire. Except for special cases, it has been proven that there is no analytical/algebraic expression for the roots of polynomials beyond the 4th order.
Do you have reason to believe that there is some simple inverse function? If so, the trickery required to determine it seems obscure.
As X grows without an upper bound, e^X is a limiting function. Id est: (e^X + X)/e^X approaches one for increasing positive values. For example. - (e^20 + 20)/e^20 = 1.000000041
Therefore for extreme positive values, X = ln(Y) is a good approximation.
As X decreases without a lower bound, X is the limiting function. Id est: (e^X + X)/X approaches one for decreasing negative values. For example.- (e^-10 - 10)/-10 = .99999546
Therefore for extreme negative values, X = Y is a good approximation.
For every value of Y, you can use the Newton-Raphson (? Spelling) to solve for X. For Y = Constant use Newton-Raphson method to find a value for which F(X) = zero, where- F(X) = E^X + X - Constant
Perhaps you could work with the series representation of the function.- Y = 1 + 2*X/1! + X^2/2! + X^3/3! + X^4/4! + X^5/5! . . .
Some math text might have a way of inverting the above series. If so, I do not know what it is.
You could use the above to come up with a “Piecewise” approximating function.- Use X = ln(Y) for large positive values of Y
- Use X = Y for extreme negative values.
- Use a least squares polynomial approximation for intermediate values.
If there is an analytical inverse, I would like to know what it is and how to derive it.
Live long & prosper.
The Dinosaur from prehistoric era prior to computers.
Eschew obfuscation!
If a billion people believe a foolish idea, it is still a foolish idea!
VB.net 2010 Express
64Bit & 32Bit Windows 7 & Windows XP. I run 4 operating systems on a single PC.
-
Apr 10th, 2001, 07:53 AM
#7
Thank you very much. Since I wrote the question you are the one that answered (in part) to it!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|