Volume of a particular $n$-dimensional region

29 Views Asked by At

What is the $n$-dimensional volume of the region $\{ x \in \mathbb{R}^n|x_i \geq 0$ for all $i = 1,...,n$ and $x_1 + ... + x_n ≤ 1 \}$

I'm thinking of using a recurrence relation but I don't know how to start.

1

There are 1 best solutions below

0
On BEST ANSWER

Look at the volume in 3D to see how to perform the integral:

enter image description here

$$V = \int\limits_{x_1=0}^1 d x_1 \int\limits_{x_2 =0}^{1-x_1} dx_2 \cdots \int\limits_{x_n = 0}^{1 - x_1 - x_2 - \cdots - x_{n-1}} dx_n$$