Hello TmrK,
TmrK said:
Homework Statement
Two newly discovered planets follow circular orbits around a star in a distant part of the galaxy. The orbital speeds of the planets are determined to be 41.7 km/s and 55.5 km/s. The slower planet's orbital period is 8.04 years. (a) What is the mass of the star? (b) What is the orbital period of the faster planet, in years?
Homework Equations
M= r2T/G
T= 2\Pir3/2/GM<sub>E</sub>\sqrt{}
The Attempt at a Solution
I assume that the radius of the slower moving planet must be found first. Also, as for finding the period, does that same r need to be found, or is this going to be a very elaborate "plugging in the variables" type of equation?
Your LaTeX code didn't work, because you cannot use the [noparse] and [/noparse] tags within TeX tags. They are meant to be used on plain text. Instead, to achieve superscripts, subscripts, and fractions in LaTeX, try the following (right click the equation below and select the option from the menu to see the source code for it):
T = \frac{2\pi}{\sqrt{GM}}r^{3/2}~~~~~~~~~~[1]
Since the orbits are circular, the orbital speed is constant. This makes things easy, since you know both the period and speed of the slower planet, and speed = distance/time. In this case, the time is the orbital period, and the distance is the distance around the circle (i.e. the circumference of the orbit):
T = \frac{2\pi r}{v}~~~~~~~~~~[2]
Also, you know that in this situation,
gravity is what provides the centripetal force that keeps the object in a bound orbit. Hence you can equate the expressions for the centripetal force and the gravitational force:
\frac{GMm}{r^2} = \frac{mv^2}{r}
which yields:
\frac{GM}{r} = v^2~~~~~~~~~~[3]
The interesting thing is that you can combine [2] and [3] together to derive [1]. This shows how Kepler's 3rd Law [1] actually follows from Newton's laws (although we have only derived it for the special case of circular orbits here). However, for the purposes of part (a) of this problem, I think it's easier just to use [2] and [3] separately. Use [2] to solve for r, and then use that result in [3] to solve for M.
EDIT: or, as gneill pointed out, you can use [2] and [3] together to eliminate r as a variable, resulting in an expression for M in terms of only v and T. This method is equivalent.