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?
2026-04-07 03:31:37.1775532697
Finding the inverse of a function using bisection method
1k Views Asked by user137035 https://math.techqa.club/user/user137035/detail At
1
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.