Convolution Shortcuts

From PrattWiki
Jump to navigation Jump to search

The following is a list of convolutions that are good to know. In each case, \(f(t)\) represents an arbitrary function while \(a\) and \(b\) represent constants.

Convolution with Impulses

\(\begin{align} \delta(t)*f(t)&=f(t)\\ \delta(t-a)*f(t)&=f(t-a)\\ \delta(t)*f(t-b)&=f(t-b)\\ \delta(t-a)*f(t-b)&=f(t-a-b)\\ \end{align}\)

Convolution with Steps and Ramps

\(\begin{align} u(t)*f(t)&=\int_{-\infty}^{t}f(\tau)~d\tau\\ r(t)*f(t)=u(t)*u(t)*f(t)&=\int_{-\infty}^{t}\int_{-\infty}^{\gamma}f(\tau)~d\tau~d\gamma\\ \end{align}\)

Convolution Between Singularity Functions

\(\begin{align} u(t)*u(t)&=r(t)=tu(t)\\ u(t)*r(t)=u(t)*u(t)*u(t)&=q(t)=\frac{1}{2}t^2u(t)\\ u(t)*q(t)=r(t)*r(t)=u(t)*u(t)*u(t)*u(t)&=\frac{1}{6}t^3u(t)\\ \mbox{equivalent of }n\mbox{ steps convolved together}&=\frac{1}{(n-1)!}t^{n-1}u(t) \end{align}\)

Convolution Between Exponentials

Note - the following work if $$a$$ and/or $$b$$ is 0.

  • Same exponent
\(\begin{align} (e^{-at}\,u(t))*(e^{-at}\,u(t))&=\int_{-\infty}^{\infty} e^{-a\tau}\,u(\tau)\,e^{-a(t-\tau)}\,u(t-\tau)\,d\tau\\ &=u(t)\int_{0}^t e^{-a\tau}\,e^{-a(t-\tau)}\,d\tau=u(t)\int_{0}^t e^{-a\tau}\,e^{-at}\,e^{a\tau}\,d\tau\\ &=e^{-at}u(t)\int_{0}^t e^{-a\tau}\,e^{a\tau}\,d\tau=e^{-at}u(t)\int_{0}^t d\tau\\ &=e^{-at}u(t)\left[ \tau \right]_0^t=e^{-at}u(t)\left[t-0\right]\\ &=t\,e^{-at}\,u(t) \end{align}\)
  • Different exponents
\(\begin{align} (e^{-at}\,u(t))*(e^{-bt}\,u(t))&=\int_{-\infty}^{\infty} e^{-a\tau}\,u(\tau)\,e^{-b(t-\tau)}\,u(t-\tau)\,d\tau\\ &=u(t)\int_{0}^t e^{-a\tau}\,e^{-b(t-\tau)}\,d\tau=u(t)\int_{0}^t e^{-a\tau}\,e^{-bt}\,e^{b\tau}\,d\tau\\ &=e^{-bt}u(t)\int_{0}^t e^{-a\tau}\,e^{b\tau}\,d\tau=e^{-bt}u(t)\int_{0}^t e^{(b-a)\tau}\,d\tau\\ &=e^{-bt}u(t)\left[ \frac{e^{(b-a)\tau}}{b-a}\right]_0^t=e^{-bt}u(t)\left[\frac{e^{(b-a)t}}{b-a}-\frac{1}{b-a}\right]\\ &=\left[\frac{e^{-at}-e^{-bt}}{b-a}\right]\,u(t) \end{align}\)
  • "Single" exponent
\(\begin{align} (e^{-at}\,u(t))*(u(t))&=(e^{-at}\,u(t))*(e^{-0t}\,u(t))\\ &=\left[\frac{e^{-at}-e^{-0t}}{0-a}\right]\,u(t)=\left[\frac{1-e^{-at}}{a}\right]\,u(t) \end{align}\)

Examples

Exponential and Shifted Step

Find \(y(t)\) if \(x(t)=u(t-a)\) and \(h(t)=e^{-2t}u(t)\):

\(\begin{align} y(t)&=x(t)*h(t)\\ ~&=(u(t-a)) * (e^{-2t}u(t))\\ ~&=\delta(t-a) * u(t) * e^{-2t}u(t)\\ ~&=\delta(t-a) * \int_{-\infty}^{t} e^{-2\tau} u(\tau)~d\tau = \delta(t-a) * u(t)\int_{0}^{t} e^{-2\tau} ~d\tau\\ ~&=\delta(t-a) * \left( \frac{1-e^{-2t}}{2} \right)u(t)\\ ~&=\left( \frac{1-e^{-2(t-a)}}{2}\right) u(t-a) \end{align}\)

Questions

Post your questions by editing the discussion page of this article. Edit the page, then scroll to the bottom and add a question by putting in the characters *{{Q}}, followed by your question and finally your signature (with four tildes, i.e. ~~~~). Using the {{Q}} will automatically put the page in the category of pages with questions - other editors hoping to help out can then go to that category page to see where the questions are. See the page for Template:Q for details and examples.

External Links

References