I have been going back over this problem with a friend for the better part of a day:
A potential is glued to a cube-shaped insulator so that outside of the insulator the field is the same as a point particle. How can we calculate the surface charge distribution and the volume charge distribution?
Answer
Introduction
The surface-charge distribution is uniquely determined if you just use that for your purpose. The construction of this surface charge distribution is described in the first part of this answer.
If you just use a volume charge distribution this is not uniquely determined. An example for that case is given in the second part of the answer.
Surface charge distribution
Let V be the the open interior of the cube containing the origin. For points →r outside the quader we set the potential φ(→r) equal to the potential φQ(→r)=Q4πε0|r|
Let ∂+νφ and ∂−νφ be the limits of the outer normal derivatives of φ on ∂V from the outside and the inside of V, respectively. The surface charge will be σ(→r)=−ε0(∂+νφ−εr∂−νφ). Why? Try to explain this with an integral over the surface of a small volume sitting on the surface.
Here we assume that the insulator has a homogeneous and isotropic relative permittivity εr.
The following picture shows a section of the solution for the Dirichlet problem in the cube [−1,1]3. Only the part ⋃z∈[−1,0][0,−z]2×{z} of the cube has been modelled that generates the full cube through a sequence of reflections. Natural boundary conditions ∂νφ=0 were used at the symmetry planes. The Dirichtlet boundary condition at z=−1 is φ(x,y,z)=1√x2+y2+1.
The domain has been modelled with gmsh and solution is computed with getdp.
The limit of the outer normal derivative of φ from the outside at the boundary z=−1 is ∂+νφ(x,y,−1)=−∂zφ(x,y,−1)=z(x2+y2+z2)3/2|z=−1=−1(x2+y2+12)3/2
One can check the numerical result σ with the integral ∫(x,y)∈[0,1]2σ(x,y,−1)dA which must give π6. This works within the bounds of numerical precision.
For reproduction of the results I link here the geometry definition and the problem definition for the FEM solver.
The normal component of the field strength is discontinuous at the charged surface but the potential is continuous.
This can be demonstrated with a uniformly charged circular disk in the (x,y)-plane with center at the origin and radius R. We denote the charge density with σ. The complement of the disk is free space with permitivity ε0. For the demonstration we calculate the potential on the z-axis: φ(z)=σ4πε0∫Rr=02πrdr√r2+z2=σ2ε0[√r2+z2]Rr=0=σ2ε0(√R2+z2−|z|)
Volume charge distribution
The volume charge distribution is not uniquely determined. For an instance if you have εr=1 you can put a ball with uniform volume charge into the cube. That is $$ \rho(\vr) = \begin{cases} \frac{Q}{\frac34\pi R^3}&\text{ for }|\vr|
Another possible space charge distribution is \begin{align} \rho(\vr) = \begin{cases} \frac{\frac87 Q}{\frac34\pi R^3}&\text{ for } \frac12 R<|\vr|
If the insulator is a quader with constant permitivity εr≠1 then you have given:
- the potential φ on the boundary ∂V of the quader by the outer potential field φ+(→r)=Q4πε0|→r| of the point charge
- the normal derivative ∂−νφ at the boundary of the quader through the normal component of the charge displacement density ∂−νφ(→r)=1εr∂+νφ(→r).
The taks is now to find an at least two times differentiable scalar function φ:V→R interpolating the required potential and the required normal derivative at ∂V. The Volume charge density can then be calculated by ρ(→r)=−εrε0Δφ(→r).
The actual problem for varying εr is div(ε(→r)gradφ(→r))=−ρ.
I do not know if there are known Green functions for that problem.
No comments:
Post a Comment