32
Fractals from Root- Solving Methods Daniel Dreibelbis University of North Florida

Fractals from Root-Solving Methods

  • Upload
    dyanne

  • View
    31

  • Download
    0

Embed Size (px)

DESCRIPTION

Fractals from Root-Solving Methods. Daniel Dreibelbis University of North Florida. Outline. Define the problem Explore Newton’s Method, leading up to Newton’s Fractals Mess with Newton’s Method Try this with other root-solving methods. Root Solving. Newton’s Method. Newton’s Method. - PowerPoint PPT Presentation

Citation preview

Page 1: Fractals from Root-Solving Methods

Fractals from Root-Solving Methods

Daniel DreibelbisUniversity of North Florida

Page 2: Fractals from Root-Solving Methods

OutlineDefine the problemExplore Newton’s Method, leading up to

Newton’s FractalsMess with Newton’s MethodTry this with other root-solving methods

Page 3: Fractals from Root-Solving Methods

Root Solving

10 8 6 4 2 2

1 0

5

5

1 0

1 5

2 0

Page 4: Fractals from Root-Solving Methods

Newton’s Method

Page 5: Fractals from Root-Solving Methods

Newton’s Method

Page 6: Fractals from Root-Solving Methods

Visualizing Newton’s Method

Page 7: Fractals from Root-Solving Methods

Quadratic: Lame

z2 – 1 = 0

Page 8: Fractals from Root-Solving Methods

Quadratic – Less Lame

z2 – 1 = 0

Page 9: Fractals from Root-Solving Methods

Cubic – Not Lame

z3 – 1 = 0

Page 10: Fractals from Root-Solving Methods

Cubic – Still not Lame

Page 11: Fractals from Root-Solving Methods

Pretty Examples

Page 12: Fractals from Root-Solving Methods

Pretty Examples

Page 13: Fractals from Root-Solving Methods

Pretty Examples

Page 14: Fractals from Root-Solving Methods

Pretty Examples

Page 15: Fractals from Root-Solving Methods

Pretty Examples

Page 16: Fractals from Root-Solving Methods

Why the fractal?Near a critical point,

the tangent lines hit most of the x-axis. Thus most of the domain is mirrored near the critical point.

With two or more critical points, each critical point mirrors all of the other critical points.

Page 17: Fractals from Root-Solving Methods

Why the fractal?

Page 18: Fractals from Root-Solving Methods

Why Newton’s Method?

Page 19: Fractals from Root-Solving Methods

Changing Newton’s Method

Page 20: Fractals from Root-Solving Methods

Changing Newton’s Method

Page 21: Fractals from Root-Solving Methods

Other Methods - Bisection

Page 22: Fractals from Root-Solving Methods

Bisection on x3 – x = 0

Page 23: Fractals from Root-Solving Methods

Other Methods - Secant

Page 24: Fractals from Root-Solving Methods

Secant – Real Case

Page 25: Fractals from Root-Solving Methods

Secant – Complex Case

Page 26: Fractals from Root-Solving Methods

Other Methods – Steepest Descent f(x, y)=0 and g(x, y)=0 f(x, y)2 + g(x, y)2

2 1 0 1 2

2

1

0

1

2

Page 27: Fractals from Root-Solving Methods

Other Methods – Steepest Descent Re(z)=0 and Im(z)=0 Re(z)2 + Im(z)2

2 1 0 1 2

2

1

0

1

2

Page 28: Fractals from Root-Solving Methods

Steepest Descent

Page 29: Fractals from Root-Solving Methods

Steepest Descent

Page 30: Fractals from Root-Solving Methods

Steepest Descent

Page 31: Fractals from Root-Solving Methods

Steepest Descent

Page 32: Fractals from Root-Solving Methods

The End!Thanks!www.unf.edu/~ddreibel