Verifying a macroscopic Maxwell equation

Click For Summary

Homework Help Overview

The problem involves verifying that a given electrostatic potential expression satisfies a macroscopic Maxwell equation. The context is rooted in electromagnetism, specifically in the application of the macroscopic Maxwell equations to electrostatics, where the potential is expressed in terms of free and induced charge distributions.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the application of the Laplace operator to the electrostatic potential and the implications of using the Dirac delta function in the context of the problem. There is a focus on understanding the integration by parts technique as applied to the induced potential term.

Discussion Status

The discussion is ongoing, with participants expressing confusion about specific steps in the proof, particularly regarding the integration by parts and the treatment of boundary terms. Some participants are attempting to clarify the reasoning behind the steps taken in the solution, while others are questioning the assumptions made during the derivation.

Contextual Notes

Participants note the potential complexity of boundary conditions and the behavior of the polarization term at infinity, which may influence the interpretation of the results. There is an acknowledgment of the need for careful handling of the Dirac delta function properties in the context of the problem.

JulienB
Messages
408
Reaction score
12

Homework Statement



Hi everybody! I have trouble understanding the following problem, hopefully somebody can help!

Show that the electrostatic potential

##\phi(\vec{x}) = \phi_\text{free} (\vec{x}) + \phi_\text{ind} (\vec{x}) = \frac{1}{4 \pi \epsilon_0} \bigg( \int d^3 x'\ \frac{\rho_\text{free} (\vec{x}')}{|\vec{x} - \vec{x}'|} + \int d^3x'\ \frac{\vec{P} (\vec{x}') \cdot (\vec{x} - \vec{x}')}{|\vec{x} - \vec{x}'|^3} \bigg)##

solves the macroscopic Maxwell equation ##\vec{\nabla} \cdot \vec{D} = \vec{\nabla} \cdot (\epsilon_0 \vec{E} + \vec{P}) = \rho_\text{free}##.

Homework Equations



##\vec{E} = - \vec{\nabla} \phi##
##\Delta_x \bigg(\frac{1}{|\vec{x} - \vec{x}'|} \bigg) = -4 \pi \delta^{(3)} (\vec{x} - \vec{x}')##
##\frac{\vec{x} - \vec{x}'}{|\vec{x} - \vec{x}'|^3} = \vec{\nabla} \bigg(\frac{1}{|\vec{x} - \vec{x}'|} \bigg)##

The Attempt at a Solution



I have seen the solution already, but there is one step I don't understand. Here is the beginning of the proof:

##\vec{\nabla} \cdot \vec{D} = - \epsilon_0 \Delta \phi + \vec{\nabla} \cdot \vec{P}##

which means I am expecting to find ##\Delta \phi = -\frac{1}{\epsilon_0} \rho_\text{free} (\vec{x}) + \frac{1}{\epsilon_0} \vec{\nabla} \cdot \vec{P}##. First I apply the Laplace-operator on ##\phi_\text{free}##:

##\Delta \phi_\text{free} (\vec{x}) = \frac{1}{4 \pi \epsilon_0} \int d^3x'\ \rho_\text{free} (\vec{x}') \Delta_x \bigg(\frac{1}{|\vec{x} - \vec{x}'|} \bigg)##
##= \frac{1}{4 \pi \epsilon_0} \int d^3x'\ \rho_\text{free} (\vec{x}') (-4 \pi \delta^{(3)} (\vec{x} - \vec{x}'))##
##= -\frac{1}{\epsilon_0} \rho_\text{free} (\vec{x})##

Here I have used the property of the Dirac delta function in the integral, and I got my first term pretty easily. The second term is actually precisely what is bothering me:

##\Delta \phi_\text{ind} (\vec{x}) = \frac{1}{4 \pi \epsilon_0} \int d^3x'\ \vec{P} (\vec{x}') \cdot \Delta_x \bigg( \frac{(\vec{x} - \vec{x}')}{|\vec{x} - \vec{x}'|^3} \bigg)##
##= \frac{1}{4 \pi \epsilon_0} \int d^3x'\ \vec{P} (\vec{x}') \cdot \Delta_x \bigg( \vec{\nabla}_x \frac{1}{|\vec{x} - \vec{x}'|} \bigg)##
##= \frac{1}{4 \pi \epsilon_0} \int d^3x'\ \vec{P} (\vec{x}') \cdot \vec{\nabla}_x \bigg( \Delta_x \frac{1}{|\vec{x} - \vec{x}'|} \bigg)##
##= \frac{-1}{\epsilon_0} \int d^3x'\ \vec{P} (\vec{x}') \cdot \vec{\nabla}_x \delta^{(3)} (\vec{x} - \vec{x}')##

Now I am not very happy with this expression. I guess I could put ##\vec{\nabla}_x## in front of ##\vec{P}## since it doesn't apply on ##x'##, but then I would get the wrong sign. And if I were to apply the Dirac delta function's property first, the result would be different and senseless. I think that this is anyway not the right way to proceed. In the solution, my teacher just indicates that he has used integration by parts but I do not really understand how! Here is what he wrote:

##\phi_\text{ind} (\vec{x}) = \frac{1}{4 \pi \epsilon_0} \int d^3x'\ \vec{P} (\vec{x}') \cdot \vec{\nabla}_x \bigg(\frac{1}{|\vec{x} - \vec{x}'|} \bigg)##
##\underbrace{=}_{P.I.} - \frac{1}{4 \pi \epsilon_0} \int d^3x'\ \vec{\nabla} \cdot \vec{P} (\vec{x}') \frac{1}{|\vec{x} - \vec{x}'|}##

(P.I. refers to integration by parts in German)

I assume that he performed the integration by parts by defining ##u=\vec{P} (\vec{x}')## and ##v' = \vec{\nabla}_{x'} \bigg(\frac{1}{|\vec{x} - \vec{x}'|} \bigg)## (since ##\vec{\nabla}_{x} \bigg(\frac{1}{|\vec{x} - \vec{x}'|} \bigg) = \vec{\nabla}_{x'} \bigg(\frac{1}{|\vec{x} - \vec{x}'|} \bigg)## I believe), but then I get:

##\phi_\text{ind} (\vec{x}) = \frac{1}{4 \pi \epsilon_0} \vec{P} (\vec{x}) \frac{1}{|\vec{x} - \vec{x}'|} - \frac{1}{4 \pi \epsilon_0} \int d^3x'\ \vec{\nabla}_{x'} \cdot \vec{P} (\vec{x}') \frac{1}{|\vec{x} - \vec{x}'|}##

which looks pretty close apart from the fact that his first term is gone. How is that? Is the polarization disappearing at the boundaries? Or do we assume that the boundaries are ##\pm \infty##, in which case it is the term that ##\frac{1}{|\vec{x} - \vec{x}'|}## is equal to 0. I feel like it is important that I do not misunderstand this step.Thank you very much in advance for your answers, I'm looking forward to reading you!Julien.
 
Physics news on Phys.org
JulienB said:

Homework Statement



Hi everybody! I have trouble understanding the following problem, hopefully somebody can help!

Show that the electrostatic potential

##\phi(\vec{x}) = \phi_\text{free} (\vec{x}) + \phi_\text{ind} (\vec{x}) = \frac{1}{4 \pi \epsilon_0} \bigg( \int d^3 x'\ \frac{\rho_\text{free} (\vec{x}')}{|\vec{x} - \vec{x}'|} + \int d^3x'\ \frac{\vec{P} (\vec{x}') \cdot (\vec{x} - \vec{x}')}{|\vec{x} - \vec{x}'|^3} \bigg)##

solves the macroscopic Maxwell equation ##\vec{\nabla} \cdot \vec{D} = \vec{\nabla} \cdot (\epsilon_0 \vec{E} + \vec{P}) = \rho_\text{free}##.

Homework Equations



##\vec{E} = - \vec{\nabla} \phi##
##\Delta_x \bigg(\frac{1}{|\vec{x} - \vec{x}'|} \bigg) = -4 \pi \delta^{(3)} (\vec{x} - \vec{x}')##
##\frac{\vec{x} - \vec{x}'}{|\vec{x} - \vec{x}'|^3} = \vec{\nabla} \bigg(\frac{1}{|\vec{x} - \vec{x}'|} \bigg)##

The Attempt at a Solution



I have seen the solution already, but there is one step I don't understand. Here is the beginning of the proof:

##\vec{\nabla} \cdot \vec{D} = - \epsilon_0 \Delta \phi + \vec{\nabla} \cdot \vec{P}##

which means I am expecting to find ##\Delta \phi = -\frac{1}{\epsilon_0} \rho_\text{free} (\vec{x}) + \frac{1}{\epsilon_0} \vec{\nabla} \cdot \vec{P}##. First I apply the Laplace-operator on ##\phi_\text{free}##:

##\Delta \phi_\text{free} (\vec{x}) = \frac{1}{4 \pi \epsilon_0} \int d^3x'\ \rho_\text{free} (\vec{x}') \Delta_x \bigg(\frac{1}{|\vec{x} - \vec{x}'|} \bigg)##
##= \frac{1}{4 \pi \epsilon_0} \int d^3x'\ \rho_\text{free} (\vec{x}') (-4 \pi \delta^{(3)} (\vec{x} - \vec{x}'))##
##= -\frac{1}{\epsilon_0} \rho_\text{free} (\vec{x})##

Here I have used the property of the Dirac delta function in the integral, and I got my first term pretty easily. The second term is actually precisely what is bothering me:

##\Delta \phi_\text{ind} (\vec{x}) = \frac{1}{4 \pi \epsilon_0} \int d^3x'\ \vec{P} (\vec{x}') \cdot \Delta_x \bigg( \frac{(\vec{x} - \vec{x}')}{|\vec{x} - \vec{x}'|^3} \bigg)##
##= \frac{1}{4 \pi \epsilon_0} \int d^3x'\ \vec{P} (\vec{x}') \cdot \Delta_x \bigg( \vec{\nabla}_x \frac{1}{|\vec{x} - \vec{x}'|} \bigg)##
##= \frac{1}{4 \pi \epsilon_0} \int d^3x'\ \vec{P} (\vec{x}') \cdot \vec{\nabla}_x \bigg( \Delta_x \frac{1}{|\vec{x} - \vec{x}'|} \bigg)##
##= \frac{-1}{\epsilon_0} \int d^3x'\ \vec{P} (\vec{x}') \cdot \vec{\nabla}_x \delta^{(3)} (\vec{x} - \vec{x}')##

Now I am not very happy with this expression. I guess I could put ##\vec{\nabla}_x## in front of ##\vec{P}## since it doesn't apply on ##x'##, but then I would get the wrong sign. And if I were to apply the Dirac delta function's property first, the result would be different and senseless. I think that this is anyway not the right way to proceed. In the solution, my teacher just indicates that he has used integration by parts but I do not really understand how! Here is what he wrote:

##\phi_\text{ind} (\vec{x}) = \frac{1}{4 \pi \epsilon_0} \int d^3x'\ \vec{P} (\vec{x}') \cdot \vec{\nabla}_x \bigg(\frac{1}{|\vec{x} - \vec{x}'|} \bigg)##
##\underbrace{=}_{P.I.} - \frac{1}{4 \pi \epsilon_0} \int d^3x'\ \vec{\nabla} \cdot \vec{P} (\vec{x}') \frac{1}{|\vec{x} - \vec{x}'|}##

(P.I. refers to integration by parts in German)

I assume that he performed the integration by parts by defining ##u=\vec{P} (\vec{x}')## and ##v' = \vec{\nabla}_{x'} \bigg(\frac{1}{|\vec{x} - \vec{x}'|} \bigg)## (since ##\vec{\nabla}_{x} \bigg(\frac{1}{|\vec{x} - \vec{x}'|} \bigg) = \vec{\nabla}_{x'} \bigg(\frac{1}{|\vec{x} - \vec{x}'|} \bigg)## I believe), but then I get:

##\phi_\text{ind} (\vec{x}) = \frac{1}{4 \pi \epsilon_0} \vec{P} (\vec{x}) \frac{1}{|\vec{x} - \vec{x}'|} - \frac{1}{4 \pi \epsilon_0} \int d^3x'\ \vec{\nabla}_{x'} \cdot \vec{P} (\vec{x}') \frac{1}{|\vec{x} - \vec{x}'|}##

which looks pretty close apart from the fact that his first term is gone. How is that? Is the polarization disappearing at the boundaries? Or do we assume that the boundaries are ##\pm \infty##, in which case it is the term that ##\frac{1}{|\vec{x} - \vec{x}'|}## is equal to 0. I feel like it is important that I do not misunderstand this step.Thank you very much in advance for your answers, I'm looking forward to reading you!Julien.

This is not introductory physics, for sure.
 
@qnach Really? Last time I posted about non relativistic electrodynamics in the advanced physics forum, it got moved here :DD
 
JulienB said:
@qnach Really? Last time I posted about non relativistic electrodynamics in the advanced physics forum, it got moved here :DD

Yes
You are RIGHT
People in this forum is sick.
I simply mimic their tone.
 
@qnach but more seriously, can I move it to the other forum then? I don't see a button for doing so.
 
JulienB said:
@qnach but more seriously, can I move it to the other forum then? I don't see a button for doing so.
You can use the "Report" in the lower left of any post in the thread, and ask a Mentor to place this thread in the appropriate forum, if Introductory Physics is not the correct place. (I'll do that.)
 
  • Like
Likes   Reactions: JulienB
@sammy Thanks a lot for the info and for moving the thread of course. Hopefully somebody will have an answer now :)
 
Problem solved, integration by parts was just never used. The solution is simply that:

##\vec{\nabla}_{x} \bigg(\frac{1}{|\vec{x} - \vec{x}'|} \bigg) = \begin{bmatrix} \partial_x \\ \partial_y \\ \partial_z \end{bmatrix} \frac{1}{\sqrt{(x-x')^2 + (y-y')^2 + (z-z')^2}}##
##= \frac{(\vec{x} - \vec{x}')}{|\vec{x} - \vec{x}'|^3} = - \vec{\nabla}_{x'} \left(\frac{1}{|\vec{x} - \vec{x}'|} \right)##

since

##\vec{\nabla}_{x'} \bigg(\frac{1}{|\vec{x} - \vec{x}'|} \bigg) = \begin{bmatrix} \partial_{x'} \\ \partial_{y'} \\ \partial_{z'} \end{bmatrix} \frac{1}{\sqrt{(x-x')^2 + (y-y')^2 + (z-z')^2}}##
##=\frac{(\vec{x}' - \vec{x})}{|\vec{x} - \vec{x}'|^3} ##.

I hope this is useful to anyone having their teacher believe that this comes from integration by parts. XDJulien.
 
JulienB said:
In the solution, my teacher just indicates that he has used integration by parts but I do not really understand how! Here is what he wrote:

##\phi_\text{ind} (\vec{x}) = \frac{1}{4 \pi \epsilon_0} \int d^3x'\ \vec{P} (\vec{x}') \cdot \vec{\nabla}_x \bigg(\frac{1}{|\vec{x} - \vec{x}'|} \bigg)##
##\underbrace{=}_{P.I.} - \frac{1}{4 \pi \epsilon_0} \int d^3x'\ \vec{\nabla} \cdot \vec{P} (\vec{x}') \frac{1}{|\vec{x} - \vec{x}'|}##

(P.I. refers to integration by parts in German)
This looks OK except it appears to me that the ##\vec{\nabla}_x## operator in the first integral should be with respect to the primed variables; that is, ##\vec{\nabla}_{x'}##.

I assume that he performed the integration by parts
Yes
by defining ##u=\vec{P} (\vec{x}')## and ##v' = \vec{\nabla}_{x'} \bigg(\frac{1}{|\vec{x} - \vec{x}'|} \bigg)## (since ##\vec{\nabla}_{x} \bigg(\frac{1}{|\vec{x} - \vec{x}'|} \bigg) = \vec{\nabla}_{x'} \bigg(\frac{1}{|\vec{x} - \vec{x}'|} \bigg)## I believe),
OK, except for a sign error. ##\vec{\nabla}_{x} \bigg(\frac{1}{|\vec{x} - \vec{x}'|} \bigg) = -\vec{\nabla}_{x'} \bigg(\frac{1}{|\vec{x} - \vec{x}'|} \bigg)##

but then I get:

##\phi_\text{ind} (\vec{x}) = \frac{1}{4 \pi \epsilon_0} \vec{P} (\vec{x}) \frac{1}{|\vec{x} - \vec{x}'|} - \frac{1}{4 \pi \epsilon_0} \int d^3x'\ \vec{\nabla}_{x'} \cdot \vec{P} (\vec{x}') \frac{1}{|\vec{x} - \vec{x}'|}##

which looks pretty close apart from the fact that his first term is gone. How is that? Is the polarization disappearing at the boundaries? Or do we assume that the boundaries are ##\pm \infty##, in which case it is the term that ##\frac{1}{|\vec{x} - \vec{x}'|}## is equal to 0. I feel like it is important that I do not misunderstand this step.
Yes, that all looks good. You can assume the integration over ##d^3x'## is over all of space. So, the boundary term is at infinity.
 
  • #10
JulienB said:
Problem solved, integration by parts was just never used. The solution is simply that:

##\vec{\nabla}_{x} \bigg(\frac{1}{|\vec{x} - \vec{x}'|} \bigg) = \begin{bmatrix} \partial_x \\ \partial_y \\ \partial_z \end{bmatrix} \frac{1}{\sqrt{(x-x')^2 + (y-y')^2 + (z-z')^2}}##
##= \frac{(\vec{x} - \vec{x}')}{|\vec{x} - \vec{x}'|^3} ##
Is the overall sign of the last expression correct?

##\vec{\nabla}_{x'} \bigg(\frac{1}{|\vec{x} - \vec{x}'|} \bigg) = \begin{bmatrix} \partial_{x'} \\ \partial_{y'} \\ \partial_{z'} \end{bmatrix} \frac{1}{\sqrt{(x-x')^2 + (y-y')^2 + (z-z')^2}}##
##=\frac{(\vec{x}' - \vec{x})}{|\vec{x} - \vec{x}'|^3} ##.
Similarly, is the sign of the last expression correct?
I hope this is useful to anyone having their teacher believe that this comes from integration by parts.
Don't you need to do integration by parts in order to get the ##\vec{\nabla}_{x'}## operator to act on ##\vec{P}##?
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
3K
Replies
1
Views
2K
Replies
7
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
8
Views
2K
  • · Replies 32 ·
2
Replies
32
Views
4K
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
5
Views
2K
Replies
27
Views
4K