I need to integrate $x^{2n}+y^{2n}+z^{2n}$ over a sphere of equation $x²+y²+z²=1$.
I have thought of changing the coordinates from cartesian to spherical but I don't know how to deal with the integrant in this case. Or maybe should I divide the integral in three parts? Or even use the vector field $r=(x,y,z)$, but then how?
Any help would be amazing there.
Thank you.
Let $f(x,y,z) = x^{2n} + y^{2n} + z^{2n}$
See $\Delta . f(x,y,z) = i 2n x^{2n -1} + j 2ny^{2n-1} + k2nz^{2n-1} = A$ (Let us write down)
Your $S(x,y,z) = x^{2} + y^{2} + z^{2}$
So $\Delta S = 2xi + 2yj + 2zk$
Unite normal vector to the given surface is $n = \frac{2xi + 2yj+ 2zk}{\sqrt{4x^2 + 4y^2 + 4z^2}} = \frac{xi + yj+ zk}{r}$
Now see $A.n = \frac{2n}{r}f(x,y,z)$. Calculate, very easy.
Thus $f = \frac{r}{2n} A.n$.
Now intrgrate.
$$\int \int_S f.dS = \int \int \int_V \Delta. A dV = 0$$
as divergence (Gradient $\phi$) = 0, for a scaler valued function and here $\phi = f$
Please edit typesetting of the answer.