How do I calculate the mass and orbital distance of a planetary body?

AI Thread Summary
To calculate the mass of a planetary body, use the formula m = ρV, where ρ is density and V is volume. The orbital distance of a satellite can vary based on its speed, as it can orbit at any distance. To find the orbital speed given the distance, use the equation v = √(GM/r), where G is the gravitational constant and M is the mass of the planet. For example, at a distance of 1000 km above Earth, the orbital speed is approximately 7.35 x 10^3 m/sec, or about 26,500 km/hr. This information is essential for developing a planetary simulation model.
revolv
Messages
4
Reaction score
0
Hey everyone. I am working on a planetary simulation model and am having a bit of trouble with the math. Given the volume and density of a particular planetary body, how do I calculate the mass? Once I have the mass, how do I calculate the orbital distance of a satellite body to said panetary body? I'm sure this is somewhat elementary astrophysics but, in the immortal edited words of Dr. McCoy, I'm a programmer, not a physicist! Thanks in advance for any help.
 
Physics news on Phys.org
revolv said:
Hey everyone. I am working on a planetary simulation model and am having a bit of trouble with the math. Given the volume and density of a particular planetary body, how do I calculate the mass? Once I have the mass, how do I calculate the orbital distance of a satellite body to said panetary body? I'm sure this is somewhat elementary astrophysics but, in the immortal edited words of Dr. McCoy, I'm a programmer, not a physicist! Thanks in advance for any help.

Density is mass/volume:\rho = m/V so m = \rho V

The orbital radius of a satellite (distance from satellite to centre of the planet) will depend on the speed of the satellite. A satellite can orbit at any distance.

AM
 
Thanks for the info, Andrew. It is very much appreciated. One other question if I may. If i know the distance, what is the equation for determining the orbital speed? Or, from a education standpoint, where can i find said equation?
 
Last edited:
revolv said:
Thanks for the info. It is very much appreciated. One other question if I may. If i know the distance, what is the equation for determining the orbital speed? Or, from a education standpoint, where can i find said equation?
The force of gravity provides the centripetal acceleration, so:

mv^2/r = GMm/r^2 so:

v = \sqrt{GM/r} where G is the universal gravitation constant and M is the mass of the planet

G = 6.67 x 10-11 m3/kg sec2

Example: The mass of the Earth is M = 5.98 x 1024kg

The radius of the Earth at the equator is about 6,378,000 m. So, at a distance of 1000 km above the earth, the orbital speed would be:

v = \sqrt{6.67e-11*5.98e24/7.378e6} = 7.35 x 10^3 m/sec

This works out to about 26,500 km/hr.

AM
 
Thanks a bunch, Andrew. That is exactly wahat I needed.

-B.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging 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