I have $X$, $Y$ random variables with joint density function $$f_{X,Y}(x,y)=\begin{cases}8xy,& 0<x<y<1\\0,& \text{otherwise}.\end{cases}$$ The region is a triangle.
a) Find $f_X$, $f_Y$ the marginal density functions.
I got this:
$f_X(x)=\int_{-\infty}^{\infty} f_{X,Y}(x,y)dy=\int_{x}^{1}8xydy=4x(1-x^2)$
$f_{Y}(y)=\int_{-\infty}^{\infty} f_{X,Y}(x,y)dx=\int_{0}^{y}8xydx=4y^3$
Question I
Are right the integral limits in $f_{Y}$? I'm not sure because I don't know if I should keep the condition of $x<y<1$ or should I just take $0<y<1$
b) Find $F_{X,Y}(x,y)$, $F_X$, $F_Y$.
REALLY ANNOYING QUESTION
I got $F_{X,Y}(x,y)= 2x^2y^2-x^4$, and I know that $F_{X}(x)=lim_{y \rightarrow \infty}F_{X,Y}(x,y) $
but $F_{X,Y}(x,y)=0$ if $(x,y)$ is not in the triangle and when y tends to infinity, (x,y) is not in the triangle so F=0!
I get a result by integrating $f_y$ but I want to know how to do it with the limit method.
Thanks in advance.