0

How to calculate $\int_{|x| < r} |x|^n dm$? For some $r$, say $r=3$.

There are some simpler integrals here:

Indefinite Integral of Absolute Value of x? Is there a closed form solution?

But this one confuses me a bit, since it has the ball and $n$ which may be even or odd.

And here's a particular answer with this in $\mathbb{R}^n$ case, but it lacks details:

Computing the Lebesgue integral over a ball

mavavilj
  • 7,270

1 Answers1

1

\begin{align*} \int_{|x|<r}|x|^{n}dx=\int_{S^{n-1}}\int_{0}^{r}|\rho\theta|^{n}\rho^{n-1}d\rho d\theta=\omega_{n-1}\int_{0}^{r}\rho^{n}\rho^{n-1}d\rho=\omega_{n-1}\cdot\dfrac{1}{2n}\cdot r^{2n}, \end{align*} where $\omega_{n-1}$ is the surface area of the unit sphere in $\mathbb{R}^{n}$.

user284331
  • 55,591