Differences
This shows you the differences between two versions of the page.
course_planning:183_projects:f20_project_9 [2020/11/02 18:15] – created pwirving | course_planning:183_projects:f20_project_9 [2020/11/04 10:43] (current) – pwirving | ||
---|---|---|---|
Line 8: | Line 8: | ||
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. Your team must succeed in order to ensure the safe return of the ai device. | 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. Your team must succeed in order to ensure the safe return of the ai device. | ||
+ | |||
+ | ====== Project 9: Part B: 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). | ||
+ | |||
+ | {{ 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:// | ||