Connection to Banach fixed-point iteration: For a Function

  • Banach’s Iteration Finds fixed point.
  • Newton’s Method Finds zero.

Newton’s method is an instance of the Banach’s iteration where .

Newton’s method can be written as:

This is a fixed point iteration where:

Now, if is a zero of 1 , then , which gives us:

So is indeed a fixed point of . The key insight is that zeros of correspond to fixed points of .

Footnotes

  1. Because of this assumption, we don’t apply the iteration formula, instead, use it as the condition that holds true.