@guoxiaowhu
2016-05-02T10:47:04.000000Z
字数 1824
阅读 1843
--The 10th homework
Author:GUO Xiao
Student number:2013301020099
chaos
This article will research the chaos of Lorenz model.
Lorenz was studying the basic equations of fluid mechanics, which are known as Navier-Stokes equations.These are a complicated set of differential equations that describe the velocity, temperature, density, etc. as a function of position and time.
A greatly simplified version of the Navier-Stokes equations as applied to a particular problem is only three equations:
As usual,I use Euler method to solve these differential equations.Program code can be seen at the end of this article.
Parameter ,
intial conditions are
total time is 50, time step dt=0.0001
When , as a function of :
When r=5,10 it formed steady convection motion finally(blue line and green line);while r=163.8,it is chaotic (red line).
Different colors represent different r values.
When r=25,
Fix other conditions,increase r value.
When r=160,160.3,163.8,z as the function of t are shown in following figure
Their phase diagram is
When r=160,163 it is periodic(blue line and green line)
while r=163.8,it is chaotic (red line)
To observe it clearly,when r=163 its 3D phase diagram is shown in the following figure:
To reasearch the chaos between and ,I intend to plot its bifurcation diagram.
More detail about the transition to chaos are shown in the following figure:
From the figure,we can see that the critical value of r is about 163.65.
When ,it is almost periodic.
while ,it has become chaotic
It is periodic in most regions,while it is chaotic in some areas.
Its phase diagram also tells us, it is intermittency chaos