What is the Electric Field Strength in a Plane-Limited Charge Distribution?

Bassalisk
Messages
946
Reaction score
2

Homework Statement


Space distribution of electric charge is limited by to planes. Charge has the same intensity in planes parallel to these planes, but in dependence of the x coordinate, charge density is being distributed like:

\rho (x)=A\cdot x\cdot (d-x) d is distance between those to planes, where A is a constant.

Find the electric field strength in all points in space.

Homework Equations



div \vec{E}=\frac{\rho }{\epsilon }

And since we have only x coordinate, partial derivatives of y and z will be 0.

The Attempt at a Solution


[PLAIN]http://pokit.org/get/3da968a3cd6dab87fbe51fcfdcd6b116.jpg

Here are the solutions.

I get here:

|\vec{E}|= (2d-3x)\cdot \frac{A\cdot x^{2}}{6\cdot \epsilon}+C_{1}

Then I used my intuition, which I think is WRONG. I found the stationary points of

\rho (x)=A\cdot x\cdot (d-x) which resulted in d/2.

Then i figured if density is most dense or most thin there Electric field would be 0.

I got that constant you see in the picture C_{1}=- \frac{A\cdot d^{3}}{12\cdot \epsilon}

What I don't get is how do we calculate the field outside the planes. Those solutions, are constants. But I can't figure out how did he get to that solution.

Any help?
P.S. Why are my LaTex fractions so small? How do I make them bigger?
 
Last edited by a moderator:
Physics news on Phys.org
I think you are on the right track here. However to get C, you do not need stationary points, just ask what x has to be for rho to be zero (hence E = 0).

Now let us assume you have calculated the field inside the charged volume.
Outside the planes I would then use a gaussian cylinder with one end in the space between the planes and use the integral form, appealing to cylindrical symmetry.

By the way there seem to be a number of typos in the question so I am not sure I fully grasp the geometry so am reading between the lines.
 
qtm912 said:
I think you are on the right track here. However to get C, you do not need stationary points, just ask what x has to be for rho to be zero (hence E = 0).

Now let us assume you have calculated the field inside the charged volume.
Outside the planes I would then use a gaussian cylinder with one end in the space between the planes and use the integral form, appealing to cylindrical symmetry.

By the way there seem to be a number of typos in the question so I am not sure I fully grasp the geometry so am reading between the lines.

These are infinitely long planes, they don't have charge on them, they are limiting charge between them. Having said that, charge density is a function of x, between those two planes.

In that sense, how do I calculate field outside those planes. As you see field outside is that constant, with different signs. I don't know how to get that result.
 
Hi Bassalisk,

Here is how I would solve the problem.

Firstly, I would change the coordinate system in order to exploit the symmetry of the problem. Defining the variable z=x-d/2, the charge density becomes:
\rho(z)=A\left[\left(\frac{d}{2}\right)^2-z^2\right].To solve the electrostatics problem, I use Gauss' law in integral form (cf. D.J. Griffiths, Introduction to Electrodynamics):
\oint{\bf{E}\cdot d\bf{a}}=\frac{Q_{enc}}{\epsilon_0},where the left hand side represents a surface integral over a closed surface, and Q_{enc} is the charge enclosed in within that surface.

Now, consider a "Gaussian pillbox" with area a which straddles the z'=0 plane (I'm appending a prime to the z coordinate here since it will be a dummy variable in the integration later), and extends from -z to z, where for the moment we assume that |z|<d/2. By symmetry, \bf{E} points away from the plane z'=0 (upward for points above, downward for points below). Thus, the top and bottom surfaces yield \int{\bf{E}\cdot d\bf{a}}=2a|\bf{E}|, whereas the sides contribute nothing.

The enclosed charge Q_{enc} is Q_{enc}=a\int_{-z}^{z}{\rho(z')dz'}.Combining the results above, we find that for |z|<d/2, the electric field is given by \mathbf{E} =\frac{A}{\epsilon_0}\left[\left(\frac{d}{2}\right)^2z-\frac{z^3}{3}\right] \mathbf{a_z},where \mathbf{a_z} is a unit vector pointing in the z-direction. Since our "Gaussian pillbox" does not enclose any extra charge beyond |z|=d/2, we have that for |z|>d/2,
\mathbf{E}=\mbox{sign}(z)\frac{2}{3} \frac{A}{\epsilon_0} \left(\frac{d}{2}\right)^3 \mathbf{a_z}.These equations specify the field both between and outside the planes. You can convert it to your 'asymmetric' coordinate system by substituting x=z+d/2.

Hope this helps.

Cheers,
Kurt
 
Last edited:
Kurt Peek said:
Hi Bassalisk,

Here is how I would solve the problem.

Firstly, I would change the coordinate system in order to exploit the symmetry of the problem. Defining the variable z=x-d/2, the charge density becomes:
\rho(z)=A\left[\left(\frac{d}{2}\right)^2-z^2\right].To solve the electrostatics problem, I use Gauss' law in integral form (cf. D.J. Griffiths, Introduction to Electrodynamics):
\oint{\bf{E}\cdot d\bf{a}}=\frac{Q_{enc}}{\epsilon_0},where the left hand side represents a surface integral over a closed surface, and Q_{enc} is the charge enclosed in within that surface.

Now, consider a "Gaussian pillbox" with area a which straddles the z'=0 plane (I'm appending a prime to the z coordinate here since it will be a dummy variable in the integration later), and extends from -z to z, where for the moment we assume that |z|<d/2. By symmetry, \bf{E} points away from the plane z'=0 (upward for points above, downward for points below). Thus, the top and bottom surfaces yield \int{\bf{E}\cdot d\bf{a}}=2a|\bf{E}|, whereas the sides contribute nothing.

The enclosed charge Q_{enc} is Q_{enc}=a\int_{-z}^{z}{\rho(z')dz'}.Combining the results above, we find that for |z|<d/2, the electric field is given by \mathbf{E} =\frac{A}{\epsilon_0}\left[\left(\frac{d}{2}\right)^2z-\frac{z^3}{3}\right] \mathbf{\hat{n}},where \mathbf{\hat{n}} is a unit vector pointing away from the z=0 plane. Since our "Gaussian pillbox" does not enclose any extra charge beyond |z|=d/2, we have that for |z|>d/2,
\mathbf{E}=\frac{2}{3} \frac{A}{\epsilon_0} \left(\frac{d}{2}\right)^3 \mathbf{\hat{n}}.These equations specify the field both between and outside the planes. You can convert it to your 'asymmetric' coordinate system by substituting x=z+d/2.

Hope this helps.

Cheers,
Kurt

Thank you for your reply. But honestly I don't understand what you did. Is your result right? Have you checked it with my solution provided?

And I think, you must solve this problem by divergence theorem of electric fields. By "must" I mean that any other method is not allowed.

Can you help me where I'm currently stuck?
 
Hi Bassalisk,

Thanks for reminding me to check the solution. My solution is indeed equivalent with the one you give, which can be verified by substituting z=d/2 into my equation (or x=z+d/2 into your equation).

Although my method using the integral form is the standard procedure taught in the classic reference by Griffiths, I guess you could also reason in a different way. Since the field points in the x-direction, the differential form of Gauss' law reduces to \frac{\partial E_x}{\partial x}=\frac{\rho(x)}{\epsilon_0}, where E_x is the component of the electric field in the x-direction.

The field E_x can be found by integrating the above equation, where the constant of integration is determined by the boundary condition E_x=0 at x=d/2. (This follows from the observation that the charge distribution is symmetric about this plane).

The fact that E_x is constant outside the two planes simply reflects the fact that \rho(x) is zero in this region.

Cheers,
Kurt
 
Kurt Peek said:
Hi Bassalisk,

Thanks for reminding me to check the solution. My solution is indeed equivalent with the one you give, which can be verified by substituting z=d/2 into my equation (or x=z+d/2 into your equation).

Although my method using the integral form is the standard procedure taught in the classic reference by Griffiths, I guess you could also reason in a different way. Since the field points in the x-direction, the differential form of Gauss' law reduces to \frac{\partial E_x}{\partial x}=\frac{\rho(x)}{\epsilon_0}, where E_x is the component of the electric field in the x-direction.

The field E_x can be found by integrating the above equation, where the constant of integration is determined by the boundary condition E_x=0 at x=d/2. (This follows from the observation that the charge distribution is symmetric about this plane).

The fact that E_x is constant outside the two planes simply reflects the fact that \rho(x) is zero in this region.

Cheers,
Kurt

Yes I get that. But how do I get that constant, including the sign of that electric field. Check the solution. How do I get that? How do I get that result? I see that outside the planes, the field is that constant I got from Ex=0 etc...

Its all fine if you look at the picture, but how do you do that mathematically?
 
Hi Bassalisk,

Mathematically, \rho(x) is a piecewise defined function which is equal to Ax(d-x) for 0<x<d and zero otherwise.

Cheers,
Kurt
 
Kurt Peek said:
Hi Bassalisk,

Mathematically, \rho(x) is a piecewise defined function which is equal to Ax(d-x) for 0<x<d and zero otherwise.

Cheers,
Kurt

How do you get this (minus)sign then?
[PLAIN]http://pokit.org/get/ee177c4e4a2b16477fa07098b4d0d124.jpg

And I still don't understand how do you this get formula for field outside the planes, even with that, what you said in this post. How do I derive it?
 
Last edited by a moderator:
  • #10
Finally I got it. Thank you, you have been very helpful.
 
  • #11
Hi,

Specifically, your field component in the x-direction, E_x, is given by the formula E_x(x)=\frac{1}{\epsilon_0}\int_{d/2}^x{\rho(x')dx'} where \rho is the piecewise defined function given in the previous post. Choosing the lower limit at d/2 ensures the boundary condition mentioned earlier is satisfied.

If x>d/2, then you are integrating "from left to right" and get a positive result (assuming the integrand is positive). However, if x<d/2 you are integrating "from right to left" and get a negative result.

Cheers,
Kurt
 
Last edited:
  • #12
Looks like you have been guided correctly by Kurt so I will not add anything here but just correct something in an earlier message that was an incorrect statement on my part. I said or rather implied that when rho was zero the E field was zero which is of course wrong, it is the derivative of E that is zero. Your intuition was correct and the electric field is zero in the plane that lies midway between the two outer planes. This is because of the symmetry of rho. The stationary point was where the quadratic charge d/n peaked. Sorry if my comment confused you.
 
  • #13
qtm912 said:
Looks like you have been guided correctly by Kurt so I will not add anything here but just correct something in an earlier message that was an incorrect statement on my part. I said or rather implied that when rho was zero the E field was zero which is of course wrong, it is the derivative of E that is zero. Your intuition was correct and the electric field is zero in the plane that lies midway between the two outer planes. This is because of the symmetry of rho. The stationary point was where the quadratic charge d/n peaked. Sorry if my comment confused you.

No problem, I saw what you meant and I figured the typo. Thank you.
 
Back
Top