The electric potential or is a potential function whose derivative is the electric field. It is also often called voltage or tension when discussing electrical circuits. It is defined in integral form as
where is the integration variable, not to be confused with the point where the potential is calculated, is the electric field and is a reference point that is arbitrary but must remain consistent for all calculations of . In differential form it reads
This is a specific case of the Helmholtz theorem.
The electric potential obeys the superposition principle:
This is because the electric field also obeys the principle and the integral is a linear operator, so we can integrate term by term.
Notably, the electric potential does not measure potential energy. There is a connection between potential energy and electric potential, but they are not the same thing despite usually being referred to by the same term.
Divergence and curl of #
The Divergence of is readily calculated with respect to :
using the Laplacian. Applying Gauss' law, we get
for a volume charge density . This is a specific form of Poisson's equation, where and .
The Curl is also easily calculated:
as the curl of a Gradient is always zero. This confirms that the curl of the electric field is always zero, for any charge distribution. This result is important because it shows that we only need one differential equation to determine the electric potential (Poisson's equation), but we need two to determine the electric field (divergence and curl).
Choice of reference point#
As with all potentials, it is defined up to a constant and therefore carries no real physical significance. In this specific definition, the constant change is equivalent to a change in the reference point . is conventionally set at infinity, as the electric potential commonly goes like and therefore vanishes at infinity like .
This becomes false in case the charge distribution goes to infinity, such as when using an infinite wire or plane. In these cases, the potential explodes to infinity at infinity. Of course, this is a very theoretical problem as there is no such thing as an infinite charge distribution, but many approximation suffer from this problem. The solution is simply to pick a different , ideally one where .
Derivation of differential form#
The differential form is found by calculating the potential difference between two points is
Using the gradient theorem we have
Therefore
We put no restrictions of what points and could be, so this is true for any two points. We can therefore equate the integrands and get
Notable cases#
Spherical, ball or point charge from #
Consider a point charge or equivalently a sphere or ball of radius with total charge . The electric field is
(if not using a point charge, assume this is for points outside the sphere). The potential for a point charge or outside a sphere or ball is
Now let's see how it works inside the sphere (but not the ball). For we must break the integral in two pieces, using in each region the field that prevails there:
V(r)=- \underbrace{\frac{1}{4\pi\varepsilon_{0}}\int_{\infty}^{R} \frac{q}{r'^{2}}dr'}\limits_{\text{inside}}-\underbrace{\int_{R}^{r}(0)dr'}\limits_{\text{outside}}=\frac{1}{4\pi\varepsilon_{0}} \left.\frac{q}{r'}\right|_{\infty}^{R}=\frac{1}{4\pi\varepsilon_{0}} \frac{q}{R}Notice how the potential inside the sphere is constant, despite the field being zero. This of course isn't an issue, as the derivative of a constant is zero, so it checks out. This is a particularly important aspect of electric potential: Gauss' law does not apply to it. Unlike a field, which can be "isolated" with good enough symmetry, a potential cannot and is always "vulnerable" to what happens outside a symmetrical shape, like a ball or a cylinder.
System of charges or charge density#
Knowing the distribution of discrete charges, we can extend the result on a single point charge by using the superposition principle:
For a continuous distribution, we can just integrate
For a volume distribution we have
This is the general equation that can be used to derive the potential field of an arbitrary charge distribution, assuming the point of reference is at infinity. Compared to the electric field formula for , it is only dependent on instead of and, most importantly, does not include . Of course, equivalent equations for linear and surface charge densities exist.
Discontinuities#
The potential is continuous over boundaries. In fact, since it's defined by a path integral, we can shrink the path going through the surface to be arbitrarily small, thereby making the integral also arbitrarily small. Thus
The gradient, however, inherits the electric field's discontinuity:
or
where
This is called the normal derivative and represents the rate of change with respect to the normal of the surface.
Relation to work#
The minimum work required to move a charge from point to point is
where the minus sign comes from the fact that the force exerted to move the charge is opposite to the one generated by the electric field. Dividing both sides by we have
so the difference in potential between two points is equal to the amount of work per unit charge required to move the charge. A nice example is the amount of work needed to bring in a charge from very far away ():
In this sense, the electric potential is energy per unit charge.
Energy of a system#
Since electric potential is related to energy, we can use it to measure the energy stored in a system. The energy required to move a point charge from infinity to a near another point charge is
where is the distance between the charges after being moved. The charges are assumed to be static, so they never budge after being moved to their respective locations. Adding another charge will take
and a fourth charge will take
and therefore the total work will be
The general rule here is that each charge interacts with all the previous ones:
where is to avoid counting each pair twice. Alternatively, we can count each pair twice and divide everything by two:
(we still need to avoid a charge interacting with itself, so is still necessary). This form is pleasant because it is independent on order of assembly of the charges.
If we extract from the second sum, we can see that what we are left with is just the potential caused by and thus
For volume charges, we can just substitute the sum with an integral over the space of the distribution1:
with corresponding integrals for surface and line distributions. We can also rewrite this in terms of the electric field only. Using Gauss' law as , we have
Using integration by parts we have
This volume that we are integrating over is technically the charge distribution from before, but since is zero outside of the distribution, any volume larger than it will not contribute to the integral. This permits us to choose as arbitrarily large volume, provided it contains the whole charge. Of course, will increase with a bigger , but the surface integral decreases with a bigger , so they cancel each other out. In fact, and at large enough distances and , so the whole integral goes like in total. Since the volume is arbitrary provided it contains the whole charge, we might as well pick all space. In this case, the surface integral vanishes and the field integral contains all the work:
These two integrals are completely equivalent, provided the domain of integration is chosen appropriately. The value of this integral is that it clearly shows that system energy is quadratic and therefore non-linear, so it cannot simply be summed. If the charge is doubled everywhere, then the energy quadruples instead.
Footnotes#
-
Actually, there's another change happening here. For any charge, the sum only considers other charges (), whereas the integral considers everything including the infinitesimal charge element itself. This is fine because alone has no impact, as it is infinitesimal. However, if one were to try and calculate the work for point charges using this integral, they would get infinite energy, as the energy distribution of a point charge is discontinuous. The culprit is that considering the charge itself in the summation/integral is equivalent to considering the energy necessary to create that charge too, not just to move it. Since we can't create or destroy charges, this amount is irrelevant and mostly just leads to headaches. This is also why the integral is always positive (at least in electric field form), but the summation may be negative. ↩