Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
183_projects:problem1_spring2021_9 [2021/03/16 16:01] – created pwirving | 183_projects:problem1_spring2021_9 [2021/03/18 16:41] (current) – [Project 9B: Saving a space station] pwirving | ||
---|---|---|---|
Line 32: | Line 32: | ||
The Honorable Judge Judge Reinhold | The Honorable Judge Judge Reinhold | ||
+ | |||
+ | |||
+ | ====== Project 8B: Saving a space station ====== | ||
+ | |||
+ | In the near future, a satellite with artificial intelligence called HAL has decided to return to Earth after been set adrift in the universe for a number of years. However, what seems to be following the satellite behind is a number of small asteroids. HAL has communicated with a member of the recovery team, David Lightman, to try and stop the asteroids from intercepting them. 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). | ||
+ | |||
+ | {{ 183_projects: | ||
+ | |||
+ | * The mass of a defense projectile is about 20kg, 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. | ||
+ | |||
+ | 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 from its closest-ever recorded position ⟨−500,900,0⟩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 ⟨−450,800,0⟩m/s. | ||
+ | |||
+ | Furthermore, | ||
+ | |||
+ | https:// |