Given that $Z\sim N(0,1), Y \sim \chi^2_{v}$, and assuming that $Z, Y$ are independent, we define $W=\frac{Z}{\sqrt{Y}}$.
I aim to find $E(W)$ and $Var(W)$, with possible defining of $v$.
Finding $E(W)$ was a cinch; $E(W) = E(Z)E(\frac{1}{\sqrt{Y}}) = 0\cdot E(\frac{1}{\sqrt{Y}}) = 0.$
Finding the variance is a bit tricky, and I got up to this certain point:
$Var(W)=E(W^2)-[E(W)]^2=[Var(Z)+(E(Z))^2]E(\frac{1}{Y})=E(\frac{1}{Y}).$
From the obtained expected value above, how am I able to derive the variance?