Assuming boundary conditions when integrating by parts

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
1 reply · 3K views
JD_PM
Messages
1,125
Reaction score
156
TL;DR
I want to understand what 'assuming boundary conditions' means in the context of integration by parts technique. I've stumbled upon the same issue twice and I want to understand it once and for all.
Let's present two examples

$$-\frac 1 2 \int d^3x'\big (-i \phi(x', t)\nabla^2\delta^3(x-x') \big )$$

Explicit evaluation of this integral yields

$$-\frac 1 2 \int d^3x'\big (-i \phi( \vec x', t)\nabla'^2\delta^3(\vec x-\vec x') \big ) =\frac{i}{2}\phi(\vec x', t) \nabla' \delta^3(\vec x-\vec x') -\frac{i}{2} \int d^3 x' \nabla' \phi(\vec x', t) \nabla' \delta^3(\vec x-\vec x')$$
$$=\frac{i}{2}\phi(\vec x', t) \nabla' \delta^3(\vec x-\vec x') - \frac{i}{2} \nabla'\phi(\vec x', t) \delta^3(\vec x-\vec x') + \frac{i}{2} \int d^3 x' \nabla'^2 \phi(\vec x', t) \delta^3(\vec x-\vec x')$$

Now ##\frac{i}{2}\phi(\vec x', t) \nabla' \delta^3(\vec x-\vec x'), - \frac{i}{2} \nabla'\phi(\vec x', t) \delta^3(\vec x-\vec x')## terms vanish 'assuming boundary conditions'. I do not quite get this assertion and I'd like to discuss it in further detail.

The other example is this:

$$\int_{\mathbb{R}^{n}} dx \ \partial^{m+1}f(x) \ \varphi (x) = \partial^{m}f(x) \ \varphi (x)+(-1)\int_{\mathbb{R}^{n}} dx \ \partial^{m}f(x) \ \partial \varphi (x)$$

Applying integration by parts ##m## times one gets

$$\int_{\mathbb{R}^{n}} dx \ \partial^{m+1}f(x) \ \varphi (x) =$$

$$=\partial^{m}f(x) \ \varphi (x)-\partial^{m-1}f(x) \ \partial \varphi (x) +...+(-1)^{|m+1|}\int_{\mathbb{R}^{n}} dx \ f(x) \ \partial^{m+1} \varphi (x)$$

Now ##\partial^{m}f(x) \ \varphi (x),-\partial^{m-1}f(x) \ \partial \varphi (x), +...## terms vanish due to the same reason.

This originated from #15 on here.

Thanks :smile:
 
Physics news on Phys.org
It means exactly what it says. Here is an example.

##\int_a^bf(x)g'(x)dx=f(x)g(x)|_a^b-\int_a^bf'(x)g(x)dx=f(b)g(b)-f(a)g(a)-\int_a^bf'(x)g(x)dx##

if at least on of the functions vanishes on the boundary, the first two terms in the last expression will be zero.
 
  • Like
Likes   Reactions: jim mcnamara and JD_PM