twoflower
- 363
- 0
Hi,
I'm having a trouble doing this:
Compute volume of the solid
<br /> T = \left\{[x,y,z] \in \mathbb{R}^3; x \geq 0, y \geq 0, 0 \leq z \leq 1 - x - y\right\}<br />
First I need to express bounds for x and y, for z I have it already. So because
<br /> 0 \leq z \leq 1 - x - y<br />
then
<br /> 0 \leq x \leq 1 - z - y<br />
and also
<br /> 0 \leq y \leq 1 - z - x<br />
But that's probably not the right approach, because evaluating integral
<br /> \iiint_{T}\ dx\ dy\ dz = \int_{0}^{1-z-x}\int_{0}^{1-z-y}\int_{0}^{1-x-y}\ dz\ dx\ dy<br />
still lefts me with some z and x variables at the end...
Will somebody point me to the right direction?
Thank you.
I'm having a trouble doing this:
Compute volume of the solid
<br /> T = \left\{[x,y,z] \in \mathbb{R}^3; x \geq 0, y \geq 0, 0 \leq z \leq 1 - x - y\right\}<br />
First I need to express bounds for x and y, for z I have it already. So because
<br /> 0 \leq z \leq 1 - x - y<br />
then
<br /> 0 \leq x \leq 1 - z - y<br />
and also
<br /> 0 \leq y \leq 1 - z - x<br />
But that's probably not the right approach, because evaluating integral
<br /> \iiint_{T}\ dx\ dy\ dz = \int_{0}^{1-z-x}\int_{0}^{1-z-y}\int_{0}^{1-x-y}\ dz\ dx\ dy<br />
still lefts me with some z and x variables at the end...
Will somebody point me to the right direction?
Thank you.