Convolution Shortcuts
Jump to navigation
Jump to search
\(\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}\)
\(\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}\)
\(\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}\)
\(\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^{-\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}\)
\(\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}\)
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.
Contents
Convolution with Impulses
Convolution with Other Singularities
Convolution Between Singularity Functions
Convolution Between Exponentials
Examples
Exponential and Shifted Step
Find \(y(t)\) if \(x(t)=u(t-a)\) and \(h(t)=e^{-2t}u(t)\):
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.