This a question from the Stat 134 midterm that ended last week(2021.11.21) at the University of California, Berkeley. I'm not in the class but I'm helping fellow classmates review this midterm (I'm very bad at statistics). Over two days, I could do every question but the very last one. I have changed the variables but left the concept.
Let ${A},{B}\overset{\tt iid}{\sim} \mathcal{N}(0,1)$, ${X}={a}{e}^{A}>{0}$ and ${Y}={b}{e}^{B}>{0}$. What is the density of ${Z}={X}/{Y}$?
I've tried $\texttt{change of variable}$, $\texttt{convolution}$, and $\texttt{CDF}$ I'm just lost.
My $\tt CDF$ approach, which ended up being the correct approach. This was as far as I got before great hints from Minus One-Twelfth
\begin{align*}
{Z}=\frac{X}{Y}=\frac{{a}{e}^{A}}{{b}{e}^{B}}=\frac{a}{b}{e}^{{A}-{B}}
\end{align*}
\begin{align*} {F}_{Z}({z})&= \mathbb{P}({Z}<{z}) \\ &= \mathbb{P}\bigg(\frac{a}{b}{e}^{{A}-{B}}<{z}\bigg) \\ &= \mathbb{P}\bigg({{A}-{B}}<\ln{\frac{b}{a}{z}}\bigg) \end{align*} and this is where I got stuck. Many hours of $\tt convolution$ attempts wore me down
I made an edit to an answer so that the one (Minus One-Twelfth) who gave the hints would get the credit but it got rejected. It took forever to type. I retyped it as an answer...hopefully it doesn't get rejected !! -.-
Thanks,
Jason
Math undergrad
University of California, Berkeley
Assume that $A$ and $B$ are independent random variables.
Note that $Z=X/Y = \frac{ae^{A}}{be^{B}} = \frac{a}{b}e^{A-B}$.
Since $A$ and $B$ are independent $\mathcal{N}(0,1)$, we have that $A-B\sim\mathcal{N}(0,2)$. So $e^{A-B}\sim \textrm{LogNormal}(0,2)$.
Hence $Z$ is $\frac{a}{b}$ times a $\textrm{LogNormal}(0,2)$ random variable. See if you can write out the density of this now.