Fernando Garcia

Home     Research     Blog     Other     About me


PHYS405 - Electricity & Magnetism I

Spring 2024

Problem 2.46

Find the electric field at a height z above the center of a square sheet (side length a) carrying a uniform surface charge σ. Check your results for the limiting cases a and z>>a.

Answer:

σ2ϵ0{4πarctan(1+a22z2)1}

Start by reading the "Prologue to 2.46: The electric field of a square ring", as it will be crucial to this solution.

In physics, we can always brute force a problem. Even though this gives us a path to walk on, it doesn't necessarily mean it's the best path (or even then, a traversable path!). Brute forcing a problem will be like walking up Sandia on a straight line, rather than along the hiking trails. Most of you encountered this situation when solving this problem, so consider this solution instead.

This solution exemplifies two great principles in doing physics: recycling of already derived results and breaking a problem into simpler, smaller problems.

Notice that a square plate is nothing more than a collection of square rings, of increasing size, all centered at one point.

As such, instead of integrating over the square plate, let's add a bunch of infinitesimal square rings.

Recall from the prologue that the electric field (at a distance z above from it) of a square ring of side a is

E=1πϵ0λaz(z2+a24)z2+a22z^

To integrate over this, the only change we have to do is in on λ. The ring will now have a (very small) thickness, where if a denotes the length of the (inner) side, then the outer side will be a+da, so the thickness is

da2

As such, we append the surface charge σ and we get

λwill be replaced byσda2

If this is not convincing, consider that the area of the thick ring is

(a+da)2a2=a2+2ada+da2a2=2ada+da22ada

So we get a thick ring total charge of σ2ada.

Since the ring charge 4aλ has to be equal to that, it follows that λ=σda2. We all of this in mind, we have:

dE=σ2πϵ0az(z2+a24)z2+a22da

Let's integrate this expression from a=0 to a=a. To avoid confussion, let's relabel a inside the integrand to b.

E=σ2πϵ0b=0abz(z2+b24)z2+b22db

Let w=b2/4. This gives dw=b2db, so bdb=2dw:

E=σ2πϵ0b=0abz(z2+b24)z2+b22db=σ2πϵ02zw=0a2/4dw(z2+w)z2+2w

Let u=z2+2w, so that z2+2wdu=dw:

E=σ2πϵ02zw=0a2/4dw(z2+w)z2+2w=σ2πϵ02zu=zz2+a22du(z2+w)=σ2πϵ02zu=zz2+a22du(z2+u2z22)=σ2πϵ02zu=zz2+a22du12(z2+u2)=σ2πϵ04zu=zz2+a22du(z2+u2)

Let v=u/z, so du=zdv:

E=σ2πϵ04zu=zz2+a22du(z2+u2)=σ2πϵ04zv=1z2+a22/zzdv(z2+z2v2)=σ2πϵ04z1zv=1z2+a22/zdv(1+v2)=σ2πϵ04z1zarctan(v)|1z2+a22/z=σ2πϵ04z1z(arctan(z2+a22/z)arctan(1))=σ2πϵ04z1z(arctan(z2+a22z2)π4)=σ2πϵ04z1z(arctan(1+a22z2)π4)=2σπϵ0(arctan(1+a22z2)π4)=2σπϵ0π4(4πarctan(1+a22z2)1)=σ2ϵ0(4πarctan(1+a22z2)1)

Which is exactly the expression we were looking for.

With z rescaled by a, we see that E goes to zero as z:

Let's now check the two limiting cases:

(1) When a.

If we make the square sheet large enough, it should behave like an infinite plane with uniform charge σ. The argument inside the ArcTangent will go to infinity, and we have arctan()=π/2, so:

limaE=σ2ϵ0(4ππ21)=σ2ϵ0

Which is the equation for the field of an infinite plane with uniform charge σ.

(2) When z>>a.

Intuition tells us that as we move far away, the (information of the) geometry of the charge configuration will be lost, so this square sheet will look like a point charge with total charge a2σ.

We Taylor expand:

Since x=a2/2z2 is small (since z is much, much larger than a), we will just keep the first term and we get:

Ez>>a=12πϵ0Qz2

Where Q is the total charge of the square sheet:

Q=σa2

Back to PHYS405 site