Given any function $f(x)$, how can you come up with the corresponding $g(x)$ such that $g(p)=p$ (where p is the root)?
Say, $$f(x)= sinx -\frac{x}{1.4}$$ my professor told me to simply isolate for $x$ and get: $$g(x)=1.4sinx$$
Why does this work and why can't I come up with any random function $g(x)$?
Thanks.