@samuelstark
2016-05-03T03:59:02.000000Z
字数 2028
阅读 942
homework
ahthor : 2013301020086 Yuqi Wang
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.
The ordinary differencial equition of a physical pendulem with driven and dissipation force is:
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.
This is the complete code
Eular-Cromer method is performed as following:
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.
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.