Classical E&M V: Electric Multipoles
Over the last few weeks, we derived exact expressions for the charge densities, electric fields, and electric forces of generic charge configurations. These results are often as complicated as the charge configurations that generate them, which can obscure the larger physical principles at play by becoming computationally intensive and aesthetically gnarled. We can regain a conceptual hold on these quantities by examining systems in certain limits, such as when our sources and targets are well-separated.
Today, we look at the electric force a point charge $q^\prime$ at $\vec{r}^{\text{ }\prime}$ (near the origin $\vec{0}$) exerts on a point charge $q$ at $\vec{r}$ when they are very far from each other. This naturally generates an expansion in $|\vec{r}^{\text{ }\prime}|/|\vec{r}|$:
We call this the electric multipole expansion of the electric force, and give each term a name:
This week we’ll derive the multipole expansion of a point charge, extend it to charge configurations, and explore the monopole term. Next week, we’ll delve into the dipole and quadrupole terms.
I. Significance Comparisons and the Name of the Game
The electric force which $q$ at $\vec{r}$ experiences due to $q^\prime$ at $\vec{r}^{\text{ }\prime}$ is given by Coulomb’s law:
As mentioned in the intro, we’ll take $\vec{r}^{\text{ }\prime}$ close to the origin $\vec{0}$ and choose $\vec{r}$ to be extremely far away in comparison.
To use technical language, we assume by construction that $|\vec{r}^{\text{ }\prime}|$ is significantly less than $|\vec{r}|$, which we write symbolically as,
We could equivalently say that $|\vec{r}|$ is significantly greater than $|\vec{r}^{\text{ }\prime}|$ and write,
We only use “$\ll$” and “$\gg$” to compare positive numbers. For what values does the statement $|\vec{r}^{\text{ }\prime}| \ll |\vec{r}|$ hold true? Well, it depends on how accurate we’re aiming to be in our calculation. If we can only measure distance to a single digit, then $|\vec{r}^{\text{ }\prime}| = 0.1$ is significantly less than $|\vec{r}| = 1$:
However, if we can measure two digits worth of accuracy, then $|\vec{r}^{\text{ }\prime}|=0.10$ is not significantly less than $|\vec{r}|=1.0$, because
Whether a number is significantly less than (or greater than) another number depends on the accuracy of the calculation at hand.
Assuming that $|\vec{r}^{\text{ }\prime}| \ll |\vec{r}|$, we may define their ratio as a small parameter that I’ll label $\epsilon$:
TODAY’S GOAL: write $\vec{F}_{q^\prime\rightarrow q}$ in terms of $\epsilon$, then expand $\vec{F}_{q^\prime\rightarrow q}$ as a sum of terms weighted by increasing powers of $\epsilon$. This is useful because the terms are organized by relative importance: the $\epsilon$ term contributes more to the total force than the $\epsilon^2$ term, which contributes more than the $\epsilon^3$ term, and so-on.
First, note that we may expand the denominator of Coulomb’s law like this:
By definition, the dot product between $\vec{r}$ and $\vec{r}^{\text{ }\prime}$ is proportional to $\cos\theta$, where $\theta$ is the smallest angle between the vectors:
Hence, the denominator equals,
Meanwhile, the quantity in parentheses equals,
When we combine these elements, we obtain the following expression for the force:
which equals, when expressed in terms of $\epsilon$,
We’re going to power series expand this expression in terms of $\epsilon$ and generate the multipole expansion of the electric force in the process. In pursuit of this goal, let’s elaborate on how to handle power series.
II. Power Series, Approximations, and Big O Notation
A power series in $x$ is an infinite sum of increasing powers of $x$. All power series may be written in the following form:
Many functions we’ll deal with in physics have power series representations. For example, $\sin x$ (which outputs a ratio of right triangle side lengths) may be expressed as a power series in the real variable $x$ (aka, a certain right triangle angle), like so:
A function $f(x)$ that has a power series representation at every value of $x$ is called an analytic function. An analytic function might require multiple power series descriptions to accommodate all values of $x$.
Sometimes a function’s power series will be valid beyond the original domain of the function, allowing us to extend the function to a larger domain; this is called an analytic continuation. For example: $\sin x$ is initially defined only over real values of an angle $x$. However, the power series yields sensible results for complex values of $x$ too, and thereby allows us to analytically continue sine’s domain to $\mathbb{C}$.
We’ll worry about analytic continuations another day. For now, consider a generic power series expansion in real-valued $x$. If $|x|\ll 1$, then,
Oftentimes the coefficients $a_n$ in the power series either shrink or grow too slowly as $n\rightarrow \infty$ and cannot combat the decreasing values of $|x^n|$, so that the terms in the power series satisfy a similar chain of conditions:
This proves extremely useful for practical calculations. See, the $a_n$ provide infinitely many free parameters, allowing us to construct a cavalcade of extremely complicated functions. However, if $x$ is naturally small, then terms with larger powers of $x$ won’t contribute much to the final result, and we might be able to neglect all but a finite number of terms to good accuracy. This is called truncating the series. For example, maybe a function $f(x)$ is well-represented to first order in $x$, in which case we’d utilize the following approximation:
We’ve dropped the $a_2$ terms and higher to get a simpler function, but approximations are only as useful as the precision we need. The function $\sin x$ is often well-approximated by its first order approximation ($\sin x \approx x$), as evidenced by their similarity when plotted:
If first order isn't accurate enough, then we can go to second order in $x$:
In general, we say we’ve approximated $f(x)$ to $n$th order in $x$ if we keep terms up to $a_n$:
Constructing these approximations (approximately valid when $x$ is small) yields expressions that can be easier to work with than the full expressions (which are exactly valid everywhere), but cost us information as a result. For example, let’s compare $f_1(x) = x + x^2 + x^3$ and $f_2(x) = \sin x$.
Now, as the above plot makes clear, these functions are not equivalent.
However, these functions are indistinguishable to first order!
This is why the functions look so similar near $x=0$ in the plot: there simply isn’t enough information at first order to tell them apart. Their degeneracy is broken when we go to second order in $x$:
Whether or not the error from neglecting second order (and/or higher) terms matters to us is dependent on the details of the calculation at hand. We can precisely track our approximation errors via big O notation.
Big O notation provides a symbol $\mathcal{O}(x^n)$ that--when tacked onto an expression--says ``this expression is exact up to $(n-1)$th order in $x$”. We might use big O notation to express the equivalence of $f_1$ and $f_2$ up to $x^2$-sized errors:
whereas we could also use big O notation to demonstrate their subsequent nondegeneracy when the errors are reduced to about $x^3$ in size:
Conceptually, the big O symbol sweeps up all terms of the indicated order, giving a limit on how fast the approximation error grows with increasing $x$. That means, among other things,
Well, at least, this is typically the case, and works well for asymptotics--the study of functions as their arguments diverge (e.g. $x\rightarrow \pm \infty$). When we work with small values of $x$, this symbol possesses limitations closely related to the limitations of “$\ll$” and “$\gg$”. To be concrete, suppose we’re interested in $x\sim 0.01$. Then the quantity $100 x^n$ is actually an $(n-1)$th order term, because:
Then again, if we’re interested in $x\sim 0.001$, then it remains small enough to lump into $n$th order terms. Like most things in physics, big O notation requires a careful understanding of when we intend to use the approximation. When in doubt, plug in explicit values and see how numbers compare.
The electric monopole, dipole, and quadrupole terms of the multipole expansion correspond to the $1$, $\epsilon$, and $\epsilon^2$ terms in the power series expansion of $\vec{F}_{q^\prime\rightarrow q}(\epsilon)$. Now that we’re armed with some useful power series notation, let’s get to expanding!
III. Binomial Series and Expanding the Denominator
I’ll prove it in a later post, but for now I simply state the acclaimed binomial series, a power series expansion of $(1+x)^N$ in $x$:
This expression is true for all complex $x$ such that $|x| < 1$ and all complex $N$. (It’s true for other values of $x$ as well, but those require caveats to their validity and we don’t need them today.) To be explicit, the $n$th term of the binomial series is given by,
where the first term corresponds to $n=0$.
~Aside :: The Binomial Series~
I want to quickly mention three popular consequences of the binomial series.
1) Physicists often truncate the binomial series to first order in $x$, which yields the so-called binomial approximation,
This could be the most used approximation in all of physics.
2) Any time $N$ is a nonnegative integer, the binomial series naturally truncates itself and yields the binomial theorem. The first few examples (which you can verify through multiplication!) are,
You might recognize these coefficients as elements of Pascal’s Triangle--this is not a coincidence!
3) When $N=-1$ and we replace $x\rightarrow -x$, the binomial series becomes the so-called geometric series:
I’ve seen this series used a lot in both directions: sometimes we approximate quantities that look like the LHS by using a truncated version of the RHS, and other times we obtain a series that can be rewritten like the RHS and subsequently expressed succinctly via the LHS.
~End Aside~
We’ll use the binomial series to expand $\vec{F}_{q^\prime \rightarrow q}$’s denominator:
Comparing to $(1+x)^N$, we see that we should choose,
To what order in $x$ do we need to expand this denominator to get all of the second order $\epsilon$ terms in the force? Note that $x^n = (-2\epsilon \cos\theta + \epsilon^2)^n$ contains terms with $\epsilon^n$ through $\epsilon^{2n}$:
which we plan to subsequently multiply by $(\hat{r}-\epsilon\hat{r}^\prime)$ to get terms containing $\epsilon^n$ through $\epsilon^{2n+1}$:
Thus, to get all of the $\mathcal{O}(\epsilon^2)$ terms of the force (as to obtain the monopole, dipole, and quadrupole terms), we need to expand to 2nd order in $x$, aka $n=2$. Higher order terms in $x$ will only yield contributions at third order and higher in $\epsilon$.
Now that we know how much we need to expand the denominator, let’s start working through the terms. Each term is coming directly from the definition of the binomial series.
The sum of these terms yields an approximation of the denominator that is good to 2nd order in $\epsilon$:
I swept all terms at $\epsilon^3$ and higher into $\mathcal{O}(\epsilon^3)$ because we’re missing other terms at that order and higher anyway (from $n\geq 3$ terms) and therefore anticipate approximation errors of that size. We haven't been precise enough to worry about $\epsilon^3$ terms.
IV. Substituting the Approximation into the Force
Let’s combine last section’s final result with the other $\epsilon$-dependent term from $\vec{F}_{q^\prime\rightarrow q}$. I multiply the terms out and then reorganize them according to common powers of $\epsilon$:
Plugging this into the force, we obtain the multipole expansion of the electric force $\vec{F}_{q^\prime\rightarrow q}$ once and for all:
I’ve labeled electric monopole, dipole, and quadrupole terms above, which were the objects of our desire. Note we could’ve extended this expansion to higher orders of $\epsilon$ if we wanted. In doing so, we would have found an octopole term ($\epsilon^3$), hexadecapole term ($\epsilon^4$), 32-pole term ($\epsilon^5$), and so-on.
Because we’ll be working with these terms individually, let’s give them symbols. I’ll label each term by the order of $\epsilon$ that appears in it:
By dividing $\vec{F}_{q^\prime\rightarrow q}$ by $q$, we obtain the multipole expansion of the electric field $\vec{E}_{q^\prime}$, which has monopole, dipole, and quadrupole terms analogous to those of the electric force:
We know now how to multipole expand a shifted point charge, but what about more complicated charge configurations? Earlier in this series, we showed we can construct the electric field of any generic charge configuration by adding the electric fields of infinitesimal point charges, courtesy of the superposition principle of electrostatics. For example, we may write the electric field $\vec{E}_{\rho^\prime}$ due to a volume charge density $\rho^\prime$ on $V^\prime$ as,
where each infinitesimal contribution has charge $dq^\prime = \rho^\prime(\vec{r}^{\text{ }\prime})\cdot d\tau^\prime$ and is located at some $\vec{r}^{\text{ }\prime}\in V^\prime$. The multipole expansion of the electric force required we assume our source charge was near the origin. The multidimensional equivalent of this assumption is as follows: we assume we can fit all of $\rho^\prime$ (or whatever charge configuration we’re interested in) in an origin-centric sphere of radius $a^\prime$, where $a^\prime$ is small relative to our point of observation $\vec{r}$.
Each point charge $dq^\prime$ will have its own value of the small parameter $\epsilon(\vec{r}^{\text{ }\prime}) =|\vec{r}^{\text{ }\prime}|/|\vec{r}|$, which makes for a lot of small parameters to juggle. Thankfully, by containing all of the $dq^\prime$ in a small sphere, we ensure every $|\vec{r}^{\text{ }\prime}| < a^\prime$, such that the (assumedly small) ratio $a^\prime/|\vec{r}|$ is larger than every $\epsilon(\vec{r}^{\text{ }\prime})$. This guarantees every $dq^\prime$ can be usefully multipole expanded:
We can then volume integrate these contributions (we use linearity to distribute the integral over the sum), thereby obtaining the electric multipole expansion of a volume charge density:
This process can be extended to any charge configuration (well, that fits in an origin-centric sphere anyway), so that we may discuss the electric multipoles of a generic charge configuration. We generally expect the $n$th term $\vec{E}_{CC^\prime}^{(n)}$ to generate an $(a^\prime/|\vec{r}|)^n$-sized contribution.
To conclude this week, we discuss the electric monopole term. Next week, we’ll discuss the dipole and quadrupole terms.
V. The Electric Monopole Term
The monopole terms of $\vec{F}_{q^\prime\rightarrow q}$ and $\vec{E}_{q^\prime}$ are:
The monopole contribution of a point charge $q^\prime$ at $\vec{r}^{\text{ }\prime}$ looks exactly like the point charge $q^\prime$, but shifted to the origin! From this, we immediately infer that the other terms in the multipole expansion must provide corrections that effectively shift the charge to $\vec{r}^{\text{ }\prime}$. Different choices of $\vec{r}^{\text{ }\prime}$ will require shifting different amounts, and thereby require a different dipole term, quadrupole term, etc. Because the monopole term always sends $q^\prime$ to the origin and the higher multipoles have to correct that, the higher multipoles are typically sensitive to where we place our origin.
As an extreme example, we could move our origin next to $\vec{r}$, except then $\epsilon \sim 1$ and our expansion becomes impractical! Terms containing large powers of $\epsilon$ could remain important to the calculation (they have to shift $q^\prime$ a ridiculous distance after all) and we’d be unable to justify truncating the series. However, even in this absurd case, we’d end up with the exact same monopole term! The monopole term is origin-independent. This property is sometimes referred to as translation invariance.
Why is the electric monopole translation invariant? Consider what a generic charge configuration $CC^\prime$ looks like according to $q$ as $|\vec{r}|$ grows larger and larger:
Qualitatively, the entire charge configuration looks increasingly like a point charge at the origin! As $|\vec{r}|\rightarrow\infty$, the charge configuration becomes indistinguishable from a point charge. This is simultaneously the limit when $\epsilon\rightarrow 0$ and the monopole dominates all higher-order terms. This is why the monopole term cannot resolve the position of source charges.
Let’s quantify the case of multidimensional charge configurations. As mentioned in the last section, a volume charge distribution $\rho^\prime$ on $V^\prime$ has the following monopole term:
The only $\vec{r}^{\text{ }\prime}$ dependence comes from $dq^\prime$, so we can pull everything else outside the volume integral:
We call the quantity in square brackets the net charge (or total charge) $Q_{net}^\prime$ of $\rho^\prime$.
Therefore, the monopole term of $\rho^\prime$ looks exactly like a point charge of magnitude $Q_{net}^\prime$ at the origin! This makes sense: the monopole term shifts all of the $dq^\prime$ point charges to the origin, which we can then combine into a single charge via the decomposition corollary.
The monopole term defines the net charge of generic charge configurations too. Given point charges $q^\prime_{i_0}$ at $\vec{r}^{\text{ }\prime}_{i_0}$, line charges $\lambda^\prime_{i_1}$ on curves $C^\prime_{i_1}$, surface charges $\sigma^\prime_{i_2}$ on surfaces $S^\prime_{i_2}$, and volume charges $\rho^\prime_{i_3}$ on volume charges $V^\prime_{i_3}$, their net charge is defined as,
and we can generically write the monopole term of $\vec{E}_{CC^\prime}(\vec{r})$ as,
Sometimes we get lucky and there’s exactly as much positive charge as negative charge in a configuration, and we end up with zero net charge. We call such configurations uncharged, net neutral, or simply neutral. As indicated in the latest formula, a neutral configuration has a vanishing monopole term.
It turns out that most bulk matter (e.g. rocks, houses, human beings, ...) falls into this category. Consequently, the monopole terms often vanish for macroscopic materials. Their electric behavior is commonly dominated by the dipole term instead. That's precisely where we’ll pick up next week!
Thanks for reading today’s post! Follow sineofpsi.tumblr.com for new physics content every Friday. Have questions about anything we’ve talking about? Send me an ask. I’m wishing you the best!











