Apparently symmetry really helps in physics problems. I was too close-minded to realize this lol. Sometimes it stares at you like ( ͡°( ͡° ͜ʖ( ͡° ͜ʖ ͡°)ʖ ͡°) ͡°), and sometimes its more discreet like ┬┴┬┴┤(・_├┬┴┬┴. Sometimes, its more dependent on your own training materials. For example, consider this problem:

(I used MathJax to make the LATEX)

Problem Statement

A point charge of q is placed a distance 12a above the geometrical center of a square of charge of uniform surface charge density σ and side length a. Find the force on the point charge by the square.

My Original Solution

I encountered this problem after a bunch of problems that just used integration as their primary method of solution. That’s my one and only excuse for not seeing the symmetry trick immediately. We begin by assigning coordinates across the square. Let the center of the square lie at the origin and let the square lie in the xy -plane. Consider an area element dA=dxdy located at (x,y,0).

Diagram 1

(Produced using Asymptote)

The total charge on this element, since the surface charge density is uniform, is σdxdy. The distance from this element to the point charge is x2+y2+(a2)2. By Couloumb’s Law, the force on the point charge due to this area element is

dF=σq4πϵ0dxdyx2+y2+(a2)2

However, we can’t just integrate this, but have to account for directions. We can see that the forces proportional to ˆx and ˆy both vanish, leaving only the force in the ˆz direction.

To find dFz, we multiply dF by sinθ. From the diagram, we know that

sinθ=a2x2+y2+(a2)2

Therefore,

dFz=dFsinθ=(σq4πϵ0dxdyx2+y2+(a2)2)(a2x2+y2+(a2)2)=σqa8πϵ0dxdy(x2+y2+(a2)2)32

We now have to evaluate this integral, which may or may not be nasty. I personally like doing these kinds of integrals because I like trigonometry, but I know for a fact that this is an acquired taste, so feel free to skip to the next section if you don’t want to see the mess this will become.

Fz=σqa8πϵ0a/2a/2a/2a/2dxdy(x2+y2+(a2)2)32

Instead of being normal people and plugging this into Mathematica or Wolfram Alpha, we are going to evaluate this monstrosity the old-fashioned way, by using trig substitutions (mainly because I’m bored and have no homework lol). We’ll evaluate the x-part first. Define r2=y2+(a2)2 We can write the x-part of the integral as

dx(x2+y2+(a2)2)32=dx(x2+r2)32

Let’s use the standard substitution x=rtanϕ. Then, dx=rsec2ϕdϕ, so we rewrite this as

rsec2ϕr3sec3ϕdϕ=1r2cosϕdϕ=1r2sinϕ+C

But sinϕ=11+cot2ϕ=xx2+r2=xx2+y2+(a2)2, so

a2a2dx(x2+y2+(a2)2)32=x(y2+(a2)2)x2+y2+(a2)2|a/2a/2

Evaulating, we find

a2a2dx(x2+y2+(a2)2)32=a(y2+(a2)2)y2+a22

Putting the result for this integral back into the original equation for the force,

Fz=σqa28πϵ0a/2a/2dy(y2+(a2)2)y2+2(a2)2

We make the substitution y=22atanϕ. This implies that y2=12a2tan2ϕ and dy=22asec2ϕdϕ.

dy(y2+(a2)2)y2+a22=4a2secϕ2tan2ϕ+1

Normally, I’d give up and resort to Wolfram Alpha here, but notice what happens when you multiply the integrand by cos2ϕ. The result is

4a2cosϕ1+sin2ϕdϕ

The rest of the integral is actually quite easy. Let u=sinϕ, so du=cosϕdϕ. Then,

4a2du1+u2=4a2tan1u=4a2tan1(sinϕ)

Recall that sinϕ=tanϕ1+tan2ϕ=y2a2+2y2. Finally,

dy(y2+(a2)2)y2+a22=4a2tan1(y2a2+2y2)

Taking the limits, we see that

a2a2dy(y2+(a2)2)y2+a22=4a2(tan1(33)tan1(33))=4π3a2

Finally, we can see that the force is

Fz=σqa28πϵ0a/2a/2dy(y2+(a2)2)y2+2(a2)2=σq6ϵ0

The Solution I Found 2 Minutes Later :’)

The force on the point charge by the square is equal to the force on the square by the point charge by Newton’s Third Law, so we can compute

F=dF=EdQ=σEdA

The integral here is easy! It’s just the flux. Normally, we would have used a big integral like above, but we can consider the following: let the square be part of a larger cube of side length a, so that the charge is at the center of the cube. See the diagram below:

Diagram 2

The flux through the whole cube must be qϵ0. The flux through each side must be the same by symmetry and this is the crucial step, as we couldn’t solve the problem without doing the integrals above.

Since there are 6 sides in a cube (duh), the flux through a side is q6ϵ0, we can conclude that

F=σq6ϵ0