|
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
The question is
Quote:
![]() |
|
||||
|
a^3=P^2 only when a is in AU, P is in years, and the object is orbiting the sun (M is 1 solar mass). Otherwise, a^3 is only proportional to P^2. So, for objects 1 and 2 orbiting the same body, (a1/a2)^3=(P1/P2)^2. Try that and see what you get.
Dax |
|
||||
|
Kepler's third law was made for planetary orbits around the sun, but it can be adapted for other orbits.
Generally, T² = 4pi²/µ a³ where T is orbital period, µ is gravitational parameter (µ=GM), a is semimajor axis.
__________________
Freedom For Fission A breath of fresh Iodine-131 |
|
||||
|
Method 1
P = SQRT[ 4 * Pi^2 * r^3 / GM ], where P = Period (in seconds) r = Radius of orbit (in meters), equatorial radius of Earth = 6,378,140 m GM (Earth) = 3.986E+14 m^3/s^2 P = SQRT[ 4 * Pi^2 * (6,378,140+400,000)^3 / 3.986E+14 ] = 5,554 s = 92m:34s Method 2 P1^2 / R1^3 = P2^2 / R2^3, or P1 = SQRT[ P2^2 * (R1 / R2)^3 ], where P1 = Period of #1, i.e Hubble Space Telescope R1 = Radius of Orbit for #1, for HST R1 = 6,778 km P2 = Period of #2, for Moon P2 = 27.3 days R2 = Radius of Orbit for #2, for Moon R2 = 384,000 km P1 = SQRT[ 27.3^2 * (6,778 / 384,000)^3 ] = 0.0640 days = 92m:10s The 24 s difference between the two methods is likely due to rounding. Method 1 is the better method because it can be used to calculate the period of a satellite around any body as long a the value of GM is know. |
|
||||
|
In my previous post I made the following comment:
Quote:
Added: This Web page gives a brief introduction to orbital mechanics. |
|
|||
|
It seems easier to me to just use the velocity of an object in orbit: v = sqrt(MG/r), where
M is the mass of the Earth: 5.98E24kg G is the universal graviational constant: 6.67E-11 Nm^2/kg^2 r is the distance from hubble to the center of the Earth in meters. I think it is about 7068 km or 7.068E7m. This gives a velocity of 7565 m/s. Assuming a circular orbit, a radius of 7068km translates to a circumference of about 43,781,000 m , so it would take 5787 seconds, or 96 minutes to complete one orbit. If you need more accuracy than that, you would have to take not only the eccentricity of Hubble's orbit into account, but also the gravitational pull of the moon, the oblateness of the earth, etc. |
|
||||
|
jfribrg,
What you just did is take 2*Pi*r and divided by SQRT[GM/r], or P = 2 * Pi * r / SQRT[ GM / r ] = SQRT[ (2 * Pi * r)^2 / (GM / r) ] = SQRT[ 4 * Pi^2 * r^2 / (GM / r) ] = SQRT[ 4 * Pi^2 * r^3 / GM ] which is exactly the equation I gave earlier. BTW, G and M are often given as the product GM. For Earth GM = 3.986E+14 m^3/s^2 |
|
|||
|
Quote:
Quote:
__________________
GhiaPet Home Page |
|
||||
|
Quote:
|