What Happens When a Function is Convolved with a Gaussian PDF?

exmachina
Messages
42
Reaction score
0
I've arrived at the following equation involving the convolution of two functions:

<br /> f(x) = \int_{-\infty}^{\infty} f(t) g(t-x) dt = f(x) \ast g(x)<br />

Where:

<br /> g(z) = e^{-z^2/2}<br />

In other words, a function convoluted with a Gaussian pdf results in the same function.

I've tried taking Fourier transforms, realizing that the FT of a gaussian results in another Gaussian:

<br /> F[f(x)] = F[f(x) \ast g(x)] = F[f(x)] \cdot F[g(x)]<br />

But this results in the F[f(x)] cancelling out, leaving me with just:

<br /> 1 = F[g(x)] = e^{-w^2/2} <br />

Any suggestions?
 
Physics news on Phys.org
What if f=0?
 
Yes that is the trivial solution.

Perhaps this can be casted as an eigenvalue problem - as it seems to imply that the convolution operator (wrt to the gaussian) may have certain eigenvalues and corresponding eigenfunctions f(x) being one of them
 
edit - doh - this obviously implies that f(x) must be equal to 0 (no other solution satisfies:

f(x)=f(x)g(x) unless g(x) = 1, which in this case, it isn't)
 
Back
Top