Multipole expansion of a line charge distribution

Click For Summary

Homework Help Overview

The discussion revolves around determining the multipole expansion in two dimensions of the potential of a localized charge distribution, specifically focusing on the quadrupole term. The original poster expresses confusion about how to connect the given potential with the multipole expansion formula and seeks guidance on the appropriate approach to take.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the potential's expansion using Taylor series and question the applicability of the multipole expansion formula. There are attempts to derive the potential from the logarithmic expression and to relate it to the monopole, dipole, and quadrupole moments through integrals of the charge density.

Discussion Status

Some participants have provided insights into the derivation of the multipole expansion and suggested modifications for the 2D case. There is an ongoing exploration of the terms involved in the expansion, with some participants clarifying their understanding of the notation and integral definitions. The discussion remains active with no explicit consensus reached.

Contextual Notes

Participants are navigating the complexities of transitioning from a 3D to a 2D multipole expansion, with specific attention to the definitions of the moments and the implications of the logarithmic potential. There are indications of differing conventions regarding the definitions of quadrupole moments, which adds to the complexity of the discussion.

JulienB
Messages
408
Reaction score
12

Homework Statement



Hi everybody! I'm very stuck trying to solve this problem, hopefully some of you can give me a clue about in which direction I should go:

Determine the multipole expansion in two dimensions of the potential of a localized charge distribution ##\lambda(\vec{x})## until the quadrupole term.
Hint: a point charge situated at the origin in 2D has the potential ##\phi(\vec{x}) = - k q \ln\vec{x}^2##.

Homework Equations



The multipole expansion formula I have (up to the quadrupole term): ##\phi(\vec{x}) = k \big(\frac{q}{|\vec{x}|} + \frac{\vec{x} \cdot \vec{p}}{|\vec{x}|^3} + \frac{1}{2} \sum Q_{ij} \frac{x_i x_j}{|\vec{x}|^5} \big) ##

The Attempt at a Solution



I am afraid I don't even know where to start. If I go cylindrical coordinates I can rewrite the given potential as ##\phi(\vec{r}) = -2kq \ln(r)##. But I don't really know how to link this equation with the multipole expansion formula I quoted above. I tried expanding ##\ln(r)## but I am not sure if that brings anything.

Any hint?

Thank you in advance for your suggestions.Julien.
 
Physics news on Phys.org
I also have those formulas for the components of the expansion:

Monopole: ##q = \int d^3 x' \rho(\vec{x'})##
Dipole moment: ##\vec{p} = \int d^3x' \vec{x'} \rho(\vec{x'})##
Quadrupole moment: ##Q_{ij} = d^3 x' \rho(\vec{x'}) (3 x_i' x_j' - \vec{x}^2 \delta_{ij})##

Maybe I'm looking at it in the wrong way the whole time. Should I just expand the given potential with a Taylor series for scalar fields?
 
JulienB said:
The multipole expansion formula I have (up to the quadrupole term): ##\phi(\vec{x}) = k \big(\frac{q}{|\vec{x}|} + \frac{\vec{x} \cdot \vec{p}}{|\vec{x}|^3} + \frac{1}{2} \sum Q_{ij} \frac{x_i x_j}{|\vec{x}|^5} \big) ##
Hi, Julien. If you understand the derivation of this formula for 3D, then you can modify the derivation for 2D.
JulienB said:
Should I just expand the given potential with a Taylor series for scalar fields?
Yes, that is part of what you need to do. But we would need to see the details of your work to know if you are going about it correctly.
 
  • Like
Likes   Reactions: JulienB
Hi @TSny and thank you for your answer. The first part of the derivation of the formula for 3D is about expanding the position term for a far field. I understand that more or less. I expanded ##\ln \vec{x}^2## and here is what I got:

##\ln (\vec{x} - \vec{x}')^2 \approx \ln \vec{x}^2 + (\vec{x}' \cdot \nabla_x) \ln \vec{x}^2 + \frac{1}{2} (-\vec{x}' \cdot \nabla_x)^2 \ln \vec{x}^2##
##= \ln \vec{x}^2 - \vec{x}' \cdot \frac{2 \vec{x}}{|\vec{x}|^2} + \frac{1}{2} (- \vec{x}')^2 \nabla_x \big(\frac{2 \vec{x}}{|\vec{x}|^2} \big)##
##= \ln \vec{x}^2 - \frac{2 \vec{x} \cdot \vec{x}'}{|\vec{x}|^2} + \frac{2 \vec{x}'^2 \cdot \vec{x}^2 - 2 (\vec{x} \cdot \vec{x}')^2}{|\vec{x}|^4}##

I encountered a problem in my third term (it looks like zero!). Other students got ##\frac{\vec{x}^2 \vec{x}'^2 - 2 (\vec{x} \cdot \vec{x}')}{|\vec{x}|^4}## so I'd better detail my calculations here:

##\nabla \big(\frac{\vec{x}}{|\vec{x}|^2} \big) = \partial_{x_1} \big(\frac{x_1}{|\vec{x}|^2} \big) + \partial_{x_2} \big(\frac{x_2}{|\vec{x}|^2} \big)##
##= \big(\frac{1}{|\vec{x}|^2} - \frac{2 x_1^2}{|\vec{x}|^4} \big) + \big(\frac{1}{|\vec{x}|^2} - \frac{2 x_2^2}{|\vec{x}|^4} \big)##
##= \frac{2}{|\vec{x}|^2} - \frac{2 (x_1^2 + x_2^2)}{|\vec{x}|^4}##
##= \frac{2 |\vec{x}|^2 - 2 |\vec{x}|^2}{|\vec{x}|^4} \overset{!}{=} 0##

I think I don't quite understand the notation really. Isn't ##\vec{x}^2 \vec{x}'^2## equivalent to ##(\vec{x} \vec{x}')^2##? Anyway once I get the correct expansion, can I just insert it in the given potential and get each term corresponding to the monopole, dipole and quadrupole moments? I struggle to understand the last part of the derivation for 3D.Thank you again for your answer, your help is very appreciated.Julien.
 
I've rewritten my answer in terms of components and of integrals of the line charge density, I think that's how the monopole, dipole and quadrupole moments were defined in the derivation in 3D. I also assumed the other students got the right answer for the third term. I then get:

##\frac{1}{k} \phi(\vec{x}) = \ln \vec{x}^2 \int d^2x' \lambda (\vec{x}') - \frac{2 \vec{x}}{|\vec{x}|^2} \int d^2x' \vec{x}' \lambda (\vec{x}') + \sum_{i,j} \frac{x_i x_j}{|\vec{x}|^4} \int d^2x' \lambda (\vec{x}') (\vec{x}'^2 \delta_{ij} - 2 x_i' x_j')##

Sorry I didn't write the whole development, I'm a bit short in time right now. But if it isn't clear to you how I get there, I'd very happily write the steps in detail this evening (most importantly I've inserted the Taylor expansion in the given potential and replaced ##q## by a surface integral instead of a volume integral for the 3D case). My assumption so far is that each integral is a (monopole, dipole, quadrupole) moment. Does that make sense?Thank you very much.Julien.
 
JulienB said:
I expanded ##\ln \vec{x}^2## and here is what I got:

##\ln (\vec{x} - \vec{x}')^2 \approx \ln \vec{x}^2 + (\vec{x}' \cdot \nabla_x) \ln \vec{x}^2 + \frac{1}{2} (-\vec{x}' \cdot \nabla_x)^2 \ln \vec{x}^2##
##= \ln \vec{x}^2 - \vec{x}' \cdot \frac{2 \vec{x}}{|\vec{x}|^2} + \frac{1}{2} (- \vec{x}')^2 \nabla_x \big(\frac{2 \vec{x}}{|\vec{x}|^2} \big)##
##= \ln \vec{x}^2 - \frac{2 \vec{x} \cdot \vec{x}'}{|\vec{x}|^2} + \frac{2 \vec{x}'^2 \cdot \vec{x}^2 - 2 (\vec{x} \cdot \vec{x}')^2}{|\vec{x}|^4}##
Should the differentiation be with respect to the primed variables?

I encountered a problem in my third term (it looks like zero!). Other students got ##\frac{\vec{x}^2 \vec{x}'^2 - 2 (\vec{x} \cdot \vec{x}')}{|\vec{x}|^4}##
Looks like a misprint in the second term of the numerator. Shouldn't ##(\vec{x} \cdot \vec{x}')## be squared?

I think I don't quite understand the notation really. Isn't ##\vec{x}^2 \vec{x}'^2## equivalent to ##(\vec{x} \vec{x}')^2##?
##\vec{x}^2 \vec{x}'^2## ## = (x_1^2 + x_2^2)## ##({x'}_1^2+ {x'}_2^2)##

##(\vec{x} \vec{x}')^2## doesn't make sense notationally. Is that a scalar product of the two vectors inside the parentheses? If so, then a dot is required.
 
JulienB said:
I've rewritten my answer in terms of components and of integrals of the line charge density, I think that's how the monopole, dipole and quadrupole moments were defined in the derivation in 3D. I also assumed the other students got the right answer for the third term. I then get:

##\frac{1}{k} \phi(\vec{x}) = \ln \vec{x}^2 \int d^2x' \lambda (\vec{x}') - \frac{2 \vec{x}}{|\vec{x}|^2} \int d^2x' \vec{x}' \lambda (\vec{x}') + \sum_{i,j} \frac{x_i x_j}{|\vec{x}|^4} \int d^2x' \lambda (\vec{x}') (\vec{x}'^2 \delta_{ij} - 2 x_i' x_j')##
Check the overall sign. Recall that for a point charge ##\phi(\vec{x}) = -kq \ln \vec{x}^2##

In the second term on the right, did you mean to indicate a scalar product between ##\vec{x}## and the integral?

Otherwise, your expression looks correct to me.

My assumption so far is that each integral is a (monopole, dipole, quadrupole) moment. Does that make sense?
Yes. I believe there are different conventions regarding the definitions of the quadrupole moments. For example, some people would define the quadrupole moments for the 2D case as ##Q_{ij} = \int d^2x' \lambda (\vec{x}') ( x_i' x_j' - \frac{1}{2}\vec{x}'^2 \delta_{ij})##, which differs by a factor of -1/2 from your integrals. They would then make up for this factor by including a factor of -2 for the ##x_i x_j## outside the integral.
 
Hi @TSny and sorry for the late answer. I have been working on it again in class and it now seems much clearer. I just wanted to say thank you again for all your help. ;)Julien.
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
2K
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
27
Views
4K
Replies
6
Views
3K
  • · Replies 13 ·
Replies
13
Views
6K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 59 ·
2
Replies
59
Views
13K
  • · Replies 4 ·
Replies
4
Views
995