Sigurdsson
- 24
- 1
Homework Statement
Calculate the convolution
[tex](\theta \ast \theta)(x)[/tex]
Homework Equations
Convolution is defined as:
[tex](f \ast g)(x) \equiv \int_{-\infty}^{\infty} f(x - y) g(y) \ dy = \int_{-\infty}^{\infty} f(y) g(x-y) \ dy[/tex]
The Attempt at a Solution
I know this is probably easy for many but I'm really baffled with the outcome. Here we go
[tex](\theta \ast \theta)(x) = \int_{-\infty}^{\infty} \theta(x - y) \theta(y) \ dy = \int_{-\infty}^0 \theta(x - y) \underbrace{\theta(y)}_0 \ dy + \int_0^{\infty} \theta(x - y) \underbrace{\theta(y)}_1 \ dy[/tex]
[tex]= \int_0^{\infty} \theta(x - y) \ dy = y \theta(x - y)[/tex]
However my result should be
[tex]= y \theta(y)[/tex]
Gawdemmit, I can't spot my fault here. What am I missing?
Cheers.