184_notes:examples:week4_two_segments

Return to dQ

Suppose we have two segments of uniformly distributed charge, one with total charge +Q, the other with Q. The two segments each have length L, and lie crossed at their endpoints in the xy-plane. The segment with charge +Q lies along the y-axis, and the segment with charge Q lies along the x-axis. See below for a diagram of the situation. Create an expression for the electric field EP at a point P that is located at rP=rxˆx+ryˆy. You don't have to evaluate integrals in the expression.

Facts

  • One segment lies on the y-axis stretching from 0 to L, with charge Q uniformly distributed.
  • The other segment lies on the x-axis stretching from 0 to L, with charge Q uniformly distributed.
  • The point P is at the arbitrary location rP=rxˆx+ryˆy
  • The electric field due to a point charge is E=14πϵ0qr3r
  • The electric field at P is the superposition of contributions from the two segments: EP=E+Q+EQ

Goal

  • Find EP.

Representations

Axes with Two Segments

Approximation

We begin with an approximation, which will make our calculations simpler, and makes sense based on our representation:

  • The thicknesses of both segments are infinitesimally small, and we can approximate them as line segments.

This example is complicated enough that it's worthwhile to make a plan.

Plan

We will use integration to find the electric field from each segment, and then add the electric fields together using superposition. We'll go through the following steps.

  • For the first segment, find the linear charge density, λ.
  • Use λ to write an expression for dQ.
  • Assign a variable location to the dQ piece, and then use that location to find the separation vector, r.
  • Write an expression for dE.
  • Figure out the bounds of the integral, and integrate to find electric field at P.
  • Repeat the above steps for the other segment of charge.
  • Add the two fields together to find the total electric field at P.

Because we know that electric fields add through superposition, we can treat each of the charges separately, find the electric field, then add the fields together at P at the end. We can begin with the electric field due to the segment along the y-axis. We start by finding dQ and r. The charge is uniformly distributed so we have a simple line charge density of λ=Q/L. The segment extends in the y-direction, so we have dl=dy. This gives us dQ: dQ=λdl=QdyL

Assumption

The charge is evenly distributed along each segment of charge. This allows each little piece of charge to have the same value along each line.

dQ for Segment on y-axis

The separation vector r points from the source of the electric field to the observation point. The source is dQ, which is located at yˆy, and the observation point is rP=rxˆx+ryˆy. Then we have the separation vector: r=rPyˆy=rxˆx+ryˆyyˆy=rxˆx+(ryy)ˆy

Now, we have enough to define the electric field from the small piece (dQ) of the segment - plugging the dQ and r we just found: dE=14πϵ0dQr3r=14πϵ0QdyL|rxˆx+(ryy)ˆy|3(rxˆx+(ryy)ˆy)

Next, we integrate over the entire segment to find an expression for its contribution to the electric field vector at P. The limits of our integral are based on the variable of integration, which is y. This denotes the length along the segment on the y-axis, which stretches from 0 to L, so these are our limits of integration. E+Q=L014πϵ0QdyL|rxˆx+(ryy)ˆy|3(rxˆx+(ryy)ˆy)

Next, we can do a similar analysis to find the electric field vector contribution from the segment that lies along the x-axis. See below for a visual of dQ and r. See if you can convince yourself that for the segment along the x-axis, dQ=QdxL, and r=(rxx)ˆx+ryˆy.

dQ for Segment on x-axis

From here, we can find dE: dE=14πϵ0dQr3r=14πϵ0QdxL|(rxx)ˆx+ryˆy|3((rxx)ˆx+ryˆy)

To find the contribution from the entire segment, we again must determine the endpoints of our integration. Our variable of integration is x this time, which denotes the distance along the segment that lies on the x-axis. This distance stretches from 0 to L, so these are our limits of integration: EQ=L014πϵ0QdxL|(rxx)ˆx+ryˆy|3((rxx)ˆx+ryˆy)

Then the final electric field vector at P is the sum of the two contributions, because of vector superposition. (You can pull out the constants to simplify the integral if you want.) E=E+Q+EQ=L014πϵ0QdyL|rxˆx+(ryy)ˆy|3(rxˆx+(ryy)ˆy)+L014πϵ0QdxL|(rxx)ˆx+ryˆy|3((rxx)ˆx+ryˆy)=Q4πϵ0L(L0dy|rxˆx+(ryy)ˆy|3(rxˆx+(ryy)ˆy)L0dx|(rxx)ˆx+ryˆy|3((rxx)ˆx+ryˆy))

At this point we have the integrals set up, which you could solve by hand if you so desire or plug them into Wolfram Alpha, Mathematica, or some other computation program.

  • 184_notes/examples/week4_two_segments.txt
  • Last modified: 2021/05/25 14:28
  • by schram45