184_notes:examples:week4_charge_cylinder

Note: Super Challenge Problem!! -- This is a beyond the scope of this class (so you won't be expected to solve this kind of problem), but it is a cool example of how to expand from lines to areas of charge if you are interested

Suppose we have a cylindrical shell with radius R and length L that has a uniform charge distribution with total charge Q. The cylinder does not have bases, so the charge is only distributed on the wall that wraps around the cylinder at the radius R. What is the electric field at a point P, which is a distance z from the center of the cylinder, along the axis that passes through the center of the cylinder and parallel to its wall? What happens to the electric field as z=0? What about for very large z? Why?

Facts

  • The point P is a distance z away from the center of the cylinder.
  • The cylinder has a charge Q, which is uniformly distributed.
  • The cylinder has length L and radius R.
  • The electric field due to a ring with the same dimensions in the xy-plane at a point along the z-axis is E=14πϵ0Qz(R2+z2)3/2ˆz
    We found this out in the previous example.

Goal

  • Find the electric field at P.

Assumptions

  • This is a perfect cylinder: This simplifies down the geometry of the problem and allows us to use any equations related to the geometry of the cylinder
  • There is no top or bottom: We make this assumption so that we can break the cylinder up into rings and not have to do anything with the top or bottom sides of the cylinder (essentially we are dealing with a 2D tube).

Representations

Cylindrical Shell Representation

Approximation

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

  • The thickness of the cylindrical shell is infinitesimally small, and we can approximate it as 2-dimensional shell.

We also make a plan to tackle the integrating, which is tough, especially considering this example is a “Super Challenge Problem”.

Plan

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

  • Slice the cylindrical shell into thin rings, which we know about from the previous example.
  • Write an expression for dQ, which is the charge of one of the rings.
  • Decide on a consistent way to define the location of the ring, and use this 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.

Notice that our dQ is different than other dQs we have used so far. But using a whole ring as our dQ makes sense. The cylindrical shell is 2-dimensional, which means that if our dQ is a small patch of the surface, then we will have a 2-dimensional integral, which is doable but more complicated than necessary. Instead, we can take a thin slice of the entire cylinder, which gives us a ring. We only need an integral for traversing along the length of the cylinder, and we are able to account for the entire surface of the cylinder while travelling in only one dimension. We will represent our dQ as a fraction of the total Q based on the thickness of our ring (we set our coordinates such that +x-direction is to the right, and the center of the cylinder is at the origin): dQ=λdl=QdxL

We choose r based on what we know about the electric field from a ring. In the previous example, we determined an electric field vector that depends on z. Notice that the z from that example is the same z here. The vector also was aligned with the z-axis, which in this example is along the axis that passes through the cylinder and through the point P. The tricky part is determining the location of the “source”, since a ring occupies many points in space. As long as we are consistent, though, we will be okay. Based on the result previous example, it makes sense to have the source location just be the center of the ring. As always, r is directed from source to point of observation: r=zˆxxˆx=(zx)ˆx

Now that we are okay on defining dQ and r, we update the representation to reflect these decisions: Cylindrical Shell dQ text etgdsygt fzuhf gfsfzubfuzsuf z xd uyfg cgi. kki99ki.

Trivially, we also have r=|r|=|zx|. We retain the absolute value notation, so that we can generalize for when P is inside the cylinder. You see below that the absolute value notation immediately drops out.

The electric field dE from our ring of charge dQ is then dE=14πϵ0rdQ(R2+r2)3/2ˆr=14πϵ0|zx|QdxL(R2+|zx|2)3/2((zx)ˆx|zx|)=14πϵ0(zx)QdxL(R2+(zx)2)3/2ˆx

From here, we can easily set up the integral for calculating the electric field. We set the limits of integration to be L/2 to L/2, since we placed the origin at the center of the cylinder, and we are integrating over its length in x: E=dE=L/2L/2Q4πϵ0L(zx)dx(R2+(zx)2)3/2ˆx=Qˆx4πϵ0LL/2L/2(zx)dx(R2+(zx)2)3/2=Qˆx4πϵ0L[1R2+(zx)2]L/2L/2=Qˆx4πϵ0L(1R2+(zL2)21R2+(z+L2)2)

For z=0, we have E=Qˆx4πϵ0L(1R2+(L2)21R2+(L2)2)=0

This makes sense because P will be at the center of the cylindrical shell. Any electric field vector contribution from one ring-slice will be cancelled out perfectly with the opposite slice. Now, for very large z, we expand the denominators in our fractions: E=Qˆx4πϵ0L(1R2+z2Lz+L241R2+z2+Lz+L24)

Next, we eliminate the constant terms in the denominators, since these will be very small compared to terms with z: E=Qˆx4πϵ0L(1z2Lz1z2+Lz)=Qˆx4πϵ0Lz(11Lz11+Lz)
Since L/z is very small, we can approximate 1L/z1L/2z, and 1+L/z1+L/2z. This can be checked quickly by computing or looking up the Taylor series for 1+x about x0=0. Now, we finish our calculation: E=Qˆx4πϵ0Lz(11L2z11+L2z)=Qˆx4πϵ0Lz((1+L2z)(1L2z)(1L2z)(1+L2z))=Qˆx4πϵ0Lz(Lz1L24z2)=Qˆx4πϵ0z2(11L24z2)=Qˆx4πϵ0(z2L24)

Since z is very large we will once again eliminate any constant terms tied in with it.E=14πϵ0Qz2ˆx

As we can see this is exactly the equation we get for a point charge! This should be expected. When viewing charged objects from far away they can be approximated as points, kinda like looking at a person from a distance.

  • 184_notes/examples/week4_charge_cylinder.txt
  • Last modified: 2021/07/22 18:21
  • by schram45