Nonlinear Dynamics and Chaos
Nonlinear Dynamics and Chaos
2nd Edition
ISBN: 9780813349107
Author: Steven H. Strogatz
Publisher: PERSEUS D
bartleby

Videos

Question
Book Icon
Chapter 11.5, Problem 1E
Interpretation Introduction

Interpretation:

To write the program to compute the correlation dimension of the Lorenz attractor. Reproduce the results in Figure 11.5.3; then try other values of r, and check how dimension depends on r.

Concept Introduction:

An attractor that come out in a simplified system of equations which describes two-dimensional fluid flow of uniform depth is known as Lorenz attractor.

It is a system of ordinary differential equation.

Expert Solution & Answer
Check Mark

Answer to Problem 1E

Solution:

The Matlab program is written to compute the correlation dimension of the Lorenz attractor.

The slope of the second figure depends on the value of correlation; hence, the dimension depends on r.

Explanation of Solution

Using Matlab, we can write a program to compute the correlation dimension of the Lorenz attractor.

function loren3clear;clfglobal A B RA=10;B=8/3;R=28;u0=100*(rand(3,1)-0.5);[t,u]=ode45(@lor2,[0,100],u0);N=find(t>10);v=u(N,:);x=v(:,1);y=v(:,2);z=v(:,3);plot3(x,y,z);view(158,14)function uprime=lor2(t,u)global A B Ruprime=zeros(3,1);uprime(1)=-A*u(1)+A*u(2);uprime(2)=R*u(1)-u(2)-u(1)*u(3);uprime(3)=-B*u(3)+u(1)*u(2);

By running the above Matlab code, we get the Lorenz attractor correlation as below:

Nonlinear Dynamics and Chaos, Chapter 11.5, Problem 1E , additional homework tip  1

This is the correlation dimension of Lorenz attractor.

Now consider the slope to be dcorr=2.05 and intersection c = -23.

Now use the below Matlab code to reproduce the figure 11.5.3.

d=2.05;c=-23;x=0:15;plot(x,d*x+c);

Nonlinear Dynamics and Chaos, Chapter 11.5, Problem 1E , additional homework tip  2

Hence, this is the required curve.

The slope of the above figure depends on the value of correlation; hence, the dimension depends on r.

Conclusion

The correlation dimension of the Lorenz attractor is computed. The slope of the figure depends on the value of correlation; hence, dimension depends on r.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
Let w? = z and suppose, corresponding to z = 1, we have w = 1. (a) If we start at z = 1 in the z-plane and make one complete circuit counter clockwise around the origin, find the value of w on returning to z = 1 for the %3D first time. (b) What are the values of w on returning to z = 1 after 2,3, ... complete circuits about the origin?
5.7.1
5.7.1
Knowledge Booster
Background pattern image
Advanced Math
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, advanced-math and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Trigonometry (MindTap Course List)
Trigonometry
ISBN:9781337278461
Author:Ron Larson
Publisher:Cengage Learning
Text book image
Algebra & Trigonometry with Analytic Geometry
Algebra
ISBN:9781133382119
Author:Swokowski
Publisher:Cengage
Sine, Cosine and Tangent graphs explained + how to sketch | Math Hacks; Author: Math Hacks;https://www.youtube.com/watch?v=z9mqGopdUQk;License: Standard YouTube License, CC-BY