Newton's Basin
From Math Images
(Removed excess hides and fixed template formatting for the explanation) |
|||
| (22 intermediate revisions not shown.) | |||
| Line 1: | Line 1: | ||
| - | {{Image Description | + | {{Image Description Ready |
|ImageName=Newton's Basin | |ImageName=Newton's Basin | ||
|Image=NewtonBasin2.jpg | |Image=NewtonBasin2.jpg | ||
| Line 5: | Line 5: | ||
|ImageDescElem= | |ImageDescElem= | ||
[[Image:NewtonBasin_Animate.gif|thumb|left|250px|Animation Emphasizing Roots]] | [[Image:NewtonBasin_Animate.gif|thumb|left|250px|Animation Emphasizing Roots]] | ||
| - | 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 <balloon title="load:myContent">roots</balloon><span id="myContent" style="display:none">A root is | + | 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 <balloon title="load:myContent">roots</balloon><span id="myContent" style="display:none">A root is the x-value where y = 0 and the graph of an equation crosses the horizontal x-axis [[Image:Root.gif|200px]]</span> (or solutions) 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. | + | Each pixel in a Newton's Basin corresponds to a unique coordinate, or point. 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. | 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. | ||
| Line 15: | Line 15: | ||
===Newton's Method=== | ===Newton's Method=== | ||
| - | |||
[[Image:NewtonRoot_Animation.gif|right]] | [[Image:NewtonRoot_Animation.gif|right]] | ||
| - | Newton's Method in calculus is a procedure to find roots of polynomials, using an estimated value as a starting point. | + | Newton's Method in calculus is a procedure to find roots of polynomials, using an estimated value as a starting point. Newton devised an iterated method (animated to the right) with the following steps: |
| - | + | :#Estimate a starting x-value (<math>x_o</math>) on the graph near to the root | |
| - | Newton devised an iterated method (animated to the right) with the following steps: | + | :#Find the tangent line at that starting x-value |
| - | :#Estimate a starting value (<math>x_o</math>) on the graph near to the root | + | |
| - | :#Find the tangent line at that starting value | + | |
:#Find the root of the tangent line | :#Find the root of the tangent line | ||
| - | :#Using the tangent's root as new starting value (<math>x_{n}, x_{n+1},...</math>), iterate the method to find a better estimate | + | :#Using the tangent's root as new starting x-value (<math>x_{n}, x_{n+1},...</math>), iterate the method to find a better estimate |
| + | |||
The results of this method lead to very close estimates to the root of the polynomial. Newton's Method can also be expressed algebraically as follows, where <math>x_n</math> is the nth estimate: | The results of this method lead to very close estimates to the root of the polynomial. Newton's Method can also be expressed algebraically as follows, where <math>x_n</math> is the nth estimate: | ||
| - | [[Image:NewtonsMethod.gif|left| | + | [[Image:NewtonsMethod.gif|left|210px]] |
| - | <math>f'(x_n) = \frac{\mathrm{\Delta y}}{\mathrm{\Delta x}} = \frac{f(x_n)}{x_n - x_{n+1}}</math> | + | <math>f'(x_n) = \frac{\mathrm{\Delta y}}{\mathrm{\Delta x}} = \frac{0 - y_n}{x_n - x_{n+1}}</math> |
| + | |||
| + | <math>f'(x_n) = \frac{f(x_n)}{x_n - x_{n+1}}</math> | ||
<math>x_{n+1} = x_n - \frac{f(x_n)}{f'(x_n)}</math> | <math>x_{n+1} = x_n - \frac{f(x_n)}{f'(x_n)}</math> | ||
| - | + | ||
| + | |||
===Newton's Basin=== | ===Newton's Basin=== | ||
| - | |||
| - | + | [[Image:NewtonFractalZoom.png|600px|center|Newton Basin with 3 Roots]] | |
| - | [[Image:NewtonBasin_5Roots.gif|thumb| | + | |
| - | 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 | + | [[Image:NewtonBasin_5Roots.gif|thumb|right|220px|Newton Basin with 5 Roots]] |
| + | 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 right 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. 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: | 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: | ||
| - | <math>f'(z_n) = \frac{\mathrm{\Delta p}}{\mathrm{\Delta z}} = \frac{f(z_n)}{z_n - z_{n+1}}</math> | + | ::<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} = | + | ::<math>z_{n+1} = z_n - \frac{f(z_n)}{f'(z_n)}</math> |
| - | |||
| - | + | ====Coloring==== | |
| + | [[Image:Newton Basin x5-1.png|left|thumb|<math>f(z) = z^5 - 1</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 colored black because the complex number does not converge. | ||
| + | Each root has a set of complex numbers (or pixels)that converge to the root (algebraically, this set would include all of the <math>z_0</math> values referenced above). This set of coordinates is called the root's '''basin of attraction''', where the name of this fractal comes from. | ||
| - | [[Image:Roots.gif|thumb| | + | |
| + | 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. The darker the shading of a pixel is, the more iterations it requires for that pixel to converge to its respective root. | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ====An Example==== | ||
| + | [[Image:Roots.gif|thumb|200px|right]] | ||
For example, the image below, as well as the image at the top of the page, was created from the equation <math> p(z) = z^3 - 2z + 2</math>. Since this equation is a 3rd degree complex polynomial, it has three roots, two of which are complex: | For example, the image below, as well as the image at the top of the page, was created from the equation <math> p(z) = z^3 - 2z + 2</math>. Since this equation is a 3rd degree complex polynomial, it has three roots, two of which are complex: | ||
| Line 66: | Line 77: | ||
The resulting map of these solutions are to the right. You can see that the Newton's Basin created from this complex polynomial has three roots (yellow, blue, and green) that correspond to the solution map. | The resulting map of these solutions are to the right. You can see that the Newton's Basin created from this complex polynomial has three roots (yellow, blue, and green) that correspond to the solution map. | ||
[[Image:NewtonFractalZoom.png|600px|center|Newton Basin with 3 Roots]] | [[Image:NewtonFractalZoom.png|600px|center|Newton Basin with 3 Roots]] | ||
| + | |||
| Line 72: | Line 84: | ||
====Self-Similarity==== | ====Self-Similarity==== | ||
| - | As with all other fractals, Newton's Basin exhibits self-similarity. The video below is an interactive representation of the continual self-similarity displayed by | + | As with all other fractals, Newton's Basin exhibits self-similarity. The video below is an interactive representation of the continual self-similarity displayed by the Newton's Basin shown in an above section with a <balloon title="load:basin2">root degree of 5</balloon><span id="basin2" style="display:none"> |
| - | {{#ev:tubechop|gh6e95OmoAk&start=5&end=70|300| | + | [[Image:Newton Basin x5-1.png|150px]]<math>f(z) = z^5 - 1</math></span>. Towards the end of the video, you will notice that the pixels are no longer adequate to continue magnifying the image...however, the fractal still goes on. |
| - | + | {{#ev:tubechop|gh6e95OmoAk&start=5&end=70|300|mute}} | |
| + | |||
|other=Calculus | |other=Calculus | ||
| Line 83: | Line 96: | ||
|Field=Fractals | |Field=Fractals | ||
|Field2=Calculus | |Field2=Calculus | ||
| - | |FieldLinks=:http://www.chiark.greenend.org.uk/~sgtatham/newton/ | + | |FieldLinks= |
| - | + | |References= | |
| + | Wikipedia, [http://en.wikipedia.org/wiki/Newton_fractal Newton fractal page] and [http://en.wikipedia.org/wiki/Newton%27s_method Newton's Method page] | ||
| + | |||
| + | Simon Tatham, [http://www.chiark.greenend.org.uk/~sgtatham/newton/ Fractals derived from Newton-Raphson iteration] | ||
| + | |||
| + | David E. Joyce, [http://aleph0.clarku.edu/~djoyce/newton/newton.html Newton Basins] | ||
}} | }} | ||
Current revision
| Newton's Basin |
|---|
Newton's Basin
- Newton's Basin is a visual representation of Newton's Method, which is a procedure for estimating the root of a function.
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 (or solutions) of equations.
Each pixel in a Newton's Basin corresponds to a unique coordinate, or point. 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 Method in calculus is a procedure to find roots of polynomials, using an estimated value as a starting point. Newton devised an iterated method (animated to the right) with the following steps:
- Estimate a starting x-value (
) on the graph near to the root
- Find the tangent line at that starting x-value
- Find the root of the tangent line
- Using the tangent's root as new starting x-value (
), iterate the method to find a better estimate
- Estimate a starting x-value (
The results of this method lead to very close estimates to the root of the polynomial. Newton's Method can also be expressed algebraically as follows, where
is the nth estimate:
Newton's Basin
To produce an interesting fractal, the Newton Method needs to be extended to the complex plane. Newton's Basin is created using a complex polynomial, 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 right 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. 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
is the nth estimate:
Coloring
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 colored black because the complex number does not converge.
Each root has a set of complex numbers (or pixels)that converge to the root (algebraically, this set would include all of the
values referenced above). 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. The darker the shading of a pixel is, the more iterations it requires for that pixel to converge to its respective root.
An Example
For example, the image below, as well as the image at the top of the page, was created from the equation
. Since this equation is a 3rd degree complex polynomial, it has three roots, two of which are complex:
The resulting map of these solutions are to the right. You can see that the Newton's Basin created from this complex polynomial has three roots (yellow, blue, and green) that correspond to the solution map.
Self-Similarity
As with all other fractals, Newton's Basin exhibits self-similarity. The video below is an interactive representation of the continual self-similarity displayed by the Newton's Basin shown in an above section with a root degree of 5. Towards the end of the video, you will notice that the pixels are no longer adequate to continue magnifying the image...however, the fractal still goes on.
Teaching Materials
- There are currently no teaching materials for this page. Add teaching materials.
References
Wikipedia, Newton fractal page and Newton's Method page
Simon Tatham, Fractals derived from Newton-Raphson iteration
David E. Joyce, Newton Basins
Leave a message on the discussion page by clicking the 'discussion' tab at the top of this image page.





