Laplace Transforms e st f ( t ) dt . Definition 1 (Laplace - - PDF document

laplace transforms
SMART_READER_LITE
LIVE PREVIEW

Laplace Transforms e st f ( t ) dt . Definition 1 (Laplace - - PDF document

Laplace Transforms e st f ( t ) dt . Definition 1 (Laplace Transform) . L [ f ( t )] = 0 Well often write Y ( s ) = L [ y ( t )]. Because e st = 1 e st is very small is s > 0 and t is large, the Laplace Transform will be


slide-1
SLIDE 1

Laplace Transforms

Definition 1 (Laplace Transform). L[f(t)] = ∞ e−stf(t) dt. We’ll often write Y (s) = L[y(t)]. Because e−st = 1 est is very small is s > 0 and t is large, the Laplace Transform will be defined, for large enough s, for almost all functions we run across.

Algebraic Properties of Laplace Transforms

The algebraic properties of Laplace Transforms are key to their use in solving differential equations. Laplace Transforms are linear: L[f ± g] = L[f] ± L[g] L[cf] = cL[f]

Transforms of Derivatives

The real key is the Laplace Transform of a derivative can be ex- pressed in terms of the Laplace Transform of the original function: L dy dt

  • = sL[y] − y(0)

This may be proven from the definition of the Laplace Transform if we integrate by parts:

Transforms of Derivatives

L dy dt

  • =

∞ e−stdy dt dt = ∞

t=0

e−st dy = limu→∞e−sty(t)

  • u

− ∞ y(t)(−s)e−st dt = limu→∞ y(u)e−su − y(0)e0 + s ∞ y(t)e−st dt = 0 − y(0) + sL[y] = sL[y] − y(0) This can be used to obtain a formula for the Laplace Transform of any order derivative in terms of the Laplace Transform of the original function.

Transforms of Higher Order Derivatives

Suppose we apply the formula L[y′] = sL[y] − y(0) to find L[y′′]: L[y′′] = sL[y′] − y′(0) = s(sL[y] − y(0)) − y′(0) = s2L[y] − sy(0) − y′(0) We can apply the formula above to find the Laplace Transform for the third derivative:

1

slide-2
SLIDE 2

2

L[y′′′] = sL[y′′] − y′′(0) = s(s2L[y] − sy(0) − y′(0)) − y′′(0) = s3L[y] − s2y(0) − sy′(0) − y′′(0) This can be parlayed into a more general formula: L[y(n)] − snL[y] − sn−1y(0) − sn−2y′(0) − · · · − sy(n−2)(0) − y(n−1)(0)

Solving Differential Equations

We can use the properties of Laplace Transforms along with tables for transforms of standard functions to solve a variety of linear differential equations with constant coefficients, including differential equations containing initial conditions. Given a differential equation of the form

n

  • i=0

aiy(n−i) = g(t), we write L n

  • i=0

aiy(n−i)

  • = L[g(t)].

Using the properties of Laplace Transforms, this becomes a linear equation in L[y]. We can solve it for L[y] and then find a function having that as its Laplace Transform. That function will be a solution

  • f the differential equations satisfying the given initial conditions.

Example

Consider a mass-spring system with a mass of 2, spring constant 4, and forcing function g(t) =

  • 1

when 0 ≤ t ≤ 1

  • therwise.

Suppose also we have initial conditions x(0) = 1, dx dt

  • t=0

= 0. We may write g(t) = u0(t) − u1(t), so we may write the differential equation as 2x′′ + 4x = u0(t) − u1(t). Applying the Laplace Transform, we get: L[2x′′ + 4x] = L[u0(t) − u1(t)] 2L[x′′] + 4L[x] = L[u0(t)] − L[u1(t)] Writing X = L[x], we get 2[s2X − sx(0) − x′(0)] + 4X = 1 s − e−s s 2[s2X − s · 1 − 0] + 4X = 1 s − e−s s 2s2X − 2s + 4X = 1 s − e−s s 2s2X + 4X = 1 s − e−s s + 2s 2(s2 + 2)X = 1 s − e−s s + 2s

slide-3
SLIDE 3

3

X = 1 2 1 s(s2 + 2) − 1 2 e−s s(s2 + 2) + s s2 + 2. We thus have solution x(t) = 1 2L−1

  • 1

s(s2 + 2)

  • − 1

2L−1

  • e−s

s(s2 + 2)

  • + L−1
  • s

s2 + 2

  • .

Using Partial Fractions, we calculate 1 s(s2 + 2) = 1 2 1 s − s s2 + 2

  • , so

x(t) = 1 2L−1 1 2 1 s− s s2 + 2

  • −1

2L−1 1 2 e−s s − se−s s2 + 2

  • +L−1
  • s

s2 + 2

  • x(t) = 1

4L−1 1 s

  • +3

4L−1

  • s

s2 + 2

  • −1

4L−1 e−s s

  • +1

4L−1 e−ss s2 + 2

  • Using the table of Laplace Transforms,

L−1 1 s

  • = 1

L−1

  • s

s2 + 2

  • = cos(

√ 2t) L−1 e−s s

  • = u1(t)

L−1 e−ss s2 + 2

  • = u1(t)f(t−1), where f(t) = cos(

√ 2t), so L−1 e−ss s2 + 2

  • =

u1(t) cos( √ 2(t − 1)). We thus get: x(t) = 1 4 · 1 + 3 4 cos( √ 2t) − 1 4u1(t) + 1 4u1(t) cos( √ 2(t − 1)) = 1 4 + 3 4 cos( √ 2t) − 1 4u1(t) + 1 4u1(t) cos( √ 2(t − 1)).