Calculating Inverse Laplace Using Convolutions

  • Thread starter Thread starter ColdFusion85
  • Start date Start date
  • Tags Tags
    Inverse Laplace
ColdFusion85
Messages
141
Reaction score
0

Homework Statement



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

L=\frac{1}{s^2 + 16}e^{-2s}

Homework Equations


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

The Attempt at a Solution


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

My question is, how do I evaluate that integral? I know that when you have the delta function, e.g. \delta(t-2) 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?
 
\int f(x)\delta(x-a) dx= f(a)
as long as the interval of integration includes x= a and is 0 if it doesn't. It doesn't have to be from -\infty to \infty

In particular, with a variable upper limit (and assuming a> x0),
\int_{x_0}^t f(x)\delta(x-a) dx
is the function that is 0 if t< a, f(a) if t\ge a.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top