Electric field inside a flat sheet of copper

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 5K views
Demon117
Messages
162
Reaction score
1
Suppose that you have a sheet of copper that carries a surface charge of [itex]\sigma[/itex] on each face. The electric field just outside of each face can be calculated by plane symmetry and the solution would take the form

[itex]E=\frac{\sigma}{2\epsilon_{0}}\hat{n}[/itex]

correct?

If not I have to go back and rework this. Also, wouldn't the electric field inside the sheet be zero? The reason would be that the electric flux through the surface is zero.
 
Last edited:
Physics news on Phys.org
Correct and yes. E is always zero inside a conductor.
 
The electric field at the surface of a conductor is always:

[itex]E=\frac{\sigma}{\epsilon_{0}}\hat{n}[/itex]

Each charged face produces an electric field given by:

[itex]E=\frac{\sigma}{2\epsilon_{0}}\hat{n}[/itex]

These fields cancel each other inside the conductor (they are in opposite directions), but they are in the same direction outside: we have to add them:

[itex]E=\frac{\sigma}{2\epsilon_{0}}\hat{n}+\frac{\sigma}{2\epsilon_{0}}\hat{n} = \frac{\sigma}{\epsilon_{0}}\hat{n}[/itex]


matumich26 said:
Suppose that you have a sheet of copper that carries a surface charge of [itex]\sigma[/itex] on each face. The electric field just outside of each face can be calculated by plane symmetry and the solution would take the form

[itex]E=\frac{\sigma}{2\epsilon_{0}}\hat{n}[/itex]

correct?

If not I have to go back and rework this. Also, wouldn't the electric field inside the sheet be zero? The reason would be that the electric flux through the surface is zero.
 
Now it's correct. One should also say that the electric field inside a conductor is only necessarily 0 if you consider only static fields and charge distributions. For time-dependent fields and charge-current distributions, the electric field is not necessarily 0 inside conductors.
 
YPelletier said:
The electric field at the surface of a conductor is always:

[itex]E=\frac{\sigma}{\epsilon_{0}}\hat{n}[/itex]

Each charged face produces an electric field given by:

[itex]E=\frac{\sigma}{2\epsilon_{0}}\hat{n}[/itex]

These fields cancel each other inside the conductor (they are in opposite directions), but they are in the same direction outside: we have to add them:

[itex]E=\frac{\sigma}{2\epsilon_{0}}\hat{n}+\frac{\sigma}{2\epsilon_{0}}\hat{n} = \frac{\sigma}{\epsilon_{0}}\hat{n}[/itex]

So the total electric field outside the surface is [itex]E=\frac{\sigma}{\epsilon_{0}}\hat{n}[/itex]? But just outside each surface it is [itex]E=\frac{\sigma}{2\epsilon_{0}}\hat{n}[/itex]?

If that is the case then wouldn't the Electric field be simply [itex]E=\frac{\sigma}{2\epsilon_{0}}\hat{n}[/itex] for the sheet with surface charge density on one face only?
 
You have to solve the boundary-value problem properly. It's clear that the field inside the conductor must be 0. Outside of the conductor it's a gradient field. Let's assume the sheet is parallel to the xy-plane. The boundaries may be at [itex]z=\pm d/2[/itex] Due to symmetry the potential can only depend on z. Then you have

[tex]\Delta \Phi(z)=\Phi''(z)=0 \; \Rightarrow \; \Phi(z)=A z[/tex]

with an integration constant [itex]A[/itex]. I've set the other integration constant which just adds to [itex]\Phi[/itex] arbitrarily to 0 since it has no physical significance anyway. Since the field vanishes inside the conductor, you have more precisely

[tex]\Phi(z)=\begin{cases} 0 & \text{for} \quad -d/2<z<d/2 \\<br /> A_> z & \text{for} \quad z \geq d/2 \\<br /> A_< z & \text{for} \quad z \leq -d/2<br /> \end{cases}[/tex]

To determine the A 's you need to know that the jump of the normal component of the electric field, [itex]E_z[/itex] obeys the condition at [itex]z=d/2[/itex]

[tex]\vec{n} \cdot [\vec{E}(d/2+0^+)-\vec{E}(d/2-0^+)]=\frac{\sigma}{\epsilon_0},[/tex]

where [itex]\vec{n}[/itex] is the normal vector pointing outside, i.e., here [itex]\vec{n}=\vec{e}_z[/itex]. From this jump condition you find from [itex]\vec{E}=-\vec{\nabla} \Phi[/itex]

[tex]A_>=-\frac{\sigma}{\epsilon_0}.[/tex]

In the same way you find at the surface at [itex]z=-d/2[/itex] (note that here [itex]\vec{n}=-\vec{e}_z[/itex])

[tex]A_<=+\frac{\sigma}{\epsilon_0}.[/tex]

The solution thus reads

[tex]\Phi(z)=\begin{cases}<br /> 0 & \text{for} \quad -d/2<z<d/2, \\<br /> -\frac{\sigma}{\epsilon_0} |z| & \text{for} \quad |z| \geq d/2.<br /> \end{cases}[/tex]

The electric field is

[tex]\vec{E}(z)=-\vec{\nabla} \Phi(z)=\begin{cases}<br /> 0 & \text{for} \quad |z|<d/2, \\<br /> \mathrm{sign}(z) \frac{\sigma}{\epsilon_0} \vec{e}_z & \text{for} \quad |z| \geq d/2.<br /> \end{cases}[/tex]
 
If you have a really thin sheet of copper and really large fields the electric field inside need not be zero.

There is a maximum number of electrons per unit volume. For practical fields and thicknesses this normally does not matter, but for a really thin sheet of copper there may not be enough free electrons to completely block a field.

I did a calculation and a monoatomic layer of copper could support fields of the order of 1e9 V/m - so forget my argument.
 
clem said:
E is always zero inside a conductor.
Provided there is no moving charge of course
 
mitch_1211 said:
Provided there is no moving charge of course
I took the original question to be about electrostatics.
 
To clarify, this is an electrostatics problem. Thank you all for your support.