6 Second Order Linear Differential Equations

Size: px
Start display at page:

Download "6 Second Order Linear Differential Equations"

Transcription

1 6 Second Order Linear Differential Equations A differential equation for an unknown function y = f(x) that depends on a variable x is any equation that ties together functions of x with y and its derivatives. It is a second order differential equation if it involves d2 y dy, possibly together with, y and functions of x, but dx2 dx no higher order derivatives. For example d 2 y d = sin x, dx2 2 y dx 2 + xy2 = e x2, ( d 2 y dx 2 ) 2 + e x dy dx = ln(x2 + 1) are all second order differential equations in the unknown function y, but d 3 y dx 3 + dy dx = 0 is third order. A linear second order differential equation is one of the form p(x) d2 y dx 2 + q(x)dy + r(x)y = f(x) dx ( ) for functions p, q, r and f of the variable x. It does not feature products of y with its derivatives, or other such functions. For example d 2 y d = sin x, dx2 are both linear, but none of the following are linear: d 2 y dx 2 + xy2 = 0, 2 y dy + ex + (cos x)y = tanx dx2 dx d 2 y dx 2 cosy = ex, y d2 y ( dy ) 2 dx 2 + = 0. dx In general, linear equations are easier to solve than nonlinear equations. Indeed, often it is not known how to obtain an exact solution to a nonlinear equation, so instead one approximates the solution by studying related linear equations. The general linear second order differential equation ( ) is called homogeneous if f(x) is identically zero, i.e. f(x) = 0 for all x R, otherwise it is nonhomogeneous. This is the same terminology used earlier for matrix equations, since we have the following result analogous to the Theorem 3.4: Theorem 6.1. Consider the linear second order ODE p(x)y + q(x)y + r(x)y = f(x) (N) and its associated homogeneous equation p(x)y + q(x)y + r(x)y = 0. (H) (a) If y 1 and y 2 are solutions of (H) then so are y 1 + y 2, ky 1 and ky 2 for any number k. (b) If y 1 is a solution of (N) and y 0 a solution of (H), then y 1 + y 0 is a solution of (N). On the other hand, if y 2 is another solution of (N) then y 1 y 2 is a solution of (H). Remark. As a consequence of this, we see that to find the general solution of a nonhomogeneous linear ODE it suffices to find one solution, together with all solutions of the associated homogeneous equation. 109

2 Homogeneous linear equations with constant coefficients Proof. The proof is basically the same as that for the corresponding matrix algebra result (Theorem 3.4). For example if y 1 and y 2 both satisfy (N) then So d dx (y 1 y 2 ) = y 1 y 2 and d 2 dx 2 (y 1 y 2 ) = y 1 y 2. p(x) d2 dx 2 (y 1 y 2 ) + q(x) d dx (y 1 y 2 ) + r(x)(y 1 y 2 ) = p(x) ( y 1 y 2) ( + q(x) y 1 y 2) + r(x)(y1 y 2 ) = [ p(x)y 1 + q(x)y 1 ] [ + r(x)y 1 p(x)y 2 + q(x)y 2 ] + r(x)y 2 = f(x) f(x) = 0, hence the difference y 1 y 2 solves (H). The other parts can be shown by similarly. Heuristically speaking, since a second order ODE should in some sense require two integrations to find a solution, two items of information ought to be required to specify a particular solution. For example: d 2 y dx 2 = 0 dy = A y = Ax + B, dx for constants A and B. To find A and B we could pose an initial value problem: y(x 0 ) = a, y (x 0 ) = b or a boundary value problem: y(x 1 ) = c, y(x 2 ) = d, for x 1 x 2. For the equation above either case will lead to unique values of A and B, since the functions y = x and y = 1 are linearly independent neither is a constant multiple of the other. 6.1 Homogeneous linear equations with constant coefficients The simplest linear second order ODE is ay + by + cy = 0, (H) where a, b, c R are constants, a 0. Since the function y = e rx has derivatives y = re rx and y = r 2 e rx, i.e. multiples of the original function, it is a potential candidate for a solution to (H). Substituting these functions into (H) gives ar 2 e rx + bre rx + ce rx = (ar 2 + br + c)e rx = 0. Now e rx 0 for all x R, so the only way this equation can be satisfied is if ar 2 + br + c = 0, (A) that is, if r is a solution to the auxiliary equation (A), i.e. if r = b ± b 2 4ac. 2a Depending on the nature of the solutions r above, we have different types of solution: 110

3 b 2 4ac > 0 In this case there are two distinct real solutions r 1 and r 2 to (A). Thus e r1x and e r2x are both solutions. Since r 1 r 2 these functions are linearly independent, hence the general solution is y = A 1 e r1x + A 2 e r2x for constants A 1 and A 2. b 2 4ac = 0 In this case the only solution to (A) is r = b/2a, but we want two linearly independent solutions. Another is given by taking y = xe rx for this r since then y = e rx + rxe rx, y = 2re rx + r 2 xe rx and so ay + by + cy = (ar 2 + br + c)xe rx + (2ar + b)e rx = 0 because ar 2 + br + c = 0 by choice of r, and 2ar + b = 2a ( b/2a) + b = 0 as well. Hence the general solution is y = (A 1 + A 2 x)e rx for constants A 1 and A 2. Note that xe rx is a nonconstant multiple of e rx, so these are linearly independent functions. b 2 4ac < 0 Since the discriminant of (A) is negative, we will get two distinct complex roots, but since a, b, c R we find that the roots are conjugate to each other: r = p ± iq for p = b 4ac b 2a, and q = 2. 2a Thus the general solution to (H) in this case is y = A 1 e px+iqx + A 2 e px iqx = A 1 e px( cosqx + i sinqx ) + A 2 e px( cos( qx) + i sin( qx) ) = e px( (A 1 + A 2 )cosqx + i(a 1 A 2 )sin qx ) = e px( B 1 cosqx + B 2 sin qx ) for constants B 1 and B 2. Although we have made use of complex exponentials, it is always possible to choose A 1 and A 2 so that the numbers B 1 and B 2 are real, if that is an issue. Indeed, inverting the equations that define B 1 and B 2 in terms of A 1 and A 2 we get A 1 = 1 2 (B 1 ib 2 ), A 2 = 1 2 (B 1 + ib 2 ). Exercise 6.2. Solve the initial value problem y 5y + 6y = 0, y(0) = 1, y (0) =

4 Homogeneous linear equations with constant coefficients Exercise 6.3. Solve the boundary value problem y + 2y + y = 0, y(0) = 1, y(1) = 1. Exercise 6.4. Solve the boundary value problem d2 x dt 2 +2dx dt +10x = 0, x(0) = 2, x( ) π 6 = 1. Example 6.5 (S05 7(a i)). Find the general solution to the ordinary differential equation d 2 y dx 2 + 8dy + 41y = 0. dx 112

5 The auxiliary equation is r 2 + 8r + 41 = 0 r = 8 ± = 8 ± = 4 ± 5i. Hence the general solution is y = e 4x (Acos5x + B sin 5x), where A and B are constants. Example 6.6. Find the general solution of the ordinary differential equation 16 d2 z dt 2 +24dz dt + 9z = 0. The auxiliary equation is 16r r + 9 = (4r + 3) 2 = 0, which has repeated root 3 4. Thus the general solution is z = (A + Bt)e 3t/ Nonhomogeneous linear equations with constant coefficients From Theorem 6.1 we know that to find the general solution to ay + by + cy = f(x) (N) it is enough to guess one particular solution y P, and then add to this the general solution y C of the associated homogeneous equation (known as the complementary equation) got by setting f(x) 0. What makes an appropriate guess is to some extent found by trial and error, but there are a number of obvious choices depending on what appears on the right hand side of (N), as given below: f(x) = Trial solution y P px n a n x n + + a 1 x + a 0 p cosqx (or p sinqx) k 1 cosqx + k 2 sin qx pe qx px n cosqx (or px n sin qx) px n e qx pe qx cosrx (or pe qx sinrx) For example if f(x) = x then trying y P = a 1 x + a 0 we have and so need ke qx (a n x n + + a 1 x + a 0 )(k 1 cosqx + k 2 sinqx) (a n x n + + a 1 x + a 0 )e qx e qx (k 1 cosrx + k 2 sin rx) y P = a 1, y P = 0, a 0 + b a 1 + c(a 1 x + a 0 ) = ca 1 x + (ca 0 + ba 1 ) = x. Equating coefficients gives the following linear system for a 0 and a 1 : ca 1 = 1, ca 0 + ba 1 = 0 a 1 = 1 c, a 0 = b c 2 provided c 0. Note that if c = 0 then we cannot solve the system above for a 1 and a 0 the linear system is inconsistent. However, this is not actually a surprise: if c = 0 then the complementary equation is ay +by = 0, which has auxiliary equation r(ar+b) = 0, with roots of 0 and b/a. As a result, assuming b 0, the solution to the complementary equation is y C = A+Be bx/a, so that the constant term a 0 in our trial solution y P is already a solution to the complementary equation. That is, this part of the trial solution disappears when we calculate ay P + by P. In general, if the usual trial solution y P turns out to be a solution of the complementary equation then the next step is to try the function xy P as the trial solution instead of y P. So above we should use y P = x(a 1 x + a 0 ) = a 1 x 2 + a 0 x y P = 2a 1x + a 0, y P = 2a 1, 113

6 Nonhomogeneous linear equations with constant coefficients and so we need to solve a(2a 1 ) + b(2a 1 x + a 0 ) = x a 1 = 1 2b, a 0 = a b 2, where we now have to assume that b 0. If b = 0 as well, then 0 is a repeated root of the auxiliary equation, and we should try an extra power of x, i.e. y P = x 2 (a 1 x + a 0 ), and then find that we need to take a 1 = 1/6a, a 0 = 0 to get ay P = x. Exercise 6.7 (A04 7(a)). Find the general solution of y + y 6y = 7e 2x. Exercise 6.8. Find the general solution of d2 r dθ 2 + 2dr + r = sin 2θ. dθ Exercise 6.9 (A04 7(c)). Solve the boundary value problem y + 4y + 8y = x, y(0) = 1, y ( π 4 ) =

7 Exercise 6.10 (S03 5(b)). Find a particular solution to d2 x dt 2 x = 3et. 115

8 Nonhomogeneous linear equations with constant coefficients Exercise Solve the initial value problem y 6y + 9y = 8e 3x, y(0) = 1, y (0) = 1. Example 6.12 (S05 7(aii)). Find the general solution to d2 y dx 2 4dy dx + 5y = e x. The auxiliary equation is r 2 4r + 5 = 0 r = 4 ± = 4 ± 4 2 = 2 ± i. Thus the solution to the complementary equation is y C = e 2x (Acosx + B sin x). For a particular solution to the nonhomogeneous equation try y P = ke x, then y P = ke x, y P = ke x y P 4y P + 5y P = ke x + 4ke x + 5ke x = 10ke x, 116

9 so we want 10k = 1. Thus the general solution is where A and B are constants. y = y P + y C = 1 10 e x + e 2x (Acos x + B sinx), Example 6.13 (S05 7(b)). Solve the initial value problem The auxiliary equation is d 2 y dx 2 dy dx = 5 cos3x, y(0) = 3, y (0) = 1. r 2 r = r(r 1) = 0 r = 0, 1. Thus the solution to the complementary equation is y C = A + Be x, where A and B are constants. For a particular solution try y P = C cos3x + D sin 3x, then and so y P = 3C sin 3x + 3D cos3x, y P = 9C cos3x 9D sin 3x y P y P = 9C cos3x 9D sin 3x ( 3C sin3x + 3D cos3x) = ( 9C 3D)cos3x + (3C 9D)sin3x. For y P to be a solution of the nonhomogeneous equation we need 9C 3D = 5, and 3C 9D = 0 C = 3D, hence 27D 3D = 30D = 5 So the general solution is But now D = 1 6, C = 1 2. y = y C + y P = A + Be x 1 2 cos3x 1 sin 3x 6 y(0) = 3 = A + B 1 2, and y = Be x sin 3x 1 2 cos3x, so y (0) = 1 = B 1 2 Thus B = 3 2 and A = 3 1 = 2, and so the solution of the initial value problem is y = ex 1 2 cos3x 1 sin 3x. 6 Example Find the general solution to d2 y dx 2 4dy 21y = sin2x. dx The auxiliary equation of the complementary equation is r 2 4r 21 = 0, i.e. (r 7)(r + 3) = 0, which has roots 3, 7. Thus the general solution of the complementary equation is y C = Ae 3x + Be 7x. For a particular solution to the nonhomogeneous equation try y P = C sin2x + D cos2x y P = 2C cos2x 2D sin2x, y P = 4C sin 2x 4D cos2x. 117

10 Nonconstant coefficients So we need y P 4y P 21y P = ( 4C + 8D 21C)sin 2x + ( 4D 8C 21D)cos2x = sin 2x, thus we must solve 25C + 8D = 1 and 8C 25D = 0. From the second equation we get D = C; substituting this into the first gives 25C 25 C = C = 1, hence C = 689 and D = Thus the general solution is y = Ae 3x + B 7x 25 8 sin 2x cos2x Example Solve the initial value problem 2 d2 y dx dy dx + 25y = 75, y(0) = 1, y (0) = 4. The complementary equation has auxiliary equation 2m 2 +10m+25 = 0, which has roots 10± = 5 2 ± 5 2 i. Thus the complementary function is y C = e (Acos 5x/2 5x 2 ) + B sin 5x 2. For a particular solution try y P = C, a constant. Then y P = y P = 0, and so we need Thus the general solution is 2y P + 10y P + 25y P = 25C = 75 C = 3. y = 3 + e 5x/2( Acos 5x 2 + B sin 5x 2 y = 5 2 e 5x/2( Acos 5x 2 + B sin 5x ) e 5x/2( Asin 5x 2 + B cos 5x ) 2 So y(0) = 3+A = 1 A = 4, and y (0) = B = 4 so that B = 2 5 ( 4+10) = ( ) Hence the solution is y = 3 + e 5x/2 4 cos 5x sin 5x Nonconstant coefficients There are a few circumstances when it is not too difficult to solve the equation ) p(x)y + q(x)y + r(x)y = f(x). (N) The first is when r(x) 0, since if we set u = y, i.e. let u be the first derivative of y, then u = y and so the equation becomes p(x)u + q(x)u = f(x) u + q(x) p(x) u = f(x) p(x). That is, we can obtain a first order linear ODE for the function u, solve this using standard techniques, and then recover y since y = y dx = u dx. Exercise 6.16 (A04 7(d)). Solve x 2 y + 2xy =

11 Exercise Solve t d2 x dt 2 + dx dt = 1. Example By writing u = dy, find the general solution of the second order ordinary dx differential equation 2 d2 y dx 2 + ex = 3 dy dx. Let u = y, then u = y, so if 2y + e x = 3y then 2u + e x = 3u, and thus u 3 2 u = ex. The integrating factor for this first order equation for u is e and so 3 2 dx = e 3x/2 u 3 2 u = ex e 3x/2 u 3 2 e 3x/2 u = d dx (e 3x/2 u) = e 3x/2 e x = e x/2. 119

12 Nonconstant coefficients Integrating this last equation we get e 3x/2 u = 2e x/2 +A, A a constant. So u = 2e x +Ae 3x/2. But then u = y = dy dx = 2ex + Ae 3x/2, and integrating again gives where B and C are constants (with B = 2 3 A). y = 2e x + Be 3x/2 + C, Note. Above we had constant coefficients, so could have used our earlier methods. Another straightforward situation is if we have found one solution y 1 to the homogeneous equation p(x)y + q(x)y + r(x)y = 0. (H) To find the general solution, try y = v(x)y 1, where we want to find v(x). Since y = v y 1 + vy 1, y = v y 1 + 2v y 1 + vy 1, substituting these into the equation (H) we get, after some rearrangement, p [ v y 1 + 2v y 1 + vy 1] + q [ v y 1 + vy 1] + rvy1 = v [ py 1 + qy 1 + ry 1] + py1 v + [ 2py 1 + qy 1] v = py 1 v + [ 2py 1 + qy 1] v = 0 which is a second order ODE for v, in which the function v does not explicitly appear, only its derivatives. So we can now set u = v and solve the resulting first order ODE for u, integrate this to get v, and multiply by y 1 to get more solutions of (H). Exercise Verify that y 1 = x is a solution of x 2 y x(x + 2)y + (x + 2)y = 0. Find the general solution by trying y 2 = xv(x). 120

13 Exercise Verify that y 1 = x 2 is a solution of d2 y dx 2 3 dy x dx + 4 y = 0, and hence find x2 the general solution. Finally, suppose we have found two solutions y 1 and y 2 to the homogeneous equation (H) and wish to solve (N). We try y = v 1 y 1 + v 2 y 2 for functions v 1 and v 2. Then y = v 1 y 1 + v 2 y 2 + v 1 y 1 + v 2y 2, y = (v 1 y 1 + v 2 y 2) + v 1 y 1 + v 1y 1 + v 2 y 2 + v 2y 2 121

14 Nonconstant coefficients Substituting these into (N) yields py + qy [ + ry = v 1 py 1 + qy 1 + ry ] [ 1 + v2 py 2 + qy 2 + ry ] 2 + p(v 1y 1 + v 2y 2) + p(v 1y 1 + v 2y 2 ) + q(v 1y 1 + v 2y 2 ) Thus if we can choose v 1 and v 2 so that = p(v 1 y 1 + v 2 y 2 ) + p(v 1 y 1 + v 2 y 2) + q(v 1 y 1 + v 2 y 2) = f(x) v 1y 1 + v 2y 2 = 0 and p(v 1y 1 + v 2y 2) = f then y = v 1 y 1 + v 2 y 2 will be a solution of the nonhomogeneous equation (N). Exercise Verify that y 1 = x is a solution of x 2 y +xy y = 0. Find another solution y 2, and hence find the general solution to x 2 y + xy y = xlnx. 122

15 Exercise Given that secxdx = ln tan x+secx, find the general solution of y +y = tan x. 123

16 Exercises 6.4 Exercises 1. Find the general solution of the following differential equations: (i) y y 6y = 0 (ii) y 9y + 20y = 0 (iii) y + 10y + 29y = 0 (iv) y + y + y = 0 (v) y 10y + 25y = 0 (vi) y 4y + y = 0 2. Solve the following initial value problems: (i) y + 2y + 4y = 0, y(0) = 1, y (0) = 0 (ii) y + 3y = 0, y(0) = 3, y (0) = 6 (iii) y 2y 5y = 0, y(0) = 0, y (0) = 3 (iv) y + 4y = 0, y(0) = 1, y (0) = 8 3. Solve the following boundary value problems: (i) y 16y = 0, y(0) = 5, y( 1 4 ) = 5e (ii) y 2y = 0, y(0) = 1, y( 1 2 ) = e 2 (iii) y 2y + 2y = 0, y(0) = 3, y( π 2 ) = 0 (iv) y + 4y + 5y = 0, y( π 2 ) = 14e π, y( 3π 2 ) = 14e 3π 4. Find the general solution of the following differential equations: (i) y y 2y = 2x (iii) y 4y + 13y = 3e 2x 5e 3x (ii) y 6y + 8y = 3e x (iv) y + 2y = 4 cos 2 3x 5. Solve the following initial value problems: (i) y + 4y = 34 cosx + 8, y(0) = 3, y (0) = 2 (ii) y + y = 5 sin2x 4, y(0) = 0, y (0) = 3 (iii) y 3y = 2e 2x sin x, y(0) = 1, y (0) = 2 (iv) y 6y + 9y = 4e 3x, y(0) = 1, y (0) = 2 6. Find the general solution of the following differential equations: (i) xy = 2 + y (ii) 3y 2y = 8x + 2 (iii) y + x(y ) 2 = 0 124

17 7. In each of the following, verify that the function y 1 is a solution of the given differential equation. Use the substitution y 2 = u(x)y 1 to find the general solution. (i) y 1 x y 8 x 2 y = 0, y 1(x) = x 4 (ii) y + 2x 1 x 2 y 2 1 x 2 y = 0, y 1(x) = x ( (iii) y ) ( 1 y x x 2 ) x 2 y = 0, y 1 (x) = x 8. In each of the following show that the given functions y 1 and y 2 solve the associated homogeneous problem, and hence find the general solution of the nonhomogeneous equation. (i) x 2 y 2y = 3x 2 1, y 1 (x) = x 2, y 2 (x) = x 1. (ii) xy (1 + x)y + y = x 2 e 2x, y 1 (x) = 1 + x, y 2 (x) = e x. (iii) x 2 y 3xy + 4y = x 2 lnx, y 1 (x) = x 2, y 2 (x) = x 2 lnx. 125

2. Second-order Linear Ordinary Differential Equations

2. Second-order Linear Ordinary Differential Equations Advanced Engineering Mathematics 2. Second-order Linear ODEs 1 2. Second-order Linear Ordinary Differential Equations 2.1 Homogeneous linear ODEs 2.2 Homogeneous linear ODEs with constant coefficients

More information

SECOND-ORDER LINEAR DIFFERENTIAL EQUATIONS

SECOND-ORDER LINEAR DIFFERENTIAL EQUATIONS SECOND-ORDER LINEAR DIFFERENTIAL EQUATIONS A second-order linear differential equation has the form 1 Px d y dx Qx dx Rxy Gx where P, Q, R, and G are continuous functions. Equations of this type arise

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

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

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

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

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

17.2 Nonhomogeneous Linear Equations. 27 September 2007

17.2 Nonhomogeneous Linear Equations. 27 September 2007 17.2 Nonhomogeneous Linear Equations 27 September 2007 Nonhomogeneous Linear Equations The differential equation to be studied is of the form ay (x) + by (x) + cy(x) = G(x) (1) where a 0, b, c are given

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

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

A Brief Review of Elementary Ordinary Differential Equations

A Brief Review of Elementary Ordinary Differential Equations A A Brief Review of Elementary Ordinary Differential Equations At various points in the material we will be covering, we will need to recall and use material normally covered in an elementary course on

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

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 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

Ma 221. The material below was covered during the lecture given last Wed. (1/29/14). Homogeneous Linear Equations with Constant Coefficients

Ma 221. The material below was covered during the lecture given last Wed. (1/29/14). Homogeneous Linear Equations with Constant Coefficients Ma 1 The material below was covered during the lecture given last Wed. (1/9/1). Homogeneous Linear Equations with Constant Coefficients We shall now discuss the problem of solving the homogeneous equation

More information

Math 240 Calculus III

Math 240 Calculus III Calculus III Summer 2015, Session II Monday, August 3, 2015 Agenda 1. 2. Introduction The reduction of technique, which applies to second- linear differential equations, allows us to go beyond equations

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

REFERENCE: CROFT & DAVISON CHAPTER 20 BLOCKS 1-3

REFERENCE: CROFT & DAVISON CHAPTER 20 BLOCKS 1-3 IV ORDINARY DIFFERENTIAL EQUATIONS REFERENCE: CROFT & DAVISON CHAPTER 0 BLOCKS 1-3 INTRODUCTION AND TERMINOLOGY INTRODUCTION A differential equation (d.e.) e) is an equation involving an unknown function

More information

MA22S3 Summary Sheet: Ordinary Differential Equations

MA22S3 Summary Sheet: Ordinary Differential Equations MA22S3 Summary Sheet: Ordinary Differential Equations December 14, 2017 Kreyszig s textbook is a suitable guide for this part of the module. Contents 1 Terminology 1 2 First order separable 2 2.1 Separable

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

A( x) B( x) C( x) y( x) 0, A( x) 0

A( x) B( x) C( x) y( x) 0, A( x) 0 3.1 Lexicon Revisited The nonhomogeneous nd Order ODE has the form: d y dy A( x) B( x) C( x) y( x) F( x), A( x) dx dx The homogeneous nd Order ODE has the form: d y dy A( x) B( x) C( x) y( x), A( x) dx

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

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

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

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 21, 2014 Outline of the lecture Second

More information

CHAPTER 2. Techniques for Solving. Second Order Linear. Homogeneous ODE s

CHAPTER 2. Techniques for Solving. Second Order Linear. Homogeneous ODE s A SERIES OF CLASS NOTES FOR 005-006 TO INTRODUCE LINEAR AND NONLINEAR PROBLEMS TO ENGINEERS, SCIENTISTS, AND APPLIED MATHEMATICIANS DE CLASS NOTES A COLLECTION OF HANDOUTS ON SCALAR LINEAR ORDINARY DIFFERENTIAL

More information

Series Solutions of Differential Equations

Series Solutions of Differential Equations Chapter 6 Series Solutions of Differential Equations In this chapter we consider methods for solving differential equations using power series. Sequences and infinite series are also involved in this treatment.

More information

0.1 Problems to solve

0.1 Problems to solve 0.1 Problems to solve Homework Set No. NEEP 547 Due September 0, 013 DLH Nonlinear Eqs. reducible to first order: 1. 5pts) Find the general solution to the differential equation: y = [ 1 + y ) ] 3/. 5pts)

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

Homework #6 Solutions

Homework #6 Solutions Problems Section.1: 6, 4, 40, 46 Section.:, 8, 10, 14, 18, 4, 0 Homework #6 Solutions.1.6. Determine whether the functions f (x) = cos x + sin x and g(x) = cos x sin x are linearly dependent or linearly

More information

Handbook of Ordinary Differential Equations

Handbook of Ordinary Differential Equations Handbook of Ordinary Differential Equations Mark Sullivan July, 28 i Contents Preliminaries. Why bother?...............................2 What s so ordinary about ordinary differential equations?......

More information

MATHEMATICS FOR ENGINEERS & SCIENTISTS 23

MATHEMATICS FOR ENGINEERS & SCIENTISTS 23 MATHEMATICS FOR ENGINEERS & SCIENTISTS 3.5. Second order linear O.D.E.s: non-homogeneous case.. We ll now consider non-homogeneous second order linear O.D.E.s. These are of the form a + by + c rx) for

More information

2.3 Linear Equations 69

2.3 Linear Equations 69 2.3 Linear Equations 69 2.3 Linear Equations An equation y = fx,y) is called first-order linear or a linear equation provided it can be rewritten in the special form 1) y + px)y = rx) for some functions

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

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

Review for Ma 221 Final Exam

Review for Ma 221 Final Exam Review for Ma 22 Final Exam The Ma 22 Final Exam from December 995.a) Solve the initial value problem 2xcosy 3x2 y dx x 3 x 2 sin y y dy 0 y 0 2 The equation is first order, for which we have techniques

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

Introduction to Differential Equations

Introduction to Differential Equations Chapter 1 Introduction to Differential Equations 1.1 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

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

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

Linear DifferentiaL Equation

Linear DifferentiaL Equation Linear DifferentiaL Equation Massoud Malek The set F of all complex-valued functions is known to be a vector space of infinite dimension. Solutions to any linear differential equations, form a subspace

More information

3 Algebraic Methods. we can differentiate both sides implicitly to obtain a differential equation involving x and y:

3 Algebraic Methods. we can differentiate both sides implicitly to obtain a differential equation involving x and y: 3 Algebraic Methods b The first appearance of the equation E Mc 2 in Einstein s handwritten notes. So far, the only general class of differential equations that we know how to solve are directly integrable

More information

SECOND-ORDER DIFFERENTIAL EQUATIONS

SECOND-ORDER DIFFERENTIAL EQUATIONS Chapter 16 SECOND-ORDER DIFFERENTIAL EQUATIONS OVERVIEW In this chapter we extend our study of differential euations to those of second der. Second-der differential euations arise in many applications

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS 1. Basic Terminology A differential equation is an equation that contains an unknown function together with one or more of its derivatives. 1 Examples: 1. y = 2x + cos x 2. dy dt

More information

First order differential equations

First order differential equations First order differential equations Samy Tindel Purdue University Differential equations and linear algebra - MA 262 Taken from Differential equations and linear algebra by Goode and Annin Samy T. First

More information

The Method of Frobenius

The Method of Frobenius The Method of Frobenius Department of Mathematics IIT Guwahati If either p(x) or q(x) in y + p(x)y + q(x)y = 0 is not analytic near x 0, power series solutions valid near x 0 may or may not exist. If either

More information

ODE Homework Solutions of Linear Homogeneous Equations; the Wronskian

ODE Homework Solutions of Linear Homogeneous Equations; the Wronskian ODE Homework 3 3.. Solutions of Linear Homogeneous Equations; the Wronskian 1. Verify that the functions y 1 (t = e t and y (t = te t are solutions of the differential equation y y + y = 0 Do they constitute

More information

A: Brief Review of Ordinary Differential Equations

A: Brief Review of Ordinary Differential Equations A: Brief Review of Ordinary Differential Equations Because of Principle # 1 mentioned in the Opening Remarks section, you should review your notes from your ordinary differential equations (odes) course

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Terminology A differential equation is an equation that contains an unknown function together with one or more of its derivatives. 1 Examples: 1. y = 2x + cos x 2. dy dt =

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

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

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

Lecture 1: Review of methods to solve Ordinary Differential Equations

Lecture 1: Review of methods to solve Ordinary Differential Equations Introductory lecture notes on Partial Differential Equations - c Anthony Peirce Not to be copied, used, or revised without explicit written permission from the copyright owner 1 Lecture 1: Review of methods

More information

NATIONAL OPEN UNIVERSITY OF NIGERIA SCHOOL OF SCIENCE AND TECHNOLOGY COURSE CODE: MTH421 COURSE TITLE: ORDINARY DIFFERENTIAL EQUATIONS

NATIONAL OPEN UNIVERSITY OF NIGERIA SCHOOL OF SCIENCE AND TECHNOLOGY COURSE CODE: MTH421 COURSE TITLE: ORDINARY DIFFERENTIAL EQUATIONS MTH 421 NATIONAL OPEN UNIVERSITY OF NIGERIA SCHOOL OF SCIENCE AND TECHNOLOGY COURSE CODE: MTH421 COURSE TITLE: ORDINARY DIFFERENTIAL EQUATIONS MTH 421 ORDINARY DIFFERENTIAL EQUATIONS COURSE WRITER Prof.

More information

4r 2 12r + 9 = 0. r = 24 ± y = e 3x. y = xe 3x. r 2 6r + 25 = 0. y(0) = c 1 = 3 y (0) = 3c 1 + 4c 2 = c 2 = 1

4r 2 12r + 9 = 0. r = 24 ± y = e 3x. y = xe 3x. r 2 6r + 25 = 0. y(0) = c 1 = 3 y (0) = 3c 1 + 4c 2 = c 2 = 1 Mathematics MATB44, Assignment 2 Solutions to Selected Problems Question. Solve 4y 2y + 9y = 0 Soln: The characteristic equation is The solutions are (repeated root) So the solutions are and Question 2

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

ORDINARY DIFFERENTIAL EQUATIONS

ORDINARY DIFFERENTIAL EQUATIONS ORDINARY DIFFERENTIAL EQUATIONS Basic concepts: Find y(x) where x is the independent and y the dependent varible, based on an equation involving x, y(x), y 0 (x),...e.g.: y 00 (x) = 1+y(x) y0 (x) 1+x or,

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

Power Series and Analytic Function

Power Series and Analytic Function Dr Mansoor Alshehri King Saud University MATH204-Differential Equations Center of Excellence in Learning and Teaching 1 / 21 Some Reviews of Power Series Differentiation and Integration of a Power Series

More information

Lesson 3: Linear differential equations of the first order Solve each of the following differential equations by two methods.

Lesson 3: Linear differential equations of the first order Solve each of the following differential equations by two methods. Lesson 3: Linear differential equations of the first der Solve each of the following differential equations by two methods. Exercise 3.1. Solution. Method 1. It is clear that y + y = 3 e dx = e x is an

More information

More Techniques. for Solving First Order ODE'S. and. a Classification Scheme for Techniques

More Techniques. for Solving First Order ODE'S. and. a Classification Scheme for Techniques A SERIES OF CLASS NOTES FOR 2005-2006 TO INTRODUCE LINEAR AND NONLINEAR PROBLEMS TO ENGINEERS, SCIENTISTS, AND APPLIED MATHEMATICIANS DE CLASS NOTES 1 A COLLECTION OF HANDOUTS ON FIRST ORDER ORDINARY DIFFERENTIAL

More information

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

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

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

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

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

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

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS 1. Basic Terminology A differential equation is an equation that contains an unknown function together with one or more of its derivatives. 1 Examples: 1. y = 2x + cos x 2. dy dt

More information

The Theory of Second Order Linear Differential Equations 1 Michael C. Sullivan Math Department Southern Illinois University

The Theory of Second Order Linear Differential Equations 1 Michael C. Sullivan Math Department Southern Illinois University The Theory of Second Order Linear Differential Equations 1 Michael C. Sullivan Math Department Southern Illinois University These notes are intended as a supplement to section 3.2 of the textbook Elementary

More information

Math 240 Calculus III

Math 240 Calculus III DE Higher Order Calculus III Summer 2015, Session II Tuesday, July 28, 2015 Agenda DE 1. of order n An example 2. constant-coefficient linear Introduction DE We now turn our attention to solving linear

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

Problem 1 (Equations with the dependent variable missing) By means of the substitutions. v = dy dt, dv

Problem 1 (Equations with the dependent variable missing) By means of the substitutions. v = dy dt, dv V Problem 1 (Equations with the dependent variable missing) By means of the substitutions v = dy dt, dv dt = d2 y dt 2 solve the following second-order differential equations 1. t 2 d2 y dt + 2tdy 1 =

More information

NATIONAL ACADEMY DHARMAPURI TRB MATHEMATICS DIFFERENTAL EQUATIONS. Material Available with Question papers CONTACT ,

NATIONAL ACADEMY DHARMAPURI TRB MATHEMATICS DIFFERENTAL EQUATIONS. Material Available with Question papers CONTACT , NATIONAL ACADEMY DHARMAPURI TRB MATHEMATICS DIFFERENTAL EQUATIONS Material Available with Question papers CONTACT 8486 17507, 70108 65319 TEST BACTH SATURDAY & SUNDAY NATIONAL ACADEMY DHARMAPURI http://www.trbtnpsc.com/013/07/trb-questions-and-stu-materials.html

More information

3. Identify and find the general solution of each of the following first order differential equations.

3. Identify and find the general solution of each of the following first order differential equations. Final Exam MATH 33, Sample Questions. Fall 7. y = Cx 3 3 is the general solution of a differential equation. Find the equation. Answer: y = 3y + 9 xy. y = C x + C x is the general solution of a differential

More information

The particular integral :

The particular integral : Second order linear equation with constant coefficients The particular integral : d f df Lf = a + a + af = h( x) Solutions with combinations of driving functions d f df Lf = a + a + af = h( x) + h( x)

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS Mr. Isaac Akpor Adjei (MSc. Mathematics, MSc. Biostats) isaac.adjei@gmail.com April 7, 2017 ORDINARY In many physical situation, equation arise which involve differential coefficients. For example: 1 The

More information

Find all of the real numbers x that satisfy the algebraic equation:

Find all of the real numbers x that satisfy the algebraic equation: Appendix C: Factoring Algebraic Expressions Factoring algebraic equations is the reverse of expanding algebraic expressions discussed in Appendix B. Factoring algebraic equations can be a great help when

More information

Math 2Z03 - Tutorial # 6. Oct. 26th, 27th, 28th, 2015

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

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

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

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

Lecture Notes on Partial Dierential Equations (PDE)/ MaSc 221+MaSc 225

Lecture Notes on Partial Dierential Equations (PDE)/ MaSc 221+MaSc 225 Lecture Notes on Partial Dierential Equations (PDE)/ MaSc 221+MaSc 225 Dr. Asmaa Al Themairi Assistant Professor a a Department of Mathematical sciences, University of Princess Nourah bint Abdulrahman,

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

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

JUST THE MATHS UNIT NUMBER ORDINARY DIFFERENTIAL EQUATIONS 1 (First order equations (A)) A.J.Hobson

JUST THE MATHS UNIT NUMBER ORDINARY DIFFERENTIAL EQUATIONS 1 (First order equations (A)) A.J.Hobson JUST THE MATHS UNIT NUMBER 5. ORDINARY DIFFERENTIAL EQUATIONS (First order equations (A)) by A.J.Hobson 5.. Introduction and definitions 5..2 Exact equations 5..3 The method of separation of the variables

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

y x 3. Solve each of the given initial value problems. (a) y 0? xy = x, y(0) = We multiply the equation by e?x, and obtain Integrating both sides with

y x 3. Solve each of the given initial value problems. (a) y 0? xy = x, y(0) = We multiply the equation by e?x, and obtain Integrating both sides with Solutions to the Practice Problems Math 80 Febuary, 004. For each of the following dierential equations, decide whether the given function is a solution. (a) y 0 = (x + )(y? ), y =? +exp(x +x)?exp(x +x)

More information

Differential Equations Class Notes

Differential Equations Class Notes Differential Equations Class Notes Dan Wysocki Spring 213 Contents 1 Introduction 2 2 Classification of Differential Equations 6 2.1 Linear vs. Non-Linear.................................. 7 2.2 Seperable

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Terminology A differential equation is an equation that contains an unknown function together with one or more of its derivatives. 1 Examples: 1. y = 2x + cos x 2. dy dt =

More information

2 Series Solutions near a Regular Singular Point

2 Series Solutions near a Regular Singular Point McGill University Math 325A: Differential Equations LECTURE 17: SERIES SOLUTION OF LINEAR DIFFERENTIAL EQUATIONS II 1 Introduction Text: Chap. 8 In this lecture we investigate series solutions for the

More information

Math Applied Differential Equations

Math Applied Differential Equations Math 256 - Applied Differential Equations Notes Basic Definitions and Concepts A differential equation is an equation that involves one or more of the derivatives (first derivative, second derivative,

More information

mathcentre community project

mathcentre community project community project mathcentre community project First Order Ordinary All mccp resourcesdifferential are released under a Creative Equation Commons licence Introduction mccp-richard- Prerequisites: You will

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

CHAPTER 5. Higher Order Linear ODE'S

CHAPTER 5. Higher Order Linear ODE'S A SERIES OF CLASS NOTES FOR 2005-2006 TO INTRODUCE LINEAR AND NONLINEAR PROBLEMS TO ENGINEERS, SCIENTISTS, AND APPLIED MATHEMATICIANS DE CLASS NOTES 2 A COLLECTION OF HANDOUTS ON SCALAR LINEAR ORDINARY

More information

Power series solutions for 2nd order linear ODE s (not necessarily with constant coefficients) a n z n. n=0

Power series solutions for 2nd order linear ODE s (not necessarily with constant coefficients) a n z n. n=0 Lecture 22 Power series solutions for 2nd order linear ODE s (not necessarily with constant coefficients) Recall a few facts about power series: a n z n This series in z is centered at z 0. Here z can

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

Ordinary Differential Equations

Ordinary Differential Equations Ordinary Differential Equations (MA102 Mathematics II) Shyamashree Upadhyay IIT Guwahati Shyamashree Upadhyay ( IIT Guwahati ) Ordinary Differential Equations 1 / 25 First order ODE s We will now discuss

More information

Chapter 4: Partial differentiation

Chapter 4: Partial differentiation Chapter 4: Partial differentiation It is generally the case that derivatives are introduced in terms of functions of a single variable. For example, y = f (x), then dy dx = df dx = f. However, most of

More information

Indefinite Integration

Indefinite Integration Indefinite Integration 1 An antiderivative of a function y = f(x) defined on some interval (a, b) is called any function F(x) whose derivative at any point of this interval is equal to f(x): F'(x) = f(x)

More information

LECTURE 14: REGULAR SINGULAR POINTS, EULER EQUATIONS

LECTURE 14: REGULAR SINGULAR POINTS, EULER EQUATIONS LECTURE 14: REGULAR SINGULAR POINTS, EULER EQUATIONS 1. Regular Singular Points During the past few lectures, we have been focusing on second order linear ODEs of the form y + p(x)y + q(x)y = g(x). Particularly,

More information

Department of Mathematics. MA 108 Ordinary Differential Equations

Department of Mathematics. MA 108 Ordinary Differential Equations Department of Mathematics Indian Institute of Technology, Bombay Powai, Mumbai 476, INDIA. MA 8 Ordinary Differential Equations Autumn 23 Instructor Santanu Dey Name : Roll No : Syllabus and Course Outline

More information