I want to change a integral over the ball $B(x,r)\in\mathbb{R}^n$ (with center in $x\in\mathbb{R}^n$ and radius r>0) to the unit ball $B(0,1)$.
The integral is: $\displaystyle\int_{\partial B(x,r)}u\;dS(y)$
Let $y:=x+rz$- The jacobian of this transformation is: $r^n$.
In addition,
$y\in\partial B(x,r)\Leftrightarrow |x-y|=r\Leftrightarrow |x-(x+(x+rz))|=r\Leftrightarrow |z|=1\Leftrightarrow z\in\partial B(0,1)$.
With this:
$\boxed{\displaystyle\int_{\partial B(x,r)}u\;dS(y)=r^n\int_{\partial B(0,1)}u(x+rz)\;dS(z)}$
Is this ok?
Thanks!
===============================================
P.D. (edit 1)
I calculated the jacobian as follow:
$y=x+rz\Leftrightarrow\left\{\begin{array} yy_1=x_1+rz_1\\ y_2=x_2+rz_2\\ \vdots \\ y_n=x_n+rz_n\end{array}\right.$
Then, calculating the partial differentials I obtain the jacobian:
$J=\left|\begin{array}{cccc}r&&&\\ &r&&\\ \vdots&&&\\ &&&r\end{array}\right|=r^n$
What is wrong here?