Finding the inverse of a function using bisection method

1k Views Asked by At

It is said that we can find $f^{-1}(y)$ by solving the equation $y-f(x)=0$ using bisection method. But all sources that I can find use bisection to find roots, so I can't figure how and why. Could you explain it?

1

There are 1 best solutions below

0
On BEST ANSWER

For each particular value of $y$, you find the root of the equation $y-f(x)=0$. You will not get a formula for $f^{-1}(y)$, but an (approximate) value.