Vector analysis: \nabla applied on integral?

Gerenuk
Messages
1,027
Reaction score
5
Is it possible to simply or rewrite
<br /> \nabla_{\vec{r}}\iiint\frac{f(\vec{r}\,&#039;)\mathrm{d}\vec{r}\,&#039;}{4\pi|\vec{r}-\vec{r}\,&#039;|}<br />
<br /> \nabla_{\vec{r}}\times\iiint\frac{\vec{A}(\vec{r}\,&#039;)\mathrm{d}\vec{r}\,&#039;}{4\pi|\vec{r}-\vec{r}\,&#039;|}<br />
?

What's a good reference (internet, book) to learn this sort of vector analysis?
 
Physics news on Phys.org
If the function is sufficiently well-behaved, you can put the nabla under the integral sign.
 
Gerenuk said:
Is it possible to simply or rewrite
<br /> \nabla_{\vec{r}}\iiint\frac{f(\vec{r}\,&#039;)\mathrm{d}\vec{r}\,&#039;}{4\pi|\vec{r}-\vec{r}\,&#039;|}<br />
<br /> \nabla_{\vec{r}}\times\iiint\frac{\vec{A}(\vec{r}\,&#039;)\mathrm{d}\vec{r}\,&#039;}{4\pi|\vec{r}-\vec{r}\,&#039;|}<br />
?

Yes.

What's a good reference (internet, book) to learn this sort of vector analysis?

I would like to know too :redface: So far I've been collecting information from quite random sources.

Those equations look like they could be related to electromagnetism. I'm not sure if this is the case, but anyway, notably large portion of information sources that deal with concrete and useful formulas, are some kind of "methods for physicists" things. I don't know what kind of info you are after. The physicists' stuff isn't rigor enough for my taste at least.

Last month somebody asked about when the order of differentiation and integration can be changed, and I gave a rather detailed answer to it here: interchanging limits and differentiation/integration If you have not yet got introduced into real analysis, it could be that my post there is too heavy, but anyway... you should now that sometimes you can change the order of integration and differentiation, and sometimes you cannot.

mathman said:
If the function is sufficiently well-behaved, you can put the nabla under the integral sign.

hmhmhmhmhmhmmh... yeeaaah... well I think it is so, but that's a little bit dangerous. For example \nabla^2 would not commute with the integration!

This is a very useful trick, which should be remembered: Sometimes it happens that you have such functions f,g that you cannot change the order of integration and differentiation in the expression

<br /> D_x \int dy\; f(y)g(x-y),<br />

but it turns out that you can change the order, if you first perform a suitable change of variable in the integral, and write it like this

<br /> D_x \int du\; f(x-u)g(u) = \int du\; \big(D_x f(x-u)\big)g(u).<br />

The first expression in the original post can be written like this

<br /> \int d^3r&#039;\;\frac{1}{4\pi} \frac{f(r-r&#039;)}{\|r&#039;\|}<br />

and it could be useful when differentiating with respect to the r.

This is all related to a formula

<br /> \nabla_x\cdot\frac{x-x&#039;}{\|x-x&#039;\|^3} = 4\pi\delta^3(x-x&#039;).<br />

A one possible more rigor formulation of this would be a formula

<br /> \int d^3x\; \big(\nabla f(x)\big)\cdot \frac{x-x&#039;}{\|x-x&#039;\|^3} = -4\pi f(x&#039;)<br />

for suitable test functions f. Some time ago there was a discussion about spins, which slightly got distracted to the use of this delta function formula. I wrote some somewhat rigor stuff back then, so in case you are interested, check the post #37 from the thread What exactly is spin? There the delta function formula was calculated with some particular test function f, but the calculation would work out the same way, if a more arbitrary test function f would have been used.
 
Gerenuk said:
Is it possible to simply or rewrite
?

I just realized I had not read your first sentence very carefully. What does it actually mean? :biggrin: I guess you wrote some correct sentence first, and then started editing it... and edited and posted it at the same time? It happens once in a while...

The question to which I gave the "yes" answer was "is it possible to simply write?".
 
Here's the simplest (to my knowledge) example of the change of variable I talked about:

Consider some differentiable and integrable (over \mathbb{R}) test function f:\mathbb{R}\to\mathbb{R}, which satisfies a condition \lim_{x\to-\infty}f(x)=0, and the step function

<br /> \theta(x) =\left\{\begin{array}{ll}<br /> 1,\quad &amp; x &gt; 0\\<br /> \frac{1}{2},\quad &amp; x=0\\<br /> 0,\quad &amp; x &lt; 0\\<br /> \end{array}\right.<br />

An incorrect calculation:

<br /> D_x\int\limits_{-\infty}^{\infty} dy\; f(y)\theta(x-y) = \int\limits_{-\infty}^{\infty} dy\; f(y)\big(\underbrace{D_x\theta(x-y)}_{=0,\;\textrm{a.e.}}\big) = \int\limits_{-\infty}^{\infty} dy\; 0 = 0<br />

A correct calculation:

<br /> D_x\int\limits_{-\infty}^{\infty} dy\; f(y)\theta(x-y) = D_x\int\limits_{-\infty}^{\infty} du\; f(x-u)\theta(u) = \int\limits_{-\infty}^{\infty} du\; \big(D_x f(x-u)\big)\theta(u) = \int\limits_{0}^{\infty} du\; D_x f(x-u)<br />
<br /> = \int\limits_{0}^{\infty} du\; D_u\big(-f(x-u)\big) = -f(-\infty)+f(x) = f(x)<br />

Then there are some other variants known as "physicists' calculations", of course :wink: But it won't hurt to understand a correct one too.

edit: hmmh.. it could be that this is "too simple" in some way, because the expression could be calculated easily also without the change of variable in the beginning. Anyway, this is an example of how the technique can be used, and there are more complicated examples out there too (like the three dimensional one mentioned in the earlier posts), where the technique cannot be replaced easily with anything else.
 
Last edited:
Back
Top