Calculating Inverse Laplace Using Convolutions

  • Thread starter Thread starter ColdFusion85
  • Start date Start date
  • Tags Tags
    Inverse Laplace
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
ColdFusion85
Messages
141
Reaction score
0

Homework Statement



We are to use the convolution theorem to compute the inverse Laplace transform of the function

[tex]L=\frac{1}{s^2 + 16}e^{-2s}[/tex]

Homework Equations


Using a table, I find that [tex]L^{-1}[\frac{1}{s^2 + 16}] = \frac{1}{4}sin(4t)[/tex]
and
[tex]L^{-1}[e^{-2s}] = \delta(t-2)[/tex]

The Attempt at a Solution


Using the convolution theorem, [tex]L^{-1}[\frac{1}{s^2 + 16}e^{-2s}] = \int_{0}^{t} \frac{1}{4}sin(4\tau)\delta(\tau-2)d\tau[/tex]

My question is, how do I evaluate that integral? I know that when you have the delta function, e.g. [tex]\delta(t-2)[/tex] times a function f(x), and the limits are negative infinity to infinity, it is just f(2). But what if the limits are 0 to t?
 
Physics news on Phys.org
Can anyone help?
 
[tex]\int f(x)\delta(x-a) dx= f(a)[/tex]
as long as the interval of integration includes x= a and is 0 if it doesn't. It doesn't have to be from [itex]-\infty[/itex] to [itex]\infty[/itex]

In particular, with a variable upper limit (and assuming a> x0),
[tex]\int_{x_0}^t f(x)\delta(x-a) dx[/tex]
is the function that is 0 if t< a, f(a) if t[itex]\ge[/itex] a.