If U and V are independent normal random variables, each having mean 0 and variance 1, and if $$W={U\over V}$$ Use a conditioning argument, or otherwise, so that for any $w ∈ \mathbb{R}$ express the quantity $F_W (w) = \mathbb{P} [W ≤ w]$ as an integral.
Would I be correct with the solution $F_W (w) = \mathbb{P} [W ≤ w] = \int_0^1{F_V (wv)dv}$?
$$F_W(w)=\mathbb P[W<w]=\iint_{u/v\le w}f_U(u)f_V(v)\,du\,dv$$ The inequality $u/v\le w$ is equivalent to $u\ge vw$ for $v<0$ and to $u\le vw$ for $v>0$. Split outer integral into two integrals: $$\tag{*}\label{*}F_W(w)=\int_{-\infty}^{0}\int^{\infty}_{vw}f_U(u)f_V(v)\,du\,dv+\int_{0}^{\infty}\int_{-\infty}^{vw}f_U(u)f_V(v)\, du \,dv$$ $$F_W(w)=\int_{-\infty}^{0}(1-F_U(vw))f_V(v)\,dv+\int_{0}^{\infty}F_U(vw)f_V(v)\, dv$$ We then can use the symmetry of standard normal distribution $F_U(x)=1-F_U(-x)$ and rewrite $$F_W(w)=\int_{-\infty}^{0}F_U(-vw)f_V(v)\,dv+\int_{0}^{\infty}F_U(vw)f_V(v)\, dv$$ Replacement $-v=\nu$ in the first integral leads to $$F_W(w)=\int^{\infty}_{0}F_U(\nu w)f_V(\nu)\,d\nu+\int_{0}^{\infty}F_U(vw)f_V(v)\, dv=2\int_{0}^{\infty}F_U(vw)f_V(v)\, dv$$
Let us also find pdf of $U/V$ in general case. Start with (\ref{*}) and change variables in both inner integrals: $u\mapsto t$ s.t. $u=tv$. Keep in mind that $v<0$ inside the first inner integral and $v>0$ in the second one. $$F_W(w)=\int_{-\infty}^{0}\int^{-\infty}_{w}f_U(tv)f_V(v)v\,dt\,dv+\int_{0}^{\infty}\int_{-\infty}^{w}f_U(tv)f_V(v)v\, dt \,dv=$$ $$\int_{-\infty}^{0}\int_{-\infty}^{w}f_U(tv)f_V(v)|v|\,dt\,dv+\int_{0}^{\infty}\int_{-\infty}^{w}f_U(tv)f_V(v)|v|\, dt \,dv = \int_{-\infty}^{\infty}\int_{-\infty}^{w}f_U(tv)f_V(v)|v|\, dt \,dv$$ Switch the order of integration by Tonelli theorem for non-negative functions and get $$F_W(w)= \int_{-\infty}^{w} \underbrace{\int_{-\infty}^{\infty}f_U(tv)f_V(v)|v|\, dv}_{f_{U/V}(t)} \,dt.$$