Astropy
units and constants packages to solve the following problems.
In [ ]:
import numpy as np
from astropy import units as u
from astropy import constants as const
from astropy.units import imperial
imperial.enable()
Problem 1 - Calculate the $\Delta$v that would be the result of an impuse of 700 (N * s) for M = 338 kg.
In [ ]:
Problem 2 - Calculate the $\Delta$v that would be the result of an impuse of 700 (lbf * s) for M = 338 kg.
In [ ]:
This is the unit conversion error that doomed the Mars Climate Orbiter
Problem 3 - Find R for v = 123 mph and $\theta$ = 1000 arc minutes
In [ ]:
Problem 4 - How fast to you have to throw a football at 33.3 degrees so that is goes exactly 100 yards? Express your answer in mph
In [ ]:
Problem 5 - Calculate the orbital period of HST. HST orbits 353 miles above the surface of the Earth. Expess your answer in minutes.
In [ ]:
Problem 6 - An exoplanet orbits the star Epsilon Tauri in 595 days at a distance of 1.93 AU. Calculate the mass of Epsilon Tauri in terms of solar masses.
In [ ]:
Problem 7 - Calculate the velocity of HST. Expess your answer in km/s and mph.
In [ ]:
Problem 8 - The Procliamer's song 500 miles has a duration of 3 minutes and 33 seconds. Calculate at what altitude, above the Earth's surface, you would have to orbit to go 1000 miles in this time. Express your answer in km and miles.
In [ ]:
Where I is the power per unit area at a distance (d) from the Sun, and $\varepsilon$ is the efficiency of the solar panel.
The solar panels that power spacecraft have an efficiency of about 40%.
Problem 9 - The New Horizons spacecraft requires 220 Watts of power.
Calculate the area of a solar panel that would be needed to power New Horizons at a distance of 1 AU from the Sun.
In [ ]:
Problem 10 - Same question as above but now a d = 30 AU.
In [ ]:
Problem 11 - The main part of the Oort cloud is thought to be at a distance of about 10,000 AU.
Calculate the size of the solar panel New Horizons would need to operate in the Oort cloud.
Express your answer in units of the area of an American football field (120 yd x 53.3 yd).
In [ ]:
Problem 12 - Calculate the maximum distance from the Sun can you be where a solar panel of 1 football field can power the New Horizons spacecraft. Express your answer in AU.
In [ ]: