Wednesday, July 6, 2016

homework and exercises - Calculating the field of an infinite flat sheet of charge using the superposition principle


I am trying to calculate the field of an infinite flat sheet of charge (a plain with uniform charge density σ) using the superposition principle.


I know that the field of an infinite line charged with uniform charge density λ is E(r)=2λr.


I want to consider the plain as infinite number of lines from to .


I wrote that dE=2λr


and since λ=σdl we get dE=2σdlr


E(r)=2σdlr


Which is clearly wrong: First, I still have r, secondly I get that the above equals to 2σrdl



which does not converge.


What are my mistakes, and how do I get the correct result: 2πσ ?



Answer



This integral:


E(r)=σdl2πϵ0r


is correct.


However, you make a mistake in the next step. You cannot equate this integral to E(r)=σ2πϵ0rdl

simply because r is not constant for every infinite line element you consider, and you cannot take it out of the integral.


Lets say that the point at which you want your electric field is d distance above the infinite sheet, and it is directly above some line element Lo. The field at this point due to line L which is perpendicular distance l away from Lo will be given by dE(l)=σdl2πϵ0l2+d2,

where l2+d2 is the perpendicular distance(otherwise written as r) of the point from this line.
This is incomplete too. Notice that the field due to every line element is not in the same direction. So you'll have to vectorially add them, and you simply cannot directly integrate the above equation.


An easy method to do this would be to consider the net field of two line elements placed symmetrically about L0. Their net field will be perpendicular to the infinite plane sheet, and given by dE(l)=2σdl2πϵ0l2+d2dl2+d2.

Now this equation you can integrate because this field has a direction perpendicular to the plane for all l. So the answer simply is E=σdπϵ00dll2+d2



Notice that I only integrate from 0 to because we have considered the net field of both lines at l and l together in the above equation. So going from 0 to , you also include all the elements from to 0.


This integral then correctly gives E=σ2ϵ0


No comments:

Post a Comment

classical mechanics - Moment of a force about a given axis (Torque) - Scalar or vectorial?

I am studying Statics and saw that: The moment of a force about a given axis (or Torque) is defined by the equation: $M_X = (\vec r \times \...