Is the Moon's Gravity Calculation Correct?

  • Thread starter Thread starter Oops
  • Start date Start date
  • Tags Tags
    Moon Radius
AI Thread Summary
The discussion focuses on the accuracy of a calculation for the Moon's gravity, using the gravitational constant, the Moon's mass, and radius. The initial calculation yields an acceleration value of approximately 1.627 m/s², which is then compared to Earth's gravity of 9.8 m/s², resulting in a ratio of about 1:6. Some participants suggest that the calculation is overly simplistic and may require higher-order derivatives for tidal forces. The conversation highlights confusion around the arithmetic and physics involved in determining lunar gravity. Overall, the thread emphasizes the need for clarity in gravitational calculations.
Oops
Messages
11
Reaction score
0
Is this calculus correct, or do the decimals points have to be converted ?
Thanks so much , cause I'm stuck


The gravitational constant is 6.673 * 10 to the -11th power.
The radius of the moon is 1737400 meters.
Its mass (which is independent of gravity) is 7.35 * 10 to the 22nd power kg.
Now, given that F=ma and F=GmM/r squared, we can set
a = GM/r squared.
So:
a = (6.67300f * (Math.Pow(10, -11)) * 7.36f * Math.Pow(10, 22))/(1737400f*1737400f)
Running this I get a = 1.62704402190015.
Now, since F (the force of gravity) = ma, then for the same object, F1/F2 = ma1/ma2. This means that the ratio of the forces is equal to the ratio of accelerations since the m cancels out: F1/F2 = a1/a2.
Finally, we take acceleration on the earth, which is roughly 9.8m/s/s. Dividing our calculated value for a by that, we get:
1.62704402190015 / 9.8 = 6.02319
And there it is, our 1:6 ratio.
 
Astronomy news on Phys.org
Please does anyone have an answer for me. I just read this in another forum,but I don't know if its correct or not.
 
Looks like this person has some trouble with both arithmetic and physics.

- Warren
 
Chroot, thank you so much for answering - I really appreciate it
could you tell me what's wrong with this calculus ?
It's troubling me a lot

Thnak you - I'm kind of getting desperate :(
 
Oh, it suppose to determine why the gravity of the moon is 1/6 of the earth's
 
It appears you are trying to calculate tidal forces. In that case, you need to use a higher order derivative.
 
Hi Chronos
Thanks for answering
What do you mean ? What's meant by a higher order derivative ?
 
It looks like you're just calculating what the acceleration due to gravity is on the surface of the Moon and then comparing it to the on the surface of the Earth. Looks good to me, but what do I know.
 
  • #10
Now I get it. thanks you guys
 
Back
Top