I Change of Variables in Double Volume Integral

Click For Summary
The discussion centers on a derivation from Greiner's Classical Electromagnetism regarding the change of variables in a double volume integral. The key point of contention is whether the term 1/|r-z| can be factored out of the integral over r' after substituting z for r''. It is clarified that during the integration with respect to r', z is treated as a constant, allowing for the term to be moved outside the integral. The transformation maintains the independence of the variables r' and z, which is crucial for the validity of the substitution. Ultimately, the integration domain must be adjusted to account for the new variables while ensuring both remain within the volume V.
pherytic
Messages
7
Reaction score
0
In Greiner's Classical Electromagnetism book (page 126) he has a derivation equivalent to the following.
$$\int_V d^3r^{'} \nabla \int_V d^3r^{''}\frac {f(\bf r^{''})}{|\bf r + \bf r^{'}- \bf r^{''}|}$$

$$ \bf z = \bf r^{''} - \bf r^{'} $$

$$\int_V d^3r^{'} \nabla \int_V d^3z \frac {f(\bf z + \bf r^{'})}{|\bf r - \bf z|}$$$$\nabla\int_V d^3z \frac{1}{|\bf r - \bf z|} \int_V d^3r^{'} {f(\bf z + \bf r^{'})}$$

The book says that after the change of variables to z, it is okay to just move the 1/|r-z| term out of the r' integral. But this doesn't make sense to me, given z is still a function of r'. Am I missing something or is this mathematically incorrect?
 
Physics news on Phys.org
The integration with respect to \mathbf{r}' is with \mathbf{z} held constant. You have replaced the independent variables \mathbf{r}' and \mathbf{r}'' with the independent variables \mathbf{r}' and \mathbf{z} by replacing \mathbf{r}'' with \mathbf{r}' + \mathbf{z}. It then makes sense to do the integral over \mathbf{r}' first, precisely because you can regard \|\mathbf{r} - \mathbf{z}\| as constant while doing so. The domain of integration will have changed because we require both \mathbf{r}' \in V and \mathbf{r}' + \mathbf{z} \in V.
 
Thank you, that really helped. If the two original variables are independent wrt each other, that has to still be true after substitution.