Bill Foster
- 334
- 0
Homework Statement
Obtain the fixed points for the following as a function of a, where 0<a<infinity:
f(x)=tanh(ax)
Homework Equations
The fixed point is given by f(x^{*})=x^{*}
The Attempt at a Solution
It's basically a math problem: tanh(ax)=x Find x in terms of a.
I tried it two ways:
\tanh{ax}=\frac{e^{ax}-e^{-ax}}{e^{ax}+e^{-ax}}=x
This reduces to e^{2ax}=\frac{1+x}{1-x}
Then I can take the Taylor expansion...
e^{2ax}=1+2ax+\frac{(2ax)^2}{2!}+\frac{(2ax)^3}{3!}+\frac{(2ax)^4}{4!}+...=\frac{1+x}{1-x}
But as you can see, that doesn't really help.
Then I tried this:
\tanh{(ax)}=x
ax=\tanh^{-1}{(x)}
Differentiate both sides:
a=\frac{1}{1-x^2}
Solve for x:
x=\pm \sqrt{1-\frac{1}{a}}
Problem is, it doesn't work out in the calculator.
Suppose I let a=2. That means x=\frac{1}{\sqrt{2}}
So the following should hold true:
\tanh{(\frac{2}{\sqrt{2}})}=\frac{1}{\sqrt{2}}
But it doesn't. The correct value is
\tanh{(\frac{2}{\sqrt{2}})}=0.88839
Is there an analytical solution to tanh(ax)=x ?
Thanks.
Last edited: