Modeling Planetary Motion with Newton's Law of Universal Gravitation

AI Thread Summary
The discussion focuses on modeling planetary motion using Newton's law of universal gravitation, specifically creating a simulation of the Earth-Moon system orbiting the Sun. Initially, the simulation worked for each system separately, but when combined, the Moon's trajectory became erratic. Key insights revealed that the velocity calculations needed adjustment to account for the center of mass of the Earth-Moon system relative to the Sun. By modifying the formulas to include the center of mass and adjusting initial velocities accordingly, the simulation achieved accurate results. The conversation highlights the importance of considering mass interactions in orbital mechanics for realistic simulations.
Caspian
Messages
15
Reaction score
0
I'm trying to make a program which makes use of Newton's law of universal gravitation to model planetary motion.

I've set up a system very similar to the earth-sun system (i.e., masses and distances are similar to the actual earth-sun system). When I run the simulation, the "earth" orbits the "sun" just as it should.

Likewise, I made a earth-moon system, and the moon orbits the Earth just as it should.

However, when I put the two systems together and make the Earth orbit the sun while the moon is orbiting the earth, the moon slingshots around the Earth and doesn't return.

To determine the initial velocity of the satellite (in both systems), I use the equation for acceleration from uniform circular motion:
a = \frac{v^2}{r}

Substituting this into Newton's law of universal gravitation (using "m a" for "F"), and solving for v yields:
v = \sqrt{\frac{G \cdot m}{r}}

I suspect that the moon needs a different initial velocity since its motion must be a spiral around the sun... but I can't figure it out.

I'd greatly appreciate any help anyone can give... or if someone can point me in the right direction.

Thanks!
 
Last edited:
Physics news on Phys.org
There are several problems here.

First, v=\sqrt{Gm/r} is the velocity of an object of inconsequential mass relative to center of the Earth. You need to make that a velocity relative to the Sun to get even close to the proper motion.

Second, the Moon does not have an inconsequential mass compared to that of the Earth. A better solution is to make the Earth-Moon system (i.e., the Earth-Moon center of mass) orbit the Sun, and then make the Earth and Moon orbit about each other their common center of mass. You will have to add the center of mass velocity to the velocities resulting from this computation to get the velocities of relative to the Sun.

For even better results, do the same thing with the Earth+Moon and Sun orbiting about their center of mass.
 
Thanks, D H! I've modified the formulas I'm using and my system works great now.

Thank you for your help!
 
Thread 'Question about pressure of a liquid'
I am looking at pressure in liquids and I am testing my idea. The vertical tube is 100m, the contraption is filled with water. The vertical tube is very thin(maybe 1mm^2 cross section). The area of the base is ~100m^2. Will he top half be launched in the air if suddenly it cracked?- assuming its light enough. I want to test my idea that if I had a thin long ruber tube that I lifted up, then the pressure at "red lines" will be high and that the $force = pressure * area$ would be massive...
I feel it should be solvable we just need to find a perfect pattern, and there will be a general pattern since the forces acting are based on a single function, so..... you can't actually say it is unsolvable right? Cause imaging 3 bodies actually existed somwhere in this universe then nature isn't gonna wait till we predict it! And yea I have checked in many places that tiny changes cause large changes so it becomes chaos........ but still I just can't accept that it is impossible to solve...
Back
Top