how do fixed points of a function help in finding it's root?

704 Views Asked by At

I just learned about Fixed points from our numerical methods class, and from my understanding a fixed point of a function is all the $x$'s of a given $f(x)$ that intersect with $y=x$, which means its image is equal to itself. my question is, what is so special about these points and how they are used to find roots of a function?