Question
Let $X$ and $Y$ be independent standard normals. Use characteristic functions to find the distribution of $X/Y$.
My attempt
We will attempt to show that $Ee^{itX/Y}=e^{-|t|}$ (the c.f. of a Cauchy random variable) from which the claim will follow. To this end, note that $$ Ee^{itX/Y}=\int\frac{1}{\sqrt{2\pi}}e^{-y^2/2}\int e^{itx/y}\frac{1}{\sqrt{2\pi}}e^{-x^2/2}\, dx\, dy=\int \frac{1}{\sqrt{2\pi}}e^{-y^2/2}\exp\left(-\frac{t^2}{2y^2}\right)\, dy $$ where we used the fact that $Ee^{it X}=\exp(-0.5t^2)$. We can write it as $$ Ee^{itX/Y}=\int \frac{1}{\sqrt{2\pi}}\exp\left(-\frac{1}{2}\left[\frac{t^2}{y^2}+y^2\right]\right)\, dy. $$ But at this point I don't know how to evaluate the integral. I tried completing the square in the exponent but I couldn't make progress from there.
Any help is appreciated.