Due Nov 18th via Blackboard submission, before 12:00 pm.
[PDF version of this is here: HW-4.pdf]
Instructions: Prepare responses to the following questions. Each one is worth the same amount. [A] means that a problem is meant to be done analytically, i.e. with paper and a pencil. [C] means that the problem is meant to be done with computationally, i.e. with software* Homework sets will be submitted electronically. Please submit one pdf document that contains all the work you want me to see. For the [A] ones, please scan your original, handwritten work and include in the pdf. For [C] problems, save your code/notebook as a pdf (not a screenshot) and include that pdf in the submission. Also link to the Colab notebook online and make sure it is viewable/commentable by me (jhedberg@ccny.cuny.edu). Please title your submission PHYS35100-HW4-LASTNAME-FIRSTNAME.pdf.
Halley's Comet is the most famous comet. Look up (and cite your sources, I like the JPL Small-Body Database ) its parameters to calculate the following quantities.
This is the equation we derived for the effective potential for a two body system of gravitationally interacting masses.
\begin{equation} U_\textrm{eff} = \frac{l^2}{2 \mu r^2} -\frac{G m_1 m_2}{r} \end{equation} Look up the relevant data regarding Mars & the Sun and recreate the following two plots (with your own code and styles). Things your plots should have:
ax.axhline(y=#)
) that shows the total energy ($E$) of Mars in its orbit
Tips: this is tricky, but doable if you're careful. You will need to get values for things like the universal gravitational constant and the masses of Mars and Sun. Keep as many significant figures as you can during the calculations since the zoom in region is very small and slight rounding errors will lead to problems. Pay attention to the set_xlim()
and set_ylim()
values you choose to set the ranges of your plots.
There are two masses connected via a spring (spring constant = $k$) with the usual spring force ($F = -kx$, Hooke's law) acting between the two masses. (You can call them $m_a$ and $m_b$). In the center of mass frame (CM):
A derelict communications satellite was observed by ground based measurements to reach a minimum height of 270 km above the earth's surface (i.e. its perigee). It's speed was estimated to be 8700 m/s. Figure out:
* This means that I'd like you to extend the techniques we use, and not use other software, libraries, etc. That means for plotting, use matplotlib, not plotly for example.