Difference between revisions of "Convolution Shortcuts"

From PrattWiki
Jump to navigation Jump to search
(Exponential and Shifted Step)
Line 29: Line 29:
 
~&=(u(t-a)) * (e^{-2t}u(t))\\
 
~&=(u(t-a)) * (e^{-2t}u(t))\\
 
~&=\delta(t-a) * u(t) * 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) * \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)\\
 
~&=\delta(t-a) * \left( \frac{1-e^{-2t}}{2}  \right)u(t)\\
 
~&=\left( \frac{1-e^{-2(t-a)}}{2}\right) u(t-a)
 
~&=\left( \frac{1-e^{-2(t-a)}}{2}\right) u(t-a)
 
\end{align}</math></center>
 
\end{align}</math></center>
 
  
 
== Questions ==
 
== Questions ==

Revision as of 13:52, 9 September 2020

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 Other Singularities

\(\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}\)

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