Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem: First studied by Otto E . R ssler in 1 9 7 6 the R ssler equations comprise three coupled ordinary differential equations: (

Problem: First studied by Otto E. Rssler in 1976 the Rssler equations comprise three coupled
ordinary differential equations:()
cxzb
td
zd
ayx
td
yd
zy
td
xd
+=
+=
=
.
Specifically Rssler studied these equations with parameter values: a =0.2, b =0.2 and c =5.7.
Using either fourth order Runge-Kutta or 4-step Adams-Bashforth/Moulton with fourth order
Runge-Kutta starter develop a MATLAB function M-file or Python file to solve the Rssler
equations with these parameter values over the time frame 0<= t <=1500 sec. for arbitrary initial
conditions. Using this code solve the equations for initial conditions: x(0)=0.0001, y(0)=0.0001,
z(0)=0.0001.
You may visualise the solution by simply plotting y(t) vs x(t) for example, but it is much better to
use the plot3 command to give a 3D plot of (x(t),y(t),z(t)) parameterised by t. With some suitable
rotation you should see a shape which is called the Rssler attractor.
A feature of the Rssler equations for these parameter values is sensitive dependence on initial
conditions. Solve the equations again but this time with the initial conditions: x(0)=0.01, y(0)=
0.0001, z(0)=0.0001, which are rather close to those considered previously. Compare the resulting
solutions by, for example, plotting the partial solutions x(t) for the first and second sets of initial
conditions on the same axes. You should observe that, although the two solutions start out very
close and although at many times they will again be very close, at various times they have moved
apart rather significant

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions