Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
184_notes:examples:week3_spaceship_asteroid [2018/02/03 20:13] – [Solution] tallpaul | 184_notes:examples:week3_spaceship_asteroid [2021/05/19 15:08] (current) – schram45 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | =====Preventing an Asteroid Collision===== | + | [[184_notes: |
+ | |||
+ | =====Example: | ||
Suppose your friend is vacationing in Italy, and she has lent you her spaceship for the weekend. You have gathered together a group of friends and you are currently cruising through the heavens together and having a great time. You are surrounded by nothingness in all directions. Suddenly, the radar starts beeping ferociously. The ship is on a collision course with an asteroid. You are not too worried about survival -- the ship is practically indestructible. However, you know your friend would be devastated if you returned her spaceship with a scratch or dent from the asteroid. You need to prevent the collision. | Suppose your friend is vacationing in Italy, and she has lent you her spaceship for the weekend. You have gathered together a group of friends and you are currently cruising through the heavens together and having a great time. You are surrounded by nothingness in all directions. Suddenly, the radar starts beeping ferociously. The ship is on a collision course with an asteroid. You are not too worried about survival -- the ship is practically indestructible. However, you know your friend would be devastated if you returned her spaceship with a scratch or dent from the asteroid. You need to prevent the collision. | ||
Line 17: | Line 19: | ||
* The central component can be charged using charge from the asteroid. | * The central component can be charged using charge from the asteroid. | ||
* The electric potential energy of a point charge in the electric field of another point charge is Ur=14πϵ0q1q2r This was derived in the notes [[184_notes: | * The electric potential energy of a point charge in the electric field of another point charge is Ur=14πϵ0q1q2r This was derived in the notes [[184_notes: | ||
+ | |||
===Goal=== | ===Goal=== | ||
* Prevent the asteroid collision using the long-distance wiring setup. | * Prevent the asteroid collision using the long-distance wiring setup. | ||
- | |||
- | ===f=== | ||
- | * The current distance between the ship and the asteroid. | ||
- | * The distribution of charge on the asteroid. | ||
- | * The distribution of charge on the central component and on the ship itself. | ||
===Representations=== | ===Representations=== | ||
Line 62: | Line 59: | ||
</ | </ | ||
- | The change in electric potential energy will depend on how close the asteroid gets to the ship, and how we choose to charge the central component. Currently, its distance is $4000 \text{ m/s}\cdot 60 \text{ | + | The change in electric potential energy will depend on how close the asteroid gets to the ship, and how we choose to charge the central component. Currently, its distance is $4000 \text{ m/s}\cdot 60 \text{ |
\begin{align*} | \begin{align*} | ||
\Delta U &= \frac{1}{4\pi\epsilon_0}\frac{q_{ast}q_{comp}}{x_f} - \frac{1}{4\pi\epsilon_0}\frac{q_{ast}q_{comp}}{x_i} \\ | \Delta U &= \frac{1}{4\pi\epsilon_0}\frac{q_{ast}q_{comp}}{x_f} - \frac{1}{4\pi\epsilon_0}\frac{q_{ast}q_{comp}}{x_i} \\ | ||
Line 81: | Line 78: | ||
qcomp(50 C−qcomp)=50 C⋅qcomp−q2comp>530 C2 | qcomp(50 C−qcomp)=50 C⋅qcomp−q2comp>530 C2 | ||
- | A simple guess of qcomp=qast=25 C yields qcompqast=625 C2>530 C2, which is enough to save the ship from cosmetic damage. | + | To still save the ship while charging the central component minimally, one simply needs to solve the quadratic equation based on the inequality above: 50 C⋅qcomp−q2comp=530 C2. An application of the quadratic |
<WRAP TIP> | <WRAP TIP> |