ScratchData LogoScratchData
Back to popswilson's profile

Simulating Mathematical Turbulence Using Newton's Method

POpopswilson•Created October 8, 2015
Simulating Mathematical Turbulence Using Newton's Method
10
7
106 views
View on Scratch

Instructions

Read the Notes and Credits. Click on the Green Flag, Enter a value for x, record the value of x1 or x2 that is to be iterated. Press Space to start the iteration. The x-values will iterate to one of the three roots of the equation -1, 0, and 1.

Description

This project is for students in the Fractals and Chaos class I am teaching. It is used to explore a question in the Midterm exam. One of the characteristics of a chaotic system (like the Lorenz Attractor) is 'sensitivity to initial conditions'. Consider turbulence in a fluid. Two particles that are very close together at the top of a waterfall are widely separated 25 feet downstream. This project uses Newton's Method to iterate y = 4x^4 – 4x^2. By selecting particles (x-values) that are closer and closer together, one can show that they can become widely separated. The program then adds or subtracts √(2)/2 to x (Newton's method is undefined at √(2)/2 and –√(2)/2 because the denominator of Newton's method, f'(x(n), evaluates to 0). Using this program one can demonstrate mathematically that two points (x-values) arbitrarily close together can iterate to widely separate points. In short, the project is designed to simulate mathematical turbulence.

Project Details

Project ID81020178
CreatedOctober 8, 2015
Last ModifiedOctober 25, 2015
SharedOctober 10, 2015
Visibilityvisible
CommentsAllowed