Numerical model of the Solar System: Difference between revisions

Content deleted Content added
AstroFloyd (talk | contribs)
m Integration: Fix grammar.
Changing short description from "numerical model of the Solar System" to "Equations to predict the position of planets"
 
(2 intermediate revisions by 2 users not shown)
Line 1:
{{Short description|Equations to predict the position of planets}}
{{No footnotes|article|date=April 2009}}A '''numerical model of the Solar System''' is a set of mathematical equations, which, when solved, give the approximate positions of the planets as a function of time. Attempts to create such a model established the more general field of [[celestial mechanics]]. The results of this simulation can be compared with past measurements to check for accuracy and then be used to predict future positions. Its main use therefore is in preparation of almanacs.
 
Line 9 ⟶ 10:
 
==Modern method==
The modern method consists of numerical integration in 3-dimensional space. One starts with a high accuracy value for the position (''x'', ''y'', ''z'') and the velocity (''v<sub>x</sub>'', ''v<sub>y</sub>'', ''v<sub>z</sub>'') for each of the bodies involved. When also the mass of each body is known, the acceleration (''a<sub>x</sub>'', ''a<sub>y</sub>'', ''a<sub>z</sub>'') can be calculated from [[Newton's Lawlaw of Gravitationgravitation]]. Each body attracts each other body, the total acceleration being the sum of all these attractions. Next one chooses a small time-step Δ''t'' and applies [[Newton's Secondsecond Lawlaw of Motionmotion]]. The acceleration multiplied with Δ''t'' gives a correction to the velocity. The velocity multiplied with Δ''t'' gives a correction to the position. This procedure is repeated for all other bodies.
 
The result is a new value for position and velocity for all bodies. Then, using these new values one starts over the whole calculation for the next time-step Δ''t''. Repeating this procedure often enough, and one ends up with a description of the positions of all bodies over time.