Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

The Kepler Problem | Astronomy Computational Problem Set 1, Exercises of Astronomy

Astronomy Computational Problem Set 1 about The Kepler Problem

Typology: Exercises

2019/2020

Uploaded on 04/30/2020

magicphil
magicphil šŸ‡ŗšŸ‡ø

4.2

(14)

6 documents

1 / 2

Toggle sidebar

Related documents


Partial preview of the text

Download The Kepler Problem | Astronomy Computational Problem Set 1 and more Exercises Astronomy in PDF only on Docsity! MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department Earth, Atmospheric, and Planetary Sciences Department Astronomy 8.282JĀ­12.402J February 28, 2006 Computational Problem Set 1 The Kepler Problem Optional Suggested Procedure: The differential equation of motion for the Kepler problem, in vector form, is: d2ļæ½r dt2 = āˆ’ GM Ģ‚r r2 = āˆ’ GMļæ½r r3 (1) In Cartesian coordinates we have: d2x dt2 = āˆ’ GM x r3 (2) d2y dt2 = āˆ’ GM y r3 (3) As four, firstĀ­order, coupled equations: dx dt = vx (4) dy dt = vy (5) dvx dt = āˆ’ GM x r3 (6) dvy dt = āˆ’ GM y r3 (7) Equations (4) through (7) can be solved by a simple 4thĀ­order RungeĀ­Kutta integration scheme. A few pages of text describing this method, taken from the Numerical Recipes book, are attached. In the language of the RK4 program (Numerical Recipesā€™ RungeĀ­Kutta program): Y = the four independent variables (x, y, vx, vy ) X = the time t N = 4 (8 for the case of the twoĀ­body problem) H = the time step Ī”t DERIVS = user supplied analytic derivatives, [right hand sides of (4) through (7)] YOUT = are the incremented Y variables after time step H Or, you can use the canned integrators in mathematical packages such as Matlab, Mathematica, IDL, etc. 1
Docsity logo



Copyright Ā© 2024 Ladybird Srl - Via Leonardo da Vinci 16, 10126, Torino, Italy - VAT 10816460017 - All rights reserved