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:week4_tilted_segment [2017/09/12 23:37] – [Solution] tallpaul | 184_notes:examples:week4_tilted_segment [2018/06/12 18:49] (current) – [Solution] tallpaul | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Example: | + | [[184_notes: |
+ | |||
+ | ===== A Tilted Segment of Charge ===== | ||
Suppose we have a segment of uniformly distributed charge stretching from the point ⟨0,0,0⟩ to ⟨1 m,1 m,0⟩, which has total charge Q. We also have a point P=⟨2 m,0,0⟩. Define a convenient dQ for the segment, and →r between a point on the segment to the point P. Also, give appropriate limits on an integration over dQ (you don't have to write any integrals, just give appropriate start and end points). First, do this for the given coordinate axes. Second, define a new set of coordinate axes to represent dQ and →r in a simpler way and redo. | Suppose we have a segment of uniformly distributed charge stretching from the point ⟨0,0,0⟩ to ⟨1 m,1 m,0⟩, which has total charge Q. We also have a point P=⟨2 m,0,0⟩. Define a convenient dQ for the segment, and →r between a point on the segment to the point P. Also, give appropriate limits on an integration over dQ (you don't have to write any integrals, just give appropriate start and end points). First, do this for the given coordinate axes. Second, define a new set of coordinate axes to represent dQ and →r in a simpler way and redo. | ||
Line 7: | Line 9: | ||
* P=⟨2 m,0,0⟩. | * P=⟨2 m,0,0⟩. | ||
- | ===Lacking=== | + | ===Goal=== |
- | * dQ and →r | + | * Define and explain |
- | * A new set of coordinate axes | + | |
- | + | ||
- | ===Approximations & Assumptions=== | + | |
- | * The thickness of the segment is infinitesimally small, and we can approximate it as a line segment. | + | |
- | * The total charge is a constant - not discharging. | + | |
===Representations=== | ===Representations=== | ||
- | * For the first part, we can draw a set of coordinate axes using what we already know. The first part of the example involves the following | + | * For the first part, we can draw a set of coordinate axes using what we already know. The first part of the example involves the following |
{{ 184_notes: | {{ 184_notes: | ||
- | * We can represent dQ and →r for our line as follows: | ||
- | {{ 184_notes: | ||
* For the second part when we define a new set of coordinate axes, it makes sense to line up the segment along an axis. We choose the y-axis. We could have chosen the x-axis, and arrived at a very similar answer. Whichever you like is fine! | * For the second part when we define a new set of coordinate axes, it makes sense to line up the segment along an axis. We choose the y-axis. We could have chosen the x-axis, and arrived at a very similar answer. Whichever you like is fine! | ||
{{ 184_notes: | {{ 184_notes: | ||
====Solution==== | ====Solution==== | ||
- | In the first set of axes, the segment extends in the x and y directions. A simple calculation of the Pythagorean theorem tells us the total length of the segment is √2, so we can define the line charge density λ=Q/√2. When we define dl, | + | Before we begin, we'll make an approximate to simplify our calculations: |
- | dQ=λdl=√2√2Qdx=Qdx | + | <WRAP TIP> |
- | FIXME This is a little funky - the units look weird here because one of √2' | + | === Approximation === |
+ | * The thickness | ||
+ | </ | ||
+ | |||
+ | We know how to draw dQ and →r, so we can start with an update to the representation. | ||
+ | {{ 184_notes: | ||
+ | |||
+ | It will also be helpful to see how the dimensions of dQ break down. Here is how we choose to label it: | ||
+ | {{ 184_notes: | ||
+ | |||
+ | The segment extends in the x and y directions. A simple calculation of the Pythagorean theorem tells us the total length of the segment is $\sqrt{2} \text{ m},sowecandefinethelinechargedensity\lambda=Q/ | ||
+ | $$\text{d}Q=\lambda\text{d}l=\frac{\sqrt{2}}{\sqrt{2} \text{ m}}Q\text{d}x=\frac{Q}{1 \text{ m}}\text{d}x$$ | ||
- | The units here might look a little weird, since distance was defined without dimensions in the example statement. | + | Next, we need →r. We will put it in terms of x, not y, just as we did for dQ. |
- | →r=→rP−→rdQ=⟨2−x,−x,0⟩ | + | $$\vec{r}=\vec{r}_P-\vec{r}_{\text{d}Q}=\langle 2 \text{ m}-x, -x, 0 \rangle$$ |
- | Because we picked | + | Because we picked |
---- | ---- | ||
- | In the second set of axes, the segment extends only in the y direction. This problem is now very similar to the examples in the notes. The length of the segment is still √2, so we can define the line charge density λ=Q/√2. When we define dl, | + | In the second set of axes, the segment extends only in the y direction. This problem is now very similar to the examples in the notes. The length of the segment is still $\sqrt{2} \text{ m},sowecandefinethelinechargedensity\lambda=Q/ |
- | dQ=λdl=Qdy√2 | + | |
- | Next, we need →r. We will put it in terms of y, just as we did for dQ. The location of P is a little different with this new set of axes. Now, we have →rP=⟨√2,√2,0⟩, and →rdQ=⟨0,y,0⟩. We have enough to write →r: | + | |
- | →r=→rP−→rdQ=⟨√2,√2−y,0⟩ | + | |
- | FIXME (Match similar wording to that above.) | + | |
- | An integration would occur over y, which goes from 0 to √2. These would be our limits of integration. | + |