Friday, May 11, 2018

homework and exercises - An Electric Potential Glued to a Cube-Shaped Insulator to Replicate a Point Charge: Charge Distribution


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


You do not need a combination of a surface charge and a volume charge to re-produce a point-charge field outside a cube.



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|

of a point charge Q at the origin. This gives you also the boundary condition φ(r)=φQ(r) for rV
for the potential inside the quader. Solve the Dirichlet boundary value problem with the Laplacian equation Δφ(r)=0 and with this boundary condition for the potential φ(r) at points rV inside of the quader.


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)=1x2+y2+1.


potential inside the cube


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

The following picture shows the field σ:=(+νφνφ) in the boundary area [0,1]2×{1}. Thereby, +νφ is given by (derPotOutside) and νφ results from the numerical solution of the boundary value problem. Note, that this corresponds to a normalized solution of the original problem with εr=1.


sigma


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πε0Rr=02πrdrr2+z2=σ2ε0[r2+z2]Rr=0=σ2ε0(R2+z2|z|)

The potential can be continuously extended at z=0 with the value φ(0)=σR2ε0.


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 εr1 then you have given:



  1. the potential φ on the boundary V of the quader by the outer potential field φ+(r)=Q4πε0|r| of the point charge

  2. 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 φ:VR 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))=ρ.

In your case ε(r) is even discontinous such that you need the weak form of ε(r) and you end up with the problem: R3(gradδφ(r))ε(r)gradφ(r)dV=R3δφ(r)ρ(r)dV
for all test functions δφ. This can be solved numerically.


I do not know if there are known Green functions for that problem.


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 \...