Calculating Period of Keplerian Orbit on Mystery Planet

  • Thread starter Thread starter Mirielle
  • Start date Start date
  • Tags Tags
    Orbits
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Mirielle
Messages
1
Reaction score
0
Hi, I have a question on calculating the period of a planet where I know the gravity at the equator and at the pole.

Here is the known information for the planet:
Planet radius: [itex]6502 km[/itex]
Planet mass: [itex]4.71 \ast 10^{24} kg[/itex]

An explorer, who weighs 191 lbs on earth, stands at the equator of this mystery planet. He finds that he currently weighs 159 lbs.
He then moves to the north pole of the planet and finds that he weighs 105% of what he previously weighed.
The question then asks what the period of rotation for the planet is.

So, I thought the following formula would probably be useful in solving this.
[tex]v = \frac{2 \pi R}{T}[/tex]
Or in this case:
[tex]T = \frac{2 \pi R}{v}[/tex]
So, I already know the radius, which only leaves figuring out the velocity with which it is spinning...[tex]a_{equator}= \frac{Gm}{r^2}[/tex]

[tex]a_{pole}= 1.05 a_{equator}[/tex]

We also know that:
[tex]a_{centrip.}= \frac{v^2}{r}[/tex]

So, now I solve for v by combining these...

[tex]\frac{1.05 GM }{r^2 }= \frac{v^2 }{r }[/tex]

which gives me:

[tex]v = \sqrt{\frac{1.05 GM}{r}}[/tex]

Now I plug in the following values from above:

[tex]r = 6502 km = 6502000 m[/tex]

[tex]m = 4.71 \ast 10^{24} kg[/tex]

(And the constant)

[tex]G = 6.673 \ast 10^{-11}[/tex]

And I find that v = 7125 m/s

Now, I convert this to hours due to the period being in hours.
v = 7125 m/s = 25650000 m / hr

Then we return to this equation I presented before:

[tex]T = \frac{2 \pi R}{v}[/tex]

And plugging in the values...

[tex]T = \frac{2 \pi (6502000)}{25650000} = 1.59 hr[/tex]

However, this is wrong.
I'm curious to know where I'm going wrong here.

P.S. this is the first time I've ever used TeX, I hope it works properly!
 
Last edited:
Physics news on Phys.org
Mirielle said:
Here is the known information for the planet:
Planet radius: [itex]6502 km[/itex]
Planet mass: [itex]4.71 \ast 10^{24} kg[/itex]

An explorer, who weighs 191 lbs on earth, stands at the equator of this mystery planet. He finds that he currently weighs 159 lbs.
He then moves to the north pole of the planet and finds that he weighs 105% of what he previously weighed.
The question then asks what the period of rotation for the planet is.
Suggestion: Set out the equation for T in algebraic form and then plug in numbers.

In this case, the difference between the weight at the equator and at the pole is the centripetal force due to the rotation of the planet. So you don't really have to worry about what the force of gravity is.

[tex]m\Delta g = F_c = m\omega^2r = m\frac{4\pi^2}{T^2r}[/tex]

We know what his weight is on Earth and g for the earth, so we can determine his mass. From that you can determine the value for g on the equator and at the pole

[tex]\Delta g = \frac{4\pi^2}{T^2r}[/tex]

[tex]1/T = \sqrt{r\Delta g/4\pi^2}[/tex]

AM
 
Last edited:
The weight at that point is the sum of two forces. You tried to use centripetal force to explain the entire weight. I'll leave it up to you to fill in the rest.