Integrating by parts in path integral (Zee)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
GreyBadger
Messages
23
Reaction score
0
Hi all,

I have an exceptionally basic question, taken from P21 of Zee. Eq. 14 is

[tex]Z=\int D\psi e^{i\int d^4x(\frac{1}{2}[(\partial\psi )^2-m^2\psi^2] + J\psi)}[/tex]

The statement is then made that 'Integrating by parts under the [tex]\int d^4x[/tex]' leads to Eq. 15:

[tex]Z=\int D\psi e^{i\int d^4x[-\frac{1}{2}\psi(\partial^2+m^2)\psi + J\psi]}[/tex].

Now, I am being supremely thick, but I don't see how this follows. Could somebody please spell it out in small words?
 
Physics news on Phys.org
Consider the Green's identity equation (4) in the link which is basically a 3D version of integrating by parts:

http://mathworld.wolfram.com/GreensIdentities.html

and taking the surface integral to be zero implies that

[tex]\int dV \;\nabla \phi \nabla \psi = -\int dV \;\phi \nabla^2 \psi[/tex]

and so in this example, one can extend that to 4D and take the volume boundary term to zero
 
"Partially integrating" means here that you use partial differentation to rewrite the integrand.

Here the relevant term becomes

[tex] \int_{\Omega} \partial \phi \partial \phi = \int_{\Omega} \partial(\phi\partial\phi) - \int_{\Omega} \partial^2 \phi[/tex]

The first term on the RHS becomes

[tex] \int_{\Omega} \partial(\phi\partial\phi) = \int_{\partial\Omega} \phi\partial\phi[/tex]

by Stokes theorem. Imposing boundary conditions, this term vanishes.
 
Aha yes. Thank you both.