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). Before the first firing of a projectile from the defense system, your boss would like to see a 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.
Complete the code below to simulate 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 ⟨225,−400,0⟩m/s
Furthermore, 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 interested in further harnessing the power of the PDS once this asteroids problem is over. Use VPython's graphing capabilities to help answer how much energy is lost.
https://www.glowscript.org/#/user/paul.w.irving/folder/Public/program/SpaceStationCollision
You are still trying to recover HAL. HAL, if you remember, was a part of the satellite (mt=4500kg
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 340m/s
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 a communication from Earth can be completed in time.