184_notes:examples:week4_charge_ring

Return to line of charge

Suppose we have a ring with radius R that has a uniform charge distribution with total charge Q. What is the electric field at a point P, which is a distance z from the center of the ring, along a line perpendicular to the plane of the ring? What happens to the electric field if z=0 (i.e., when P is in the center of the ring rather than above it)? Why?

Facts

  • The point P is a distance z away from the center of the ring.
  • The ring has a charge Q, which is uniformly distributed.

Lacking

  • Electric field at P.
  • dQ and r
  • The electric field from the point charge can be written as E=14πϵ0qr3r

Representations

We can represent the ring and P as follows, with coordinates chosen conveniently. We choose cylindrical coordinates because we will be integrating over the length of the ring, and being able to represent its radius as constant will simplify calculations. Ring Charge Representation

Approximation

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

  • The thickness of the ring is infinitesimally small, and we can approximate it as a circle.
  • The ring is in a perfect circle.

We also make a plan to tackle the integrating, which is a little tougher in cylindrical coordinates.

Plan

We will use integration to find the electric field from the ring. We'll go through the following steps.

  • Reason about the geometry of the ring to find and dl and λ.
  • 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.

Just like before, we want to write our dQ in terms of the little bit of length; however this time, our dQ is spread over a little bit of the ring. We could try to write this little bit of length in terms of dx or dy, but that gets complicated because we need the length to represent a little piece of the ring. Instead, we will think of this little piece of the ring in terms of the little bit of the angle it represents (this length of a circle is sometimes referred to as arc length). Our dQ is drawn in an updated representation: Ring Charge Representation

So the dQ in our representation takes up a small angle out of the whole circle, which we can call dϕ. The length of our dQ is therefore Rdϕ (which comes from the arc length formula). Remember from the notes on line charges that we can write dQ=λdl. Since the charge Q is uniformly distributed on the ring, we use the length of the ring or circumference (2πR) to write the line charge density λ=Q/2πR. Now, we have an expression for dQ: dQ=λdl=Q2πRRdϕ=Qdϕ2π

Assumption

The charge is evenly distributed along the ring. This also assumes the ring is a perfect conductor where charges will distribute evenly along the conductor. If this were not true, the charge density along the ring would not be constant.

To find an expression for r, we can also consult the representation. r points from the location of dQ to the point P. The location of dQ is rdQ=Rˆs. This unit vector ˆs may be unfamiliar, since we are used to working in Cartesian coordinates. ˆs is the unit vector that points along the radius of a cylinder centered on the z-axis in our cylindrical coordinate system. In fact, ˆs actually depends on ϕ, and is more appropriately written as a function in terms of ϕ, or ˆs(ϕ). We do not acknowledge the ϕ-dependence in some of our expressions here, because as you will soon see, all terms containing ˆs will disappear.

The location of P is rP=zˆz. Then we have r=rPrdQ=zˆzRˆs. This makes sense looking at the direction r points in our representation – it points in towards the center (ˆs bit) and points up toward P (+ˆz bit). We also need to know the magnitude |r|, which is simply rr=R2+z2.

The electric field dE from our charge dQ is then dE=14πϵ0dQr3r=18π2ϵ0Qdϕ(R2+z2)3/2(zˆzRˆs)

From here, we can set up the integral for calculating the electric field: E=dE=18π2ϵ0Qdϕ(R2+z2)3/2(zˆzRˆs)

There are still a couple issues to sort out before we proceed. First, what are the limits of integration? We are integrating over dϕ, which represents a small slice of the ring, as shown in our representation. We want to integrate over all of the slices of the ring, so we set our limits of integration to cover all of the angles in the circle: 0 to 2π (which are the starting and ending values for ϕ).

Before we dive into the second issue, it's worth updated the plan, since this ended up a bit more complicated than anticipated.

Plan

We need to update the plan. Here are the steps we will take. We just now finished setting up the integral.

  • We are not sure how to take an integral when ˆs is involved.
  • Zoom out. Try to figure out what the electric field might look like qualitatively.
  • Try to simplify the integral to match our expectations for what the result will be.

The second issue has to do with the ˆs terms, since ˆs depends on ϕ. Before we proceed, let's split up the integral for clarity: E=Q8π2ϵ02π0dϕ(R2+z2)3/2(zˆzRˆs)=Q8π2ϵ0(2π0zdϕ(R2+z2)3/2ˆz2π0Rdϕ(R2+z2)3/2ˆs)

Since ˆs depends on ϕ, ˆs is not constant over the path of our integration. We can actually use the symmetry of the example to get rid of this issue. Notice that electric field vectors from opposite points in the ring would have the same radial components, which will cancel out, since the radial components have opposite ˆs-values (e.g., ˆs(ϕ=0)=ˆs(ϕ=π)). See below. This is called “rotational symmetry about the z-axis”. Because the charge distribution does not change when we rotate in this way, we can argue that the electric field vector at P must also not change when we rotate it about z-axis, meaning that it has no radial component! All the ˆs components in our electric field vector calculation must cancel out, as described above.

Radial Components Cancel

Now, we can write the electric field vector without the ˆs components, which at this point we know is still the same electric field vector.

E=Q8π2ϵ02π0zdϕ(R2+z2)3/2ˆz=18π2ϵ0Qzˆz(R2+z2)3/22π0dϕ=18π2ϵ0Qzˆz(R2+z2)3/22π=14πϵ0Qz(R2+z2)3/2ˆz

As z0, notice that E0, which makes sense when you consider the symmetry argument again. If z=0, then the point P is at the center of the ring. Every electric field contribution from a given point on the ring will cancel out completely with the opposite point on the ring.

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