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 18:44] – 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=== | ||
{{ 184_notes: | {{ 184_notes: | ||
+ | <WRAP TIP> | ||
+ | === Approximations === | ||
+ | We want to make a useful representation, | ||
+ | * We approximate the asteroid as a point charge. | ||
+ | * We approximate the ship as a rectangle (as seen in the representation below). | ||
+ | * We approximate the central component as a point charge. | ||
+ | * We approximate that the path of the asteroid goes straight toward the central component. | ||
+ | These are all reasonable approximations, | ||
+ | </ | ||
{{ 184_notes: | {{ 184_notes: | ||
====Solution==== | ====Solution==== | ||
+ | This is a complicated problem. We will definitely need a plan. Before we dive into the numbers, let's describe what will happen qualitatively. If we can extract some charge from the asteroid, then both the asteroid and the central component will be positively charged. Two positive point charges will repel, so as the asteroid gets closer to the ship, it slows down, until eventually (hopefully!) it will come to stop, and start moving away from the ship. The thing we are most concerned about is how close the asteroid will approach before turning around -- we don't want it to get close enough to scrape the side of the ship. It might make sense to take a conservation-of-energy approach, since the asteroid will be losing kinetic energy and gaining electric potential energy as it approaches the ship, and we can track this numerically. | ||
- | ===Approximations & Assumptions=== | + | <WRAP TIP> |
- | | + | === Plan === |
- | * We approximate | + | We will use conservation of energy to find the distance |
- | * We approximate | + | * The system is the asteroid. |
- | * We assume | + | * The initial state is when the asteroid |
- | * We assume that the rest of the ship is neutral. | + | * The final state is when the asteroid |
- | * We approximate that the path of the asteroid goes straight toward | + | * We expect |
- | | + | * We can use the change in kinetic energy to find the change in electric potential energy, which can be used to find the charge needed on the central component. |
+ | </ | ||
+ | |||
+ | The asteroid' | ||
+ | |||
+ | <WRAP TIP> | ||
+ | === Assumptions === | ||
+ | We did not include | ||
* The ship is currently floating through space, and therefore has constant velocity. | * The ship is currently floating through space, and therefore has constant velocity. | ||
* The ship is far more massive than the asteroid to the degree that its current constant-velocity motion is not affected by the asteroid. | * The ship is far more massive than the asteroid to the degree that its current constant-velocity motion is not affected by the asteroid. | ||
+ | Based on our representations, | ||
+ | </ | ||
- | We choose to solve this example using energy. The system is the asteroid and ship with nothing in the surroundings, | + | 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} \\ | ||
- | & | + | & |
\end{align*} | \end{align*} | ||
Line 65: | 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 |
- | \\ ∗Note about ΔU: We include a 1/xi term, which we know is very small, and will not contribute to the change in electric potential energy. Technically, | + | <WRAP TIP> |
+ | ===∗Note about ΔU=== | ||
+ | We include a 1/xi term, which we know is very small, and will not contribute to the change in electric potential energy. Technically, | ||
+ | </ |