[关闭]
@samuelstark 2016-05-03T03:59:02.000000Z 字数 2028 阅读 942

HOMEWORK9——Pendulum

homework
ahthor : 2013301020086 Yuqi Wang


1.Abstract

This homework is studying the behaviours of a physical pendulum, which is a standard chaos system. I learned that in some cases the system will be chaotic when the behaviours of the pendulum is unpredictable but deterministic, and if I choose some special point in the phase space, the attractor appears.

2. Introduction

The ordinary differencial equition of a physical pendulem with driven and dissipation force is:


where the is the gravity acceleration, is the length of the pendulum, is the dissipation parameter, and are the amplitude and angular frequency of the driven force, respectively.

The word chaotic means that even though you change the initial condition tinily, the difference of the terminal point might be as that between Jesus and Satan. But this does not mean it is unpredictable, on the contrary, since we have the ODE and the initial condition, we can find every step the pendulum will go on numerically, in other words, we can find the trajectory of the pendulum in the phase space merely with a negligible error, as long as we can choose the time interval between every step enough small.

3.Method and procedure

This is the complete code
Eular-Cromer method is performed as following:



If is out of the range , add or subtract to keep it in this range.

When I chose the parameter , there is no chaotic behaviour in phase space.

While I adjusted the , chaos appeared.

When I selected some special point such that , where is any arbitrary integer, I saw the attractor.

I chose the time interval , so I merely selected the point whose index satisfied mod .

But when I disturbed the slightly, the attractor disappeared.

4.Conclution

The chaotic system is seemed to be disordered but if we select a point every period of the driven force, we can see the attractor, while this feature is appeared only in some spacial cases. If I change the amplitude of the driven force, the attractor disappears.

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注