Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
course_planning:183_projects:s20_week_9_problems [2020/07/30 02:21] – created 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 | + | ~~NOTOC~~ |
+ | |||
+ | [[course_planning: | ||
+ | |||
+ | <WRAP info> | ||
+ | |||
+ | ==== Project 9: Learning goals ==== | ||
+ | |||
+ | * For an extended or multi-particle system, determine the system’s translational, | ||
+ | * 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 of mass system to explain the motion before, during, and after the collision of two objects that can be modeled as point particles. | ||
+ | * 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 for the both the center of mass and real system using a computational model. | ||
+ | |||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | |||
+ | ==== Project 9: Learning issues ==== | ||
+ | |||
+ | * Judicious choice of system | ||
+ | * Recognizing boundaries of a collision | ||
+ | * Momentum conservation | ||
+ | * Energy conservation | ||
+ | * Using graphs to explain/ | ||
+ | |||
+ | </ | ||
+ | |||
+ | ====== 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: | {{ 183_projects: | ||
Line 10: | Line 50: | ||
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. | 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, | + | Furthermore, |
+ | |||
+ | <WRAP download 35%> Code for Project 11: Part B\\ Keep them in the same directory.\\ {{: | ||
- | https:// | ||
- | ====== Project 9: Launching Communications Probe ====== | ||