MATH 308 Lecture 25

From Notes
Jump to navigation Jump to search

« previous | Monday, March 25, 2013 | next »

Lecture Notes


Convolution Function

Defined

(f*g)(t)=0tf(tv)g(v)dv=0tf(u)g(tu)du
  • It is associative, so f*g=g*f
  • It is distributive, so (f*(g(t)+ah(t)))(t)=(f*g)(t)+a(f*h)(t)
  • f*0(t)=0

Example

f(t)=et, and g(t)=sin(3t):

(f*g)(t)=0tetvsin3vdv=0tetsin(3(tv))dv


f(t)=t2, and g(t)=1

(f*g)(t)=0tv21dv=t33


Theorem 6.6.1

{f*g}={f}{g}

So finding the inverse Laplace transform of 1(s7)9(s2+4) is equivalent to finding the convolution (t8e7t)*(sin2t)8!2

Exercises

  1. 1{1(s1)(s2+9)}=et*sin3t3
  2. {g(t)}=G(s), F(s)=G(s)1s2+1={g(t)*sint}

Exercise 3

Find Laplace transforms of

  1. f(t)=0t(tv)3sin2vdv=t3*sin2t, so {f(t)}=6s42s2+4=12s4(s2+4)
  2. g(t)=0tevtcosvdv=et*cost, so {g(t)}=ss2+11s+1=s(s2+1)(s+1)

Solving Differential Equations

Find the solution to y+ω2y=g(t) when y(0)=0 and y(0)=1.

Take Laplace transform of both sides:

s2{y}y(0)sy(0)+ω2{y}={g(t)}

Solve for {y}:

{y}={g(t)}s2+ω2+1s2+ω2

So the solution is

y=g(t)*sinωtω+sinωtω

Find the solution to y+3y+2y=cosat when y(0)=1 and y(0)=0

We can solve this using two methods: undetermined coefficients and variation of parameters. Let's try to use Laplace transforms:

s2{y}y(0)sy(0)+3{y}3y(0)+2{y}=ss2+a2

Solve for {y}:

{y}=s(s2+a2)(s2+3s+2)+s+3s2+3s+2=(ss2+a)(1s2+3s+2)+s+3(s+2)(s+1)={cosat}{e2t}{et}+s+3(s+2)(s+1)={cosat}{e2t}{et}1s+2+21s+1

And then take the inverse Laplace transform:

(out of time)