Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
course_planning:183_projects:s20_week_9_problems [2020/07/30 02:22] – pwirving | course_planning:183_projects:s20_week_9_problems [2020/10/29 17:59] (current) – pwirving | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Project | + | ====== Project |
- | The newly established and totally needed "space force" is in a precarious situation. Their newly established space station is under threat of an asteroid hitting it. A renowned scientist, David Lightman, approaches you to solve the problem and 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). | + | ~~NOTOC~~ |
- | {{ 183_projects: | + | [[course_planning: |
- | * The mass of a defense projectile is about 20kg, made out of sticky Space Clay™. | + | <WRAP info> |
- | * 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. | + | ==== Project 9: Learning goals ==== |
- | Furthermore, the Department | + | * For an extended or multi-particle system, determine |
+ | * Apply the momentum principle (Δ→p=→FΔt; d→p=→Fdt) iteratively/ | ||
+ | * Determine when two colliding objects can be modeled as point particles (a construct with no extent). | ||
+ | * Use the center | ||
+ | * For a multi-particle system, predict the motion of the constituent objects as well as the center of mass, and analyze the exchanges of energy | ||
- | https:// | + | </WRAP> |
- | ====== Project 9: Launching Communications Probe ====== | + | <WRAP info> |
- | You and your team are engineers that have been contracted by Elliot Carver of the Carver Media Group Network (CMGN) to plan the launch of their new " | + | ==== Project 9: Learning issues ==== |
- | The satellite consists | + | * Judicious choice of system |
+ | * Recognizing boundaries | ||
+ | * Momentum conservation | ||
+ | * Energy conservation | ||
+ | * Using graphs | ||
- | {{ 183_projects: | + | </ |
+ | |||
+ | ====== Project 9: Part A: Saving a probe ====== | ||
+ | |||
+ | {{ 183_projects: | ||
+ | |||
+ | A few weeks have passed since your brush with zombie death and your group of post apocalyptic survivors have combined with a group of scientists stationed at the Thunderdome. Your multitalented group has a plan to return Earth to its former glory and it involves obtaining an AI device called HAL. HAL, if you remember, was a part of the satellite (mt=4500kg) that the Carver Media Group Network (CMGN) launched, which brought about judgement day. 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 (mp=400kg) remains attached to a single, very stiff spring (kp=5.3×109N/m) that can be compressed remotely and then released to fire off the probe. You have hacked into this remote firing mechanism. | ||
+ | |||
+ | Unfortunately, | ||
+ | |||
+ | 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 bring an end to your zombie/boar tiger/ | ||
+ | |||
+ | ====== Project 9B: 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. | ||
- | CMGN is //going green// with their satellite launches. Their new design uses no fossil fuels. | + | Furthermore, |
- | The satellite contains a gyroscope that self-orients the satellite with respect to the gravitational force due to the Earth, such that the satellite remains | + | <WRAP download 35%> Code for Project 11: Part B\\ Keep them in the same directory.\\ {{: |
- | Carver needs you to plan the launch and any subsequent course corrections needed to get the satellite into a geosynchronous pole-to-pole orbit. | ||