How do I compute the following:
$\iiint _V (x^{2n} + y^{2n} +z^{2n}) dxdydz$ where $V = \{x^2 +y^2 +z^2 \leq 1\}$?
How do I compute the following:
$\iiint _V (x^{2n} + y^{2n} +z^{2n}) dxdydz$ where $V = \{x^2 +y^2 +z^2 \leq 1\}$?
Copyright © 2021 JogjaFile Inc.
Your question as it stands is likely incorrect. Are you really interested in the cases where $n<0$, for instance??
Assuming $n \geq 1/2$, and using symmetry:
$$8 \int\limits_{x=0}^1 \int\limits_{y=0}^{\sqrt{1-x^2}} \int\limits_{z=0}^{\sqrt{1 - x^2 - y^2}} (x^{2 n} + y^{2 n} + z^{2 n})\ dx\ dy\ dz = \frac{12 \pi }{4 n (n+2)+3}$$,
which is the same as @Quanto's later answer. (Though somehow mine is downvoted.)