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:week10_force_on_charge [2017/10/29 20:53] – [Magnetic Field from a Current Segment] tallpaul | 184_notes:examples:week10_force_on_charge [2017/11/02 13:32] (current) – dmcpadden | ||
---|---|---|---|
Line 1: | Line 1: | ||
=====Magnetic Force on Moving Charge===== | =====Magnetic Force on Moving Charge===== | ||
- | Suppose you have a moving charge (q=1.5 mC) in a magnetic field (→B=0.4 mT ˆy). The charge has a speed of 10 m/s. What is the magnetic force on the charge if its motion is in the +x-direction? | + | Suppose you have a moving charge (q=1.5 mC) in a magnetic field (→B=0.4 mT ˆy). The charge has a speed of 10 m/s. What is the magnetic force on the charge if its motion is in the +x-direction? |
===Facts=== | ===Facts=== | ||
* The charge is q=1.5 mC. | * The charge is q=1.5 mC. | ||
* There is an external magnetic field →B=0.4 mT ˆy. | * There is an external magnetic field →B=0.4 mT ˆy. | ||
- | * The velocity of the charge is →v=10 m/s ˆx or →v=10 m/s ˆy. | + | * The velocity of the charge is →v=10 m/s ˆx or $\vec{v} = -10 \text{ m/s } \hat{y}$. |
===Lacking=== | ===Lacking=== | ||
Line 12: | Line 12: | ||
===Approximations & Assumptions=== | ===Approximations & Assumptions=== | ||
* The magnetic force on the charge contains no unknown contributions. | * The magnetic force on the charge contains no unknown contributions. | ||
+ | * The charge is moving at a constant speed (no other forces acting on it) | ||
===Representations=== | ===Representations=== | ||
Line 18: | Line 19: | ||
* We represent the two situations below. | * We represent the two situations below. | ||
- | {{ 184_notes: | + | {{ 184_notes: |
====Solution==== | ====Solution==== | ||
- | Below, we show a diagram | + | Let's start with the first case, when $\vec{v}=10 \text{ |
- | {{ 184_notes:9_current_segment.png? | + | The trickiest part of finding magnetic force is the cross-product. You may remember from the [[184_notes:math_review# |
- | For now, we write d→l=⟨dx,dy,0⟩ | ||
- | and →r=→robs−→rsource=0−⟨x,y,0⟩=⟨−x,−y,0⟩ | ||
- | Notice that we can rewrite y as y=−L−x. This is a little tricky to arrive at, but is necessary to figure out unless you rotate your coordinate axes, which would be an alternative solution to this example. If finding y is troublesome, | ||
- | d→l=⟨dx,−dx,0⟩ | ||
- | →r=⟨−x,L+x,0⟩ | ||
- | Now, a couple other quantities that we see will be useful: | ||
- | d→l×→r=⟨0,0,dx(L+x)−(−dx)(−x)⟩=⟨0,0,Ldx⟩=Ldxˆz | ||
- | r3=(x2+(L+x)2)3/2 | ||
- | The last thing we need is the bounds on our integral. Our variable of integration is x, since we chose to express everything in terms of x and dx. Our segment begins at x=−L, and ends at x=0, so these will be the limits on our integral. Below, we write the integral all set up, and then we evaluate using some assistance some [[https:// | ||
\begin{align*} | \begin{align*} | ||
- | \vec{B} &= \int \frac{\mu_0}{4 \pi}\frac{I | + | |
- | & | + | |
- | &= \frac{\mu_0}{2 \pi}\frac{I}{L}\hat{z} | + | \vec{v} \times \vec{B} & |
+ | | ||
\end{align*} | \end{align*} | ||
+ | |||
+ | Alternatively, | ||
+ | |||
+ | |→v×→B|=|→v||→B|sinθ=(10 m/s)(4⋅10−4 T)sin90o=4⋅10−3 T⋅m/s | ||
+ | |||
+ | We get the same answer with both methods. Now, for the force calculation: | ||
+ | |||
+ | →FB=q→v×→B=1.5 mC ⋅4⋅10−3 T⋅m/s ˆz=6μN | ||
+ | |||
+ | Notice that the sin90o is equal to 1. This means that this is the maximum force that the charge can feel, and we get this value because the velocity and the B-field are exactly perpendicular. Any other orientation would have yielded a weaker magnetic force. In fact, in the second case, when the velocity is parallel to the magnetic field, the cross product evaluates to 0. See below for the calculations. | ||
+ | |||
+ | \begin{align*} | ||
+ | \vec{v} &= \langle 0, -10, 0 \rangle \text{ m/s} \\ | ||
+ | \vec{B} &= \langle 0, 4\cdot 10^{-4}, 0 \rangle \text{ T} \\ | ||
+ | \vec{v} \times \vec{B} &= \langle v_y B_z - v_z B_y, v_z B_x - v_x B_z, v_x B_y - v_y B_x \rangle \\ | ||
+ | & | ||
+ | \end{align*} | ||
+ | |||
+ | Or, with whole vectors: | ||
+ | |||
+ | |→v×→B|=|→v||→B|sinθ=(10 m/s)(4⋅10−4 T)sin0=0 | ||
+ | |||
+ | When the velocity is parallel to the magnetic field, →FB=0. |