Looking for a method of solution/inversion for x*Tanh[x]
- Context: Graduate
- Thread starter Hepth
- Start date
-
- Tags
- Method
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Discussion
Mathematics news on Phys.org
member 587159
Hepth said:$$ y == x*Tanh[x]$$
Solve for "x".
Does this exist? Even in terms of more complicated functions like Lambert W, or possibly recursive solutions/geometric series/etc.
Thanks, if anyone can point me in the right direction!
First of all. This function is not injective on its maximal real domain, so there is no possibility that an inverse can exist. This can be solved by restricting the domain, however, I believe there is no closed form:
http://www.wolframalpha.com/input/?i=what+is+the+inverse+function+of+y+=+x+tanh(x)+?
Mentor
- 37,516
- 14,394
At least not in a closed form, yes.
aheight
- 318
- 108
Hepth said:$$ y == x*Tanh[x]$$
Solve for "x".
Does this exist? Even in terms of more complicated functions like Lambert W, or possibly recursive solutions/geometric series/etc.
Thanks, if anyone can point me in the right direction!
For me, the inverse "does" exists and depends what you mean by solve:
In Mathematica:
Code:
myData = Array[{# Tanh[#], #} &, {100}, {0, 20}];
myTanhInverse = Interpolation[myData]
myTanhInverse is pretty close to the inverse (domain-restricted). I leave it to the reader to modify my code so that the inverse is accurate to 20 digits in the interval (0,20).
Last edited:
Similar threads
Finding the Inverse Function of tanh(x) in the Interval (-1,1)
- annaphys
- · Replies 2 ·
- Calculus and Beyond Homework Help
- Replies
- 2
Graduate How can we find the true solution for cosh x = tanh x?
- dimension10
- · Replies 12 ·
- Topology and Analysis
- Replies
- 12
Undergrad Does a Taylor Series Exist for f(x)=tanh(x)/x and f(x)=ln(1+x)/x?
- juice34
- · Replies 3 ·
- Calculus
- Replies
- 3
So, for tanh(ax),y = tanh(ax)x = tanh-1yx = (tanh-1y)/a
- Char. Limit
- · Replies 5 ·
- Calculus and Beyond Homework Help
- Replies
- 5
Undergrad What is the Y-coordinate of the extrema for cosh(x)+tanh(x)?
- Eric78
- · Replies 5 ·
- Calculus
- Replies
- 5