Ordinary Differential Equations/Laplace Transform

From testwiki
Revision as of 12:02, 28 April 2016 by imported>Jessepfrancis (Laplace Transform of Few Simple Functions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Definition

Let f(t) be a function on [0,). The Laplace transform of f is defined by the integral

F(s)={f}(s)=0estf(t)dt.

The domain of F(s) is all values of s such that the integral exists.

Existence

Properties

Linearity

Let f and g be functions whose Laplace transforms exist for s>α and let a and b be constants. Then, for s>α,

{af+bg}=a{f}+b{g},

which can be proved using the properties of improper integrals.

Shifting in s

If the Laplace transform {f}(s)=F(s) exists for s>α, then

{eatf(t)}(s)=F(sa)

for s>α+a.

Proof.

{eatf(t)}(s)=0esteatf(t)dt=0e(sa)tf(t)dt=F(sa).

Laplace Transform of Higher-Order Derivatives

If F(s)={f(t)}, then {f(t)}=sF(s)f(0)

Proof:
{f(t)}=0f(t)estdt
=limC0Cf(t)estdt
=limCestf(t)|0C0Csf(t)estdt (integrating by parts)
=f(0)+slimC0Cf(t)estdt
=s{f(t)}f(0)
=sF(s)f(0)

Using the above and the linearity of Laplace Transforms, it is easy to prove that {f(t)}=s2F(s)sf(0)f(0)

Derivatives of the Laplace Transform

If {f(t)}=F(s), then {tf(t)}=F(s)

Laplace Transform of Few Simple Functions

  1. {1}=1s
  2. {eat}=1sa
  3. {cosωt}=ss2+ω2
  4. {sinωt}=ωs2+ω2
  5. {1}=1s
  6. {tn}=n!sn+1

Inverse Laplace Transform

Definition

Linearity

Template:BookCat