I think I'm missing something glaringly obvious here that's causing problems for me in the entire subject.
I have two independent standard normal random variables, X and Y ~N(0,1), and I need to find the density of U=Y/X. I start with f(x,y)=$\frac1{2\pi}e^{-x^2/2}e^{-y^2/2}$, then set Y=ux, and take a double integral of that. I'm leaving out my limits of integration, because my problem is that I know that I have to integrate with $\iint$y f(x,y), but I have no idea where that y (which is needed to integrate $e^{-y^2/2}$) comes from. Is this a Jacobian? None of my notes or our textbook mentions any use of a Jacobian in the CDF method. Is this just impossible with the CDF method?