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
1.identify the fixed points, cobweb the diagram, and assess whether the fixed point is an attractor or repeller. For attractors, give the basin of attraction.
Find the moment generating function for Y. c=4
Suppose you are interested in the causal effect of Xi on Yi and Yi = α + βXi + ϵi. Moreover, cov(Xi , ϵi) = 0. However, you do not observe Yi . Instead, you only observe a proxy for Yi . Denote this proxy Y'i and assume it is related to Yi as follows: Y'i = Yi + µi where cov(µi , ϵi) = cov(µi , Xi) = 0. Suppose you regress Y'i on Xi . Would the resulting coefficient β' provide an unbiased estimate of β?
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.
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