Calculate Speed and Time to Revolve Around the Moon

  • Thread starter Thread starter cowgiljl
  • Start date Start date
  • Tags Tags
    module Space
AI Thread Summary
To calculate the speed of a command module orbiting the Moon at an altitude of 60 miles, the formula Vcm^2 = G * Mm/Ro is used, resulting in a speed of approximately 1.679 meters per second. The radius of the orbit (Ro) is determined by adding the Moon's radius to the altitude, yielding 1.74E6 + 96540 meters. To find the time for one complete revolution, Kepler's third law can be applied using the formula P = 2π√(a^3/μ), where 'a' is the orbital radius and 'μ' is the gravitational parameter. The gravitational parameter is calculated as G multiplied by the mass of the Moon. This approach provides a systematic method for determining both speed and orbital period.
cowgiljl
Messages
63
Reaction score
1
if the command module is 60 miles above the surface of the moon it wants me to calculate the speed of the module adn the time it takes to complete one revolutionaround the mooon?
givens

mass moon = 7.35 * 10 to the 22 power
radius moon = 1.74 * 10 to the 6 power
altitude above the surface of the moon = 60 miles

converted the 60 miles to meters which was 96540 m

Ro = Rm + h
Ro = 1.74E6 + 96540
Ro = 1.74E22

Vcm is the command module

Vcm^2 = G * Mm/ro
Vcm^2 = 6.673E-11 * 7.35E22/1.74E22
Vcm = 1.679 meters/sec

and not sure if this is right and don't know what to use to figure out the time it took to make 1 revolution

thanks
 
Physics news on Phys.org
on the time part of it should i use kelpters law?
 
Period can be found by using this formula:

<br /> <br /> P = 2\pi \sqrt{\frac{a^3}{\mu}}}<br /> <br />

Where a is the semimajor axis (the radius for circular orbits, like your problem)
and mu is the gravitational parameter, or G*M
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top