[关闭]
@guoxiaowhu 2016-04-23T02:55:41.000000Z 字数 3798 阅读 1919

Chaotic Physical Pendulum

--The 9th homework of Physcis
Author:GUO Xiao
nonlinear,pendulum

Beautiful Chaos


Abstract

Chaos is a complex phenomenon and it has many interesting properties.This article will investigate some interesting properties of chaotic phenomena by research of physical pendulum.

Introduction

Physical pendulum is a nonliear,damped,driven pendulum.It approaches the actual pendulum most.Because of its nonlinearity,the system can show many interesting chaotic behaviors.

Equation

The equation of a nonliear,damped,driven pendulum can be written as


is frictional force;
is periodic driven force.
It is a nonlinear, 2-order ordinary differential equation,so it just can be solved by numerical method.

Solution

Utilize Euler-Cromer method to solve it, and plot its phase diagram to prove that the system can be chaotic.
Corresponding solution program code

For example,when ,,
Its phase diagram
9
It is very dense,and almost full of whole graph.

Bifurcation Diagram

To learn about the global properties of this nonliear system,I need to draw its bifurcation diagram.

Program Code

Fix other parameters unchanged,change ,and fetch theta value of 400th period of driven force under every different ,then plot bifurcation diagram.
This is the link of corresponding program code to draw the bifuracation diagram
By the way,it tooks many hours to run this program and obtain final results!

Results

When varies from 0 to 10,We can acquire the following bifurcation diagram:

Magnify its horizontal axis scale,let varies from 5 to 10:

Magnifying its horizontal axis scale again we can find that the bifurcation digram has many fractal structures.

Verify the Bifurcation Diagram

1

According to the bifurcation diagram,we can know when ,the system is completely chaotic.

Under this condition, its phase diagram obtained by calculation is indeed completely chaotic as shown in following graph!
phase diagram 7.4
It phase trajectory is dense,quasiperiodic,unclosed and is alomst full of the whole figure.

Its Attractor

To obtain its attractor, I edited a new program to acquire theta value of every period of driven force.
corresponding plot program code
attractor 7.4
Dense points form some lines.

2

According to the bifurcation diagram,when ,it has only once period

Only one closed cycle is bold, which means it is repeated by many times.Other cycles are transient.
And its attractor has only a bold point (actually a lot of points) and other small points.

3

According to the bifurcation diagram,when ,the system is under the state of intermittency chaos. Its phase trajectory is also dense,but not full of the whole figure.
phase diagram 7.1
Its attractor includes a curve and other a few small points:
attractor 7.1

4

According to the bifurcation diagram,when ,it is not chaotic but periodic between two chaotic states.
phase diagram 7.2
Its attractor is only a few points
attractor 7.2

When has other values,its phase diagrams also can be seen from these links:phase diagram of ;phase diagram of and so on.

Bifurcation Diagram of q

Modify anterior program,we can plot the bifurcation diagram of q.
For instance, fix , change q from 0 to 2,
its bifurcation diagram is

Another example:

Fix , change q from 0 to 10,
its bifurcation diagram is

Magnity its horizontal axis between 0 and 2,

By the way, when , its bifurcation is only a line without bifurcation.

Conclusions

Reference

[1]N.J. Giordano,H.Nakanishi.Computational physics(second edition).Tsinghua University Press.
[2]Z.Zhang.Chaos,fractal and soliton.Wuhan University Press.

Appendix

When ,,,let 'total time=2000 period of driven force' and 'dt=total time/30000',
the following strange pictures appeared:

I can't explain it,I can't understand how it forms such figure!
Its normal phase diagram should be
phase diagram of $F_D=10$

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