Sunday 19 May 2019

electromagnetism - Hexadecapole potential using point particles?


We can get monopole $1/r$, dipole $1/r^2$, quadrupole $1/r^3$ and octupole $1/r^4$ potential falloff by placing opposite point charges at the corners of a point, line, square and cube, respectively. My book cryptically says "and so on", how does one get a $1/r^5$ and higher potential falloff with a finite number of point-charges in 3 dimensions?



Answer



I usually find it easier to use model multipoles that are surface charges on a sphere, rather than point charges on some polyhedron's vertices. These charge densities are given in general by $$\sigma_{lm}(\theta,\phi)=N\cos(m\phi)P_l^m(\cos(\theta)),$$ where $P_l^m$ is an associated Legendre function (so $\sigma_{lm}$ is just a real-valued spherical harmonic).


Thus, a monopole is constant, a dipole has $\sigma=\cos(\theta)=z/r$, a quadrupole has the form $\sigma=\cos(\phi)\cos(\theta)\sin(\theta)=xz/r^2$ or $\sigma=3\cos^2(\theta)-1=\frac{2z^2-x^2-y^2}{r^2}$, and so on. This has two important advantages:



  • the field produced by these surface charge densities has pure multipolarity, unlike the point-charge multipole combinations, which always have subleading corrections. Even better, this happens outside the sphere (giving a far-field multipole) and inside it (giving a near-field multipole).


  • The "and so on" actually does hold. For any $l, m$ combination you just plug the indices in and see what the charge density looks like. Even better, this covers all possible multipole configurations (whereas the point-line-square-cube game misses an important quadrupole configuration, given by dmckee in the comments, and a number of different octupole ones.)

  • As an added bonus, the charge density is always a homogeneous polynomial in the cartesian coordinates $x,y,z$.


Because of all that, let me address your question: what do hexadecapoles look like? Here $l=4$, so you have five different configurations, for $m$ from $0$ through $4$. In that order, they look as follows:




  • $m=0$, $\sigma \propto \left(3(x^2+y^2)^2-24(x^2+y^2)z^2+8z^4\right)/r^4$


    Mathematica graphics


    (which you can emulate with five charges of the appropriate magnitudes on a line),





  • $m=1$, $\sigma \propto xz\left(3(x^2+y^2)-4z^2\right)/r^4$


    Mathematica graphics


    (which you can emulate with two lines of four charges),




  • $m=2$, $\sigma \propto (x^2-y^2)(x^2+y^2-6z^2)/r^4$


    Mathematica graphics


    (which you can emulate with three coplanar squares),





  • $m=3$, $\sigma \propto \operatorname{Re}\left[(x+iy)^3z\right]/r^4$


    Mathematica graphics


    (which you can emulate with two hexagons with alternating charges), and




  • $m=4$, $\sigma \propto \operatorname{Re}\left[(x+iy)^4\right]/r^4$


    Mathematica graphics


    (which you can emulate with an octagon).





For sketching purposes, it is usually enough to know that $l$ tells you how many nodal lines the charge density can have (check above!). The configuration index $m$ then tells you how many of those will go through the north pole, and the rest will be judiciously spaced "parallels". If you insist on using single point charges, place alternating charges of appropriate magnitudes on each region, and the leading multipole contribution will be of order $l$.




The Mathematica code used to produce the images in this answer is available through Import["http://halirutan.github.io/Mathematica-SE-Tools/decode.m"]["http://i.stack.imgur.com/FGaRk.png"].


No comments:

Post a Comment

Understanding Stagnation point in pitot fluid

What is stagnation point in fluid mechanics. At the open end of the pitot tube the velocity of the fluid becomes zero.But that should result...