Laplace Transform. Chapter 4

Size: px
Start display at page:

Download "Laplace Transform. Chapter 4"

Transcription

1 Chapter 4 Laplace Transform It s time to stop guessing solutions and find a systematic way of finding solutions to non homogeneous linear ODEs. We define the Laplace transform of a function f in the following way. Definition 4.. The Laplace transform of f(t), written F(s), is given by (4.) L(f) = e st f(t)dt. That is, the Laplace transform acts on a function, f(t), integrates the t out, and creates function of s, which we denote F(s). Before we see why this is useful, we might want to know if the integral in the definition exists - it is after all an improper integral. We need another definition. Definition 4.2. We say a function f(t) is exponentially bounded or of exponential order if there exists non negative numbers a, k and M such that (4.2) f(t) ke at t M. We want to allow for interesting functions forcing an ODE. Definition 4.3. A function f is said to be piecewise continuous on a bounded interval if it has a finite number of discontinuities and the left and right limits exist at each discontinuity. It is said to be piecewise continuous on [, ] if it is piecewise continuous on every bounded subinterval I [, ]. And finally, Definition 4.4. A function f is said to be piecewise smooth if f and its derivative are piecewise continuous. Now we can say when the Laplace transform of a function exists. Theorem 4.5. Suppose f is piecewise continuous on [, ] and exponentially bounded. Then L(f) = F(s) exists for all s > a. 37

2 38 4. Laplace Transform We will not prove the theorem. However, the examples below will show why it is reasonable. Example 4.6. Compute L(). Solution. Let s apply Theorem 4.5 to see what to expect. The function f(t) = is exponentially bounded. Indeed, we can choosek =, a = M = in (4.2). Theorem 4.5 then implies the Laplace transform exists for all s > a =. To find the L() we compute it using the definition L() = e st dt = lim A A s e st = lim A s ( e As ). The limit of the exponential is zero as long as s >. Therefore, as expected. Example 4.7. Compute L(e at ). L() = s, s > Solution. Again we apply Theorem 4.5 to see what to expect. The function f(t) = e at is exponentially bounded if we choose k =, a = a, M = in (4.2). Theorem 4.5 then implies the Laplace transform exists for all s > a. To find the L(e at ) we compute it using the definition L(e at ) = e st e at dt = e (a s)t dt = lim A A a s e(a s)t = lim A s a ( ea(a s) ). We need the exponent to be negative forthe limit to exist. This is the case provided s > a. Therefore, L(e at ) = s > a. s a The next example is more difficult, but it shows the usefulness of the Laplace transform. Example 4.8. Compute L(f (t)), where f is a piecewise smooth exponentially bounded function. Solution. We are told there exists k, a, and M such that f(t) ke at for all t M. We use the definition of Laplace transform and integrate by parts A L(f (t)) = e st f (t)dt = lim e st f (t)dt A [ ] = lim e st f(t) A A + se st f(t)dt A [ = lim A e sa f(a) f()+ A se st f(t)dt ].

3 4. Laplace Transform 39 Since f is exponentially bounded lim A e sa f(a) lim A e sa ke aa = lim A ke(a s)a = provided s > a. Returning to our calculation [ L(f (t)) = lim A = s f()+ A e st f(t)dt f() = sl(f(t)) f(). se st f(t)dt This may look more useful if f is replaced with y. Then we have the formula L(y ) = sl(y) y(). That is, the Laplace transform turns a derivative y into an algebraic expression! Quite useful for solving ODEs! Indeed, we can easily compute L(y ). Using the formula for L(y ) we find L(y ) = sl(y ) y () = s 2 L(y) sy() y (). Table below provides the Laplace transform for many common functions. Example 4.9. Find the solution to by using Laplace transforms. y +3y +2y =, y() =, y () = Solution. We just take the Laplace transform of both sides. The left side of the ODE gives L(y +3y +2y) = L(y )+3L(y )+2L(y). It distributes this way because integrals behave this way, and the Laplace transform is an integral. Obviously L() =. Applying our formulas ( ) ( ) s 2 L(y) sy() y () +3 sl(y) y() +2L(y) =. Next we use the initial data and rearrange to find (s 2 +3s+2)L(y) = s+3, that is, s+3 L(y) = s 2 +3s+2. The Laplace transform turned an ODE into an algebraic problem. The only catch is that we need to find a function whose Laplace transform is (s+3)/(s 2 +3s+2). Table does not seem to help since this is not in the table. We have to modify the expression to use Table. He have using partial fractions s+3 s 2 +3s+2 = s+3 (s+)(s+2) = A s+ + B s+2. ]

4 4 4. Laplace Transform f(t) = L (F(s)) F(s) = L(f(t)). s s > 2. e at s a s > a 3. t n n! s n+ s > 4. t n at n! e (s a) n+ s > a 5. sin at a s 2 +a 2 s > 6. cos at s s 2 +a 2 s > 7. e at sinbt b (s a) 2 +b 2 8. e at cosbt s a (s a) 2 +b 2 s > a s > a 9. e at f(t) F(s a) s > a. u c (t)f(t) e cs L(f(t+c)). u c (t)f(t c) e cs L(f(t)) 2. δ(t c) e cs 3. t f(t τ)g(τ)dt F(s)G(s) 4. y (t) sl(y) y() 5. y (t) s 2 L(y) sy() y () Table. Laplace and inverse Laplace transforms for common functions. This implies s+3 = A(s+2)+B(s+), and A = and B = 2. Therefore, We may now use Table to find No guessing involved! L(y) = 2 s+ s+2. y(t) = 2e t e 2t.

5 4. Laplace Transform 4 Example 4.. Find the inverse Laplace transform of F(s) = 2s+ s 2 +4s+5, Solution. Just a matter of making it look like ones in the table. When the denominator does not factor, we complete the square. Recall to do this we take half the coefficient in front of the middle term, s, square it, then add and subtract it. Here s 2 +4s+5 = s 2 +4s = (s+2) 2 +. Then F(s) = 2s+ s 2 +4s+5 = 2 (s+2) (s+2) (s+2) 2 +. This is readily found in Table and f(t) = 2e 2t cost 3e 2t sint Homework 4. Find the inverse Laplace transform of the following.. F(s) = 3 s F(s) = 4 (s ) 3 3. F(s) = 2 s 2 +3s 4 4. F(s) = 3s s 2 s 6 5. F(s) = 2s+2 s 2 +2s+5 6. F(s) = 2s 3 s F(s) = 2s+ s 2 2s+2 8. F(s) = 8s2 4s+2 s(s 2 +4) 9. F(s) = 2s s 2 +4s+5. F(s) = 2s 3 s 2 +2s+ Use the Laplace transform to solve the following ODEs. y y 6y = ; y() =, y () = 2. y 2y +2y = ; y() =, y () = 3. y +2y +5y = ; y() = 2, y () = 4. y IV y = ; y() =, y () =, y () =, y () = 5. y 2y +2y = cost; y() =, y () = Answers. f(t) = 3 2 sin2t 2. f(t) = 2t 2 e t 3. f(t) = 2 5 et 2 5 e 4t 4. f(t) = 9 5 e3t 6 5 e 2t 5. f(t) = 2e t cos2t 6. f(t) =?? 7. f(t) = 2e t cost+3e t sint 8. f(t) = 3+5cos2t 2sin2t 9. f(t) = 2e 2t cost+5e 2t sint. f(t) = 2e t cos3t 5 3 e t sin3t. y(t) = 5 (e3t +4e 2t ) 2. y(t) = e t sint 3. y(t) = 2e t cos2t+ 2 e t sin2t 4. y(t) = et +e t 2 5. y(t) = 5 (cost 2sint+4et cost 2e t sint)

6 42 4. Laplace Transform 4.2. Heaviside Function We can force ODEs with more interesting functions now that we have a more non guessing method for solving ODEs. Indeed, consider the Heaviside function given by { t < c (4.3) u c (t) = t c, where c >. We can think of the Heaviside function as a switch. It turns on at t = c. Thus the function u c (t) is a switch that turns off at t = c u c u c t t Figure. Left: Heaviside function with c =. Right: graph of u (t). Example 4.. Write the function in terms of Heaviside functions. f(t) = { t < 2π sint t 2π Solution. The function f starts out as the function until t = 2π. At t = 2π zero turns off and sint turns on. Thus f(t) = u 2π (t)+u 2π (t)sint = u 2π (t)sint. Keep in mind, u c (t) is a switch that turns on at t = c. A graph of f is given below. Example 4.2. Write the function, < t <, f(t) =, t < 2,, t 2, in terms of Heaviside functions.

7 4.2. Heaviside Function 43.5 f(t) t Figure 2. Graph of f(t) = u 2π (t)sint in Example 4.. Solution. The function f starts out as the function until t =. At t = zero turns off and turns on. At t = 2 one turns off turns on. Thus f(t) = u (t)+u (t) u 2 (t)+u 2 (t) = u (t) u 2 (t). A graph of this function is given below..5 f(t) t Figure 3. Graph of f(t) = u (t) u 2 (t) in Example 4.2. We need to compute the Laplace transform of the Heaviside function. In particular, the above examples imply we need to find the Laplace transform of functions in the form u c (t)f(t). Using the definition of Laplace transform, we find L(u c (t)f(t)) = = e st u c (t)f(t)dt = c e st f(t)dt e s(r+c) f(r+c)dr = e cs e sr f(r +c)dr = e cs L(f(t+c)).

8 44 4. Laplace Transform Example 4.3. Compute the Laplace transform of u 2π (t)sint. Solution. Using. in Table (just derived above) L(u 2π (t)sint) = e 2πs L(sin(t+2π)) = e 2πs L(sint) = e 2πs s 2 +. Example 4.4. Compute the Laplace transform of u 2 (t)(t t +t+). Solution. Using. in Table L(u 2 (t)(t 2 +t+) = e 2s L((t+2) 2 +(t+2)+)) = e 2s L(t 2 +5t+7) = e 2s ( 2 s s s Example 4.5. Compute the Laplace transform of t, t < 3, f(t) = (t 3), 3 t < 4,, t 4. Solution. Here The Laplace transform is ). f(t) = t u 3 (t)t+u 3 (t)(t 3) u 4 (t)(t 3)+u 4 (t). F(s) = s 2 e 3s L((t+3))+e 3s L((t+3) 3) e 4s L((t+4) 3)+ e 4s s = ( s 2 e 3s s ( )+ e 3s s s 2 e 4s s 2 + )+ e 4s s s. Example 4.6. Compute the inverse Laplace transform of G(s) = (2s 3)e s s 2 +2s+. Solution. We need to make this look like in Table. We may write G(s) as 3e s G(s) = 2 (s+)e s (s+) (s+) = e s F (s)+e s F 2 (s). Next we find the inverse of F (s) and F 2 (s) from the table. Here f (t) = 2e t cos3t, f 2 (t) = 5 3 e t sin3t. The inverse Laplace transform is g(t) = u (t)f (t )+u (t)f 2 (t) ( = u (t) 2e (t ) cos(3(t )) 5 ) 3 e (t ) sin(3(t )).

9 4.2. Heaviside Function 45 Example 4.7. Find the solution to the ODE { y t, t <, +y =, t. y() =, y () =. Solution. The right side is the same as ( t) u (t))( t). Taking the Laplace transform of both sides, or Set Then It follows that Here Hence, (s 2 L(y) s)+l(y) = s s 2 e s L( (t+)), L(y) = s s s(s 2 +) s 2 (s 2 +) + e s s 2 (s 2 +), F(s) := G(s) := s(s 2 +) = s s (s 2 +) s 2 (s 2 +) = s 2 (s 2 +). L(y) = s s 2 + +F(s) G(s)+e s G(s). y(t) = cos(t)+f(t) g(t)+u (t)g(t ). f(t) = cost g(t) = t sint. y(t) = t+sint+u (t)(t sin(t )). Homework 4.2 Find the Laplace transform of the following. { < t < 2 < t < 3. f(t) =. f(t) = t < 2 t 2 2t+2 t t 2 { { < t < 2 cost < t < 2π 2. f(t) = (t 2) 2 4. f(t) = t 2 sint t 2π Find the inverse Laplace transform of the following. 5. F(s) = 3!e s (s 2) 4 6. F(s) = e 2s s 2 +s 2 7. F(s) = 2(s )e 2s s 2 2s+2 8. F(s) = 2e 2s s F(s) = (s 2)e s s 2 4s+3. F(s) = e s +e 2s e 3s e 4s s

10 46 4. Laplace Transform Solve the following differential equations. {. y +y = f(t); y() =,y < t < 3π () = ; f(t) = t 3π { 2. y +3y +2y = f(t); y() =,y < t < () = ; f(t) = t 3. y +3y +2y = u 2 (t); y() =,y () = ; 4. y +y = f(t); y() =,y () = ; f(t) = 2. F(s) = 2e 2s /s 3 3. F(s) = e s (s 2 +2)/s 3 5. f(t) = u (t)(t ) 3 e 2(t ) 6. f(t) = 3 u 2(t)(e t 2 e 2(t 2) ) 7. f(t) = 2u 2 (t)e t 2 cos(t 2) 8. f(t) = u 2 (t)sinh2(t 2) 9.??. f(t) = u (t)+u 2 (t) u 3 (t) u 4 (t) Answers { t/2 < t < 6 3 t 6. y(t) = cost+sint u 3π (+cost) 2. y(t) = 2 (+e 2t ) e t u (t) ( e 2(t ) e (t )) 3. y(t) = e t e 2t +u 2 (t) ( 2 e (t 2) + 2 e 2(t 2)) 4. y(t) = 2 (t+sint) 2 u 6(t)(t 6 sin(t 6)) 4.3. The Delta Function We have developed a sophisticated method of solving ODEs. So much so that we can think of forcing an ODE with a large force that acts over a short time. The physical phenomena we wish to describe might be a spark, or a baseball being hit by a bat. We could approximate such a force with the functions { /ǫ ǫ δ ǫ (t) = 2 < t < ǫ 2, otherwise where ǫ >. We think of ǫ as being a small positive number. Figure 4 below shows a graph of δ ǫ. Notice that the area under the curve for each ǫ > is one. We do not want an infinite velocity to result. We are interested ǫ small. In fact, we need to compute the limit as ǫ goes to zero if we want to think of the force as acting instantaneously. If we want to compute the Laplace transform of such a force, we will need to compute lim ǫ f(t)δ ǫ (t)dt for a continuous f(t). The limit is not hard to compute. Indeed, the function δ ǫ (t) is zero most of the time. If f continuous and ǫ is small, then f does not change

11 4.3. The Delta Function δ(τ) t Figure 4. Graph of δ ǫ(t) for various ǫ. much on the small interval ǫ 2 < t < ǫ 2. In fact, it is close to f(). Thus the integral is approximately lim ǫ More generally (4.4) lim f(t)δ ǫ (t)dt lim ǫ ǫ = f()lim = f(). f()δ ǫ (t)dt ǫ f(t c)δ ǫ (t)dt = f(c). δ ǫ (t)dt = f()lim ǫ We cannot move the limit inside the integral since lim t δ ǫ (t) does not exist. However, formally we set (4.5) lim t δ ǫ (t) = δ(t) and we write f(t c)δ(t)dt = f(c) with the understanding that (4.5) really means (4.4). The function δ(t) is called the Delta function. The Laplace transform of the Delta function is easy to compute. Indeed, L(δ(t c)) = = e cs. Example 4.8. Find an anti derivative of δ(t ). e st δ(t c)dt Solution We just need to solve y = δ(t ) y() =.

12 48 4. Laplace Transform Taking the Laplace transform of both sides, we find That is, and L(y) y() = e s. L(y) = e s s, y(t) = u (t). Example 4.9. Find an two anti derivatives of δ(t ). Solution We just need to solve y = δ(t ) y() =, y () =. Taking the Laplace transform of both sides, we find That is, and s 2 L(y) sy() sy () = e s. L(y) = e s s 2, y(t) = u (t)(t ). There is a pattern here. Figure 5 plots the Delta function and its anti derivatives. Does the pattern make sense to you? Example 4.2. Find the solution to y 4y +3y = δ(t ), y() =, y () =. Solution. Taking the Laplace transform of both sides, we find Set Then L(y) = e s (s 3)(s ) + (s 3)(s ). F(s) = (s 3)(s ) = 2 s 3 2 s. f(t) = 2 e3t 2 et, and y = u (t)f(t )+f(t) or y = u (t) ( e 3(t ) e t ) + ( e 3t e t). 2 2

13 4.3. The Delta Function 49 e+7 8e+6 6e+6 δ(τ) 4e+6 2e τ.4.2 u (t) t.4.2 y=u (t)(t-) t Figure 5. Graph of (top) δ(t ); its anti derivative (middle) u (t ); and it second anti derivative (bottom) u (t)(t ). Homework 4.3 Solve the following differential equations.. y +2y +2y = δ(t π); y() =,y () = 2. y +4y = δ(t π) δ(t 2π); y() =,y () = 3. y +4y +3y = +δ(t ); y() =,y () =. 4. y +y = δ(t 2π)cost; y() =,y () = Answers. y(t) = e t cost+e t sint+u π (t)e (t π) sin(t π) 2. y(t) = 2 u π(t)sin2(t π) 2 u 2π(t)sin2(t 2π) 4. y(t) = sint+u 2π (t)sint

14 5 4. Laplace Transform 4.4. The Convolution There is a way to avoid the use of partial fractions to compute the inverse Laplace transform. Suppose F(s) = L(f(t)), G(s) = L(g(t)). Set H(s) = F(s)G(s). It is too bad the inverse Laplace transform of H(s) is not f(t)g(t). However, it s not hard to show That is, L (F(s)G(s)) = = t t = f g. f(τ)g(t τ)dτ f(t τ)g(τ)dτ (4.6) h(t) = L (F(s)g(s)) = f g. Equation (4.6) is called the convolution of f and g. Example 4.2. Find the inverse Laplace transform of H(s) = s 2 (s 2 +). Solution. Set Then and F(s) = s2, G(s) = s 2 +. f(s) = t, L (H(s)) = t g(s) = sint, τ sin(t τ)dτ = τ cos(t τ) = t+sin(t τ) = t sint. t t Alternatively we could use partial fractions and s 2 (s 2 +) = s 2 s 2 +. Then the inverse is easy and the same as above. cos(t τ)dτ

15 4.4. The Convolution 5 Homework 4.3 Solve the following differential equation.. y +y = g(t); y() =,y () =. y(t) = t sin(t τ)g(τ)dτ +sint Answer

The Laplace transform

The Laplace transform The Laplace transform Samy Tindel Purdue University Differential equations - MA 266 Taken from Elementary differential equations by Boyce and DiPrima Samy T. Laplace transform Differential equations 1

More information

f(t)e st dt. (4.1) Note that the integral defining the Laplace transform converges for s s 0 provided f(t) Ke s 0t for some constant K.

f(t)e st dt. (4.1) Note that the integral defining the Laplace transform converges for s s 0 provided f(t) Ke s 0t for some constant K. 4 Laplace transforms 4. Definition and basic properties The Laplace transform is a useful tool for solving differential equations, in particular initial value problems. It also provides an example of integral

More information

Chapter DEs with Discontinuous Force Functions

Chapter DEs with Discontinuous Force Functions Chapter 6 6.4 DEs with Discontinuous Force Functions Discontinuous Force Functions Using Laplace Transform, as in 6.2, we solve nonhomogeneous linear second order DEs with constant coefficients. The only

More information

Computing inverse Laplace Transforms.

Computing inverse Laplace Transforms. Review Exam 3. Sections 4.-4.5 in Lecture Notes. 60 minutes. 7 problems. 70 grade attempts. (0 attempts per problem. No partial grading. (Exceptions allowed, ask you TA. Integration table included. Complete

More information

Math 307 Lecture 19. Laplace Transforms of Discontinuous Functions. W.R. Casper. Department of Mathematics University of Washington.

Math 307 Lecture 19. Laplace Transforms of Discontinuous Functions. W.R. Casper. Department of Mathematics University of Washington. Math 307 Lecture 19 Laplace Transforms of Discontinuous Functions W.R. Casper Department of Mathematics University of Washington November 26, 2014 Today! Last time: Step Functions This time: Laplace Transforms

More information

The Laplace Transform and the IVP (Sect. 6.2).

The Laplace Transform and the IVP (Sect. 6.2). The Laplace Transform and the IVP (Sect..2). Solving differential equations using L ]. Homogeneous IVP. First, second, higher order equations. Non-homogeneous IVP. Recall: Partial fraction decompositions.

More information

e st f (t) dt = e st tf(t) dt = L {t f(t)} s

e st f (t) dt = e st tf(t) dt = L {t f(t)} s Additional operational properties How to find the Laplace transform of a function f (t) that is multiplied by a monomial t n, the transform of a special type of integral, and the transform of a periodic

More information

(f g)(t) = Example 4.5.1: Find f g the convolution of the functions f(t) = e t and g(t) = sin(t). Solution: The definition of convolution is,

(f g)(t) = Example 4.5.1: Find f g the convolution of the functions f(t) = e t and g(t) = sin(t). Solution: The definition of convolution is, .5. Convolutions and Solutions Solutions of initial value problems for linear nonhomogeneous differential equations can be decomposed in a nice way. The part of the solution coming from the initial data

More information

Math 308 Exam II Practice Problems

Math 308 Exam II Practice Problems Math 38 Exam II Practice Problems This review should not be used as your sole source for preparation for the exam. You should also re-work all examples given in lecture and all suggested homework problems..

More information

(an improper integral)

(an improper integral) Chapter 7 Laplace Transforms 7.1 Introduction: A Mixing Problem 7.2 Definition of the Laplace Transform Def 7.1. Let f(t) be a function on [, ). The Laplace transform of f is the function F (s) defined

More information

MathQuest: Differential Equations

MathQuest: Differential Equations MathQuest: Differential Equations Laplace Tranforms 1. True or False The Laplace transform method is the only way to solve some types of differential equations. (a) True, and I am very confident (b) True,

More information

Chapter 6: The Laplace Transform 6.3 Step Functions and

Chapter 6: The Laplace Transform 6.3 Step Functions and Chapter 6: The Laplace Transform 6.3 Step Functions and Dirac δ 2 April 2018 Step Function Definition: Suppose c is a fixed real number. The unit step function u c is defined as follows: u c (t) = { 0

More information

Generalized sources (Sect. 6.5). The Dirac delta generalized function. Definition Consider the sequence of functions for n 1, Remarks:

Generalized sources (Sect. 6.5). The Dirac delta generalized function. Definition Consider the sequence of functions for n 1, Remarks: Generalized sources (Sect. 6.5). The Dirac delta generalized function. Definition Consider the sequence of functions for n, d n, t < δ n (t) = n, t 3 d3 d n, t > n. d t The Dirac delta generalized function

More information

Lecture 29. Convolution Integrals and Their Applications

Lecture 29. Convolution Integrals and Their Applications Math 245 - Mathematics of Physics and Engineering I Lecture 29. Convolution Integrals and Their Applications March 3, 212 Konstantin Zuev (USC) Math 245, Lecture 29 March 3, 212 1 / 13 Agenda Convolution

More information

APPM 2360: Midterm exam 3 April 19, 2017

APPM 2360: Midterm exam 3 April 19, 2017 APPM 36: Midterm exam 3 April 19, 17 On the front of your Bluebook write: (1) your name, () your instructor s name, (3) your lecture section number and (4) a grading table. Text books, class notes, cell

More information

The Laplace Transform

The Laplace Transform C H A P T E R 6 The Laplace Transform Many practical engineering problems involve mechanical or electrical systems acted on by discontinuous or impulsive forcing terms. For such problems the methods described

More information

Math 3313: Differential Equations Laplace transforms

Math 3313: Differential Equations Laplace transforms Math 3313: Differential Equations Laplace transforms Thomas W. Carr Department of Mathematics Southern Methodist University Dallas, TX Outline Introduction Inverse Laplace transform Solving ODEs with Laplace

More information

HIGHER-ORDER LINEAR ORDINARY DIFFERENTIAL EQUATIONS IV: Laplace Transform Method David Levermore Department of Mathematics University of Maryland

HIGHER-ORDER LINEAR ORDINARY DIFFERENTIAL EQUATIONS IV: Laplace Transform Method David Levermore Department of Mathematics University of Maryland HIGHER-ORDER LINEAR ORDINARY DIFFERENTIAL EQUATIONS IV: Laplace Transform Method David Levermore Department of Mathematics University of Maryland 9 December Because the presentation of this material in

More information

Math Shifting theorems

Math Shifting theorems Math 37 - Shifting theorems Erik Kjær Pedersen November 29, 2005 Let us recall the Dirac delta function. It is a function δ(t) which is 0 everywhere but at t = 0 it is so large that b a (δ(t)dt = when

More information

HIGHER-ORDER LINEAR ORDINARY DIFFERENTIAL EQUATIONS IV: Laplace Transform Method. David Levermore Department of Mathematics University of Maryland

HIGHER-ORDER LINEAR ORDINARY DIFFERENTIAL EQUATIONS IV: Laplace Transform Method. David Levermore Department of Mathematics University of Maryland HIGHER-ORDER LINEAR ORDINARY DIFFERENTIAL EQUATIONS IV: Laplace Transform Method David Levermore Department of Mathematics University of Maryland 6 April Because the presentation of this material in lecture

More information

Laplace Transform Theory - 1

Laplace Transform Theory - 1 Laplace Transform Theory - 1 Existence of Laplace Transforms Before continuing our use of Laplace transforms for solving DEs, it is worth digressing through a quick investigation of which functions actually

More information

MATH 251 Examination II April 7, 2014 FORM A. Name: Student Number: Section:

MATH 251 Examination II April 7, 2014 FORM A. Name: Student Number: Section: MATH 251 Examination II April 7, 2014 FORM A Name: Student Number: Section: This exam has 12 questions for a total of 100 points. In order to obtain full credit for partial credit problems, all work must

More information

Name: Solutions Exam 3

Name: Solutions Exam 3 Instructions. Answer each of the questions on your own paper. Put your name on each page of your paper. Be sure to show your work so that partial credit can be adequately assessed. Credit will not be given

More information

Applied Differential Equation. October 22, 2012

Applied Differential Equation. October 22, 2012 Applied Differential Equation October 22, 22 Contents 3 Second Order Linear Equations 2 3. Second Order linear homogeneous equations with constant coefficients.......... 4 3.2 Solutions of Linear Homogeneous

More information

Ordinary Differential Equations. Session 7

Ordinary Differential Equations. Session 7 Ordinary Differential Equations. Session 7 Dr. Marco A Roque Sol 11/16/2018 Laplace Transform Among the tools that are very useful for solving linear differential equations are integral transforms. An

More information

Lecture Notes for Math 251: ODE and PDE. Lecture 22: 6.5 Dirac Delta and Laplace Transforms

Lecture Notes for Math 251: ODE and PDE. Lecture 22: 6.5 Dirac Delta and Laplace Transforms Lecture Notes for Math : ODE and PDE. Lecture : 6. Dirac Delta and Laplace Transforms Shawn D. Ryan Spring 0 Dirac Delta and the Laplace Transform Last Time: We studied differential equations with discontinuous

More information

MATH 251 Examination II April 3, 2017 FORM A. Name: Student Number: Section:

MATH 251 Examination II April 3, 2017 FORM A. Name: Student Number: Section: MATH 251 Examination II April 3, 2017 FORM A Name: Student Number: Section: This exam has 12 questions for a total of 100 points. In order to obtain full credit for partial credit problems, all work must

More information

Differential Equations

Differential Equations Differential Equations Math 341 Fall 21 MWF 2:3-3:25pm Fowler 37 c 21 Ron Buckmire http://faculty.oxy.edu/ron/math/341/1/ Worksheet 29: Wednesday December 1 TITLE Laplace Transforms and Introduction to

More information

+ + LAPLACE TRANSFORM. Differentiation & Integration of Transforms; Convolution; Partial Fraction Formulas; Systems of DEs; Periodic Functions.

+ + LAPLACE TRANSFORM. Differentiation & Integration of Transforms; Convolution; Partial Fraction Formulas; Systems of DEs; Periodic Functions. COLOR LAYER red LAPLACE TRANSFORM Differentiation & Integration of Transforms; Convolution; Partial Fraction Formulas; Systems of DEs; Periodic Functions. + Differentiation of Transforms. F (s) e st f(t)

More information

MA 201, Mathematics III, July-November 2018, Laplace Transform (Contd.)

MA 201, Mathematics III, July-November 2018, Laplace Transform (Contd.) MA 201, Mathematics III, July-November 2018, Laplace Transform (Contd.) Lecture 19 Lecture 19 MA 201, PDE (2018) 1 / 24 Application of Laplace transform in solving ODEs ODEs with constant coefficients

More information

Math 2C03 - Differential Equations. Slides shown in class - Winter Laplace Transforms. March 4, 5, 9, 11, 12, 16,

Math 2C03 - Differential Equations. Slides shown in class - Winter Laplace Transforms. March 4, 5, 9, 11, 12, 16, Math 2C03 - Differential Equations Slides shown in class - Winter 2015 Laplace Transforms March 4, 5, 9, 11, 12, 16, 18... 2015 Laplace Transform used to solve linear ODEs and systems of linear ODEs with

More information

Ordinary Differential Equations

Ordinary Differential Equations Ordinary Differential Equations for Engineers and Scientists Gregg Waterman Oregon Institute of Technology c 2017 Gregg Waterman This work is licensed under the Creative Commons Attribution 4.0 International

More information

20.3. Further Laplace Transforms. Introduction. Prerequisites. Learning Outcomes

20.3. Further Laplace Transforms. Introduction. Prerequisites. Learning Outcomes Further Laplace Transforms 2.3 Introduction In this Section we introduce the second shift theorem which simplifies the determination of Laplace and inverse Laplace transforms in some complicated cases.

More information

MA 201, Mathematics III, July-November 2016, Laplace Transform

MA 201, Mathematics III, July-November 2016, Laplace Transform MA 21, Mathematics III, July-November 216, Laplace Transform Lecture 18 Lecture 18 MA 21, PDE (216) 1 / 21 Laplace Transform Let F : [, ) R. If F(t) satisfies the following conditions: F(t) is piecewise

More information

Math 353 Lecture Notes Week 6 Laplace Transform: Fundamentals

Math 353 Lecture Notes Week 6 Laplace Transform: Fundamentals Math 353 Lecture Notes Week 6 Laplace Transform: Fundamentals J. Wong (Fall 217) October 7, 217 What did we cover this week? Introduction to the Laplace transform Basic theory Domain and range of L Key

More information

Lecture 7: Laplace Transform and Its Applications Dr.-Ing. Sudchai Boonto

Lecture 7: Laplace Transform and Its Applications Dr.-Ing. Sudchai Boonto Dr-Ing Sudchai Boonto Department of Control System and Instrumentation Engineering King Mongkut s Unniversity of Technology Thonburi Thailand Outline Motivation The Laplace Transform The Laplace Transform

More information

27. The pole diagram and the Laplace transform

27. The pole diagram and the Laplace transform 124 27. The pole diagram and the Laplace transform When working with the Laplace transform, it is best to think of the variable s in F (s) as ranging over the complex numbers. In the first section below

More information

Name: Solutions Exam 4

Name: Solutions Exam 4 Instructions. Answer each of the questions on your own paper. Put your name on each page of your paper. Be sure to show your work so that partial credit can be adequately assessed. Credit will not be given

More information

MATH 251 Examination II April 4, 2016 FORM A. Name: Student Number: Section:

MATH 251 Examination II April 4, 2016 FORM A. Name: Student Number: Section: MATH 251 Examination II April 4, 2016 FORM A Name: Student Number: Section: This exam has 12 questions for a total of 100 points. In order to obtain full credit for partial credit problems, all work must

More information

Chapter 6 The Laplace Transform

Chapter 6 The Laplace Transform Ordinary Differential Equations (Math 2302) 2017-2016 Chapter 6 The Laplace Transform Many practical engineering problems involve mechanical or electrical systems acted on by discontinuous or impulsive

More information

Exam 3 Review Sheet Math 2070

Exam 3 Review Sheet Math 2070 The syllabus for Exam 3 is Sections 3.6, 5.1 to 5.3, 5.6, and 6.1 to 6.4. You should review the assigned exercises in these sections. Following is a brief list (not necessarily complete of terms, skills,

More information

Systems Analysis and Control

Systems Analysis and Control Systems Analysis and Control Matthew M. Peet Arizona State University Lecture 5: Calculating the Laplace Transform of a Signal Introduction In this Lecture, you will learn: Laplace Transform of Simple

More information

MATH 251 Examination II November 5, 2018 FORM A. Name: Student Number: Section:

MATH 251 Examination II November 5, 2018 FORM A. Name: Student Number: Section: MATH 251 Examination II November 5, 2018 FORM A Name: Student Number: Section: This exam has 14 questions for a total of 100 points. In order to obtain full credit for partial credit problems, all work

More information

Ch 6.2: Solution of Initial Value Problems

Ch 6.2: Solution of Initial Value Problems Ch 6.2: Solution of Initial Value Problems! The Laplace transform is named for the French mathematician Laplace, who studied this transform in 1782.! The techniques described in this chapter were developed

More information

SOLUTIONS FOR HOMEWORK SECTION 6.4 AND 6.5

SOLUTIONS FOR HOMEWORK SECTION 6.4 AND 6.5 SOLUTIONS FOR HOMEWORK SECTION 6.4 AND 6.5 Problem : For each of the following function do the following: (i) Write the function a a piecewie function and ketch it graph, (ii) Write the function a a combination

More information

= e t sin 2t. s 2 2s + 5 (s 1) Solution: Using the derivative of LT formula we have

= e t sin 2t. s 2 2s + 5 (s 1) Solution: Using the derivative of LT formula we have Math 090 Midterm Exam Spring 07 S o l u t i o n s. Results of this problem will be used in other problems. Therefore do all calculations carefully and double check them. Find the inverse Laplace transform

More information

REVIEW NOTES FOR MATH 266

REVIEW NOTES FOR MATH 266 REVIEW NOTES FOR MATH 266 MELVIN LEOK 1.1: Some Basic Mathematical Models; Direction Fields 1. You should be able to match direction fields to differential equations. (see, for example, Problems 15-20).

More information

Section 6.4 DEs with Discontinuous Forcing Functions

Section 6.4 DEs with Discontinuous Forcing Functions Section 6.4 DEs with Discontinuous Forcing Functions Key terms/ideas: Discontinuous forcing function in nd order linear IVPs Application of Laplace transforms Comparison to viewing the problem s solution

More information

Chapter 31. The Laplace Transform The Laplace Transform. The Laplace transform of the function f(t) is defined. e st f(t) dt, L[f(t)] =

Chapter 31. The Laplace Transform The Laplace Transform. The Laplace transform of the function f(t) is defined. e st f(t) dt, L[f(t)] = Chapter 3 The Laplace Transform 3. The Laplace Transform The Laplace transform of the function f(t) is defined L[f(t)] = e st f(t) dt, for all values of s for which the integral exists. The Laplace transform

More information

REVIEW FOR MT3 ANSWER KEY MATH 2373, SPRING 2015

REVIEW FOR MT3 ANSWER KEY MATH 2373, SPRING 2015 REVIEW FOR MT3 ANSWER KEY MATH 373 SPRING 15 PROF. YOICHIRO MORI This list of problems is not guaranteed to be an absolutel complete review. For completeness ou must also make sure that ou know how to

More information

Math 307 A - Spring 2015 Final Exam June 10, 2015

Math 307 A - Spring 2015 Final Exam June 10, 2015 Name: Math 307 A - Spring 2015 Final Exam June 10, 2015 Student ID Number: There are 8 pages of questions. In addition, the last page is the basic Laplace transform table. Make sure your exam contains

More information

ENGIN 211, Engineering Math. Laplace Transforms

ENGIN 211, Engineering Math. Laplace Transforms ENGIN 211, Engineering Math Laplace Transforms 1 Why Laplace Transform? Laplace transform converts a function in the time domain to its frequency domain. It is a powerful, systematic method in solving

More information

20.5. The Convolution Theorem. Introduction. Prerequisites. Learning Outcomes

20.5. The Convolution Theorem. Introduction. Prerequisites. Learning Outcomes The Convolution Theorem 2.5 Introduction In this Section we introduce the convolution of two functions f(t), g(t) which we denote by (f g)(t). The convolution is an important construct because of the convolution

More information

18.03 Class 23, Apr 2. Laplace Transform: Second order equations; completing the square; t-shift; step and delta signals. Rules:

18.03 Class 23, Apr 2. Laplace Transform: Second order equations; completing the square; t-shift; step and delta signals. Rules: 18.03 Class 23, Apr 2 Laplace Transform: Second order equations; completing the square; t-shift; step and delta signals. Rules: L is linear: af(t) + bg(t) ----> af(s) + bg(s) F(s) essentially determines

More information

Ordinary differential equations

Ordinary differential equations Class 11 We will address the following topics Convolution of functions Consider the following question: Suppose that u(t) has Laplace transform U(s), v(t) has Laplace transform V(s), what is the inverse

More information

CHAPTER 8 Laplace Transforms

CHAPTER 8 Laplace Transforms CHAPTER Laplace Transforms IN THIS CHAPTER we study the method of Laplace transforms, which illustrates one of the basic problem solving techniques in mathematics: transform a difficult problem into an

More information

Laplace Transforms Chapter 3

Laplace Transforms Chapter 3 Laplace Transforms Important analytical method for solving linear ordinary differential equations. - Application to nonlinear ODEs? Must linearize first. Laplace transforms play a key role in important

More information

Math 216 Second Midterm 16 November, 2017

Math 216 Second Midterm 16 November, 2017 Math 216 Second Midterm 16 November, 2017 This sample exam is provided to serve as one component of your studying for this exam in this course. Please note that it is not guaranteed to cover the material

More information

Chemical Engineering 436 Laplace Transforms (1)

Chemical Engineering 436 Laplace Transforms (1) Chemical Engineering 436 Laplace Transforms () Why Laplace Transforms?? ) Converts differential equations to algebraic equations- facilitates combination of multiple components in a system to get the total

More information

Control Systems. Laplace domain analysis

Control Systems. Laplace domain analysis Control Systems Laplace domain analysis L. Lanari outline introduce the Laplace unilateral transform define its properties show its advantages in turning ODEs to algebraic equations define an Input/Output

More information

Control Systems. Frequency domain analysis. L. Lanari

Control Systems. Frequency domain analysis. L. Lanari Control Systems m i l e r p r a in r e v y n is o Frequency domain analysis L. Lanari outline introduce the Laplace unilateral transform define its properties show its advantages in turning ODEs to algebraic

More information

The Method of Laplace Transforms.

The Method of Laplace Transforms. The Method of Laplace Transforms. James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University May 25, 217 Outline 1 The Laplace Transform 2 Inverting

More information

Introduction. f(t) dt. lim. f(t) dt = lim. 1 (1+t)1 p. dt; here p>0. h = (1+h)1 p 1 p. dt = (1+t) p 1 p

Introduction. f(t) dt. lim. f(t) dt = lim. 1 (1+t)1 p. dt; here p>0. h = (1+h)1 p 1 p. dt = (1+t) p 1 p Introduction Method of Laplace transform is very useful in solving differential equations. Its main feature is to convert a differential equation into an algebric equation, which allows us to obtain the

More information

Math Laplace transform

Math Laplace transform 1 Math 371 - Laplace transform Erik Kjær Pedersen November 22, 2005 The functions we have treated with the power series method are called analytical functions y = a k t k The differential equations we

More information

Laplace Theory Examples

Laplace Theory Examples Laplace Theory Examples Harmonic oscillator s-differentiation Rule First shifting rule Trigonometric formulas Exponentials Hyperbolic functions s-differentiation Rule First Shifting Rule I and II Damped

More information

Honors Differential Equations

Honors Differential Equations MIT OpenCourseWare http://ocw.mit.edu 8.034 Honors Differential Equations Spring 2009 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. LECTURE 20. TRANSFORM

More information

we get y 2 5y = x + e x + C: From the initial condition y(0) = 1, we get 1 5 = 0+1+C; so that C = 5. Completing the square to solve y 2 5y = x + e x 5

we get y 2 5y = x + e x + C: From the initial condition y(0) = 1, we get 1 5 = 0+1+C; so that C = 5. Completing the square to solve y 2 5y = x + e x 5 Math 24 Final Exam Solution 17 December 1999 1. Find the general solution to the differential equation ty 0 +2y = sin t. Solution: Rewriting the equation in the form (for t 6= 0),we find that y 0 + 2 t

More information

Math 216 Second Midterm 19 March, 2018

Math 216 Second Midterm 19 March, 2018 Math 26 Second Midterm 9 March, 28 This sample exam is provided to serve as one component of your studying for this exam in this course. Please note that it is not guaranteed to cover the material that

More information

Math 341 Fall 2008 Friday December 12

Math 341 Fall 2008 Friday December 12 FINAL EXAM: Differential Equations Math 341 Fall 2008 Friday December 12 c 2008 Ron Buckmire 1:00pm-4:00pm Name: Directions: Read all problems first before answering any of them. There are 17 pages in

More information

Analysis III for D-BAUG, Fall 2017 Lecture 10

Analysis III for D-BAUG, Fall 2017 Lecture 10 Analysis III for D-BAUG, Fall 27 Lecture Lecturer: Alex Sisto (sisto@math.ethz.ch Convolution (Faltung We have already seen that the Laplace transform is not multiplicative, that is, L {f(tg(t} L {f(t}

More information

Exam 2 Study Guide: MATH 2080: Summer I 2016

Exam 2 Study Guide: MATH 2080: Summer I 2016 Exam Study Guide: MATH 080: Summer I 016 Dr. Peterson June 7 016 First Order Problems Solve the following IVP s by inspection (i.e. guessing). Sketch a careful graph of each solution. (a) u u; u(0) 0.

More information

Math 216 Second Midterm 20 March, 2017

Math 216 Second Midterm 20 March, 2017 Math 216 Second Midterm 20 March, 2017 This sample exam is provided to serve as one component of your studying for this exam in this course. Please note that it is not guaranteed to cover the material

More information

Solutions to Math 53 Math 53 Practice Final

Solutions to Math 53 Math 53 Practice Final Solutions to Math 5 Math 5 Practice Final 20 points Consider the initial value problem y t 4yt = te t with y 0 = and y0 = 0 a 8 points Find the Laplace transform of the solution of this IVP b 8 points

More information

Computing the Laplace transform and the convolution for more functions adjoined

Computing the Laplace transform and the convolution for more functions adjoined CUBO A Mathematical Journal Vol.17, N ō 3, (71 9). October 15 Computing the Laplace transform and the convolution for more functions adjoined Takahiro Sudo Department of Mathematical Sciences, Faculty

More information

20.6. Transfer Functions. Introduction. Prerequisites. Learning Outcomes

20.6. Transfer Functions. Introduction. Prerequisites. Learning Outcomes Transfer Functions 2.6 Introduction In this Section we introduce the concept of a transfer function and then use this to obtain a Laplace transform model of a linear engineering system. (A linear engineering

More information

20. The pole diagram and the Laplace transform

20. The pole diagram and the Laplace transform 95 0. The pole diagram and the Laplace transform When working with the Laplace transform, it is best to think of the variable s in F (s) as ranging over the complex numbers. In the first section below

More information

The Laplace Transform (Sect. 4.1). The Laplace Transform (Sect. 4.1).

The Laplace Transform (Sect. 4.1). The Laplace Transform (Sect. 4.1). The Laplace Transform (Sect. 4.1). s of Laplace Transforms. The Laplace Transform (Sect. 4.1). s of Laplace Transforms. The definition of the Laplace Transform. Definition The function F : D F R is the

More information

Faculty of Engineering, Mathematics and Science School of Mathematics

Faculty of Engineering, Mathematics and Science School of Mathematics Faculty of Engineering, Mathematics and Science School of Mathematics SF Engineers SF MSISS SF MEMS MAE: Engineering Mathematics IV Trinity Term 18 May,??? Sports Centre??? 9.3 11.3??? Prof. Sergey Frolov

More information

MA Ordinary Differential Equations and Control Semester 1 Lecture Notes on ODEs and Laplace Transform (Parts I and II)

MA Ordinary Differential Equations and Control Semester 1 Lecture Notes on ODEs and Laplace Transform (Parts I and II) MA222 - Ordinary Differential Equations and Control Semester Lecture Notes on ODEs and Laplace Transform (Parts I and II Dr J D Evans October 22 Special thanks (in alphabetical order are due to Kenneth

More information

Name: Solutions Final Exam

Name: Solutions Final Exam Instructions. Answer each of the questions on your own paper. Put your name on each page of your paper. Be sure to show your work so that partial credit can be adequately assessed. Credit will not be given

More information

Math 334 Fall 2011 Homework 10 Solutions

Math 334 Fall 2011 Homework 10 Solutions Nov. 5, Math 334 Fall Homework Solution Baic Problem. Expre the following function uing the unit tep function. And ketch their graph. < t < a g(t = < t < t > t t < b g(t = t Solution. a We

More information

ECEN 420 LINEAR CONTROL SYSTEMS. Lecture 2 Laplace Transform I 1/52

ECEN 420 LINEAR CONTROL SYSTEMS. Lecture 2 Laplace Transform I 1/52 1/52 ECEN 420 LINEAR CONTROL SYSTEMS Lecture 2 Laplace Transform I Linear Time Invariant Systems A general LTI system may be described by the linear constant coefficient differential equation: a n d n

More information

Practice Problems For Test 3

Practice Problems For Test 3 Practice Problems For Test 3 Power Series Preliminary Material. Find the interval of convergence of the following. Be sure to determine the convergence at the endpoints. (a) ( ) k (x ) k (x 3) k= k (b)

More information

Exam Basics. midterm. 1 There will be 9 questions. 2 The first 3 are on pre-midterm material. 3 The next 1 is a mix of old and new material.

Exam Basics. midterm. 1 There will be 9 questions. 2 The first 3 are on pre-midterm material. 3 The next 1 is a mix of old and new material. Exam Basics 1 There will be 9 questions. 2 The first 3 are on pre-midterm material. 3 The next 1 is a mix of old and new material. 4 The last 5 questions will be on new material since the midterm. 5 60

More information

Laplace Transforms and use in Automatic Control

Laplace Transforms and use in Automatic Control Laplace Transforms and use in Automatic Control P.S. Gandhi Mechanical Engineering IIT Bombay Acknowledgements: P.Santosh Krishna, SYSCON Recap Fourier series Fourier transform: aperiodic Convolution integral

More information

37. f(t) sin 2t cos 2t 38. f(t) cos 2 t. 39. f(t) sin(4t 5) 40.

37. f(t) sin 2t cos 2t 38. f(t) cos 2 t. 39. f(t) sin(4t 5) 40. 28 CHAPTER 7 THE LAPLACE TRANSFORM EXERCISES 7 In Problems 8 use Definition 7 to find {f(t)} 2 3 4 5 6 7 8 9 f (t),, f (t) 4,, f (t) t,, f (t) 2t,, f (t) sin t,, f (t), cos t, t t t 2 t 2 t t t t t t t

More information

Unit 2: Modeling in the Frequency Domain Part 2: The Laplace Transform. The Laplace Transform. The need for Laplace

Unit 2: Modeling in the Frequency Domain Part 2: The Laplace Transform. The Laplace Transform. The need for Laplace Unit : Modeling in the Frequency Domain Part : Engineering 81: Control Systems I Faculty of Engineering & Applied Science Memorial University of Newfoundland January 1, 010 1 Pair Table Unit, Part : Unit,

More information

Advanced Engineering Mathematics

Advanced Engineering Mathematics Advanced Engineering Mathematics Note 6 Laplace Transforms CHUNG, CHIH-CHUNG Outline Introduction & Partial Fractions Laplace Transform. Linearity. First Shifting Theorem (s-shifting) Transforms of Derivatives

More information

Practice Problems For Test 3

Practice Problems For Test 3 Practice Problems For Test 3 Power Series Preliminary Material. Find the interval of convergence of the following. Be sure to determine the convergence at the endpoints. (a) ( ) k (x ) k (x 3) k= k (b)

More information

Existence Theory: Green s Functions

Existence Theory: Green s Functions Chapter 5 Existence Theory: Green s Functions In this chapter we describe a method for constructing a Green s Function The method outlined is formal (not rigorous) When we find a solution to a PDE by constructing

More information

Matemáticas II: Segundo del Grado en Ingeniería Aeroespacial

Matemáticas II: Segundo del Grado en Ingeniería Aeroespacial Matemáticas II: Segundo del Grado en Ingeniería Aeroespacial Sergio Blanes, Dolors Roselló Ecuaciones diferenciales y transformadas de Laplace con aplicaciones L.M. Sánchez, M.P. Legua Ref.: 211-798 Capítulo

More information

Laplace Transform Introduction

Laplace Transform Introduction Laplace Transform Introduction In many problems, a function is transformed to another function through a relation of the type: where is a known function. Here, is called integral transform of. Thus, an

More information

Solutions to Assignment 7

Solutions to Assignment 7 MTHE 237 Fall 215 Solutions to Assignment 7 Problem 1 Show that the Laplace transform of cos(αt) satisfies L{cosαt = s s 2 +α 2 L(cos αt) e st cos(αt)dt A s α e st sin(αt)dt e stsin(αt) α { e stsin(αt)

More information

Mathematics for Engineers and Scientists 4 Notes for F1.8XD2

Mathematics for Engineers and Scientists 4 Notes for F1.8XD2 Mathematics for Engineers and Scientists 4 Notes for F.8XD2 28 This is a one-semester course building on Mathematics for Engineers and Scientists, 2 and 3. There are three main parts of the course: ( Laplace

More information

MA26600 FINAL EXAM INSTRUCTIONS December 13, You must use a #2 pencil on the mark sense sheet (answer sheet).

MA26600 FINAL EXAM INSTRUCTIONS December 13, You must use a #2 pencil on the mark sense sheet (answer sheet). MA266 FINAL EXAM INSTRUCTIONS December 3, 2 NAME INSTRUCTOR. You must use a #2 pencil on the mark sense sheet (answer sheet). 2. On the mark-sense sheet, fill in the instructor s name (if you do not know,

More information

9.5 The Transfer Function

9.5 The Transfer Function Lecture Notes on Control Systems/D. Ghose/2012 0 9.5 The Transfer Function Consider the n-th order linear, time-invariant dynamical system. dy a 0 y + a 1 dt + a d 2 y 2 dt + + a d n y 2 n dt b du 0u +

More information

Chapter 6: The Laplace Transform. Chih-Wei Liu

Chapter 6: The Laplace Transform. Chih-Wei Liu Chapter 6: The Laplace Transform Chih-Wei Liu Outline Introduction The Laplace Transform The Unilateral Laplace Transform Properties of the Unilateral Laplace Transform Inversion of the Unilateral Laplace

More information

Review Sol. of More Long Answer Questions

Review Sol. of More Long Answer Questions Review Sol. of More Long Answer Questions 1. Solve the integro-differential equation t y (t) e t v y(v)dv = t; y()=. (1) Solution. The key is to recognize the convolution: t e t v y(v) dv = e t y. () Now

More information

Math 266 Midterm Exam 2

Math 266 Midterm Exam 2 Math 266 Midterm Exam 2 March 2st 26 Name: Ground Rules. Calculator is NOT allowed. 2. Show your work for every problem unless otherwise stated (partial credits are available). 3. You may use one 4-by-6

More information

2.161 Signal Processing: Continuous and Discrete Fall 2008

2.161 Signal Processing: Continuous and Discrete Fall 2008 MIT OpenCourseWare http://ocw.mit.edu.6 Signal Processing: Continuous and Discrete Fall 008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. MASSACHUSETTS

More information