[关闭]
@guoxiaowhu 2016-05-08T13:07:22.000000Z 字数 2574 阅读 1292

The Solar System

Astronomy


Abstract

Background


This is our solar system.

Motion equations

According to Newtonian second law and Newton's law of gravitation, we can get the motion equations of planets in solar system:





In astronomical units,
Initial conditions:



Planets orbits

The orbits of 9 planets in solar system acquired by calculation:
solar system
The 4 terrestrial planets:

corresponding program code
solar system.py

Different force law

If the force law deviates from an inverse-square dependence,it is of the form


Take the example of Mercury, its semimajor axis, eccentricity.
when ,its trajectory is shown in the following figure:

It is obivious that its motion is unstable when .

When ,, and ,its orbits are shown in the following figure:

corresponding program code
4.2 non2.py

The precession of perihelion of Mercury

The force law predicted by general relativity is approximately



Because is so small, in order to research this question and obtain precession angle, we use the method of linear fit.
Change the value of , we can get the following figure:

These green points represent aphelions
corresponding program code
Mercury.py
and here is its output data
Mercury.txt

Linear fit

Firstly,use the linear fit of precession angle and time.

They have very well linear dependence.
Its slope of the fit straight line is precession rate .
Similarly,we can obtain different precession rates when has different values:

Secondly,make use of these data

Its slope is
For ,
The precession rate of Mercury estimated is

The result approaches 43 arcseconds/century which can't be explained.There may exists calculation errors.

The precession and eccentricity

If we increase or decrease eccentricity of Mercury orbit,
When ,
e=0.4
When ,
e=0.3
When ,
e=0.1
When ,
e=0
Even though when ,its orbit predicted by general relativity still has precession! This may be errors caused by approximation about initial conditions.
In short, precession rate of its orbit will be larger with larger eccentricity.

Conclusions

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