Finding mass of Earth using the Moon and Kepler

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
hmvince
Messages
44
Reaction score
0
When calculating the mass of the Earth using the moon as a reference and Kepler's 3rd Law, is it correct to subtract the moon's mass after completing the sum:

Code:
m[SUB]e[/SUB] = (4*(pi)[SUP]2[/SUP]*r[SUP]3[/SUP]) / (G*t[SUP]2[/SUP])

m[SUB]e[/SUB] = (4*(pi)[SUP]2[/SUP]*385000000[SUP]3[/SUP]) / (G*2358720[SUP]2[/SUP])

m[SUB]e[/SUB] = 6.07[SUB]E[/SUB]+24

Should I be subtracting the moons mass to get:

Code:
m[SUB]e[/SUB] = 6.07[SUB]E[/SUB]+24 - 7.36[SUB]E[/SUB]+22  =   5.99[SUB]E[/SUB]+24

I know its not a big difference but I would like to be doing this correctly.
Thanks very much
 
Physics news on Phys.org
hmvince said:
When calculating the mass of the Earth using the moon as a reference and Kepler's 3rd Law, is it correct to subtract the moon's mass after completing the sum:

Code:
m[SUB]e[/SUB] = (4*(pi)[SUP]2[/SUP]*r[SUP]3[/SUP]) / (G*t[SUP]2[/SUP])

m[SUB]e[/SUB] = (4*(pi)[SUP]2[/SUP]*385000000[SUP]3[/SUP]) / (G*2358720[SUP]2[/SUP])

m[SUB]e[/SUB] = 6.07[SUB]E[/SUB]+24

Should I be subtracting the moons mass to get:

Code:
m[SUB]e[/SUB] = 6.07[SUB]E[/SUB]+24 - 7.36[SUB]E[/SUB]+22  =   5.99[SUB]E[/SUB]+24

I know its not a big difference but I would like to be doing this correctly.
Thanks very much

Yes, Newton generalized Kepler's 3rd law for non-negligible mass of the orbiting body .
It is given by :
me+ mm = (4*(pi)2*r3) / (G*t2)

Creator
 
Thankyou very much, 5.99E+24 is much more accurate than 6.07E+24 as the mass of the Earth is in fact, 5.97E+24
Appreciate the reply.