So I have this joint PDF: $$ f(x,y)= \begin{cases} 4xy & \text{ for } 0 \leq x \leq 1, 0\leq y \leq 1\\ 0 & \text{ otherwise} \end{cases} $$
To make this a CDF, I have tried to double integrate the PDF from $-\infty$ to $x$, $-\infty$ to $y$.
$$ F(x,y)= \begin{cases} 0 & \text{ if } x<0\ \text{or}\ y<0\\ x^2y^2 & \text{ if } 0 \leq x\leq1,0 \leq y\leq1 \\ ? & \text{ if } 0 \leq x\leq1,y>1\\ ? & \text{ if } 0 \leq y\leq1,x>1\\ 1 & \text{ if } x>1,y>1 \end{cases} $$
Can someone help me understand exactly what to do for the cases with the question marks? I am unsure of which function to apply the double integral to in order to obtain the result.
Thanks in advance.
An example: $$F(\tfrac13,2)=\iint_{\mathbb R^2}[x\leqslant\tfrac13,y\leqslant2]\,4xy\,[0\leqslant x\leqslant1,0\leqslant y\leqslant 1]\,\mathrm dx\mathrm dy, $$ that is, $$ F(\tfrac13,2)=\iint_{\mathbb R^2}[0\leqslant x\leqslant\tfrac13,0\leqslant y\leqslant1]\,4xy\,\mathrm dx\mathrm dy, $$ and, finally, $$ F(\tfrac13,2)=\left.x^2\right|_{x=0}^{x=1/3}\cdot\left.y^2\right|_{y=0}^{y=1}=\left(\tfrac13\right)^2$$ Thus, your $?$ are $x^2$ and $y^2$ respectively.