Q5.3-28E

Question

Lunar Orbit. The motion of a moon moving in a planar orbit about a planet is governed by the equations d2xdt2=-Gmxr3,d2ydt2=-Gmyr3 where r=(x2+y2)12, G is the gravitational constant, and m is the mass of the planet. Assume Gm = 1. When  x(0)=1,x'(0)=y(0)=0,y'(0)=1 the motion is a circular orbit of radius 1 and period 2π.

(a) The setting x1=x,x2=x',x3=y,x4=y' expresses the governing equations as a first-order system in normal form.

(b) Using h=2π1000.0628318, compute one orbit of this moon (i.e., do N = 100 steps.). Do your approximations agree with the fact that the orbit is a circle of radius 1?

Step-by-Step Solution

Verified
Answer

At the value of a complete orbit, it’s a circle of radius 1.

1Transform the equation

Here the equation is d2xdt2=-Gmxr3,d2ydt2=-Gmyr3.

 

The system can be written as:

 

x1=xx2=x'=x'1x3=yx4=y'=x'3

 

The transform equation is


x'1=x2x'2=-Gmxr3=-x1(x21+x23)32x'3=x4x'4=-Gmyr3=-x3(x21+x23)32


The initial conditions are;

x1(0)=x(0)=1x2(0)=x'(0)=0x3(0)=y(0)=0x4(0)=y'(0)=1

2Apply the Runge-Kutta method

T

X

Y

0

1

0

0.06

0.9980

0.0627

0.12

0.992

0.1253

0.25

0.9685

0.248

0.50

0.876

0.4817

0.75

0.7289

0.6845

1

0.5358

0.8443

2.01

-0.4257

0.904

2.51

-0.8090

0.5877

3.01

-0.992

0.125

3.14

-0.9999

-1.2383


3Graph



At the value of a complete orbit, it’s a circle of radius 1.

 

This is the required result.