Homework 6: Analyzing the Fractal Characteristics of the Henon Map, Assignments of Physics

In this homework assignment, students are required to modify the sierpinski map code to implement the henon map, a discrete time nonlinear dynamics system. They will then investigate the fractal characteristics of the attractor for the given parameter values (a = 1.4 and b = 0.3) through visualizations and calculating the box counting fractal dimension using their code.

Typology: Assignments

Pre 2010

Uploaded on 08/09/2009

koofers-user-lvp
koofers-user-lvp 🇺🇸

2

(1)

10 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Homework 6
Due: Thursday 12 October
In this homework you will investigate another discrete time nonlinear dy-
namics the Henon map. It is similar to the Sierpinski map as it involves
two dynamical variables xand y. The update equation is
xn+1 =yn+ 1 ax2
n
yn+1 =bxn
For this homework we will take a= 1.4 and b= 0.3
1. Modify the Sierpinski code you worked with in lab 6 to implement the
Henon dynamics. Include your modified code in your writeup.
2. The Henon map for these parameter values exhibits chaos. Show that
the strange attractor has fractal characteristics (you may want to in-
clude snapshots of pieces of the attractor at different magnifications)
3. Calculate, using your code, the (box counting) fractal dimension of the
Henon map.
1

Partial preview of the text

Download Homework 6: Analyzing the Fractal Characteristics of the Henon Map and more Assignments Physics in PDF only on Docsity!

Homework 6

Due: Thursday 12 October In this homework you will investigate another discrete time nonlinear dy- namics – the Henon map. It is similar to the Sierpinski map as it involves two dynamical variables x and y. The update equation is

xn+1 = yn + 1 − ax^2 n yn+1 = bxn

For this homework we will take a = 1.4 and b = 0. 3

  1. Modify the Sierpinski code you worked with in lab 6 to implement the Henon dynamics. Include your modified code in your writeup.
  2. The Henon map for these parameter values exhibits chaos. Show that the strange attractor has fractal characteristics (you may want to in- clude snapshots of pieces of the attractor at different magnifications)
  3. Calculate, using your code, the (box counting) fractal dimension of the Henon map.