I am at a complete loss on finding the equation of this function.
$$f(x) = 10e^{-x}\sin(2\pi x)-2.$$
i am looking for a fixed-point iteration $x_{n+1}=g(x_n)$ that finds a root of f that solves $f(x)=0$.
First try was to to change equation with logarithm to $$x=g(x)=−\log(1/(5\sin(2πx))).$$
i would appreciate any help.
Just try it out:
has the output
seems to be exploding.
Try the other way around
with the result
which looks better.
Now try to incorporate the other branches of the inverse sine leading to solutions around $0.449260830743$, $1.35816544929$ etc. via $$ g(x)=k+\frac{\arcsin(\exp(x)/5)}{2\pi} $$ or $$ g(x)=k+\frac12-\frac{\arcsin(\exp(x)/5)}{2\pi} $$ where $k\in\Bbb Z$.