n-dimensional volume. Need some help.

521 Views Asked by At

For a>0 we define

$\sum_n(a):=\big\{(x_1,...,x_n)\in R^n|x_1\geq 0,...,x_n\geq 0, \sum_{k=1}^nx_k\leq a\big\}$

1.1.: Show that the n-dimensional volume $v_n(\sum_n(a))=\frac{a^n}{n!}$

1.2.: Compute the volume of an object K $\in R^3$, which is enclosed by the planes x=1, y=0, x=y, z=0 and z=$e^{-x^2}$.

1.3.: As the center of gravity of a measurable set $K\in R^n$ with positive volume V we define the point $S=(s_1,...,s_n)$ with $s_k:=\frac{1}{V}\cdot \int_Kx_kd^nx,~~k=1,...,n.$ Compute the center of gravity of the standard simplex $\sum_3(1)\in R^3$ and the hemisphere $\{(x,y,z)|x^2+y^2+z^2 \leq 1, z\geq 0 \} \in R^3$.

Here are my ideas so far:

1.1.: I thought about proving that by induction.

For n=1 I get $x_1\leq a$ and $v_n$ would be a. But I don't see how I should approach n+1. I will try some more later.

1.2.: I tried drawing the space enclosed by those planes but I couldn't get anything out of it. There seems to be no space totally enclosed by it.

1.3.: I am totally clueless here.

1

There are 1 best solutions below

7
On
  1. Just set up the regular integral: $$\int_0^a\int_0^{a-x_1}...\int_0^{a-x_1-x_2-...-x_{n-1}}\,dx_ndx_{n-1}...dx_1\\ =\int_0^a\int_0^{a-x_1}...\int_0^{a-x_1-x_2-...-x_{n-2}}(a-x_1-...x_{n-1})\,dx_{n-1}...dx_1\\ \int_0^a\int_0^{a-x_1}...\int_0^{a-x_1-x_2-...-x_{n-3}}\frac{1}{2}(a-x_1-...x_{n-2})^2\,dx_{n-2}...dx_1\\$$

Can you try from here?

  1. It is a bounded object as below:

enter image description here

Notice that in the $xy$-plane, it is a triangle.

  1. For the simplex, you want to find $(s_1,s_2,s_3)$, where $$s_1=\frac{\iiint_K x\,dzdydx}{V}, s_2=\frac{\iiint_K y\,dzdydx}{V}, s_3=\frac{\iiint_K z\,dzdydx}{V}$$ where $V$ is the volume in $3$D you found from part 1. The integration region $K$ could be set up the same way as in 1, but in $3D$.

For the semisphere, you just need to change the $V$ and $K$ accordingly. Can you try from here?