How to find inverse Laplace transform?

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
3 replies · 2K views
matematikuvol
Messages
190
Reaction score
0

Homework Statement


Find inverse Laplace transform
[tex]\mathcal {L}^{-1}[\frac{1}{(s^2+a^2)^2}][/tex]

Homework Equations


The Attempt at a Solution


I try with theorem
[tex]\mathcal{L}[f(t)*g(t)]=F(s)G(s)[/tex]
So this is some multiple of
[tex]\mathcal{L}[\sin at*\sin at][/tex]
So [tex]\mathcal {L}^{-1}[\frac{1}{(s^2+a^2)^2}]=\propto \sin at*\sin at[/tex]
Or
[tex]\mathcal {L}^{-1}[\frac{1}{(s^2+a^2)^2}]=\propto \int^t_0\sin aq \sin(at-aq)dq[/tex]
Is there some easier way?
Tnx for answer.
 
Physics news on Phys.org
matematikuvol said:

Homework Statement


Find inverse Laplace transform
[tex]\mathcal {L}^{-1}[\frac{1}{(s^2+a^2)^2}][/tex]


Homework Equations





The Attempt at a Solution


I try with theorem
[tex]\mathcal{L}[f(t)*g(t)]=F(s)G(s)[/tex]
So this is some multiple of
[tex]\mathcal{L}[\sin at*\sin at][/tex]
So [tex]\mathcal {L}^{-1}[\frac{1}{(s^2+a^2)^2}]=\propto \sin at*\sin at[/tex]
Or
[tex]\mathcal {L}^{-1}[\frac{1}{(s^2+a^2)^2}]=\propto \int^t_0\sin aq \sin(at-aq)dq[/tex]
Is there some easier way?
Tnx for answer.

(1) Don't just say "some multiple"; give the exact factor---it matters a lot!
(2) Just do the convolution integral; it is about as easy a way as any (other than using tables or a computer algebra package).
 
[tex]\sin at*\sin at=\int^t_0\sin aq\sin (at-aq)dq=\int^t_0\sin aq(\sin at\cos aq-\sin aq\cos at)dq[/tex]
So we have to solve to different integrals
[tex]\sin at\int^t_0 \sin aq \cos aqdq=\frac{1}{2}\sin^3 at[/tex]
and
[tex]\cos at\int^t_0 \sin^2 aqdq=\cos at\int^t_0\frac{1-\cos 2aq}{2}dq=\frac{1}{2}t\cos at-\frac{1}{4a}\sin 2at[/tex]
So
[tex]\sin at*\sin at=\frac{1}{2}\sin^3 at+\frac{1}{2}t\cos at-\frac{1}{4a}\sin 2at[/tex]
Laplace transform od ##\sin at## is ##\frac{a}{s^2+a^2}##.
So
[tex]\mathcal{L}[\sin at*\sin at]=\frac{a^2}{(s^2+a^2)^2}[/tex]
So
[tex]\mathcal{L}^{-1}[\frac{1}{(s^2+a^2)^2}]=\frac{1}{a^2}(\frac{1}{2}\sin^3 at+\frac{1}{2}t\cos at-\frac{1}{4a}\sin 2at)[/tex]
Is that correct? Is there some easier way to do it? Tnx for the answer.
 
matematikuvol said:
[tex]\sin at*\sin at=\int^t_0\sin aq\sin (at-aq)dq=\int^t_0\sin aq(\sin at\cos aq-\sin aq\cos at)dq[/tex]
So we have to solve to different integrals
[tex]\sin at\int^t_0 \sin aq \cos aqdq=\frac{1}{2}\sin^3 at[/tex]
and
[tex]\cos at\int^t_0 \sin^2 aqdq=\cos at\int^t_0\frac{1-\cos 2aq}{2}dq=\frac{1}{2}t\cos at-\frac{1}{4a}\sin 2at[/tex]
So
[tex]\sin at*\sin at=\frac{1}{2}\sin^3 at+\frac{1}{2}t\cos at-\frac{1}{4a}\sin 2at[/tex]
Laplace transform od ##\sin at## is ##\frac{a}{s^2+a^2}##.
So
[tex]\mathcal{L}[\sin at*\sin at]=\frac{a^2}{(s^2+a^2)^2}[/tex]
So
[tex]\mathcal{L}^{-1}[\frac{1}{(s^2+a^2)^2}]=\frac{1}{a^2}(\frac{1}{2}\sin^3 at+\frac{1}{2}t\cos at-\frac{1}{4a}\sin 2at)[/tex]
Is that correct? Is there some easier way to do it? Tnx for the answer.

[tex]\frac{1}{s^2+a^2} \leftrightarrow \frac{1}{a} \sin(a t)[/tex]
so
[tex]\frac{1}{(s^2+a^2)} \leftrightarrow \frac{1}{a^2} \int_0^t \sin(ay) \sin(a(t-y)) \, dy<br /> = \frac{1}{2a^3} \sin(at) -\frac{1}{2a^2} t \cos(a t).[/tex]
I took the lazy way out and just used the computer package Maple 11. You could also use Wolfram Alpha, which is free for use.