MATH 308 Lecture 20

From Notes
Jump to navigation Jump to search

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

Lecture Notes


Section 6.2

Exercise 11

y+3ty6y=1y(0)=0y(0)=0

No way to solve this... until now.

{y}+3{ty}6{y}={1}s2{y}y(0)sy(0)+3(dds({y}))6{y}=1s(s29){y}3sdds{y}=1s

Notice that we have a differential equation: let Y(s)={y}(s)

3sY(s)+(s29)Y(s)=1sY(s)s293sY(s)=13s2μ(s)=es293sds=s3es26dds(s3es26Y(s))=13ses26s3es26Y(s)=es26+CY(s)=es26s3es26+Ces26s3

C must be 0 since {y} must converge to 0 when s approaches infinity.

{y}=Y(s)=1s3=12{t2}y=t22

This solution satisfies the initial conditions and the differential equation.

Section 6.3

Lecture Notes


Heaviside Function

The unit step function or Heaviside function is the function uc defined by

uc(t)={0t<c1tcc0

Application: string suddenly breaks in a physics problem.

Exercise 1

Sketch graph of g(t)=u2(t)+3u4(t)7u5(t)

in Maple:

> restart: with(plots): with(plottools):
> u := (s,t) -> piecewise(t<s, 0, t>=s, 1):
> plot(u(2,t) + 3*u(4,t) - 7*u(5,t), t=0..10, discont=true);


Sketch graph of h(t)=(t1)u2(t)+2(t3)u3(t)


Exercise 2

Express the following functions in terms of step functions:

f(t)={t0t<31t3t<5t25t<63t6

Something happens at t={3,5,6}, so we can use uc(t) to "turn on" different parts of the function at each "action" point.

f(t)=A+Bu3(t)+Cu5(t)+Du6(t)

  • Between 0 and 3, f(t)=t, so A=t
  • Between 3 and 5, f(t)=1t, so B=12t
  • Between 5 and 6, f(t)=t2, so C=t2+t1
  • After 6, f(t)=3, so D=3t2

f(t)=t+(12t)u3(t)+(t2+t1)u5(t)+(3t2)u6(t)


Theorem 6.3.1

If F(s)={f(t)} exists for s>a0, and if c is a positive constant, then

{uc(t)f(tc)}=ecs{f(t)}=ecsF(s)s>a

Conversely, if f(t)=1{F(s)}, then

uc(t)f(tc)=1{ecsF(s)}

Exercise 3

Find the Laplace transform of the function

f(t)={0t<πtπpit2π0t2π=(tπ)uπ(t)+(πt)u2π(t){f(t)}={(tπ)uπ(t)}+{(πt)u2π}{(tπ)uπ(t)}=eπs{g(t)}g(t)=tg(tπ)=tπ{(πt)u2π}=e2πs{h(t)}h(t2π)=πt=π(t2π+2π)=(t2π)πh(T)=Tπ{f(t)}=eπs{t}+e2πs{tπ}