4.4 Solving Initial Value Problems

Size: px
Start display at page:

Download "4.4 Solving Initial Value Problems"

Transcription

1 4.4. SOLVING INITIAL VALUE PROBLEMS 4.4 Solving Initial Value Problems 4.4. Description of the Method and Examples In the introduction of the previous section, we used an example to show how the Laplace transform could be used to solve initial value problems. We summarize the steps involved in this technique, then look at some examples. In this outline, we assume that in the equation we are solving, the independent variable is t, the dependent variable is y = y (t) and we denote the Laplace transform of y by Y (s) = L {y (t)} (s). In other words, y (t) = L {Y (s)} (t). Generally speaking, this technique can be seen as a change of variable. Given an equation where the unknown function is y (t), using the Laplace transform, we rewrite it as an equation in Y (s), the Laplace transform of y (t). In other words, Y (s) = L {y (t)} (s). If we can solve this new equation for Y (s), then we can find y (t) since y (t) = L {Y (s)} (t). More specifically, To solve an initial value problem involving an unknown function y (t), using the Laplace transform:. Take the Laplace transform on both sides of the equation. 2. Using the properties of the Laplace transform and the initial conditions, obtain an equation in Y (s). 3. Solve this equation for Y (s). 4. Find y (t) = L {Y (s)} (t) using the techniques described in the previous section. Remark 4.4. One of the formulas that will be used by this technique is the formula of the Laplace transform of the derivatives of a function, L { f (n)} (s) = s n L {f} (s) s n f (0) s n 2 f (0) s n 3 f (0)... f (n ) (0). Note that this formula uses the value of the function in question and its derivatives at t = 0. This implies that the initial conditions of our initial value problem must be at t = 0. We will show how to handle the case when the initial condition is not at t = 0 in one of the examples. Example Solve the initial value problem. Take the Laplace transform. L {y 2y + 5y} (s) = L { e t} (s) y 2y + 5y = e t y (0) = 2 y (0) = 2

2 2 CHAPTER 4. LAPLACE TRANSFORMS 2. Obtain an equation in Y and solve the above equation for Y L {y } (s) 2L {y } (s) + 5Y = L { e t} (s) s 2 Y (s) sy (0) y (0) 2 (sy (s) y (0)) + 5Y (s) = s + s 2 Y (s) 2s 2 2sY (s) Y (s) = s + Y (s) ( s 2 2s + 5 ) 2s 8 = s + Y (s) ( s 2 2s + 5 ) = s + + 2s + 8 Y (s) ( s 2 2s + 5 ) = 2s2 + 0s (s + ) Y (s) = 2s 2 + 0s (s + ) (s 2 2s + 5) 3. Find y (t) = L {Y (s)} (t) In an example in the previous section, we found that { L 2s 2 } + 0s (s 2 = 3e t cos 2t + 4e t sin 2t e t 2s + 5) (s + ) hence y (t) = 3e t cos 2t + 4e t sin 2t e t Remark Of course, this is an equation with constant coeffi cient, which we could have solved using other techniques we have studied. We solved it using the Laplace transform to illustrate this technique. Example Solve the initial value problem y + 4y 5y = te t y (0) = y (0) = 0. Take the Laplace transform. L {y + 4y 5y} = L { te t}

3 4.4. SOLVING INITIAL VALUE PROBLEMS 3 2. Obtain an equation in Y and solve the above equation for Y L {y } + 4L {y } 5Y = s 2 Y sy (0) y (0) + 4 (sy y (0)) 5Y = 3. Find y (t) = L {Y (s)} (t) s 2 Y s + 4sY 4 5Y = Y ( s 2 + 4s 5 ) = (s ) 2 (s ) 2 (s ) 2 (s ) s Y (s ) (s + 5) = s3 + 2s 2 7s + 5 (s ) 2 Y = s3 + 2s 2 7s + 5 (s ) 3 (s + 5) Before we find the inverse Laplace transform, we need to decompose s3 + 2s 2 7s + 5 (s ) 3 (s + 5) into partial fractions. s 3 + 2s 2 7s + 5 (s ) 3 (s + 5) = = A s + B (s ) 2 + C (s ) 3 + D s (s ) 36 (s ) (s ) (s + 5) Hence, { } L 8 26 (s ) 36 (s ) (s ) (s + 5) = 8 { } { } { } 26 L 36 s L (s ) L (s ) { } 26 L s + 5 We compute each of these inverse Laplace transforms and put everything together. { } L = e t s { } L (s ) 2 = te t { } L (s ) 3 = 2 t2 e t

4 4 CHAPTER 4. LAPLACE TRANSFORMS { } L = e 5t s + 5 So y (t) = 8 26 et 36 tet + 2 t2 e t e 5t w (t) 2w (t) + 5w (t) = e π t Example Solve the initial value problem w (π) = 2 w (π) = 2 We need the initial condition to be at t = 0 because of the formula for the Laplace transform of derivatives. We can fix this with the change of variable y (t) = w (t + π). With this, w (π) = y (0). Also, y (t) = w (t + π) and y (t) = w (t + π). So w (π) = y (0). Since the original equation is valid for any t, replacing t by t + π gives w (t + π) 2w (t + π) + 5w (t + π) = e t which becomes y (t) 2y (t) + 5y (t) = e t and the initial conditions are y (0) = 2 and y (0) = 2. At this point, the Laplace transform technique can be used. We already solved this problem in the first example. We found that y (t) = 3e t cos 2t + 4e t sin 2t e t. We need to give the solution in terms of w. Since y (t) = y (t) = w (t + π) it follows that w (t + π) = 3e t cos 2t + 4e t sin 2t e t hence w (t) = 3e t π cos 2 (t π) + 4e t π sin 2 (t π) e t+π we replaced t by t π. We can simplify this further, using the fact that sine and cosine are periodic of period 2π hence sin (t ± 2π) = sin t and cos (t ± 2π) = cos t. It follows that w (t) = 3e t π cos 2t + 4e t π sin 2t e t+π y + 2ty 4y = Example Solve the initial value problem y (0) = 0 y (0) = 0. Take the Laplace transform. L {y + 2ty 4y} = L {} 2. Obtain an equation in Y and solve the above equation for Y L {y } + 2L {ty } 4Y = ( s s 2 Y sy (0) y (0) + 2 d ) ds (L {y }) 4Y = s s 2 Y sy (0) y (0) + 2 ( dds ) (sy y (0)) 4Y = s s 2 Y 2 d ds sy (s) 4Y = s s 2 Y 2sY 2Y 4Y = s 2sY + ( s 2 6 ) Y = s

5 4.4. SOLVING INITIAL VALUE PROBLEMS 5 This is a linear equation, its general form is ( 3 Y + s s ) Y = 2 2s 2 The integrating factor is µ (s) = e ( 3 s s 2)ds = e 3 ln s s2 4 = s 3 e s2 4 Multiplying the equation above by the integrating factor gives us Hence d ) (s 3 e s2 4 Y = s ds s 3 e s2 4 Y = s With u = s2 4, du = s 2 ds so s follows that 2 e s 2 s 3 e s2 4 Y = e s2 4 2 e s e s 2 4 ds 4 ds = e u du = e u = e s2 4. It + C or Y = s 3 + Ce s 2 4 s 3 In one of the homework problems, we proved that if F (s) = L {f (t)} (s) and f is of exponential order, then lim F (s) = 0 hence, we must have s Ce s2 4 lim Y (s) = lim s s s 3 = 0. It follows that C = 0 and Y (s) = s Find y (t) = L {Y (s)} (t) y (t) = L {Y (s)} (t) = L { s 3 } (t) = 2 L { 2 s 3 } (t) = 2 t Exercises Do numbers, 3, 5, 7, 9,, 5, 7, 9 at the end of section 7.5 in your book.

6 Bibliography [] Paul Blanchard, Robert L. Devaney, and Glen R. Hall, Diff erential equations, fourth ed., Brooks/Cole, CENGACE Learning, 202 (English). [2] Charles H. Edwards, David E. Penney, and David T. Calvis, Diff erential equations and boundary value problems: Computing and modeling, fifth ed., Pearson, 205 (English). [3] R. K. Nagle, Edward B. Saff, and Arthur D. Snider, Fundamentals of differential equations, eigth ed., Pearson/Addison-Wesley, 202 (English). [4] Virginia W. Noonburg, Ordinary diff erential equations: from calculus to dynamical systems, The Mathematical Association of America,

These notes are based mostly on [3]. They also rely on [2] and [1], though to a lesser extent.

These notes are based mostly on [3]. They also rely on [2] and [1], though to a lesser extent. Chapter 1 Introduction These notes are based mostly on [3]. They also rely on [2] and [1], though to a lesser extent. 1.1 Definitions and Terminology 1.1.1 Background and Definitions The words "differential

More information

Short Solutions to Review Material for Test #2 MATH 3200

Short Solutions to Review Material for Test #2 MATH 3200 Short Solutions to Review Material for Test # MATH 300 Kawai # Newtonian mechanics. Air resistance. a A projectile is launched vertically. Its height is y t, and y 0 = 0 and v 0 = v 0 > 0. The acceleration

More information

The Laplace Transform

The Laplace Transform The Laplace Transform Laplace Transform Philippe B. Laval KSU Today Philippe B. Laval (KSU) Definition of the Laplace Transform Today 1 / 16 Outline General idea behind the Laplace transform and other

More information

Ordinary Differential Equations (ODEs)

Ordinary Differential Equations (ODEs) Chapter 13 Ordinary Differential Equations (ODEs) We briefly review how to solve some of the most standard ODEs. 13.1 First Order Equations 13.1.1 Separable Equations A first-order ordinary differential

More information

Homework Solutions: , plus Substitutions

Homework Solutions: , plus Substitutions Homework Solutions: 2.-2.2, plus Substitutions Section 2. I have not included any drawings/direction fields. We can see them using Maple or by hand, so we ll be focusing on getting the analytic solutions

More information

Chapter1. Ordinary Differential Equations

Chapter1. Ordinary Differential Equations Chapter1. Ordinary Differential Equations In the sciences and engineering, mathematical models are developed to aid in the understanding of physical phenomena. These models often yield an equation that

More information

JUST THE MATHS UNIT NUMBER DIFFERENTIATION APPLICATIONS 5 (Maclaurin s and Taylor s series) A.J.Hobson

JUST THE MATHS UNIT NUMBER DIFFERENTIATION APPLICATIONS 5 (Maclaurin s and Taylor s series) A.J.Hobson JUST THE MATHS UNIT NUMBER.5 DIFFERENTIATION APPLICATIONS 5 (Maclaurin s and Taylor s series) by A.J.Hobson.5. Maclaurin s series.5. Standard series.5.3 Taylor s series.5.4 Exercises.5.5 Answers to exercises

More information

4.8 Partial Fraction Decomposition

4.8 Partial Fraction Decomposition 8 CHAPTER 4. INTEGRALS 4.8 Partial Fraction Decomposition 4.8. Need to Know The following material is assumed to be known for this section. If this is not the case, you will need to review it.. When are

More information

Geology Geomathematics. An introduction to differential calculus. tom.h.wilson

Geology Geomathematics. An introduction to differential calculus. tom.h.wilson Geology 351 - Geomathematics An introduction to differential calculus tom.h.wilson tom.wilson@mail.wvu.edu Dept. Geology and Geography West Virginia University Developing basic concepts and learning some

More information

Separable Differential Equations

Separable Differential Equations Separable Differential Equations MATH 6 Calculus I J. Robert Buchanan Department of Mathematics Fall 207 Background We have previously solved differential equations of the forms: y (t) = k y(t) (exponential

More information

f : R 2 R (x, y) x 2 + y 2

f : R 2 R (x, y) x 2 + y 2 Chapter 2 Vector Functions 2.1 Vector-Valued Functions 2.1.1 Definitions Until now, the functions we studied took a real number as input and gave another real number as output. Hence, when defining a function,

More information

6.2 Important Theorems

6.2 Important Theorems 6.2. IMPORTANT THEOREMS 223 6.2 Important Theorems 6.2.1 Local Extrema and Fermat s Theorem Definition 6.2.1 (local extrema) Let f : I R with c I. 1. f has a local maximum at c if there is a neighborhood

More information

Mathematical description of differential equation solving electrical circuits

Mathematical description of differential equation solving electrical circuits Journal of Circuits, Systems, and Computers c World Scientific Publishing Company Mathematical description of differential equation solving electrical circuits K. NAKKEERAN School of Engineering, Fraser

More information

Calculus II Practice Test Problems for Chapter 7 Page 1 of 6

Calculus II Practice Test Problems for Chapter 7 Page 1 of 6 Calculus II Practice Test Problems for Chapter 7 Page of 6 This is a set of practice test problems for Chapter 7. This is in no way an inclusive set of problems there can be other types of problems on

More information

Fundamentals Of Differential Equations Nagle Saff Snider Solutions

Fundamentals Of Differential Equations Nagle Saff Snider Solutions Fundamentals Of Differential Equations Nagle Saff Snider Solutions FUNDAMENTALS OF DIFFERENTIAL EQUATIONS NAGLE SAFF SNIDER SOLUTIONS PDF - Are you looking for fundamentals of differential equations nagle

More information

Section 7.4: Inverse Laplace Transform

Section 7.4: Inverse Laplace Transform Section 74: Inverse Laplace Transform A natural question to ask about any function is whether it has an inverse function We now ask this question about the Laplace transform: given a function F (s), will

More information

MATH 3310 Class Notes 2

MATH 3310 Class Notes 2 MATH 330 Class Notes 2 S. F. Ellermeyer August 2, 200 The differential equation = ky () (where k is a given constant) is extremely important in applications and in the general theory of differential equations.

More information

Differential calculus. Background mathematics review

Differential calculus. Background mathematics review Differential calculus Background mathematics review David Miller Differential calculus First derivative Background mathematics review David Miller First derivative For some function y The (first) derivative

More information

MATH 425, HOMEWORK 5, SOLUTIONS

MATH 425, HOMEWORK 5, SOLUTIONS MATH 425, HOMEWORK 5, SOLUTIONS Exercise (Uniqueness for the heat equation on R) Suppose that the functions u, u 2 : R x R t R solve: t u k 2 xu = 0, x R, t > 0 u (x, 0) = φ(x), x R and t u 2 k 2 xu 2

More information

Computing Taylor series

Computing Taylor series TOPIC 9 Computing Taylor series Exercise 9.. Memorize the following x X e x cos x sin x X X X +x + x + x 3 +... xk +x + x + 6 x3 +... ( ) k (k)! xk ( ) k (k + )! xk+ x x +! x... For which values of x do

More information

sin cos 1 1 tan sec 1 cot csc Pre-Calculus Mathematics Trigonometric Identities and Equations

sin cos 1 1 tan sec 1 cot csc Pre-Calculus Mathematics Trigonometric Identities and Equations Pre-Calculus Mathematics 12 6.1 Trigonometric Identities and Equations Goal: 1. Identify the Fundamental Trigonometric Identities 2. Simplify a Trigonometric Expression 3. Determine the restrictions on

More information

Transforming Nonhomogeneous BCs Into Homogeneous Ones

Transforming Nonhomogeneous BCs Into Homogeneous Ones Chapter 10 Transforming Nonhomogeneous s Into Homogeneous Ones 10.1 Goal In the previous chapter, we looked at separation of variables. We saw that this method applies if both the boundary conditions and

More information

1 A complete Fourier series solution

1 A complete Fourier series solution Math 128 Notes 13 In this last set of notes I will try to tie up some loose ends. 1 A complete Fourier series solution First here is an example of the full solution of a pde by Fourier series. Consider

More information

2 (x 2 + a 2 ) x 2. is easy. Do this first.

2 (x 2 + a 2 ) x 2. is easy. Do this first. MAC 3 INTEGRATION BY PARTS General Remark: Unless specified otherwise, you will solve the following problems using integration by parts, combined, if necessary with simple substitutions We will not explicitly

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

Introduction to Partial Differential Equations

Introduction to Partial Differential Equations Introduction to Partial Differential Equations Philippe B. Laval KSU Current Semester Philippe B. Laval (KSU) Key Concepts Current Semester 1 / 25 Introduction The purpose of this section is to define

More information

Second Order Differential Equations Lecture 6

Second Order Differential Equations Lecture 6 Second Order Differential Equations Lecture 6 Dibyajyoti Deb 6.1. Outline of Lecture Repeated Roots; Reduction of Order Nonhomogeneous Equations; Method of Undetermined Coefficients Variation of Parameters

More information

5.5 Deeper Properties of Continuous Functions

5.5 Deeper Properties of Continuous Functions 200 CHAPTER 5. LIMIT AND CONTINUITY OF A FUNCTION 5.5 Deeper Properties of Continuous Functions 5.5.1 Intermediate Value Theorem and Consequences When one studies a function, one is usually interested

More information

The Laplace Transform

The Laplace Transform The Laplace Transform Generalizing the Fourier Transform The CTFT expresses a time-domain signal as a linear combination of complex sinusoids of the form e jωt. In the generalization of the CTFT to the

More information

CHAPTER 7: TECHNIQUES OF INTEGRATION

CHAPTER 7: TECHNIQUES OF INTEGRATION CHAPTER 7: TECHNIQUES OF INTEGRATION DAVID GLICKENSTEIN. Introduction This semester we will be looking deep into the recesses of calculus. Some of the main topics will be: Integration: we will learn how

More information

INFINITE SEQUENCES AND SERIES

INFINITE SEQUENCES AND SERIES 11 INFINITE SEQUENCES AND SERIES INFINITE SEQUENCES AND SERIES In section 11.9, we were able to find power series representations for a certain restricted class of functions. INFINITE SEQUENCES AND SERIES

More information

First-Order ODEs. Chapter Separable Equations. We consider in this chapter differential equations of the form dy (1.1)

First-Order ODEs. Chapter Separable Equations. We consider in this chapter differential equations of the form dy (1.1) Chapter 1 First-Order ODEs We consider in this chapter differential equations of the form dy (1.1) = F (t, y), where F (t, y) is a known smooth function. We wish to solve for y(t). Equation (1.1) is called

More information

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Spring Department of Mathematics

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Spring Department of Mathematics Mathematical Models MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 Ordinary Differential Equations The topic of ordinary differential equations (ODEs)

More information

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics Mathematical Models MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Ordinary Differential Equations The topic of ordinary differential equations (ODEs) is

More information

Arc Length and Surface Area in Parametric Equations

Arc Length and Surface Area in Parametric Equations Arc Length and Surface Area in Parametric Equations MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2011 Background We have developed definite integral formulas for arc length

More information

Review of Power Series

Review of Power Series Review of Power Series MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Introduction In addition to the techniques we have studied so far, we may use power

More information

2.2 Separable Equations

2.2 Separable Equations 2.2 Separable Equations Definition A first-order differential equation that can be written in the form Is said to be separable. Note: the variables of a separable equation can be written as Examples Solve

More information

SOLVING DIFFERENTIAL EQUATIONS. Amir Asif. Department of Computer Science and Engineering York University, Toronto, ON M3J1P3

SOLVING DIFFERENTIAL EQUATIONS. Amir Asif. Department of Computer Science and Engineering York University, Toronto, ON M3J1P3 SOLVING DIFFERENTIAL EQUATIONS Amir Asif Department of Computer Science and Engineering York University, Toronto, ON M3J1P3 ABSTRACT This article reviews a direct method for solving linear, constant-coefficient

More information

Physics 6303 Lecture 22 November 7, There are numerous methods of calculating these residues, and I list them below. lim

Physics 6303 Lecture 22 November 7, There are numerous methods of calculating these residues, and I list them below. lim Physics 6303 Lecture 22 November 7, 208 LAST TIME:, 2 2 2, There are numerous methods of calculating these residues, I list them below.. We may calculate the Laurent series pick out the coefficient. 2.

More information

DOWNLOAD OR READ : NONLINEAR PARTIAL DIFFERENTIAL EQUATIONS IN APPLIED SCIENCE PROCEEDINGS OF THE U S JAPAN SEMINAR TOKYO 1982 PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : NONLINEAR PARTIAL DIFFERENTIAL EQUATIONS IN APPLIED SCIENCE PROCEEDINGS OF THE U S JAPAN SEMINAR TOKYO 1982 PDF EBOOK EPUB MOBI DOWNLOAD OR READ : NONLINEAR PARTIAL DIFFERENTIAL EQUATIONS IN APPLIED SCIENCE PROCEEDINGS OF THE U S JAPAN SEMINAR TOKYO 1982 PDF EBOOK EPUB MOBI Page 1 Page 2 nonlinear partial differential equations

More information

Math Spring 2014 Homework 2 solution

Math Spring 2014 Homework 2 solution Math 3-00 Spring 04 Homework solution.3/5 A tank initially contains 0 lb of salt in gal of weater. A salt solution flows into the tank at 3 gal/min and well-stirred out at the same rate. Inflow salt concentration

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

Elementary Differential Equations Sixth Edition Solutions

Elementary Differential Equations Sixth Edition Solutions ELEMENTARY DIFFERENTIAL EQUATIONS SIXTH EDITION SOLUTIONS PDF - Are you looking for elementary differential equations sixth edition solutions Books? Now, you will be happy that at this time elementary

More information

Exercise Set 6.2: Double-Angle and Half-Angle Formulas

Exercise Set 6.2: Double-Angle and Half-Angle Formulas Exercise Set : Double-Angle and Half-Angle Formulas Answer the following π 1 (a Evaluate sin π (b Evaluate π π (c Is sin = (d Graph f ( x = sin ( x and g ( x = sin ( x on the same set of axes (e Is sin

More information

Mathematics 111 (Calculus II) Laboratory Manual

Mathematics 111 (Calculus II) Laboratory Manual Mathematics (Calculus II) Laboratory Manual Department of Mathematics & Statistics University of Regina nd edition prepared by Patrick Maidorn, Fotini Labropulu, and Robert Petry University of Regina Department

More information

Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Variation of Parameters Page 1

Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Variation of Parameters Page 1 Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Variation of Parameters Page Questions Example (3.6.) Find a particular solution of the differential equation y 5y + 6y = 2e

More information

Limits of Exponential, Logarithmic, and Trigonometric Functions

Limits of Exponential, Logarithmic, and Trigonometric Functions Limits of Exponential, Logarithmic, and Trigonometric Functions by CHED on January 02, 2018 lesson duration of 3 minutes under Basic Calculus generated on January 02, 2018 at 01:54 am Tags: Limits and

More information

The Derivative of a Function Measuring Rates of Change of a function. Secant line. f(x) f(x 0 ) Average rate of change of with respect to over,

The Derivative of a Function Measuring Rates of Change of a function. Secant line. f(x) f(x 0 ) Average rate of change of with respect to over, The Derivative of a Function Measuring Rates of Change of a function y f(x) f(x 0 ) P Q Secant line x 0 x x Average rate of change of with respect to over, " " " " - Slope of secant line through, and,

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

Continuity. MATH 161 Calculus I. J. Robert Buchanan. Fall Department of Mathematics

Continuity. MATH 161 Calculus I. J. Robert Buchanan. Fall Department of Mathematics Continuity MATH 161 Calculus I J. Robert Buchanan Department of Mathematics Fall 2017 Intuitive Idea A process or an item can be described as continuous if it exists without interruption. The mathematical

More information

AP Calculus BC Chapter 8: Integration Techniques, L Hopital s Rule and Improper Integrals

AP Calculus BC Chapter 8: Integration Techniques, L Hopital s Rule and Improper Integrals AP Calculus BC Chapter 8: Integration Techniques, L Hopital s Rule and Improper Integrals 8. Basic Integration Rules In this section we will review various integration strategies. Strategies: I. Separate

More information

References for M647. General Modeling MATLAB

References for M647. General Modeling MATLAB References for M647 During the course of the semester we will discuss the role of modeling in a wide range of disciplines, and so it s fairly natural that we will have quite a few references. The idea

More information

The Laplace Transform

The Laplace Transform The Laplace Transform Syllabus ECE 316, Spring 2015 Final Grades Homework (6 problems per week): 25% Exams (midterm and final): 50% (25:25) Random Quiz: 25% Textbook M. Roberts, Signals and Systems, 2nd

More information

Nonhomogeneous Equations and Variation of Parameters

Nonhomogeneous Equations and Variation of Parameters Nonhomogeneous Equations Variation of Parameters June 17, 2016 1 Nonhomogeneous Equations 1.1 Review of First Order Equations If we look at a first order homogeneous constant coefficient ordinary differential

More information

Old Math 330 Exams. David M. McClendon. Department of Mathematics Ferris State University

Old Math 330 Exams. David M. McClendon. Department of Mathematics Ferris State University Old Math 330 Exams David M. McClendon Department of Mathematics Ferris State University Last updated to include exams from Fall 07 Contents Contents General information about these exams 3 Exams from Fall

More information

Trigonometric integrals by basic methods

Trigonometric integrals by basic methods Roberto s Notes on Integral Calculus Chapter : Integration methods Section 7 Trigonometric integrals by basic methods What you need to know already: Integrals of basic trigonometric functions. Basic trigonometric

More information

Absolute Convergence and the Ratio Test

Absolute Convergence and the Ratio Test Absolute Convergence and the Ratio Test MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Bacground Remar: All previously covered tests for convergence/divergence apply only

More information

Mathematics with Maple

Mathematics with Maple Mathematics with Maple A Comprehensive E-Book Harald Pleym Preface The main objective of these Maple worksheets, organized for use with all Maple versions from Maple 14, is to show how the computer algebra

More information

1.5 First Order PDEs and Method of Characteristics

1.5 First Order PDEs and Method of Characteristics 1.5. FIRST ORDER PDES AND METHOD OF CHARACTERISTICS 35 1.5 First Order PDEs and Method of Characteristics We finish this introductory chapter by discussing the solutions of some first order PDEs, more

More information

Second Order Linear Equations

Second Order Linear Equations Second Order Linear Equations Linear Equations The most general linear ordinary differential equation of order two has the form, a t y t b t y t c t y t f t. 1 We call this a linear equation because the

More information

Consequences of Orthogonality

Consequences of Orthogonality Consequences of Orthogonality Philippe B. Laval KSU Today Philippe B. Laval (KSU) Consequences of Orthogonality Today 1 / 23 Introduction The three kind of examples we did above involved Dirichlet, Neumann

More information

Introduction to Vector Functions

Introduction to Vector Functions Introduction to Vector Functions Limits and Continuity Philippe B. Laval KSU Today Philippe B. Laval (KSU) Vector Functions Today 1 / 14 Introduction Until now, the functions we studied took a real number

More information

NAME DATE PERIOD. Trigonometric Identities. Review Vocabulary Complete each identity. (Lesson 4-1) 1 csc θ = 1. 1 tan θ = cos θ sin θ = 1

NAME DATE PERIOD. Trigonometric Identities. Review Vocabulary Complete each identity. (Lesson 4-1) 1 csc θ = 1. 1 tan θ = cos θ sin θ = 1 5-1 Trigonometric Identities What You ll Learn Scan the text under the Now heading. List two things that you will learn in the lesson. 1. 2. Lesson 5-1 Active Vocabulary Review Vocabulary Complete each

More information

MTH 3311 Test #1. order 3, linear. The highest order of derivative of y is 2. Furthermore, y and its derivatives are all raised to the

MTH 3311 Test #1. order 3, linear. The highest order of derivative of y is 2. Furthermore, y and its derivatives are all raised to the MTH 3311 Test #1 F 018 Pat Rossi Name Show CLEARLY how you arrive at your answers. 1. Classify the following according to order and linearity. If an equation is not linear, eplain why. (a) y + y y = 4

More information

1 Continuation of solutions

1 Continuation of solutions Math 175 Honors ODE I Spring 13 Notes 4 1 Continuation of solutions Theorem 1 in the previous notes states that a solution to y = f (t; y) (1) y () = () exists on a closed interval [ h; h] ; under certain

More information

Applied Calculus I. Lecture 29

Applied Calculus I. Lecture 29 Applied Calculus I Lecture 29 Integrals of trigonometric functions We shall continue learning substitutions by considering integrals involving trigonometric functions. Integrals of trigonometric functions

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

Ed Dewey Stephen Neal Dae Han Kang Sharath Prased Alisha Zachariah. Chris Janjigian Animesh Anand Reese Johnston Jeremy Schwend Alex Troesch

Ed Dewey Stephen Neal Dae Han Kang Sharath Prased Alisha Zachariah. Chris Janjigian Animesh Anand Reese Johnston Jeremy Schwend Alex Troesch MATH 222 (2 and 4) Fall 213 Practice Final Solutions Circle your TA s name from the following list. Ed Dewey Stephen Neal Dae Han Kang Sharath Prased Alisha Zachariah Chris Janjigian Animesh Anand Reese

More information

Chapter 3 Derivatives

Chapter 3 Derivatives Chapter Derivatives Section 1 Derivative of a Function What you ll learn about The meaning of differentiable Different ways of denoting the derivative of a function Graphing y = f (x) given the graph of

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

MTH210 DIFFERENTIAL EQUATIONS. Dr. Gizem SEYHAN ÖZTEPE

MTH210 DIFFERENTIAL EQUATIONS. Dr. Gizem SEYHAN ÖZTEPE MTH210 DIFFERENTIAL EQUATIONS Dr. Gizem SEYHAN ÖZTEPE 1 References Logan, J. David. A first course in differential equations. Springer, 2015. Zill, Dennis G. A first course in differential equations with

More information

5.2. November 30, 2012 Mrs. Poland. Verifying Trigonometric Identities

5.2. November 30, 2012 Mrs. Poland. Verifying Trigonometric Identities 5.2 Verifying Trigonometric Identities Verifying Identities by Working With One Side Verifying Identities by Working With Both Sides November 30, 2012 Mrs. Poland Objective #4: Students will be able to

More information

MA 441 Advanced Engineering Mathematics I Assignments - Spring 2014

MA 441 Advanced Engineering Mathematics I Assignments - Spring 2014 MA 441 Advanced Engineering Mathematics I Assignments - Spring 2014 Dr. E. Jacobs The main texts for this course are Calculus by James Stewart and Fundamentals of Differential Equations by Nagle, Saff

More information

UNDETERMINED COEFFICIENTS SUPERPOSITION APPROACH *

UNDETERMINED COEFFICIENTS SUPERPOSITION APPROACH * 4.4 UNDETERMINED COEFFICIENTS SUPERPOSITION APPROACH 19 Discussion Problems 59. Two roots of a cubic auxiliary equation with real coeffi cients are m 1 1 and m i. What is the corresponding homogeneous

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

MA261-A Calculus III 2006 Fall Homework 7 Solutions Due 10/20/2006 8:00AM

MA261-A Calculus III 2006 Fall Homework 7 Solutions Due 10/20/2006 8:00AM MA26-A Calculus III 2006 Fall Homework 7 Solutions Due 0/20/2006 8:00AM 3 #4 Find the rst partial derivatives of the function f (; ) 5 + 3 3 2 + 3 4 f (; ) 5 4 + 9 2 2 + 3 4 f (; ) 6 3 + 2 3 3 #6 Find

More information

Geology Geomathematics. Introduction to differential calculus part 2. tom.h.wilson

Geology Geomathematics. Introduction to differential calculus part 2. tom.h.wilson Geology 351 - Geomathematics Introduction to differential calculus part 2 tom.h.wilson tom.wilson@mail.wvu.edu Dept. Geology and Geography West Virginia University Last time Basic differentiation rules:

More information

Fundamental Trigonometric Identities

Fundamental Trigonometric Identities Fundamental Trigonometric Identities MATH 160, Precalculus J. Robert Buchanan Department of Mathematics Fall 2011 Objectives In this lesson we will learn to: recognize and write the fundamental trigonometric

More information

Special Mathematics Laplace Transform

Special Mathematics Laplace Transform Special Mathematics Laplace Transform March 28 ii Nature laughs at the difficulties of integration. Pierre-Simon Laplace 4 Laplace Transform Motivation Properties of the Laplace transform the Laplace transform

More information

18 The Electromagnetic Wave Equation

18 The Electromagnetic Wave Equation Utah State University DigitalCommons@USU Foundations of Wave Phenomena Physics, Department of 1-1-2004 18 The Electromagnetic Wave Equation Charles G. Torre Department of Physics, Utah State University,

More information

Calculus I Homework: The Derivative as a Function Page 1

Calculus I Homework: The Derivative as a Function Page 1 Calculus I Homework: Te Derivative as a Function Page 1 Example (2.9.16) Make a careful sketc of te grap of f(x) = sin x and below it sketc te grap of f (x). Try to guess te formula of f (x) from its grap.

More information

Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued)

Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued) Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued) Prove this Result How Can a Derivative Not Exist? Remember that the derivative at a point (or slope of a tangent line) is a LIMIT, so it doesn t exist whenever

More information

f (t) K(t, u) d t. f (t) K 1 (t, u) d u. Integral Transform Inverse Fourier Transform

f (t) K(t, u) d t. f (t) K 1 (t, u) d u. Integral Transform Inverse Fourier Transform Integral Transforms Massoud Malek An integral transform maps an equation from its original domain into another domain, where it might be manipulated and solved much more easily than in the original domain.

More information

Nonhomogeneous Linear Differential Equations with Constant Coefficients - (3.4) Method of Undetermined Coefficients

Nonhomogeneous Linear Differential Equations with Constant Coefficients - (3.4) Method of Undetermined Coefficients Nonhomogeneous Linear Differential Equations with Constant Coefficients - (3.4) Method of Undetermined Coefficients Consider an nth-order nonhomogeneous linear differential equation with constant coefficients:

More information

Fourier transforms. c n e inπx. f (x) = Write same thing in an equivalent form, using n = 1, f (x) = l π

Fourier transforms. c n e inπx. f (x) = Write same thing in an equivalent form, using n = 1, f (x) = l π Fourier transforms We can imagine our periodic function having periodicity taken to the limits ± In this case, the function f (x) is not necessarily periodic, but we can still use Fourier transforms (related

More information

Power Series. Part 2 Differentiation & Integration; Multiplication of Power Series. J. Gonzalez-Zugasti, University of Massachusetts - Lowell

Power Series. Part 2 Differentiation & Integration; Multiplication of Power Series. J. Gonzalez-Zugasti, University of Massachusetts - Lowell Power Series Part 2 Differentiation & Integration; Multiplication of Power Series 1 Theorem 1 If a n x n converges absolutely for x < R, then a n f x n converges absolutely for any continuous function

More information

Waves on 2 and 3 dimensional domains

Waves on 2 and 3 dimensional domains Chapter 14 Waves on 2 and 3 dimensional domains We now turn to the studying the initial boundary value problem for the wave equation in two and three dimensions. In this chapter we focus on the situation

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

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

Series Solutions Near a Regular Singular Point

Series Solutions Near a Regular Singular Point Series Solutions Near a Regular Singular Point MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Background We will find a power series solution to the equation:

More information

Guide for Ph.D. Area Examination in Applied Mathematics

Guide for Ph.D. Area Examination in Applied Mathematics Guide for Ph.D. Area Examination in Applied Mathematics (for graduate students in Purdue University s School of Mechanical Engineering) (revised Fall 2016) This is a 3 hour, closed book, written examination.

More information

Exponential Sums and the Multisection Formula. Brian David Sittinger

Exponential Sums and the Multisection Formula. Brian David Sittinger Exponential Sums and the Multisection Formula Brian David Sittinger 27 January 2010 Outline: Exponential Sums The Multisection Formula Examples and Related Results Parting Shots 1 Exponential Sums I ll

More information

AP Calculus AB. Course Overview. Course Outline and Pacing Guide

AP Calculus AB. Course Overview. Course Outline and Pacing Guide AP Calculus AB Course Overview AP Calculus AB is designed to follow the topic outline in the AP Calculus Course Description provided by the College Board. The primary objective of this course is to provide

More information

Integration by Parts

Integration by Parts Calculus 2 Lia Vas Integration by Parts Using integration by parts one transforms an integral of a product of two functions into a simpler integral. Divide the initial function into two parts called u

More information

TAYLOR AND MACLAURIN SERIES

TAYLOR AND MACLAURIN SERIES TAYLOR AND MACLAURIN SERIES. Introduction Last time, we were able to represent a certain restricted class of functions as power series. This leads us to the question: can we represent more general functions

More information

Analytic Trigonometry. Copyright Cengage Learning. All rights reserved.

Analytic Trigonometry. Copyright Cengage Learning. All rights reserved. Analytic Trigonometry Copyright Cengage Learning. All rights reserved. 7.1 Trigonometric Identities Copyright Cengage Learning. All rights reserved. Objectives Simplifying Trigonometric Expressions Proving

More information

JUST THE MATHS UNIT NUMBER LAPLACE TRANSFORMS 3 (Differential equations) A.J.Hobson

JUST THE MATHS UNIT NUMBER LAPLACE TRANSFORMS 3 (Differential equations) A.J.Hobson JUST THE MATHS UNIT NUMBER 16.3 LAPLACE TRANSFORMS 3 (Differential equations) by A.J.Hobson 16.3.1 Examples of solving differential equations 16.3.2 The general solution of a differential equation 16.3.3

More information

f (x) dx = F (b) F (a), where F is any function whose derivative is

f (x) dx = F (b) F (a), where F is any function whose derivative is Chapter 7 Riemann Integration 7.1 Introduction The notion of integral calculus is closely related to the notion of area. The earliest evidence of integral calculus can be found in the works of Greek geometers

More information

Math 2930 Worksheet Final Exam Review

Math 2930 Worksheet Final Exam Review Math 293 Worksheet Final Exam Review Week 14 November 3th, 217 Question 1. (* Solve the initial value problem y y = 2xe x, y( = 1 Question 2. (* Consider the differential equation: y = y y 3. (a Find the

More information

Differentiate Early, Differentiate Often!

Differentiate Early, Differentiate Often! Differentiate Early, Differentiate Often! Robert Dawson Department of Mathematics and Computing Science Saint Mary s University. Halifax, Nova Scotia Canada B3H 3C3 Phone: 902-420-5796 Fax: 902-420-5035

More information