Question; Given two independent standard normally distributed random variables $X,Y,$ find the cumulative density function of $\frac{X}{Y}.$
My attempt:
Note that \begin{align*} F(x) & = P(\frac{X}{Y}\leq x) \\ & = P(\frac{X}{Y}\leq x | Y >0)P(Y>0) + P(\frac{X}{Y}\leq x | Y<0) P(Y<0) \\ & = \frac{1}{2} \left[ P(X\leq xY | Y >0) + P(X\geq xY | Y<0) \right]. \end{align*} However, I have trouble evaluating $P(X\leq xY | Y >0).$
I know the final answer is that the distribution of $\frac{X}{Y}$ is Cauchy. I am trying to prove it by considering CDF and then differentiating CDF to obtain PDF.