bznm
- 181
- 0
Homework Statement
I have found the following exercise just solved, but I haven't understood some steps...
f(t)=\begin {cases}1, t\in [-1,1] \\ 0, t\not \in [-1,1]\end{cases}
We have to do the convolution f*f=\int^{+\infty}_{-\infty}f(\tau)f(\tau)f(t- \tau) d\tau=\int^{+1}_{-1}f(t- \tau) d\tau
2. The suggested solution is:
We know that -1\ge t-\tau \le 1 and -1\ge \tau \le 1
so we can write: f*f=\begin {cases}0, t<-2\\?, t \in[-2,0]\\?,<br /> > t\in[0,2]\\0, t>2 \end {cases}
1) If t<0 \rightarrow t+1>-1 \rightarrow t>-2
Thus f*f=\int_{-1}^{t+1}dt=t+2
2) while if t>0 \rightarrow t+1>-1 \rightarrow t>-2
Thus f*f=\int_{t-1}^{1}dt=2-t
3. My doubts:
1) I don't understand why the last two integrals are in "dt", while in the first integral the integration variable is \tau.. I have thought to a typing error, but I'm not sure
2) I haven't understood in which way the condition on t are chosen (i.e. t<0 \rightarrow t+1>-1, if t>0 \rightarrow t-1<1). They are "true", but I haven't understood why they are put in this way and not in another one.
3) I haven't understood in which way the "extremes" of integration are chosen. I suspect that there is a trick, but I'm not sure..
4) There is another way to carry on the correct result?
A lot of thanks!