Given the function $f(x,y) = 24xy \quad$ for $\quad 0 \le x \le 1 \quad$, $\quad 0 \le y \le 1 \quad$, and $\quad 0 \le x+y \le 1 \quad$.
I want to show that the double integral of the function within the given bounds yields 1.
My bounds are set as the following:
$\int_{0}^{1}\int_{0}^{y}24xy \quad dxdy$.
However, this doesn't yeild 1; the bounds are set incorrectly. How do I go about choosing the correct bounds?
Checking if this integrates to 1 under the correct bounds ($\int_{0}^{1}\int_{0}^{(1-y)}$):
$\int_{0}^{1}\int_{0}^{1-y}24xy \quad dxdy$
=$\int_{0}^{1}(12x^2y\Big|_0^{(1-y)}) \quad dy$
=$\int_{0}^{1}(12(1-y)^2y) \quad dy$
=$\int_{0}^{1}(12y^3-24y^2+12y) \quad dy$
=$(3y^4-8y^3+6y^2)\Big|_0^1$
=$3-8+6$
=$1$
Here is an image of the original question from the text for reference, as some people think the bounds may be erroneous:


You need both $x \leq y$ and $x \leq 1-y$. For $y \leq \frac 1 2 $ this gives $0 \leq x \leq y$ and for $y>\frac 1 2 $ we get $0 \leq x \leq 1-y$. Can you now compute the integral?