Solved – Determining Independence of two random variables from joint density function

density functionindependencejoint distributionmathematical-statisticsprobability

enter image description here

I know that to determine whether $X$ and $Y$ are independent I have to find the marginal distributions of $X$ and $Y$. I've already found the marginal probability density function $f_Y$, but I'm stuck on integrating the joint pdf with respect to $y$ to get the marginal probability density function $f_X$. I've already entered it into integral calculators and none of them were able to find the integral. Any help would be appreciated!

Best Answer

There is an easier way: $$f_Y(y)=Cye^{-y}\int_0^\infty e^{-x/y}dx=Cy^2e^{-y}$$ And, $$f_{X|Y=y}(x)=\frac{f_{X,Y}(x,y)}{f_Y(y)}=\frac{Cye^{-y-x/y}}{Cy^2e^{-y}}=\frac{1}{y}e^{-x/y}$$

The term $y$ hasn't vanished in the conditional density of $X$; so $f_{X|Y=y}(x)\neq f_X(x)$ in general, which means they're not independent.