Problem
Suppose random variables $X$ and $Y$ are independent, and $X$ has a half-Gaussian distribution with $\mu=0$ and $\sigma^2=1$, $Y$ has a Rayleigh distribution with unknown $b$. Then what is the distribution of $Z=XY$
What I have Done
This question seems to be pretty straightforward but I got stuck halfway.
Obviously $f_X(x)=\frac{2}{{\sqrt{2 \pi}}}\exp(-\frac{x^2}{2})\ (x>0)$ and $f_Y(y)=\frac{y^2}{b^2}\exp(-\frac{y^2}{2b^2})$. Then $$ f_Z(z)=f_{XY}(x,y)=f_X(x)f_Y(y)=\frac{2y^2}{\sqrt{2 \pi}b^2}\exp(-\frac{1}{2}(\frac{y^2}{b^2}+x^2)) $$
I got stuck right here. I do not know what to do next since it seems that I could not transform the form with both $x$ and $y$ into the one with merely $z$.
Could anyone help me, thank you in advance.