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
21 1. 1234 5 6 7 8 9 10 11 12 13 14 3. Find the coordinates of the image J (8, 7) after a reflection over the x-axis. 4.
S OCPS Dashboard Inbox OMon, Mar 08: Not x K Sarah Loutfi - 202 X Inbox (1) - sloutfi X Who Did it x b My Questions ba X CO web.kamihq.com/web/viewer.html?state%3D%7B"ids"%3A%5B"1OqrS9nCNhnEiEa9p6BggzTN0bPXQ10sM"%5D%2C"action"%3A"open"%2C"userld"%3A"1... a☆壽三 OCPS O Geometry Hon. ► Sarah Loutfi - 2021 Notes and Practice - Student Copy - A A 四 Submit 0三 Student Edu D 160% 9. Meteorology A meteorologist measures the angle of elevation of a weather balloon as 41°. A radio signal from the balloon indicates that it is 1503 m from his location. To the nearest meter, how high above the ground is the balloon? Page 5:34 PM 底 3/8/202 DELL
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?
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
Recommended textbooks for you
Text book image
Algebra & Trigonometry with Analytic Geometry
Algebra
ISBN:9781133382119
Author:Swokowski
Publisher:Cengage
Text book image
Trigonometry (MindTap Course List)
Trigonometry
ISBN:9781337278461
Author:Ron Larson
Publisher:Cengage Learning
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