Is the Convolution of Two Gaussians Always a Gaussian?

  • Thread starter Thread starter nshiell
  • Start date Start date
  • Tags Tags
    Convolution
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
5 replies · 16K views
nshiell
Messages
9
Reaction score
0
I've read on a bunch of websites that the convolution of two gaussians produces another gaussian however I have not seen this integration worked out. I am working on an integral which has a similar form as this convolution so it would be a great help too see. Does anyone know a book or website or wants to type out the answer for me? Thanks a lot.

Nicholi.
 
Physics news on Phys.org
nshiell said:
Does anyone know a book or website or wants to type out the answer for me?
Nicholi.

Could you not write out the convolution explicitly (even for two standard gaussians) ?
 
int(exp(-x^2)*exp(-(r-x)^2))dx

there is the limits are +/- infinity
 
You can use another method for this:

[tex]\exp\left[ -x^2 \right] \exp\left[ -(r-x)^2 \right] = <br /> \exp\left[ -2 x^2 + 2 r x - r^2 \right] = <br /> \exp\left[ -2 (x + r/2)^2 \right] \exp\left[ - r^2 / 2 \right][/tex]
where the last term does not depend on x and the first one is just another Gaussian, but centered around a different point.
 
CompuChip said:
You can use another method for this:

[tex]\exp\left[ -x^2 \right] \exp\left[ -(r-x)^2 \right] = <br /> \exp\left[ -2 x^2 + 2 r x - r^2 \right] = <br /> \exp\left[ -2 (x + r/2)^2 \right] \exp\left[ - r^2 / 2 \right][/tex]
where the last term does not depend on x and the first one is just another Gaussian, but centered around a different point.

This only shows c) here below.

Another argument, besides direct computation, is by standard properties of Fourier transform:
a) Fourier transform of a gaussian is a gaussian
b) Fourier transform of convolution product = pointwise product of Fourier transforms (up to choice of normalisation)
c) pointwise product of gaussians is gaussian.
d) inverse Fourier transform of a gaussian is gaussian.