Newton's Basin
From Math Images
| Line 43: | Line 43: | ||
To produce an interesting fractal, the Newton Method needs to be extended to the complex plane. Newton's Basin is created using a <balloon title="load:Content">complex polynomial</balloon><span id="Content" style="display:none">Or a polynomial with co-efficients that are complex, such as <math> p(z) = z^3 - 2z + 2</math>, where ''z'' is in the form a + b''i''</span>, with real and/or complex roots. In addition, each root in a Newton's Basin fractal is usually given a distinctive color. Thus, the fractal on the left is generated by a polynomial with a total of five roots colored magenta, yellow, red, green, and blue. | To produce an interesting fractal, the Newton Method needs to be extended to the complex plane. Newton's Basin is created using a <balloon title="load:Content">complex polynomial</balloon><span id="Content" style="display:none">Or a polynomial with co-efficients that are complex, such as <math> p(z) = z^3 - 2z + 2</math>, where ''z'' is in the form a + b''i''</span>, with real and/or complex roots. In addition, each root in a Newton's Basin fractal is usually given a distinctive color. Thus, the fractal on the left is generated by a polynomial with a total of five roots colored magenta, yellow, red, green, and blue. | ||
| - | Every pixel in the image represents a complex number. Each complex number is applied to the equation and iterated continually with the output of the previous iteration becoming the input of the next iteration. | + | Every pixel in the image represents a complex number. Each complex number is applied to the equation and iterated continually with the output of the previous iteration becoming the input of the next iteration. This iteration is done by using the same equations discussed in the previous '''Newton's method''' section, where ''x'' is now a complex number ''z'', ''y'' is now a complex number ''p'', and <math>z_n</math> is the nth estimate: |
| - | Each root has a set of complex numbers (or pixels) <math>x_0</math> that converge to the root. This set of coordinates is called the root's ''basin of attraction', where the name of this fractal comes from. In addition, some images including shading in each basin. The shading is determined by the number of iterations it takes each pixel to converge to its root, and it allows us to see the location of the root more clearly. | + | <math>f'(z_n) = \frac{\mathrm{\Delta p}}{\mathrm{\Delta z}} = \frac{f(z_n)}{z_n - z_{n+1}}</math> |
| + | |||
| + | <math>z_{n+1} = x_n - \frac{f(z_n)}{f'(z_n)}</math> | ||
| + | |||
| + | If the iterations lead the complex number to converge towards a particular root, the pixel is colored according to the color of that root. If the iterations lead to a loop and not a root, then the pixel is usually colored black because the complex number does not converge. | ||
| + | |||
| + | Each root has a set of complex numbers (or pixels) <math>x_0</math> that converge to the root. This set of coordinates is called the root's ''basin of attraction'', where the name of this fractal comes from. In addition, some images including shading in each basin. The shading is determined by the number of iterations it takes each pixel to converge to its root, and it allows us to see the location of the root more clearly. | ||
Revision as of 13:58, 10 June 2009
| Newton's Basin |
|---|
Contents |
Basic Description
This image is one of many examples of Newton's Basin or Newton's Fractal. Newton's Basin is based on a calculus technique called Newton's Method, a procedure Newton developed to estimate roots of equations.
The colors in a Newton's Basin usually correspond to each individual root of the equation, and can be used to infer where each root is located. Each color region reflects the set of points, which, after undergoing iteration with the equation describing the fractal, will eventually get closer and closer to the value of the root associated with that color.
The animation emphasizes the roots in a Newton's Basin, whose equation clearly has three roots. The image featured at the top of this page is also a Newton's Basin with three roots.
A More Mathematical Explanation
- Note: understanding of this explanation requires: *Calculus
The image at the top of this page is a visual representation of Newton's Method in calculus expanded [...]
The image at the top of this page is a visual representation of Newton's Method in calculus expanded into the complex plane.
Newton's Method
Newton's Basin
Teaching Materials
- There are currently no teaching materials for this page. Add teaching materials.
Related Links
Additional Resources
- http://www.chiark.greenend.org.uk/~sgtatham/newton/ for further mathematical explanation
Leave a message on the discussion page by clicking the 'discussion' tab at the top of this image page.


) on the graph near to the root
), iterate the method to find a better estimate
is the nth estimate:

, where z is in the form a + bi
is the nth estimate:
that converge to the root. This set of coordinates is called the root's basin of attraction, where the name of this fractal comes from. In addition, some images including shading in each basin. The shading is determined by the number of iterations it takes each pixel to converge to its root, and it allows us to see the location of the root more clearly.


