Shoot the moon - differential equation for motion in earth - moon syst

AI Thread Summary
The discussion revolves around calculating the initial velocity vector needed for a bullet to reach the Moon from Earth, using differential equations that account for gravitational forces and the rotation of the Earth-Moon system. The equations provided describe the motion in a synodic frame, where the Earth and Moon are treated as stationary, simplifying the problem. The user seeks guidance on whether these equations are appropriate and how to numerically solve them, particularly using the shooting method. Clarifications about initial conditions and the need for a more specific equation are also requested. The conversation highlights the complexities of modeling celestial mechanics for this scenario.
visio
Messages
3
Reaction score
0

Homework Statement


We have given coordinates on the Earth from where we are shooting to the Moon (bullet has really small mass). The Moon orbit and therefore Moon position in time t is known. The task is to compute the initial velocity vector (the angle and velocity of the bullet), so the bullet will reach the Moon.

Homework Equations


Maybe we can use this equations?

\frac{d^2x}{dt^2} = 2\Omega \frac{dy}{dt} +\Omega^2x-\frac{GM_e(x-x_e)}{r^3_e}-\frac{GM_m(x-x_m)}{r^3_m}

\frac{d^2y}{dt^2} = -2\Omega \frac{dx}{dt} +\Omega^2y-\frac{GM_e(y_e)}{r^3_e}-\frac{GM_m(y_m)}{r^3_m}

Ω is angular system velocity
G is gravitational constant
M_e, M_m is mass of the Earth, Moon
r_e, r_m is distance between Earth, Moon and the bullet
x_e, x_m coordinates of the Earth, Moon centre of mass

The Attempt at a Solution


I know that I need to solve it numerically with shooting method, but the problem is, how the differential equation describing bullet trajectory looks like. I found the ones above, but I am not physicist (the main problem is to find the numeric solution of that equation), I do not know, if I can use them or not.

If anyone can give me some reference to the literature about this problem or something (the equations can be simple - no need to include all the influences, just the main ones as gravity field and rotation), I would be very happy. Thank you
 
Last edited:
Physics news on Phys.org
You mean you're not a physicist. A physician is another name for a medical doctor. The equations are fine. The origin is placed at the center of mass of the earth-moon system.There are probably easier ways to solve that problem. Hard to tell since you didn't really give enough details about the problem
 
Thanks for language note. Unfortunately I do not have more details, it is up to me to find out the differential equations to solve. But if you can tell me what details are missing, I can probably add them. Maybe I can add that as the initial conditions for given system I am using coordinates of the place on Earth (at time = 0) and coordinates of the Moon (at time = end time).
 
Last edited:
The equations you found are for the synodic frame in the circular restricted three body problem. The Earth and Moon don't move in that frame. Having a stationary target should make your shooting algorithm a bit easier.
 
Thanks for an advice. But still, I do not know what equation should I use then. Can you be a little bit more specific?
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top