Basin of Attraction Example
The function f(x) = x2 - 1 has two roots, x = 1 and
x = -1. We find the basin of attraction of Newton's method for each root.
|
 |
Newton's method does not converge from x0 = 0,
because there the tangent line is horizontal.
|
|
Consequently,
the basin of attraction of x = 1 is all x0 > 0,
and the basin of attraction of x = -1 is all x0 < 0.
Return to real Newton's Method.