IV Higher Order Linear ODEs

Size: px
Start display at page:

Download "IV Higher Order Linear ODEs"

Transcription

1 IV Higher Order Linear ODEs Boyce & DiPrima, Chapter 4 H.J.Eberl - MATH*2170 0

2 IV Higher Order Linear ODEs IV.1 General remarks Boyce & DiPrima, Section 4.1 H.J.Eberl - MATH*2170 1

3 Problem formulation for the next while we will be concerned with higher order linear differential equation, i.e. differential equations of type (1) d n y dt n +p n 1(t) dn 1 y dt n p 1(t) dy dt +p 0(t)y = g(t) where p i (t), i = 0,...,n 1,g(t) are continuous functions that are defined on an interval I IR we recall that he order of a differential equation is the order of the highest derivative appearing, i.e. the order of (1) is n an equivalent notation is (1 ) y (n) +p n 1 (t)y (n 1) +...+p 1 (t)y +p 0 (t)y = g(t) H.J.Eberl - MATH*2170 2

4 Problem formulation cont d important special cases that we consider are the homogeneous case g(t) 0, i.e. the equation (2) y (n) +p n 1 (t)y (n 1) +...+p 1 (t)y +p 0 (t)y = 0 and the constant coefficient case p i (t) = p i = const (3) y (n) +p n 1 y (n 1) +...+p 1 y +p 0 y = g(t) the initial value problem is to find a solution of d n y dt n +p n 1(t) dn 1 y dt n p 1(t) dy dt +p 0(t)y = g(t) that satisfies the n initial conditions y(t 0 ) = y 0, y (t 0 ) = y 1, y (t 0 ) = y 2,...,y (n 1) (t 0 ) = y n 1 where t 0 I and y i IR are given H.J.Eberl - MATH*2170 3

5 A first example: two spring-coupled masses governing equations differentiating twice substituting once mx 1 = kx 1 +k(x 2 x 1 ) = 2kx 1 +kx 2, mx 2 = k(x 2 x 1 ) kx 2 = 2kx 2 +kx 1. mx (4) 1 = 2kx 1 +kx 2 mx (4) 1 = 2kx 1 + ) ( 2 k2 m x 2 + k2 m x 1 H.J.Eberl - MATH*2170 4

6 A first example: two spring-coupled masses cont d using that to find mx (4) 1 = 2kx 1 + kx 2 = mx 1 +2kx 1 ( 2 k ) m (mx 1 +2kx 1 )+ k2 m x 1 rearrange and sort by derivatives of x 1 to obtain the 4th order linear homogeneous equation x (4) 1 +4 k m x 1 +3 k2 m 2x 1 = 0 H.J.Eberl - MATH*2170 5

7 General remarks many concepts that we have learnt for second order equations carry over in a straightforward manner, but they are often algebraically more involved 3 can be much bigger than 2!!! we will not learn new techniques for nth order equations, but see how our methods for 2nd order equations can be generalized to the nth order case the ideas behind the proofs for these statements/methods are typically the same as for 2nd order equations, but sometimes new difficulties arise; in our discussion we will emphasize these new difficulties H.J.Eberl - MATH*2170 6

8 In particular the following concepts carry over existence theory superposition for the homogeneous case linear independence of solutions of the homogeneous equation, fundamental systems, and general solution solution ansatz for the homogeneous constant coefficient equation method of undetermined coefficients for non-homogeneous constant coefficient equation methods of variation of the constant for the general case reduction of order to find another solution of the homogeneous equation if you have already one... but this is less practical because the reduced equation is now of order n 1 and still difficult to solve H.J.Eberl - MATH*2170 7

9 Existence and Uniqueness Theory instead of giving an existence and uniqueness theorem for the nth order linear initial value problem, we state a more general result recall from Part I: A higher order differential equation can always be converted into a system of first order differential equations in the case of a second order equation (1) y (n) = F(x,y,y,...,y (n 1) ) the new dependent variables z i := y (i 1) transform (1) into the system z 1 = z 2 (2) z 2 = z 3. z n 1 = z n z n = F(x,z 0,...,z n 1 ) H.J.Eberl - MATH*2170 8

10 Local Existence and Uniqueness Theorem for Systems of ODEs. Let I IR be an interval and let D IR n be a rectangle. Let f : I D D,(x,y) f(x,y) be a function that is continuous w.r.t. x and continously differentiable w.r.t. y. Let x 0 I, and y 0 D. Then the initial value problem of the system of differential equations y = f(x,y), y(x 0 ) = y 0 possesses a unique solution in some interval J I that contains x 0. a stronger result can be stated if one introduces a multi-dimensional Lipschitz condition, but this requires some Linear Algebra; as in the scalar case one can show that a continuously differentiable f always satisfies such a Lipschitz condition we won t give a proof of the above theorem here: the mathematical key ideas are the same as the one used in our discussion of the scalar case, but it is technically more involved H.J.Eberl - MATH*2170 9

11 Existence and uniqueness result for the linear equation. Let p i (t), i = 0,...,n 1, and g(t) be continuous functions on an interval I IR. Let t 0 I and y i IR, i = 0,...,n 1. Then the initial value problem with d n y dt n +p n 1(t) dn 1 y dt n p 1(t) dy dt +p 0(t)y = g(t) y(t 0 ) = y 0, y (t 0 ) = y 1, y (t 0 ) = y 2,...,y (n 1) (t 0 ) = y n 1 possesses a unique solution y(t) on the interval I. H.J.Eberl - MATH*

12 Superposition principle. Let y 1 (t) and y 2 (t) be two solutions of the homogeneous nth order equation over an interval I d n y ( ) dt n +p n 1(t) dn 1 y dt n p 1(t) dy dt +p 0(t)y = 0, then also z(t) = αy 1 (t)+βy 2 (t) for α,β IR is a solution of ( ). proof: take the first n derivatives of z, substitute them into the L.H.S of ( ), use that y 1 and y 2 are solutions and find that d n z dt n +p n 1(t) dn 1 z dt n p 1(t) dz dt +p 0(t)z = 0. this implies: if y 1 (t),...,y k (t) are solutions of the homogeneous problem and Y(t) a solution of the inhomogeneous problem then d n z dt n +p n 1(t) dn 1 z dt n p 1(t) dz dt +p 0(t)z = g(t) z(t) = Y(t)+a 1 y 1 (t)+...+a k y k (t) is a solution of the inhomogeneous problem for all choices a 1,...,a k H.J.Eberl - MATH*

13 Linear independence of solutions of the homogeneous equation (1) d n y dt +p n 1(t) dn 1 y n dt +...+p 1(t) dy n 1 dt +p 0(t)y = 0 let y i (t), with i = 1,...,k be functions; they are called linearly independent if the identity (2) w 1 y 1 (t)+...w k y k (t) = 0 for all t implies that w 1 =... = w k = 0 if there exist coefficients w 1,...,w k, not all zero, such that (2) is satisfied, then y 1 (t),...,y k (t) are called linearly dependent there are at most n linearly independent solutions y 1 (t),...,y n (t) of (1) a set of n linearly independent solutions is called a fundamental system of (1) testing for linear dependence is more involved for k > 2 than it was for k = 2 H.J.Eberl - MATH*

14 Example. The functions f 1 (x) = 1,f 2 (x) = x,f 3 (x) = 2+3x are linearly dependent: w 1 +w 2 x+w 3 (2+3x) = 0 for example for w 3 = 1, w 1 = 2, w 2 = 3 H.J.Eberl - MATH*

15 Example. The functions f 1 (x) = e x,f 2 (x) = xe x,f 3 (x) = x are linearly independent: we are looking for w 1,w 2,w 3 such that for all x w 1 e x +w 2 e x +w 3 x = 0 in particular, this means that this must be satisfied for three arbitrary choices for x, say x = 0,x = 1,x = 1: w 1 = 0 w 1 e+w 2 e+w 3 = 0 w 1 e w 2 e w 3 = 0 thus hence w 2 e+w 3 = 0 w 2 e w 3 e 2 = 0 w 3 (1 e 2 ) = 0 = w 3 = 0 = w 2 = 0 H.J.Eberl - MATH*

16 Comment. The approach used in the previous example works to test for linear independence but not to test for linear dependence, as shown in this example: f 1 (x) = 1 x 2, f 2 (x) = cos π 2 x, f(x 3) = x choosing x = 0,±1 gives w 1 +w 2 = 0, w 3 = 0, w 3 = 0. This is obviously true for all w 1 = w 2 and w 3 = 0. Nevertheless, the three functions are not linearly dependent: If one chooses instead x = 0,1,2 one has w 1 +w 2 = 0 that w 1 = w 2 = w 3 = 0. w 3 = 0 3w 1 w 2 +2w 3 = 0 H.J.Eberl - MATH*

17 IV Higher Order Linear ODEs IV.2 Homogeneous equations with constant coefficients Boyce & DiPrima, Section 4.2 H.J.Eberl - MATH*

18 Problem formulation and ansatz we consider problems of the type (1) y (n) +p n 1 y (n 1) +...+p 1 y +p 0 y = 0 solutions y of this equation must be representable as linear combinations of their derivatives as in the case of second order equations, we make the ansatz y(x) = e rx, where r is yet to be determined we have y(x) = e rx = dk y dx k = rk e rx substituting into ( ) and factoring out e rt gives (2) e rx( r n +p n 1 r n p 1 r +p 0 ) = 0 H.J.Eberl - MATH*

19 Problem formulation and ansatz cont d because e rx > 0 for all r IR we have that a solution of type y(x) = e rx exists for r such that (3) r n +p n 1 r n p 1 r+p 0 = 0 this is called the characteristic polynomial of (1) it has at most n roots r 1,...,r n we have to distinguish several cases, depending on whether (i) the roots are all distinct and real, (ii) the roots contain complex numbers (iii) there are roots with multiplicity > 1 note that (ii) and (iii) do not exclude each other H.J.Eberl - MATH*

20 Case I: All roots are distinct and real (1) y (n) +p n 1 y (n 1) +...+p 1 y +p 0 y = 0 (3) r n +p n 1 r n p 1 r +p 0 = 0 in this case we have n different r i which define the n solutions y i (x) = e r 1x these solutions are linearly independent and form a fundamental system the general solution of (1) is y(t) = c 1 y 1 (t)+...+c n y n (t) = c 1 e r1t +...+c n e r nt H.J.Eberl - MATH*

21 Case I: All roots are distinct and real, cont d to solve the initial value problem (1) y (n) +p n 1 y (n 1) +...+p 1 y +p 0 y = 0 y(t 0 ) = y 0, y (t 0 ) = y 1, y (t 0 ) = y 2,...,y (n 1) (t 0 ) = y n 1 we need to find the constants c 1,...,c n such that c 1 e r 1t c n e r nt 0 = y 0 c 1 r 1 e r 1t c n r n e r nt 0 = y 1. c 1 r1 n 1 e r 1t c n rn n 1 e r nt 0 = y n 1 this is a system of n linear equations for n unknowns that must be solved, e.g. by Gauß elimination H.J.Eberl - MATH*

22 Comments finding the roots of the characteristic polynomial for n > 2 is in general not easy r n +p n 1 r n p 1 r+p 0 = 0 for n = 3 there are length look-up tables sometimes one can guess one root and reduce the order of the polynomial in Linear Algebra and Number Theorem there are some results that allow to obtain estimates for r i... these estimates are often not very sharp in applications it is often important to know whether all roots are negative or whether also positive roots exist... there are theorems to find this out which may or may not be useful in specific cases, such as Descartes rule of sign, the Routh Hurwitz criterion, etc. computer algebra systems might be useful while the theory is the same as for 2nd order equations, solving higher order equations explicitly might not be possible H.J.Eberl - MATH*

23 Example: y 2y y +2y = 0 the characteristic polynomial is r 3 2r 2 r +2 = 0 its roots are the general solution is r 1 = 1, r 2 = 1, r 3 = 2 y(x) = c 1 e x +c 2 e x +c 3 e 2x to solve the initial value problem for y(0) = 1, y (0) = 0, y (0) = 1 we need to find c 1,c 2,c 3 such that thus c 1 +c 2 +c 3 = 1 c 1 c 2 +2c 3 = 0 c 1 +c 2 +4c 3 = 1 c 3 = 0, c 2 = 1/2, c 1 = 1/2 = y(t) = 1 2 ( e x +e x) = coshx H.J.Eberl - MATH*

24 Example: y 2y y +2y = 0, cont d x cosh(x) y1(x) y2(x) y3(x) H.J.Eberl - MATH*

25 Example: y 2y y +2y = 0, cont d to solve the initial value problem for y(0) = 0, y (0) = 1, y (0) = 0 we need to find c 1,c 2,c 3 such that we find immediately c 1 +c 2 +c 3 = 0 c 1 c 2 +2c 3 = 1 c 1 +c 2 +4c 3 = 0 c 3 = 0 = c 1 = c 2 = 2c 1 = 1 and thus y(t) = 1 2 ( e x e x) = sinhx H.J.Eberl - MATH*

26 Example: y 2y y +2y = 0, cont d sinh(x) y1(x) y2(x) y3(x) x H.J.Eberl - MATH*

27 Case II: pairs of complex conjugate roots (1) y (n) +p n 1 y (n 1) +...+p 1 y +p 0 y = 0 (3) r n +p n 1 r n p 1 r +p 0 = 0 now we consider the case of a pair of complex conjugate roots r 1,2 = λ±iµ using Euler s formulae, this gives two complex solutions z 1,2 (x) = e (λ±iµ)x = e λx (cosµx±isinµx) using the superposition principle, and the same reasoning as in the case of 2nd order equations, we can build from this two real solutions y 1 (x) = 1 2 (z 1(x)+z 2 (x)) = e λx cosµx y 2 (x) = i 2 (z 2(x) z 1 (x)) = e λx sinµx H.J.Eberl - MATH*

28 Comments complex roots always appear as conjugate pairs, in particular their number is always even complex and real roots can appear together: if the ODE is of odd order, there has to be at least one real root of the characteristic polynomial other problems might have only complex roots (several pairs) H.J.Eberl - MATH*

29 Example: EIy (4) ky = 0 this equation arises when studying transverse vibrations of a beam where y(x) is related to the displacement of the beam at position x, constant E is the Young s modulus, I is the area moment of inertia, and k parameter we write this as the characteristic polynomial has the roots d 4 y k ay = 0, where a := dx4 EI r 4 a = 0 r 1 = b, r 2 = b, r 3 = ib, r 4 = ib with b = a 1/4 = ( ) 1/4 k EI H.J.Eberl - MATH*

30 Example: EIy (4) ky = 0, cont d the two real roots r 1,2 = ±b imply the two real solutions y 1 (x) = e bx, y 2 (x) = e bx the two complex roots r 3,4 = ±ib imply the two real solutions thus we have the general solution y 3 (x) = cosbx, y 4 (x) = sinbx y(x) = c 1 e bx +c 2 e bx +c 3 cosbx+c 4 sinbx using coshz = 1 2 (ez + e z ),sinhz = 1 2 (ez e z ) we can also write the general solution in the form y(x) = c 1 coshbx+c 2 sinhbx+c 3 cosbx+c 4 sinbx H.J.Eberl - MATH*

31 Example: EIy (4) ky = 0, cont d bx cosh bx sinh bx cos bx sin bx H.J.Eberl - MATH*

32 Example: y +y +3y 5y = 0 the characteristic polynomial is r 3 +r 2 +3r 5 = 0 a first root is guessed/recognized as r 1 = 1 the remaining two roots r 2,3 can be determined from r 3 +r 2 +3r 5 = (r 1)(r r 2 )(r r 3 ) = comparing coefficients: gives general solution = r 3 (r 2 +r 3 +1)r 2 +(r 2 +r 3 +r 2 r 3 )r r 2 r 3 = 0 r 2 r 3 = 5, r 2 +r 3 = 2 r 2,3 = 2± = 1±2i y(x) = c 1 e x +c 2 e x cos2x+c 3 e x sin2x H.J.Eberl - MATH*

33 Example: y +y +3y 5y = x exp(x) exp(-x)*cos(x) exp(-x)*sin(x) H.J.Eberl - MATH*

34 Case III: roots with multiplicity > 1 y (n) +p n 1 y (n 1) +...+p 1 y +p 0 y = 0 r n +p n 1 r n p 1 r +p 0 = 0 accounting for multiplicity, the characteristic polynomial has n roots real roots can have multiplicity up to n, complex roots up to n/2 let r 1 be a root with multiplicity m then we find the m linearly independent solutions e r 1x, xe r 1x, x 2 e r 1x,..., x m 1 e r 1x this can be formally verified by some tedious algebra... we skip that step this also works for complex roots: if α+iβ is a root with multiplicity m, then we have the 2m linearly independent solutions e αx cosβx, xe αx cosβx, x 2 e αx cosβx,..., x m 1 e αx cosβx e αx sinβx, xe αx sinβx, x 2 e αx sinβx,..., x m 1 e αx sinβx H.J.Eberl - MATH*

35 Example: y (4) y (3) 3y +5y 2y = 0 characteristic polynomial r 4 r 3 3r 2 +5r 2 = (r 1) 3 (r+2) = 0 roots are r 1,2,3 = 1, r 4 = 2 general solution y(x) = c 1 e x +c 2 xe x +c 3 x 2 e x +c 4 e 2x H.J.Eberl - MATH*

36 Example: y (4) y (3) 3y +5y 2y = exp(x) x*exp(x) x*x*exp(x) exp(-2*x) x H.J.Eberl - MATH*

37 Example: y (4) 8y (3) +26y 40y +25y = 0 characteristic polynomial r 4 8r 3 +26r 2 40r +25 = (r 2 4r +5) 2 = 0 the roots of r 2 4r+5 are double roots of the characteristic polynomial we find general solution r 1,2 = 4± = 2±i, r 3 = r 1, r 4 = r 2 y(x) = c 1 e 2x cosx+c 2 e 2x sinx+c 3 xe 2x cosx+c 4 xe 2x sinx H.J.Eberl - MATH*

38 Example: y (4) 8y (3) +26y 40y +25y = y1(x) y2(x) y3(x) y4(x) x H.J.Eberl - MATH*

39 IV Higher Order Linear ODEs IV.3 The Method of Undetermined Coefficients Boyce & DiPrima, Section 4.3 H.J.Eberl - MATH*

40 General remarks we consider y (n) +p n 1 y (n 1) +...p 1 y +p 0 y = g(t) with p i = const and non constant forcing function g(t) the idea is the same as for second order equations: if g(t) is a polynomial, exponential, sine or cosine or a sum and/or product of such functions we can make a corresponding ansatz for a particular solution Y(t) and find the a priori undetermined coefficients by substitution and comparison the general solution is then found as y(t) = c 1 y 1 (t)+...+c n y n (t)+y(t) where the functions y 1 (t),...,y n (t) are a fundamental system of the homogeneous equation y (n) +p n 1 y (n 1) +...p 1 y +p 0 y = 0 H.J.Eberl - MATH*

41 General remarks cont d the solution to the initial value problem is then found by choosing the c i such that the initial conditions are satisfied the underlying theory is exactly the same as in the second order case, but algebraically slightly more involved the following practical difficulties arise when using the method we must find a fundamental system of the homogeneous equation, i.e. find all the roots of a polynomial of degree n for higher order equations more work is incurred by taking higher derivatives of the ansatz function to determine the solution of the initial value problem a system of n linear equations for n unknowns must be solved H.J.Eberl - MATH*

42 Example: y 3y +3y y = 4e t characteristic polynomial r 3 = 3r 2 +r 1 = (r 1) 3 = r 1,2,3 = 1 and we have the fundamental system for the homogeneous equation y 1 (t) = e t, y 2 (t) = te t, y 3 (t) = t 2 e t for the particular solution we start with the ansatz Y(t) = At 3 e t [note that the simpler ansatz Y(t) = Ae t won t work because this is a solution of the homogeneous problem, ditto for Y(t) = Ate t and Y(t) = At 2 e t ] we have then Y (t) = Ae t( t 3 +3t 2), Y (t) = Ae t( t 3 +6t 2 +6t ), Y (t) = Ae t( t 3 +9t 2 +18t+6 ) H.J.Eberl - MATH*

43 Example: y 3y +3y y = 4e t cont d substituting into the ODE, factoring out e t, we find Ae t[( t 3 +9t 2 +18t+6 ) 3 ( t 3 +6t 2 +6t ) +3 ( t 3 +3t 2) t 3] = 4e t which reduces to 6Ae t = 4e t = A = 2/3 and we have the particular solution and the general solution Y(t) = 2 3 t3 e t y(t) = c 1 e t +c 2 te t +c 3 t 2 e t t3 e t H.J.Eberl - MATH*

44 Example: y (4) +2y +y = 3sint 5cost the characteristic polynomial is r 4 +2r 2 +1 = (r 2 +1) 2 = 0 with roots r 1,2 = i,r 3,4 = i and fundamental system of the homogeneous equation y 1 (t) = sint, y 2 (t) = cost, y 3 (t) = tsint, y 4 (t) = tcost the ansatz for the particular solution is Y(t) = At 2 sint+bt 2 cost taking the first four derivatives of Y, substituting into the ODE, collecting terms we find 8Asint 8Bcost = 3sint 5cost and, therefore, the particular solution Y(t) = 3 8 t2 sint+ 5 8 t2 cost H.J.Eberl - MATH*

45 Example: y 4y = t+3cost+e 2t the characteristic polynomial is with roots r 1 = 0,r 2 = 2,r 3 = 2 r 3 4r = 0 a fundamental system of the homogeneous equation is y 1 (t) = 1, y 2 (t) = e 2t, y 3 (t) = e 2t we can find a particular solution as the sum of the particular solutions to the simpler problems y 4y = t, y 4y = 3cost, y 4y = e 2t out ansatz functions are (why??) Y 1 (t) = t(a 0 t+a 1 ), Y 2 (t) = Bcost+Csint, Y 3 (t) = Ete 2t H.J.Eberl - MATH*

46 Example: y 4y = t+3cost+e 2t cont d carrying out the calculations we find A 0 = 1 8, A 1 = 0, B = 0, C = 3 5, E = 1 8 and Y(t) = 1 8 t2 3 5 sint+ 1 8 te 2t H.J.Eberl - MATH*

47 A comment on Variation of the Constant (Boyce & DiPrima, sec 4.4) y (n) +p n 1 (t)y (n 1) +...p 1 (t)y +p 0 (t)y = g(t) this becomes very cumbersome for higher order equations we need to find first a fundamental system y 1 (t),...,y n (t) of the homogeneous equation... this is very challenging for equations with non-constant coefficients and not easy for equations with constant coefficients, as discussed already the ansatz is to find a solution of the form Y(t) = u 1 (t)y 1 (t)+...+u n (t)y n (t) expanding on the idea for 2nd order equations, this leads us to solve y 1 u y n u n = 0, y 1u y nu n = 0, y (n 1) 1 u y (n 1) n u n = 0, for u 1,...u n and then to find u 1,...,u n by integration. H.J.Eberl - MATH*

Consider an ideal pendulum as shown below. l θ is the angular acceleration θ is the angular velocity

Consider an ideal pendulum as shown below. l θ is the angular acceleration θ is the angular velocity 1 Second Order Ordinary Differential Equations 1.1 The harmonic oscillator Consider an ideal pendulum as shown below. θ l Fr mg l θ is the angular acceleration θ is the angular velocity A point mass m

More information

ENGI Second Order Linear ODEs Page Second Order Linear Ordinary Differential Equations

ENGI Second Order Linear ODEs Page Second Order Linear Ordinary Differential Equations ENGI 344 - Second Order Linear ODEs age -01. Second Order Linear Ordinary Differential Equations The general second order linear ordinary differential equation is of the form d y dy x Q x y Rx dx dx Of

More information

Higher-order ordinary differential equations

Higher-order ordinary differential equations Higher-order ordinary differential equations 1 A linear ODE of general order n has the form a n (x) dn y dx n +a n 1(x) dn 1 y dx n 1 + +a 1(x) dy dx +a 0(x)y = f(x). If f(x) = 0 then the equation is called

More information

dx n a 1(x) dy

dx n a 1(x) dy HIGHER ORDER DIFFERENTIAL EQUATIONS Theory of linear equations Initial-value and boundary-value problem nth-order initial value problem is Solve: a n (x) dn y dx n + a n 1(x) dn 1 y dx n 1 +... + a 1(x)

More information

Math 4B Notes. Written by Victoria Kala SH 6432u Office Hours: T 12:45 1:45pm Last updated 7/24/2016

Math 4B Notes. Written by Victoria Kala SH 6432u Office Hours: T 12:45 1:45pm Last updated 7/24/2016 Math 4B Notes Written by Victoria Kala vtkala@math.ucsb.edu SH 6432u Office Hours: T 2:45 :45pm Last updated 7/24/206 Classification of Differential Equations The order of a differential equation is the

More information

Chapter 3 Higher Order Linear ODEs

Chapter 3 Higher Order Linear ODEs Chapter 3 Higher Order Linear ODEs Advanced Engineering Mathematics Wei-Ta Chu National Chung Cheng University wtchu@cs.ccu.edu.tw 1 2 3.1 Homogeneous Linear ODEs 3 Homogeneous Linear ODEs An ODE is of

More information

Section 3.4. Second Order Nonhomogeneous. The corresponding homogeneous equation. is called the reduced equation of (N).

Section 3.4. Second Order Nonhomogeneous. The corresponding homogeneous equation. is called the reduced equation of (N). Section 3.4. Second Order Nonhomogeneous Equations y + p(x)y + q(x)y = f(x) (N) The corresponding homogeneous equation y + p(x)y + q(x)y = 0 (H) is called the reduced equation of (N). 1 General Results

More information

McGill University Math 325A: Differential Equations LECTURE 12: SOLUTIONS FOR EQUATIONS WITH CONSTANTS COEFFICIENTS (II)

McGill University Math 325A: Differential Equations LECTURE 12: SOLUTIONS FOR EQUATIONS WITH CONSTANTS COEFFICIENTS (II) McGill University Math 325A: Differential Equations LECTURE 12: SOLUTIONS FOR EQUATIONS WITH CONSTANTS COEFFICIENTS (II) HIGHER ORDER DIFFERENTIAL EQUATIONS (IV) 1 Introduction (Text: pp. 338-367, Chap.

More information

Basic Theory of Linear Differential Equations

Basic Theory of Linear Differential Equations Basic Theory of Linear Differential Equations Picard-Lindelöf Existence-Uniqueness Vector nth Order Theorem Second Order Linear Theorem Higher Order Linear Theorem Homogeneous Structure Recipe for Constant-Coefficient

More information

Atoms An atom is a term with coefficient 1 obtained by taking the real and imaginary parts of x j e ax+icx, j = 0, 1, 2,...,

Atoms An atom is a term with coefficient 1 obtained by taking the real and imaginary parts of x j e ax+icx, j = 0, 1, 2,..., Atoms An atom is a term with coefficient 1 obtained by taking the real and imaginary parts of x j e ax+icx, j = 0, 1, 2,..., where a and c represent real numbers and c 0. Details and Remarks The definition

More information

Alan H. SteinUniversity of Connecticut. Linear Differential Equations With Constant Coefficients

Alan H. SteinUniversity of Connecticut. Linear Differential Equations With Constant Coefficients Linear Differential Equations With Constant Coefficients Alan H. Stein University of Connecticut Linear Equations With Constant Coefficients Homogeneous: d n y a n dx n + a d n 1 y n 1 dx n 1 + a d n 2

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

The Corrected Trial Solution in the Method of Undetermined Coefficients

The Corrected Trial Solution in the Method of Undetermined Coefficients Definition of Related Atoms The Basic Trial Solution Method Symbols Superposition Annihilator Polynomial for f(x) Annihilator Equation for f(x) The Corrected Trial Solution in the Method of Undetermined

More information

Section 3.4. Second Order Nonhomogeneous. The corresponding homogeneous equation. is called the reduced equation of (N).

Section 3.4. Second Order Nonhomogeneous. The corresponding homogeneous equation. is called the reduced equation of (N). Section 3.4. Second Order Nonhomogeneous Equations y + p(x)y + q(x)y = f(x) (N) The corresponding homogeneous equation y + p(x)y + q(x)y = 0 (H) is called the reduced equation of (N). 1 General Results

More information

Math 3313: Differential Equations Second-order ordinary differential equations

Math 3313: Differential Equations Second-order ordinary differential equations Math 3313: Differential Equations Second-order ordinary differential equations Thomas W. Carr Department of Mathematics Southern Methodist University Dallas, TX Outline Mass-spring & Newton s 2nd law Properties

More information

Linear algebra and differential equations (Math 54): Lecture 20

Linear algebra and differential equations (Math 54): Lecture 20 Linear algebra and differential equations (Math 54): Lecture 20 Vivek Shende April 7, 2016 Hello and welcome to class! Last time We started discussing differential equations. We found a complete set of

More information

Solution of Constant Coefficients ODE

Solution of Constant Coefficients ODE Solution of Constant Coefficients ODE Department of Mathematics IIT Guwahati Thus, k r k (erx ) r=r1 = x k e r 1x will be a solution to L(y) = 0 for k = 0, 1,..., m 1. So, m distinct solutions are e r

More information

1+t 2 (l) y = 2xy 3 (m) x = 2tx + 1 (n) x = 2tx + t (o) y = 1 + y (p) y = ty (q) y =

1+t 2 (l) y = 2xy 3 (m) x = 2tx + 1 (n) x = 2tx + t (o) y = 1 + y (p) y = ty (q) y = DIFFERENTIAL EQUATIONS. Solved exercises.. Find the set of all solutions of the following first order differential equations: (a) x = t (b) y = xy (c) x = x (d) x = (e) x = t (f) x = x t (g) x = x log

More information

Chapter 4: Higher Order Linear Equations

Chapter 4: Higher Order Linear Equations Chapter 4: Higher Order Linear Equations MATH 351 California State University, Northridge April 7, 2014 MATH 351 (Differential Equations) Ch 4 April 7, 2014 1 / 11 Sec. 4.1: General Theory of nth Order

More information

Monday, 6 th October 2008

Monday, 6 th October 2008 MA211 Lecture 9: 2nd order differential eqns Monday, 6 th October 2008 MA211 Lecture 9: 2nd order differential eqns 1/19 Class test next week... MA211 Lecture 9: 2nd order differential eqns 2/19 This morning

More information

Chapter 3. Reading assignment: In this chapter we will cover Sections dx 1 + a 0(x)y(x) = g(x). (1)

Chapter 3. Reading assignment: In this chapter we will cover Sections dx 1 + a 0(x)y(x) = g(x). (1) Chapter 3 3 Introduction Reading assignment: In this chapter we will cover Sections 3.1 3.6. 3.1 Theory of Linear Equations Recall that an nth order Linear ODE is an equation that can be written in the

More information

Section 3.4. Second Order Nonhomogeneous. The corresponding homogeneous equation

Section 3.4. Second Order Nonhomogeneous. The corresponding homogeneous equation Section 3.4. Second Order Nonhomogeneous Equations y + p(x)y + q(x)y = f(x) (N) The corresponding homogeneous equation y + p(x)y + q(x)y = 0 (H) is called the reduced equation of (N). 1 General Results

More information

Theory of Higher-Order Linear Differential Equations

Theory of Higher-Order Linear Differential Equations Chapter 6 Theory of Higher-Order Linear Differential Equations 6.1 Basic Theory A linear differential equation of order n has the form a n (x)y (n) (x) + a n 1 (x)y (n 1) (x) + + a 0 (x)y(x) = b(x), (6.1.1)

More information

Sample Quiz 8, Problem 1. Solving Higher Order Constant-Coefficient Equations

Sample Quiz 8, Problem 1. Solving Higher Order Constant-Coefficient Equations Sample Quiz 8 Sample Quiz 8, Problem. Solving Higher Order Constant-Coefficient Equations The Algorithm applies to constant-coefficient homogeneous linear differential equations of order N, for example

More information

Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Undetermined Coefficients Page 1

Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Undetermined Coefficients Page 1 Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Undetermined Coefficients Page 1 Questions Example (3.5.3) Find a general solution of the differential equation y 2y 3y = 3te

More information

Ex. 1. Find the general solution for each of the following differential equations:

Ex. 1. Find the general solution for each of the following differential equations: MATH 261.007 Instr. K. Ciesielski Spring 2010 NAME (print): SAMPLE TEST # 2 Solve the following exercises. Show your work. (No credit will be given for an answer with no supporting work shown.) Ex. 1.

More information

MATH 308 Differential Equations

MATH 308 Differential Equations MATH 308 Differential Equations Summer, 2014, SET 6 JoungDong Kim Set 6: Section 3.3, 3.4, 3.5, 3.6 Section 3.3 Complex Roots of the Characteristic Equation Recall that a second order ODE with constant

More information

Advanced Eng. Mathematics

Advanced Eng. Mathematics Koya University Faculty of Engineering Petroleum Engineering Department Advanced Eng. Mathematics Lecture 6 Prepared by: Haval Hawez E-mail: haval.hawez@koyauniversity.org 1 Second Order Linear Ordinary

More information

How to Solve Linear Differential Equations

How to Solve Linear Differential Equations How to Solve Linear Differential Equations Definition: Euler Base Atom, Euler Solution Atom Independence of Atoms Construction of the General Solution from a List of Distinct Atoms Euler s Theorems Euler

More information

3.4.1 Distinct Real Roots

3.4.1 Distinct Real Roots Math 334 3.4. CONSTANT COEFFICIENT EQUATIONS 34 Assume that P(x) = p (const.) and Q(x) = q (const.), so that we have y + py + qy = 0, or L[y] = 0 (where L := d2 dx 2 + p d + q). (3.7) dx Guess a solution

More information

III Second Order Linear ODEs

III Second Order Linear ODEs III Second Order Linear ODEs Boyce & DiPrima, Chapter 3 H.J.Eberl - MATH*2170 0 III Second Order Linear ODEs III.0 Problem Formulation and First Examples Boyce & DiPrima, Chapter 3.2 H.J.Eberl - MATH*2170

More information

2nd-Order Linear Equations

2nd-Order Linear Equations 4 2nd-Order Linear Equations 4.1 Linear Independence of Functions In linear algebra the notion of linear independence arises frequently in the context of vector spaces. If V is a vector space over the

More information

MAT187H1F Lec0101 Burbulla

MAT187H1F Lec0101 Burbulla Spring 2017 Second Order Linear Homogeneous Differential Equation DE: A(x) d 2 y dx 2 + B(x)dy dx + C(x)y = 0 This equation is called second order because it includes the second derivative of y; it is

More information

Introduction and preliminaries

Introduction and preliminaries Chapter Introduction and preliminaries Partial differential equations What is a partial differential equation? ODEs Ordinary Differential Equations) have one variable x). PDEs Partial Differential Equations)

More information

Math 308 Week 8 Solutions

Math 308 Week 8 Solutions Math 38 Week 8 Solutions There is a solution manual to Chapter 4 online: www.pearsoncustom.com/tamu math/. This online solutions manual contains solutions to some of the suggested problems. Here are solutions

More information

MATH 312 Section 4.5: Undetermined Coefficients

MATH 312 Section 4.5: Undetermined Coefficients MATH 312 Section 4.5: Undetermined Coefficients Prof. Jonathan Duncan Walla Walla College Spring Quarter, 2007 Outline 1 Differential Operators 2 Annihilators 3 Undetermined Coefficients 4 Conclusion ODEs

More information

MATH 312 Section 4.3: Homogeneous Linear Equations with Constant Coefficients

MATH 312 Section 4.3: Homogeneous Linear Equations with Constant Coefficients MATH 312 Section 4.3: Homogeneous Linear Equations with Constant Coefficients Prof. Jonathan Duncan Walla Walla College Spring Quarter, 2007 Outline 1 Getting Started 2 Second Order Equations Two Real

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Chapter 1 Introduction and Basic Terminology Most of the phenomena studied in the sciences and engineering involve processes that change with time. For example, it is well known

More information

Math 201 Lecture 08 Undetermined Coefficients

Math 201 Lecture 08 Undetermined Coefficients Math 201 Lecture 08 Undetermined Coefficients Jan. 25, 2012 Many examples here are taken from the textbook. The first number in () refers to the problem number in the UA Custom edition, the second number

More information

Higher Order Linear Equations

Higher Order Linear Equations C H A P T E R 4 Higher Order Linear Equations 4.1 1. The differential equation is in standard form. Its coefficients, as well as the function g(t) = t, are continuous everywhere. Hence solutions are valid

More information

Goals: Second-order Linear Equations Linear Independence of Solutions and the Wronskian Homogeneous DEs with Constant Coefficients

Goals: Second-order Linear Equations Linear Independence of Solutions and the Wronskian Homogeneous DEs with Constant Coefficients Week #3 : Higher-Order Homogeneous DEs Goals: Second-order Linear Equations Linear Independence of Solutions and the Wronskian Homogeneous DEs with Constant Coefficients 1 Second-Order Linear Equations

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

Section 3.4. Second Order Nonhomogeneous. The corresponding homogeneous equation. is called the reduced equation of (N).

Section 3.4. Second Order Nonhomogeneous. The corresponding homogeneous equation. is called the reduced equation of (N). Section 3.4. Second Order Nonhomogeneous Equations y + p(x)y + q(x)y = f(x) (N) The corresponding homogeneous equation y + p(x)y + q(x)y = 0 (H) is called the reduced equation of (N). 1 General Results

More information

Section 9.8 Higher Order Linear Equations

Section 9.8 Higher Order Linear Equations Section 9.8 Higher Order Linear Equations Key Terms: Higher order linear equations Equivalent linear systems for higher order equations Companion matrix Characteristic polynomial and equation A linear

More information

Linear Differential Equations. Problems

Linear Differential Equations. Problems Chapter 1 Linear Differential Equations. Problems 1.1 Introduction 1.1.1 Show that the function ϕ : R R, given by the expression ϕ(t) = 2e 3t for all t R, is a solution of the Initial Value Problem x =

More information

1 Solution to Homework 4

1 Solution to Homework 4 Solution to Homework Section. 5. The characteristic equation is r r + = (r )(r ) = 0 r = or r =. y(t) = c e t + c e t y = c e t + c e t. y(0) =, y (0) = c + c =, c + c = c =, c =. To find the maximum value

More information

Applications of Linear Higher-Order DEs

Applications of Linear Higher-Order DEs Week #4 : Applications of Linear Higher-Order DEs Goals: Solving Homogeneous DEs with Constant Coefficients - Second and Higher Order Applications - Damped Spring/Mass system Applications - Pendulum 1

More information

Differential Equations

Differential Equations Differential Equations A differential equation (DE) is an equation which involves an unknown function f (x) as well as some of its derivatives. To solve a differential equation means to find the unknown

More information

Chapter 13: General Solutions to Homogeneous Linear Differential Equations

Chapter 13: General Solutions to Homogeneous Linear Differential Equations Worked Solutions 1 Chapter 13: General Solutions to Homogeneous Linear Differential Equations 13.2 a. Verifying that {y 1, y 2 } is a fundamental solution set: We have y 1 (x) = cos(2x) y 1 (x) = 2 sin(2x)

More information

Ordinary Differential Equations

Ordinary Differential Equations Ordinary Differential Equations (MA102 Mathematics II) Shyamashree Upadhyay IIT Guwahati Shyamashree Upadhyay ( IIT Guwahati ) Ordinary Differential Equations 1 / 15 Method of Undetermined Coefficients

More information

AMATH 351 Mar 15, 2013 FINAL REVIEW. Instructor: Jiri Najemnik

AMATH 351 Mar 15, 2013 FINAL REVIEW. Instructor: Jiri Najemnik AMATH 351 Mar 15, 013 FINAL REVIEW Instructor: Jiri Najemni ABOUT GRADES Scores I have so far will be posted on the website today sorted by the student number HW4 & Exam will be added early next wee Let

More information

Lecture Notes on. Differential Equations. Emre Sermutlu

Lecture Notes on. Differential Equations. Emre Sermutlu Lecture Notes on Differential Equations Emre Sermutlu ISBN: Copyright Notice: To my wife Nurten and my daughters İlayda and Alara Contents Preface ix 1 First Order ODE 1 1.1 Definitions.............................

More information

ODE classification. February 7, Nasser M. Abbasi. compiled on Wednesday February 07, 2018 at 11:18 PM

ODE classification. February 7, Nasser M. Abbasi. compiled on Wednesday February 07, 2018 at 11:18 PM ODE classification Nasser M. Abbasi February 7, 2018 compiled on Wednesday February 07, 2018 at 11:18 PM 1 2 first order b(x)y + c(x)y = f(x) Integrating factor or separable (see detailed flow chart for

More information

The Method of Undetermined Coefficients and the Shifting Rule. Math 5330, Spring 1996

The Method of Undetermined Coefficients and the Shifting Rule. Math 5330, Spring 1996 The Method of Undetermined Coefficients and the Shifting Rule. Math 5330, Spring 1996 In these notes, we will show how to use operator polynomials and the shifting rule to find a particular solution for

More information

Ordinary Differential Equations

Ordinary Differential Equations Ordinary Differential Equations (MA102 Mathematics II) Shyamashree Upadhyay IIT Guwahati Shyamashree Upadhyay ( IIT Guwahati ) Ordinary Differential Equations 1 / 10 Undetermined coefficients-annihilator

More information

4 Differential Equations

4 Differential Equations Advanced Calculus Chapter 4 Differential Equations 65 4 Differential Equations 4.1 Terminology Let U R n, and let y : U R. A differential equation in y is an equation involving y and its (partial) derivatives.

More information

Second-Order Linear ODEs

Second-Order Linear ODEs Chap. 2 Second-Order Linear ODEs Sec. 2.1 Homogeneous Linear ODEs of Second Order On pp. 45-46 we extend concepts defined in Chap. 1, notably solution and homogeneous and nonhomogeneous, to second-order

More information

Second-Order Linear ODEs

Second-Order Linear ODEs Second-Order Linear ODEs A second order ODE is called linear if it can be written as y + p(t)y + q(t)y = r(t). (0.1) It is called homogeneous if r(t) = 0, and nonhomogeneous otherwise. We shall assume

More information

APPLIED MATHEMATICS. Part 1: Ordinary Differential Equations. Wu-ting Tsai

APPLIED MATHEMATICS. Part 1: Ordinary Differential Equations. Wu-ting Tsai APPLIED MATHEMATICS Part 1: Ordinary Differential Equations Contents 1 First Order Differential Equations 3 1.1 Basic Concepts and Ideas................... 4 1.2 Separable Differential Equations................

More information

Essential Ordinary Differential Equations

Essential Ordinary Differential Equations MODULE 1: MATHEMATICAL PRELIMINARIES 10 Lecture 2 Essential Ordinary Differential Equations In this lecture, we recall some methods of solving first-order IVP in ODE (separable and linear) and homogeneous

More information

Polytechnic Institute of NYU MA 2132 Final Practice Answers Fall 2012

Polytechnic Institute of NYU MA 2132 Final Practice Answers Fall 2012 Polytechnic Institute of NYU MA Final Practice Answers Fall Studying from past or sample exams is NOT recommended. If you do, it should be only AFTER you know how to do all of the homework and worksheet

More information

Lecture Notes for Math 251: ODE and PDE. Lecture 30: 10.1 Two-Point Boundary Value Problems

Lecture Notes for Math 251: ODE and PDE. Lecture 30: 10.1 Two-Point Boundary Value Problems Lecture Notes for Math 251: ODE and PDE. Lecture 30: 10.1 Two-Point Boundary Value Problems Shawn D. Ryan Spring 2012 Last Time: We finished Chapter 9: Nonlinear Differential Equations and Stability. Now

More information

Second-Order Linear ODEs

Second-Order Linear ODEs C0.tex /4/011 16: 3 Page 13 Chap. Second-Order Linear ODEs Chapter presents different types of second-order ODEs and the specific techniques on how to solve them. The methods are systematic, but it requires

More information

Calculus IV - HW 3. Due 7/ Give the general solution to the following differential equations: y = c 1 e 5t + c 2 e 5t. y = c 1 e 2t + c 2 e 4t.

Calculus IV - HW 3. Due 7/ Give the general solution to the following differential equations: y = c 1 e 5t + c 2 e 5t. y = c 1 e 2t + c 2 e 4t. Calculus IV - HW 3 Due 7/13 Section 3.1 1. Give the general solution to the following differential equations: a y 25y = 0 Solution: The characteristic equation is r 2 25 = r 5r + 5. It follows that the

More information

Math K (24564) - Lectures 02

Math K (24564) - Lectures 02 Math 39100 K (24564) - Lectures 02 Ethan Akin Office: NAC 6/287 Phone: 650-5136 Email: ethanakin@earthlink.net Spring, 2018 Contents Second Order Linear Equations, B & D Chapter 4 Second Order Linear Homogeneous

More information

Higher Order Linear ODEs

Higher Order Linear ODEs c03.qxd 6/18/11 2:57 PM Page 57 CHAPTER 3 Higher Order Linear ODEs Chapters 1 and 2 demonstrate and illustrate that first- and second-order ODEs are, by far, the most important ones in usual engineering

More information

Math 2Z03 - Tutorial # 4. Oct. 5th, 6th, 7th, 2015

Math 2Z03 - Tutorial # 4. Oct. 5th, 6th, 7th, 2015 Math 2Z03 - Tutorial # 4 Oct. 5th, 6th, 7th, 2015 Tutorial Info: Tutorial Website: http://ms.mcmaster.ca/ dedieula/2z03.html Office Hours: Mondays 3pm - 5pm (in the Math Help Centre) Tutorial #4: 3.1 Theory

More information

Math53: Ordinary Differential Equations Autumn 2004

Math53: Ordinary Differential Equations Autumn 2004 Math53: Ordinary Differential Equations Autumn 2004 Unit 2 Summary Second- and Higher-Order Ordinary Differential Equations Extremely Important: Euler s formula Very Important: finding solutions to linear

More information

B Ordinary Differential Equations Review

B Ordinary Differential Equations Review B Ordinary Differential Equations Review The profound study of nature is the most fertile source of mathematical discoveries. - Joseph Fourier (1768-1830) B.1 First Order Differential Equations Before

More information

arxiv: v1 [math.gm] 16 Feb 2018

arxiv: v1 [math.gm] 16 Feb 2018 Differential Operator Method of Finding A Particular Solution to An Ordinary Nonhomogeneous Linear Differential Equation with Constant Coefficients Wenfeng Chen arxiv:802.09343v math.gm 6 Feb 208 Department

More information

PUTNAM PROBLEMS DIFFERENTIAL EQUATIONS. First Order Equations. p(x)dx)) = q(x) exp(

PUTNAM PROBLEMS DIFFERENTIAL EQUATIONS. First Order Equations. p(x)dx)) = q(x) exp( PUTNAM PROBLEMS DIFFERENTIAL EQUATIONS First Order Equations 1. Linear y + p(x)y = q(x) Muliply through by the integrating factor exp( p(x)) to obtain (y exp( p(x))) = q(x) exp( p(x)). 2. Separation of

More information

Higher Order Linear ODEs

Higher Order Linear ODEs im03.qxd 9/21/05 11:04 AM Page 59 CHAPTER 3 Higher Order Linear ODEs This chapter is new. Its material is a rearranged and somewhat extended version of material previously contained in some of the sections

More information

ENGI 9420 Lecture Notes 1 - ODEs Page 1.01

ENGI 9420 Lecture Notes 1 - ODEs Page 1.01 ENGI 940 Lecture Notes - ODEs Page.0. Ordinary Differential Equations An equation involving a function of one independent variable and the derivative(s) of that function is an ordinary differential equation

More information

Math Ordinary Differential Equations

Math Ordinary Differential Equations Math 411 - Ordinary Differential Equations Review Notes - 1 1 - Basic Theory A first order ordinary differential equation has the form x = f(t, x) (11) Here x = dx/dt Given an initial data x(t 0 ) = x

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

Math 20B Supplement. Bill Helton. September 23, 2004

Math 20B Supplement. Bill Helton. September 23, 2004 Math 0B Supplement Bill Helton September 3, 004 1 Supplement to Appendix G Supplement to Appendix G and Chapters 7 and 9 of Stewart Calculus Edition 5: August 003 Contents 1 Complex Exponentials: For Appendix

More information

Linear Second Order ODEs

Linear Second Order ODEs Chapter 3 Linear Second Order ODEs In this chapter we study ODEs of the form (3.1) y + p(t)y + q(t)y = f(t), where p, q, and f are given functions. Since there are two derivatives, we might expect that

More information

Lecture 17: Nonhomogeneous equations. 1 Undetermined coefficients method to find a particular

Lecture 17: Nonhomogeneous equations. 1 Undetermined coefficients method to find a particular Lecture 17: Nonhomogeneous equations 1 Undetermined coefficients method to find a particular solution The method of undetermined coefficients (sometimes referred to as the method of justicious guessing)

More information

Math 20B Supplement Linked to Stewart, Edition 5. December 2005 version

Math 20B Supplement Linked to Stewart, Edition 5. December 2005 version Math 20B Supplement Linked to Stewart, Edition 5 December 2005 version Bill Helton - The Maintenance Crew Written By Ed Bender, Bill Helton Contributions by John Eggers and Magdelana Musat Supplement to

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

MB4018 Differential equations

MB4018 Differential equations MB4018 Differential equations Part II http://www.staff.ul.ie/natalia/mb4018.html Prof. Natalia Kopteva Spring 2015 MB4018 (Spring 2015) Differential equations Part II 0 / 69 Section 1 Second-Order Linear

More information

Second-Order Homogeneous Linear Equations with Constant Coefficients

Second-Order Homogeneous Linear Equations with Constant Coefficients 15 Second-Order Homogeneous Linear Equations with Constant Coefficients A very important class of second-order homogeneous linear equations consists of those with constant coefficients; that is, those

More information

Math 115 HW #10 Solutions

Math 115 HW #10 Solutions Math 11 HW #10 Solutions 1. Suppose y 1 (t and y 2 (t are both solutions of the differential equation P (ty + Q(ty + R(ty = 0. Show that, for any constants C 1 and C 2, the function C 1 y 1 (t + C 2 y

More information

Math 2142 Homework 5 Part 1 Solutions

Math 2142 Homework 5 Part 1 Solutions Math 2142 Homework 5 Part 1 Solutions Problem 1. For the following homogeneous second order differential equations, give the general solution and the particular solution satisfying the given initial conditions.

More information

Chapter 7. Homogeneous equations with constant coefficients

Chapter 7. Homogeneous equations with constant coefficients Chapter 7. Homogeneous equations with constant coefficients It has already been remarked that we can write down a formula for the general solution of any linear second differential equation y + a(t)y +

More information

كلية العلوم قسم الرياضيات المعادالت التفاضلية العادية

كلية العلوم قسم الرياضيات المعادالت التفاضلية العادية الجامعة اإلسالمية كلية العلوم غزة قسم الرياضيات المعادالت التفاضلية العادية Elementary differential equations and boundary value problems المحاضرون أ.د. رائد صالحة د. فاتن أبو شوقة 1 3 4 5 6 بسم هللا

More information

Lecture 8: Ordinary Differential Equations

Lecture 8: Ordinary Differential Equations MIT-WHOI Joint Program Summer Math Review Summer 2015 Lecture 8: Ordinary Differential Equations Lecturer: Isabela Le Bras Date: 31 July 2015 Disclaimer: These notes are for the purposes of this review

More information

Solutions to Homework 3

Solutions to Homework 3 Solutions to Homework 3 Section 3.4, Repeated Roots; Reduction of Order Q 1). Find the general solution to 2y + y = 0. Answer: The charactertic equation : r 2 2r + 1 = 0, solving it we get r = 1 as a repeated

More information

MA Ordinary Differential Equations

MA Ordinary Differential Equations MA 108 - Ordinary Differential Equations Santanu Dey Department of Mathematics, Indian Institute of Technology Bombay, Powai, Mumbai 76 dey@math.iitb.ac.in March 26, 2014 Outline of the lecture Method

More information

Second In-Class Exam Solutions Math 246, Professor David Levermore Thursday, 31 March 2011

Second In-Class Exam Solutions Math 246, Professor David Levermore Thursday, 31 March 2011 Second In-Class Exam Solutions Math 246, Professor David Levermore Thursday, 31 March 211 (1) [6] Give the interval of definition for the solution of the initial-value problem d 4 y dt 4 + 7 1 t 2 dy dt

More information

An Overly Simplified and Brief Review of Differential Equation Solution Methods. 1. Some Common Exact Solution Methods for Differential Equations

An Overly Simplified and Brief Review of Differential Equation Solution Methods. 1. Some Common Exact Solution Methods for Differential Equations An Overly Simplified and Brief Review of Differential Equation Solution Methods We will be dealing with initial or boundary value problems. A typical initial value problem has the form y y 0 y(0) 1 A typical

More information

Example. Mathematics 255: Lecture 17. Example. Example (cont d) Consider the equation. d 2 y dt 2 + dy

Example. Mathematics 255: Lecture 17. Example. Example (cont d) Consider the equation. d 2 y dt 2 + dy Mathematics 255: Lecture 17 Undetermined Coefficients Dan Sloughter Furman University October 10, 2008 6y = 5e 4t. so the general solution of 0 = r 2 + r 6 = (r + 3)(r 2), 6y = 0 y(t) = c 1 e 3t + c 2

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

Introductory Differential Equations

Introductory Differential Equations Introductory Differential Equations Lecture Notes June 3, 208 Contents Introduction Terminology and Examples 2 Classification of Differential Equations 4 2 First Order ODEs 5 2 Separable ODEs 5 22 First

More information

Step 1. Step 2. Step 4. The corrected trial solution y with evaluated coefficients d 1, d 2,..., d k becomes the particular solution y p.

Step 1. Step 2. Step 4. The corrected trial solution y with evaluated coefficients d 1, d 2,..., d k becomes the particular solution y p. Definition Atoms A and B are related if and only if their successive derivatives share a common atom. Then x 3 is related to x and x 101, while x is unrelated to e x, xe x and x sin x. Atoms x sin x and

More information

A Second Course in Elementary Differential Equations

A Second Course in Elementary Differential Equations A Second Course in Elementary Differential Equations Marcel B Finan Arkansas Tech University c All Rights Reserved August 3, 23 Contents 28 Calculus of Matrix-Valued Functions of a Real Variable 4 29 nth

More information

Ma 221 Final Exam Solutions 5/14/13

Ma 221 Final Exam Solutions 5/14/13 Ma 221 Final Exam Solutions 5/14/13 1. Solve (a) (8 pts) Solution: The equation is separable. dy dx exy y 1 y0 0 y 1e y dy e x dx y 1e y dy e x dx ye y e y dy e x dx ye y e y e y e x c The last step comes

More information

Mathematical Methods and its Applications (Solution of assignment-12) Solution 1 From the definition of Fourier transforms, we have.

Mathematical Methods and its Applications (Solution of assignment-12) Solution 1 From the definition of Fourier transforms, we have. For 2 weeks course only Mathematical Methods and its Applications (Solution of assignment-2 Solution From the definition of Fourier transforms, we have F e at2 e at2 e it dt e at2 +(it/a dt ( setting (

More information

Title: Solving Ordinary Differential Equations (ODE s)

Title: Solving Ordinary Differential Equations (ODE s) ... Mathematics Support Centre Title: Solving Ordinary Differential Equations (ODE s) Target: On completion of this workbook you should be able to recognise and apply the appropriate method for solving

More information

SPS Mathematical Methods. Date for Quiz No. 3: 2nd April 2015.

SPS Mathematical Methods. Date for Quiz No. 3: 2nd April 2015. SPS 2281 - Mathematical Methods Assignment No. 3 Deadline: 9th April 2015, before 4:45 p.m. INSTRUCTIONS: Answer the following questions. Check your answer for odd number questions at the back of the textbook.

More information