Let $X$ and $Y$ be two independent normal distributions with mean $0$ and variance $1$ for simplicity.
I want to find the distribution of $XY$.
Attempt :
$P(XY=w)=\int_{-\infty}^{+\infty}P(X=s)P(Y=\frac{w}{s})ds=\frac{1}{2\pi}\int_{-\infty}^{+\infty}e^{-\frac12s^2-\frac12w^2/s^2}ds$
Using $\int_{-\infty}^{+\infty}e^{-ax^2-b/x^2}dx=\sqrt{\frac{\pi}{a}}e^{-2\sqrt{ab}}$ (Glasser's theorem or variable change)
with $a=\frac12$ and $b=\frac 12w^2$
I obtain :
$P(XY=w)=\frac{1}{\sqrt{2\pi}}e^{-|w|}$
but integrating over $w$ yields $\sqrt{\frac2\pi}\approx0.8<1$
So, which cases am I missing ? Is it because $s=0$ is included and it is illicit ? Even then, I would expect to get something strictly superior to one and not inferior since the integrand is always positive... unless I am missing special cases ?
I know I can find the distribution of $XY$ by a google search, but I'd still like to know where I am making a mistake, so that it doesn't happen again. Sorry if this is trivial, sometimes I just can't see it.
Firstly, your notation is confused. You should not use a probability mass function when you mean a probability density function.
Secondly, the convolution is based on the chain rule of differentiation and the law of total probability.
$$\begin{align}f_{XY}(w) ~&=~ \int_\Bbb R \underset{\text{Jacobian Determinant}}{\underbrace{\left\lVert\frac{\partial(s,w/s)}{\partial (s,w)}\right\rVert} f_X(s)}f_Y(w/s)\operatorname d s \\[1ex] &=~ \frac 1{2\pi} \int_\Bbb R\lvert s^{-1}\rvert \exp(-s^2/2)\exp(-w^2/2s^2)\operatorname d s \\[1ex] &=~\frac 1\pi \int_0^\infty s^{-1}\,\mathsf e^{-(s^2+w^2/s^2)/2}\operatorname d s\end{align}$$
Thirdly, that's not going to resolve into elementary functions.
(Hint Topic: Modified Bessel Function of the Second Kind.)