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