[关闭]
@355073677 2016-05-01T12:36:25.000000Z 字数 2646 阅读 1752

Chapter 3 Problem 3.31 The Billard Problem

计算物理


Name:陈锋
Student Number: 2013301020145
April 28,2016

Abstract

The billiard system can also be a chaotic system. In this problem, I will try to solve the trajectories of different kinds of tables and show the phase diagram to see whether the system is chaotic or not.

Introduction

In this problem, I will not consider the effect of friction, which means the billiard ball will move without friction on a perfect billiard table.
Except for the collisions with the walls, the motion of the billiard is quite simple. Between collisions the velocity is constant so we have:


where and change only through collisions with the walls. These equations can be solved using our Euler algorithm.
For a circle or an ellipse, the direction of the normal vector is , which means (x,y) for circle and .
It is then useful to calculate the components of parallel and perpendicular to the wall. These are just:

After reflection, the velocity becomes:

Influence of diverse boundaries

Square

figure_1
Figure 1: This is the trajectory of the billiard ball in the case of square boundary. Actually if the ratio of and is rational, the square cannot be fully filled, for the quantity of irrational number is larger.

Circle

This is not a chaotic case.
figure_2
Figure 2: This is the trajectory of the billiard ball in the case of circular boundary. It shows that the billiard ball cannot reach the center part, which is determined by the position of tha ball and direction of initial. velocity.
figure_3
Figure 3: This is the phase diagram of (x,) and (x,)
figure_4
Figure 4: This is Poincare section by scattering the points only when the billiard ball crosses the y = 0 axis.

Ellipse

This is also not a chaotic case.
figure_5
Figure 5: This is the trajectory of the billiard ball in the case of elliptical boundary. It shows that the billiard ball cannot reach the left and the right part, which is determined by the position of tha ball and direction of initial.
figure_6
Figure 4: This is Poincare section by scattering the points only when the billiard ball crosses the y = 0 axis, which is a ellipse-liked curve.

Square with an inner circle

Both of these are chaotic cases.

The circle is in the center

figure_7
Figure 7: This is the trajactory of the billiard ball, which shows a irregular curve.
figure_8
Figure 8: This is Poincare section by scattering the points only when the billiard ball crosses the y = 0 axis.

The circle is slightly off-center

figure_9
figure_10
Which is nearly the same as the former case.

VPython

Circle:

figure_11

Ellipse:

figure_12

Conclusion

Ths chaotic system will present when the boundary is composed by some shapes (different or same). If the boundary is a simple regular shape, the chaotic situation cannot be observed.

Programme Code

-Chapter 3 Problem 3.31

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