Laplace Equation in Electrostatics

  • Let the two concentric conductive spherical shells of radii $R_a$ and $R_b$ be held at constant potentials $V_a$ and $V_b$ (Figure 5.10).
  • Because of spherical symmetry, the potential distribution in the region between the two spheres ( $R_a <r < R_b$) will be a function of distance $r$ only.
  • Accordingly, the derivatives with respect to the variables ( $\theta, \phi$) in Equation 5.4 become zero, and the partial derivative in the remaining term becomes the full derivative:

    $\displaystyle \frac{1}{r^2} \frac{ \partial}{ \partial r} \left( r^2 \frac{ \pa...
...V}{ \partial r}\right) \rightarrow
\frac{d^2V}{dr^2}+\frac{2}{r}\frac{dV}{dr}=0$    

Figure 5.10: The region between two spherical shells of different potential.
Image 8-2
The boundary conditions of this differential equation become:


$\displaystyle V(R_a)$ $\displaystyle =$ $\displaystyle V_a$  
$\displaystyle V(R_b)$ $\displaystyle =$ $\displaystyle V_b$  

First, we transform this equation into a linear system of equations:


$\displaystyle V \rightarrow V_1$      
$\displaystyle \frac{dV}{dr} \rightarrow V_2$      

with these values ( $V_1 and V_2$), the system of equations to be solved

$\displaystyle \frac{dV_1}{dr}$ $\displaystyle =V_2$    
$\displaystyle \frac{dV_2}{dr}$ $\displaystyle =-\frac{2}{r}V_2$    

and the boundary conditions are:


$\displaystyle V(R_a)$ $\displaystyle =$ $\displaystyle 100$  
$\displaystyle V(R_b)$ $\displaystyle =$ 0  

We had a set of equations.
We transformed this boundary value problem into a first-order system of equations.

$\displaystyle V_1$ $\displaystyle =V$    
$\displaystyle V_2$ $\displaystyle =V'$    
$\displaystyle \frac{dV_1}{dr}$ $\displaystyle =V_2$    
$\displaystyle \frac{dV_2}{dr}$ $\displaystyle =-\frac{2}{r}V_2$    

(Example py-file: laplaceequation.py)
Figure 5.11: Solution for the Boundary Value Problem for the ODE: $V''=-\frac {2}{r}V'$.
Image 8-1f

Image 8-1g
Figure 5.12: Solution for the Boundary Value Problem for the ODE: $V''=-\frac {2}{r}V'$.
Image laplaceequation