====== Project 12A: Saving a probe ====== ==== Kick Off Questions ==== - Consider the statement: Two objects collide and bounce off each other, therefore this **MUST** be an elastic collision. Is this statement true? Why or why not? - What is an elastic collision? What is conserved in this type of collision? - What is an inelastic collision? What is conserved in this type of collision? - What is a maximally inelastic collision? How does this differ from the more general inelastic collision? ==== Project 12A: Learning Concepts ==== * Judicious choice of system * Recognizing boundaries of a collision * Momentum conservation * Energy conservation * Using graphs to explain/understand phenomena {{ 183_projects:hal_asteroid.png }} You are trying to recover HAL. HAL, if you remember, was a part of the satellite ($m_{\rm t}=4500\,{\rm kg}$) that the Carver Media Group Network (CMGN) launched. The satellite (and HAL) was designed to communicate with Earth out to a distance of 3.8 million kilometers. As part of the electronics HAL contains a green and a red light-emitting diode (LED) mounted on the outer surface of the satellite. One of the probes ($m_{\rm p}=400\,{\rm kg}$) remains attached to a single, very stiff spring ($k_{\rm p}=5.3\times10^{9}{\rm N/m}$) that can be compressed remotely and then released to fire off the probe. You have hacked into this remote firing mechanism. Unfortunately, a transcription error was made by Mr. Stamper, Carver's chief "engineer" when the satellite was initially launched. As a result, the satellite escaped Earth's gravity and is currently traveling in a straight line away from the Earth at a distance of 1.9 million kilometers. Its speed is nearly constant at $340\,{\rm m/s}$. The gyroscope system that keeps the orientation of the satellite constant is still working. However, an asteroid ($m_{\rm a}=9300\,{\rm kg}$) traveling at a speed of $950\,{\rm m/s}$ is on a direct collision course (in line with the Earth and HAL) and the collision is imminent. The asteroid is presently 500 kilometers from the satellite. Your team can recapture the satellite if it can be returned to Earth. You should design a way to return the satellite to Earth. You will also need to ensure the asteroid will not collide with the satellite - damaging the probe is ok. Your team also needs to determine the minimum amount of time until the possible collision to determine if communication from Earth can be completed in time. ====== Project 12A: Part 2: Saving a space station ====== The satellite with HAL is on it's way back to Earth but behind the satellite is a number of small asteroids. A member of the recovery team, David Lightman, tells you that there is a defunct Earth defense floating space station that is very far from Earth which can be hacked into. You have been tasked with operating this projectile defense system (PDS for short). PDS has the ability to launch defense projectiles from the space station headquarters (positioned at the center of the space station) to divert incoming attack projectiles (asteroids heading for Earth). {{ 183_projects:F15_P11_splash.png }} * The mass of a defense projectile is about $20\,{\rm kg}$, made out of sticky Space Clay™. * The average mass of an attack projectile is about $5$ times that of a defense projectile, usually made of a solid metallic material. **Before the first firing of a projectile from the defense system, your boss would like to see a properly functioning simulation showing how the incoming attack projectile's motion can be changed by the defense projectile to be sure that you can be trusted with the PDS.** The code is mostly functioning in its simulation of before and after an interception (collision) for a worst-case scenario: an attack projectile being launched directly towards headquarters at its largest ever recorded velocity $\langle 225,-400,0 \rangle\,{\rm m/s}$ from its closest-ever recorded position $\langle -500,900,0 \rangle\,{\rm m}$. For this worst-case scenario defense to be successful, you must push the incoming attack projectile back along its incoming path so that its velocity is $\langle -450,800,0 \rangle\,{\rm m/s}$. However, it still has a couple of issues that need to be corrected: * There is an issue with the line of code where the initial velocity of the defense projectile launched by PDS is calculated. * The Department of Projectile Energy (DoPE) for the Thunderdome, your home base, would like a report on the loss of kinetic energy during the collision as it is interested in further harnessing the power of the PDS once this asteroid problem is over. There is an energy graph in place, but for some reason, it is indicating no energy is lost in the collision. https://www.glowscript.org/#/user/pcubed/folder/incompleteprograms/program/SavingStationb /* */