Electric Potential Sample Problem
Given electric potential equation $ V = x^3yz+2y^2z+xz^4 $, find:
a. The corresponding electric field equation for this potential
Using the identity $ E = - \nabla V $, we know that we need to compute the gradient of $ V $. We get:
$ \nabla V = \left[\begin{array}{l} \frac{\partial}{\partial x}(x^3yz+2y^2z+xz^4) \\ \frac{\partial}{\partial y}(x^3yz+2y^2z+xz^4) \\ \frac{\partial}{\partial z}(x^3yz+2y^2z+xz^4) \end{array}\right] \\ \nabla V = \left[\begin{array}{l} 3x^2yz + z^4 \\ x^3z + 4yz \\ x^3y + 2y^2 + 4xz^3 \end{array}\right] $
Applying the identity, we get:
$ E = \left[\begin{array}{l} -3x^2yz - z^4 \\ -x^3z - 4yz \\ -x^3y - 2y^2 - 4xz^3 \end{array}\right] $
b. The charge density of the field at $ (-2,3,1) $
Using the identity $ \nabla \cdot E = \frac{\rho}{\epsilon_0} $, we know we need to take the divergence of the electric field. We get:
$ \nabla \cdot E = \left[\begin{array}{l} \frac{\partial}{\partial x} \\ \frac{\partial}{\partial y} \\ \frac{\partial}{\partial z} \end{array}\right] \cdot \left[\begin{array}{l} -3x^2yz - z^4 \\ -x^3z - 4yz \\ -x^3y - 2y^2 - 4xz^3 \end{array}\right] \\ \nabla \cdot E = -6xyz - 4z - 12xz^2 $
Noting that $ E = - \nabla V $, you should realize that by taking the divergence of the electric field, we have computed the Laplacian of the voltage equation. While you must always technically compute the equation for an electric field by taking the Laplacian of the voltage, the important thing to note is that the Laplacian itself creates a concrete relationship between voltage and charge density. Changing notation, we get:
$ \nabla \cdot E = \Delta V = -6xyz - 4z - 12xz^2 \\ \frac{\rho}{\epsilon_0} = -6xyz - 4z - 12xz^2 \\ \rho = \epsilon_0 * (-6xyz - 4z - 12xz^2)\\ $
Plugging in our coordinates, we get:
$ \rho = \epsilon_0 * (-6*(-2)*3*1 - 4*1 - 12*(-2)*1^2) \\ \rho = 56\epsilon_0 $
Coulombs per cubic meter, assuming SI units