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

Size: px
Start display at page:

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

Transcription

1 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 is suspended on a pendulum of length l. It is subject to a restoring force F r that can be expressed as F r = mg sinθ. Using Newton s law Force = mass acceleration we obtain mg sinθ = ml θ. For small angles θ we can substitute sinθ θ and obtain θ + g l θ = 0. Putting y θ and x t the ODE can also be written as y + ky = 0 and describes a harmonic oscillator with a restoring force that is proportional to y. It is one of the most fundamental examples of a second order ODE with constant coefficients. 1.1 February 2010

2 The general solution is given as y(x) = A sin( kx) + B cos( kx) In order to obtain a unique solution we need to specify two initial conditions (or boundary conditions). We could for example say that we require y(0) = 0, y (0) = 1. This means that the oscillator starts from the zero position (y(0) = 0) with a nonzero velocity (y (0) = 1). To solve for the constants A and B we write down y(0) = A sin 0 + B cos 0 = B = 0 y (x) = A k cos( kx) assuming B = 0 y (0) = A k cos 0 = A k = 1 We obtain the particular solution y(x) = 1 k sin( kx). 1.2 Motion with constant acceleration Consider a motion with constant acceleration a. It can be described by d 2 y dt = a or ÿ = a 2 where a is acceleration, t is time and y is position. This can simply be integrated twice: integrating once gives where u is initial velocity, ẏ = at + u, 1.2 February 2010

3 and then again gives where b is the initial position. y = 1 2 at2 + ut + b We again see that we need to specify two conditions in order to obtain a unique solution, e.g. the initial velocitiy u and the initial position b. 1.3 Homogeneous 2nd order ODEs Unlike constant acceleration, most 2nd order ODEs cannot be solved by integrating twice. The general form for a linear 2nd order ODE is p(x) d2 y dx + q(x)dy + r(x)y = f(x) 2 dx If f(x) = 0 the equation is homogeneous If f(x) 0 the equation is inhomogeneous (or non-homogeneous) If p(x), q(x) and r(x) are all constants, the equation is with constant coefficients N.B. q(x) and/or r(x) can be zero, but p(x) 0 otherwise the equation would not be 2nd order! 1.3 February 2010

4 1.4 Superposition of Solutions The important fact about linear homogeneous differential equations is that, if y 1 (x) and y 2 (x) are solutions, so is Ay 1 (x) + By 2 (x) (where A and B are constants). In physics this is called the principle of superposition. We will be making great use of this fact. To see this. Let y 1 (x) and y 2 (x) be solutions of the ODE, i.e. p(x)y 1 + q(x)y 1 + r(x)y 1 = 0 p(x)y 2 + q(x)y 2 + r(x)y 2 = 0 Multiply 1st equation by A and add B times the 2nd equation p(x)(ay 1 + By 2 ) + q(x)(ay 1 + By 2 ) + r(x)(ay 1 + By 2 ) = 0 since A and B are constant this can be expressed as p(x)(ay 1 +By 2 ) +q(x)(ay 1 +By 2 ) +r(x)(ay 1 +By 2 ) = 0 which implies that is also a solution of the ODE. Ay 1 + By February 2010

5 1.5 Constant Coefficient 2nd Order ODEs We now restrict our attention to homogeneous ODEs of second order with constant coefficients. These are equations of the form a d2 y dx + bdy + cy = 0, 2 dx with the coefficients a, b and c being constants. It turns out that solutions to these linear equations when the coefficients are constants can almost always be written as exponentials. So for the equation above, try the function y = e λx dy dx = d 2 y λeλx, dx = 2 λ2 e λx and see what you get by substituting in: Factorizing this: aλ 2 e λx + bλe λx + ce λx = 0 e λx( aλ 2 + bλ + c ) = 0. Now e λx 0 so for y = e λx to be a solution λ must satisfy the auxiliary equation: good lecture break aλ 2 + bλ + c = February 2010

6 Solving the auxiliary equation aλ 2 + bλ + c = 0 gives two roots: λ 1 = b + b 2 4ac 2a and λ 2 = b b 2 4ac 2a There may be two real roots, two complex roots (necessarily complex conjugates), or one repeated real root. The case that you get is dependent on the discriminant b 2 4ac. There are correspondingly three types of solution: (1). b 2 4ac > 0: The two roots λ 1 and λ 2 are real and distinct. The general solution is y = Ae λ 1x + Be λ 2x. (2). b 2 4ac = 0: Repeated roots λ 1 = λ 2 (call this λ). The general solution is y = (Ax + B) e λx. (3). b 2 4ac < 0: The roots are complex conjugates, say λ 1 = α + iβ and λ 2 = α iβ, and the general solution is y = e αx( A cos βx + B sinβx ). Notice that all these general solutions have two constants of integration (A and B) In practice, if initial conditions (or boundary conditions) are given then the final step is to substitute this information into the general solution to find A and B. 1.6 February 2010

7 Case (1) 2 distinct real roots: This means that both y = e λ 1x and y = e λ 2x are solutions. Any linear combination of solutions to a homogeneous linear equation is also a solution, giving the following general solution (the solution with constants A and B not known): y = Ae λ 1x + Be λ 2x. If suitable initial or boundary conditions are known, the constants can be determined. ODE: d 2 y dx + dy 2 dx 2y = 0 auxiliary eqn: λ 2 + λ 2 = 0 Solutions: λ 1 = 1, λ 2 = 2 General solution: y = Ae x + Be 2x A=0,B= A=1,B= A=3,B=0 A=2,B=0 A=1,B=0 80 A=0,B= A=0,B= A=2,B=2 50 A=1,B= Solution curves for various (A, B) for y = Ae x + Be 2x Note that depending on the initial conditions (which determine the values of A and B) there are a variety of curves which satisfy the differential equation d2 y + dy 2y = 0. dx 2 dx 1.7 February 2010

8 Case (2) repeated real roots λ 1 = λ 2 = λ: As in (1) y = Ae λx will be a solution. However, we need 2 constants, because it s a second order equation. Go back to the original equation and substitute y = xe λx and you will find that it also satisfies the ODE. Adding the two solutions gives the following general solution: An example of this is y = Axe λx + Be λx = (Ax + B)e λx ODE: d 2 y dx 2 2dy dx + y = 0 auxiliary eqn: λ 2 2λ + 1 = (λ 1) 2 = 0 Solution: λ = 1 General solution: y = (A + Bx) e x A=1, B= A=1, B= 1 A= 1, B= Solution curves for various (A, B) for y = (A + Bx)e x 1.8 February 2010

9 Case (3) 2 complex conjugate roots λ 1 = α + iβ, λ 2 = α iβ: We obtain the general solution y = Ce (α+iβ)x + De (α iβ)x = e αx (Ce iβx + De iβx ). Using Eulers relation e iβx = cos βx + i sinβx this becomes y(x) = e αx (A cosβx + B sinβx), where A = C + D and B = (C D)i. An example is ODE: d 2 y dx 2 + 2dy dx + 2y = 0 auxiliary eqn: λ 2 + 2λ + 2 = 0 Solution: λ = 1 ± i General solution: y = e x (A cos x + B sinx) 10 8 A= 1,B= A=1, B= A= 1, B=1 6 8 A=1, B= Solution curves for various (A, B) for y = e x (Acos x + B sinx) 1.9 February 2010

10 Hyperbolic Solutions In cases where b = 0 and λ 1, λ 2 are real, the answer can be expressed as hyperbolic functions, for example: ODE: d 2 y dx 4y = 0 2 auxiliary eqn: λ 2 4 = 0 Solution: λ = ±2, General solution: y = Ae 2x + Be 2x. Using the fact that coshx + sinhx = e x and coshx sinhx = e x we can rewrite the general solution as: y = A(cosh 2x + sinh 2x) + B(cosh 2x sinh 2x) = (A + B) cosh 2x + (A B) sinh 2x = C cosh 2x + D sinh 2x where C and D are constants February 2010

11 1.6 Study of a damped harmonic oscillator We consider the ODE of a damped oscillator. y + dy + ky = 0, where d describes the damping and k describes the restoring force of the oscillator. With the ansatz y = e λx we have to solve λ 2 + dλ + k = 0 to determine λ. We obtain the solutions λ 1,2 = d ± d 2 4k. 2 In the following we always use the initial conditions y(0) = 1, y (0) = 0 which corresponds to a pendulum whose initial displacement is equal to one and is released from rest The overdamped case Assume that d 2 4k > 0, i.e. there are two real and distinct solutions λ 1 and λ 2. For the ODE we obtain the general solution which has no oscillations. y(x) = Ae λ 1x + Be λ 2x, 1.11 February 2010

12 To compute A and B we substitute the initial conditions and obtain y(0) = A + B = 1 y (0) = Aλ 1 + Bλ 2 = 0. We get and B = λ 1 λ 1 λ 2, A = λ 2 λ 1 λ 2 y(x) = 1 λ 1 λ 2 (λ 1 e λ 2x λ 2 e λ 1x ) d 2 4k > 0 y(0) = 1 y (0) = y(x) x Figure 1: Plot of the solution for d = 2.1, k = 1. with initial condition y (0) < 0 this can pass through the equilibrium position, but only once 1.12 February 2010

13 1.6.2 The critically damped case If d 2 = 4k we get a repeated real root λ = d/2 and a solution y 1 = e λx We can find a second solution of the form differentiating out y 2 = u(x)y 1 y 2 = u y 1 + uy 1 y 2 = u y 1 + 2y 1 u + uy 1 and substituting into the original ode y + dy + ky = 0 to get u y 1 + (2y 1 + dy 1 )u + (y 1 + dy 1 + ky 1 )u = 0 Now since λ = d/2 2y 1 + dy 1 = 2λe λx + de λx = 0, and since y 1 is a solution of the ODE y 1 + dy 1 + ky 1 = 0 which implies the unknown function satisfies u = 0 Integrating twice wrt x implies u = Ax + B 1.13 February 2010

14 In this case the general solution is therefore y(x) = Ae λx + Bxe λx. Substituting the initial conditions leads to y(0) = A = 1, y (0) = λa + B = 0 B = λ It follows that y(x) = e λx (1 λx) d 2 = 4k y(x) x Figure 2: Plot of the solution for d = 2, k = 1. critical damping returns the pendulum close to the equilibrium position in the fastest time, without oscillating if y (0) = February 2010

15 1.6.3 The underdamped case Assume that d 2 4k < 0 so there are two complex conjugate roots λ 1,2 = α ± iβ The solution is therefore of the form y = Ce (α+iβ)x + De (α iβ)x y = e αx (Ce iβx + D iβx ) Using Eulers relation e iβx = cos βx + i sinβx y = e αx (C cos βx + ic sinβx + D cosβx id sinβx) y = e αx ((C + D) cosβx + i(c D) sinβx) Defining A = C + D, B = i(c D) We have the general solution y(x) = e αx (A cosβx + B sinβx). Substituting the initial conditions leads to y(0) = A = 1 y (0) = αa + Bβ = 0. It follows that y(x) = e αx (cosβx α β sinβx) February 2010

16 1.2 1 d 2 < 4k y(x) x Figure 3: Plot of the solution for d = 1.9, k = 1. 1 d 2 < 4k For small d 0.5 y(x) x Figure 4: Plot of the solution for d = 0.5, k = February 2010

17 1.7 Inhomogeneous ODEs with Constant Coefficients Previously we have considered solutions of linear homogeneous ODEs, often called unforced differential equations a d2 y dx 2 + bdy dx + cy = 0 Differential equations arising from physical systems will often have additional terms which represent some input to the physical system - often called a forcing term. These have the following form: a d2 y dx + bdy + cy = f(x) 2 dx where a, b and c are constants. Here y represents the output of the system and f(x) would be some external input February 2010

18 1.8 Solution Method (1) Find the general solution y c to the corresponding homogeneous equation: a d2 y c dx + bdy c 2 dx + cy c = 0 y c is called the complementary function (i) solve auxiliary equation aλ 2 + bλ + c = 0 for roots λ 1,2 (ii) determine whether solution is case 1, 2 or 3 b 2 > 4ac y c = A exp(λ 1 x) + B exp(λ 2 x) b 2 = 4ac y c = (Ax + B) exp(λx) b 2 < 4ac y c = exp(αx)[a cos(βx) + B sin(βx)] (2) Find any solution y p to the inhomogeneous equation: a d2 y p dx + bdy p 2 dx + cy p = f(x) y p is a particular integral or particular solution (3) Add y c and y p to give the general solution: y = y c + y p y is the general solution of the inhomogeneous equation we started with. (We can do this because the equations are linear and thus the principle of superposition applies) (4) Now (and only now!) substitute initial conditions or boundary conditions if known February 2010

19 The form of the particular solution y p will depend on the form of f(x) and will normally be a similar type of function (i.e. if f(x) is a polynomial of degree two, it is likely y p will be also). 1.9 Example Solve the inhomogeneous equation, y + y 2y = 4x. Auxiliary equation for the complementary function is which has solutions λ 2 + λ 2 = 0 λ 1 = 2, λ 2 = 1 two real distinct roots so complementary function y c is y c = Ae 2x + Be x. To find a particular integral we use some (clever) guess work, but for now just notice that y = 2x 1 satisfies the differential equation, so put y p = 2x 1. The general solution is therefore y = y c + y p = Ae 2x + Be x 2x February 2010

20 Finding the particular integral y p The Method of Undetermined Coefficients (a) Write a function of the same form as f(x) but with unknown constants, for example: f(x) trial solution a constant y p = m x y p = mx 2 + nx + k a polynomial of order n y p = polynomial of order n ae hx y p = me hx a cosωx + b sinωx y p = m cosωx + n sinωx (NB: a or b may be zero, m, n, k and h are constants.) (b) First check that your proposed y p is not a solution to the homogeneous equation. If it is, then multiply by x and try again. (c) To find the coefficients (m, n, k, h,... ) substitute the trial solution into the differential equation and solve February 2010

21 Example 1 Find the general solution of the ODE d 2 y dx 2 + 2dy dx where y(0) = 0 and dy dx (0) = 1. (i) First find y c : The auxiliary equation is + 2y = sin 2x λ 2 + 2λ + 2 = 0, so λ = 1 ± i and the complementary function is y c = e x (A cosx + B sinx). (ii) Now find y p : (a) Try y p = m cos 2x + n sin 2x (b) This is not a solution to the homogeneous equation so we can proceed. (c) Calculate derivatives y p = 2m sin 2x + 2n cos 2x y p = 4m cos 2x 4n sin 2x 1.21 February 2010

22 (d) substitute y p and its derivatives into the original ODE: ( 4m cos 2x 4n sin 2x) + 2( 2m sin 2x + 2n cos 2x) + 2(m cos 2x + n sin 2x) = sin 2x gathering cos and sin terms together (4n 2m) cos 2x + ( 2n 4m) sin 2x = sin 2x Comparing coefficients 4n 2m = 0, 2n 4m = 1 gives m = 1/5, n = 1/10 and y p = cos 2x sin 2x 10 (iii) The general solution is therefore: y = y c + y p = e x (A cos x + B sinx) cos 2x sin 2x 10 good lecture break 1.22 February 2010

23 Recall y = e x (A cos x + B sinx) cos 2x sin 2x 10 (iv) As we are given initial conditions, we now find A and B. y(0) = e 0 (A cos 0 + B sin 0) 1 5 cos sin 0 = 0 A 1/5 = 0, A = 1/5 The derivative of y is y = e x [(B A) cos x (A + B) sinx)]+ 2 5 sin 2x 1 cos 2x 5 y (0) = e 0 [(B A) cos 0 (A + B) sin 0)]+ 2 5 sin 0 1 cos 0 = 1. 5 gathering coefficients of cos and sin B A 1/5 = 1, B 1/5 1/5 = 1, B = 7/5, giving the final answer: ( 1 y = e x 5 cos x + 7 ) 5 sinx 1 1 cos 2x sin 2x 5 10 for the initial conditions given February 2010

24 Example 2 Find the general solution of (i) Find y c : d 2 y dx 2 + 3dy dx + 2y = e x. Auxiliary equation: λ 2 + 3λ + 2 = 0, so λ = 2, or λ = 1 (ii) Find y p : (a) Try y p = me x y c = Ae 2x + Be x (b) This is a solution to the homogeneous equation and so will not work. Try y p = mxe x instead. (c) Calculate derivatives y p = e x (m mx) y p = e x (mx 2m) (d) Substitute into the differential equation gives e x (mx 2m) + 3e x (m mx) + 2e x mx = e x and simplifying gives e x [mx 2m + 3m 3mx + 2mx] = e x 1.24 February 2010

25 Cancelling e x mx 2m + 3m 3mx + 2mx = 1 m = 1 and the particular integral is y p = xe x. (iii) The general solution is therefore: y = y c + y p = Ae 2x + Be x + xe x NB The method of undetermined coefficients doesn t always work e.g. d 2 y dx + 3dy + 2y = lnx. 2 dx Try y p = a lnx, y p = a x, y p = a x 2, NO CANCELLATION February 2010

26 1.10 Inhomogeneous ODEs and Superposition As previously stated, the principle of superposition allows us to simply add solutions of linear equations to obtain new solutions. As an example consider the following: Find the solutions of each of the following ODEs: y + 3y + 2y = 4e 2x (1) y + 3y + 2y = cos(2x) (2) y + 3y + 2y = 4e 2x + cos(2x) (3) Note: Complimentary function y c is the same for each ODE. The corresponding homogeneous equation is: Auxiliary equation is roots are y c + 3y c + 2y c = 0 λ 2 + 3λ + 2 = 0 λ 1,2 = 3 ± 9 8 = 1, 2 2 so the complimentary function is y c = Ae x + Be 2x 1.26 February 2010

27 Particular solutions y p Case 1 Try y p = Ce 2x which not a solution of the homogenous form so we may continue. y I = 2Ce2x y I = 4Ce2x Substituting these into ODE (1) gives: 4Ce 2x + 6Ce 2x + 2Ce 2x = 4e 2x 4C + 6C + 2C = 4 C = 1 3 We now have the general solution: y = Ae x + Be 2x e2x Case 2 The forcing term is cos(2x) so we will assume y p = D sin(2x) + E cos(2x) Differentiating the trial solution twice yields: y p = 2D cos 2x 2E sin 2x y p = 4D sin 2x 4E cos 2x Substituting into ODE (2) gives: 4D sin 2x 4E cos 2x + 6D cos 2x 6E sin 2x D sin 2x + 2E cos 2x = cos 2x 1.27 February 2010

28 Gathering coefficients of sin 2x : 2D 6E = 0 cos 2x : 6D 2E = 1 This is a matrix equation for (D, E) T, i.e. ( ) Row elimination Back substitution ( ) E = 1/20, D = 3/20 We thus have the general solution Case 3: y = Ae x + Be 2x sin 2x cos 2x Finding the general solution here is easy since we already know the previous two solutions. We can again use the principle of superposition to simply add the previous particular solutions. The general solution is therefore: y = Ae x + Be 2x e2x sin 2x 1 cos 2x February 2010

29 1.11 Nonlinear Second Order Differential Equations There is NO general solution of the nonlinear 2nd order ODE y = f(x, y, y ), but there are some very useful special cases. Case 1: Equation with y missing y = f(x, y ), (4) In this case let z = y and equation (4) becomes z = f(x, z), which is a first order ODE, where you can apply the methods from the first semester. Example Substituting z = y gives xy + y = x z + z x = 1 which is a linear first order ODE use Integrating Factor ( ) 1 I.F. = exp x dx = exp(lnx) = x, d dx (xz) = x xz = 1 2 x2 + C Substituting z = y yields a first order ODE y = 1 2 x + C x This can be integrated directly to give y = 1 4 x2 + C lnx + D 1.29 February 2010

30 Case 2: Equation with x missing y = f(y, y ), (5) In this case let z = y and using the chain rule d 2 y dx = dz 2 dx = dz dy dy dx = zdz dy so equation (5) becomes z dz = f(y, z) dy which is again a first order ODE. Example yy (y ) 2 = 0 Putting z = y and using the chain rule, implies that yz dz dy = z2 Note that z = 0 y = C is a solution, as well as that obtained by solving the ODE dz dy = z y which is both separable and homogeneous dz dy = z y. It has solution z = By dy dx = By 1 dy y dx = B which integrates to y = A exp(bx) 1.30 February 2010

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

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

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

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

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

6 Second Order Linear Differential Equations

6 Second Order Linear Differential Equations 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.

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

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

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

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

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

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

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

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

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

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

MATH 1231 MATHEMATICS 1B Calculus Section 2: - ODEs.

MATH 1231 MATHEMATICS 1B Calculus Section 2: - ODEs. MATH 1231 MATHEMATICS 1B 2007. For use in Dr Chris Tisdell s lectures: Tues 11 + Thur 10 in KBT Calculus Section 2: - ODEs. 1. Motivation 2. What you should already know 3. Types and orders of ODEs 4.

More information

First and Second Order ODEs

First and Second Order ODEs Civil Engineering 2 Mathematics Autumn 211 M. Ottobre First and Second Order ODEs Warning: all the handouts that I will provide during the course are in no way exhaustive, they are just short recaps. Notation

More information

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

1Q2 Course Notes 2001

1Q2 Course Notes 2001 1Q2 Course Notes 2001 D.A.Howe 1 Complex Numbers 1.1 Introduction Revision: roots of quadratic x 2 2x 3 = 0 x = (2 ± 16)/2, i.e. 2 real roots: x = 3, x = 1. However, for: x 2 2x + 5 = 0 x = (2 ± 16)/2.

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

IV Higher Order Linear ODEs

IV Higher Order Linear ODEs IV Higher Order Linear ODEs Boyce & DiPrima, Chapter 4 H.J.Eberl - MATH*2170 0 IV Higher Order Linear ODEs IV.1 General remarks Boyce & DiPrima, Section 4.1 H.J.Eberl - MATH*2170 1 Problem formulation

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Midterm 1 NAME: QUESTION 1 / 10 QUESTION 2 / 10 QUESTION 3 / 10 QUESTION 4 / 10 QUESTION 5 / 10 QUESTION 6 / 10 QUESTION 7 / 10 QUESTION 8 / 10

Midterm 1 NAME: QUESTION 1 / 10 QUESTION 2 / 10 QUESTION 3 / 10 QUESTION 4 / 10 QUESTION 5 / 10 QUESTION 6 / 10 QUESTION 7 / 10 QUESTION 8 / 10 Midterm 1 NAME: RULES: You will be given the entire period (1PM-3:10PM) to complete the test. You can use one 3x5 notecard for formulas. There are no calculators nor those fancy cellular phones nor groupwork

More information

Math Assignment 5

Math Assignment 5 Math 2280 - Assignment 5 Dylan Zwick Fall 2013 Section 3.4-1, 5, 18, 21 Section 3.5-1, 11, 23, 28, 35, 47, 56 Section 3.6-1, 2, 9, 17, 24 1 Section 3.4 - Mechanical Vibrations 3.4.1 - Determine the period

More information

Chapter 4: Higher-Order Differential Equations Part 1

Chapter 4: Higher-Order Differential Equations Part 1 Chapter 4: Higher-Order Differential Equations Part 1 王奕翔 Department of Electrical Engineering National Taiwan University ihwang@ntu.edu.tw October 8, 2013 Higher-Order Differential Equations Most of this

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

ENGI 9420 Lecture Notes 4 - Stability Analysis Page Stability Analysis for Non-linear Ordinary Differential Equations

ENGI 9420 Lecture Notes 4 - Stability Analysis Page Stability Analysis for Non-linear Ordinary Differential Equations ENGI 940 Lecture Notes 4 - Stability Analysis Page 4.01 4. Stability Analysis for Non-linear Ordinary Differential Equations A pair of simultaneous first order homogeneous linear ordinary differential

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

Ordinary differential equations Notes for FYS3140

Ordinary differential equations Notes for FYS3140 Ordinary differential equations Notes for FYS3140 Susanne Viefers, Dept of Physics, University of Oslo April 4, 2018 Abstract Ordinary differential equations show up in many places in physics, and these

More information

2. Determine whether the following pair of functions are linearly dependent, or linearly independent:

2. Determine whether the following pair of functions are linearly dependent, or linearly independent: Topics to be covered on the exam include: Recognizing, and verifying solutions to homogeneous second-order linear differential equations, and their corresponding Initial Value Problems Recognizing and

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

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

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

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

Chapter 2 Second Order Differential Equations

Chapter 2 Second Order Differential Equations Chapter 2 Second Order Differential Equations Either mathematics is too big for the human mind or the human mind is more than a machine. - Kurt Gödel (1906-1978) 2.1 The Simple Harmonic Oscillator The

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

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

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

Table of contents. d 2 y dx 2, As the equation is linear, these quantities can only be involved in the following manner:

Table of contents. d 2 y dx 2, As the equation is linear, these quantities can only be involved in the following manner: M ath 0 1 E S 1 W inter 0 1 0 Last Updated: January, 01 0 Solving Second Order Linear ODEs Disclaimer: This lecture note tries to provide an alternative approach to the material in Sections 4. 4. 7 and

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

Diff. Eq. App.( ) Midterm 1 Solutions

Diff. Eq. App.( ) Midterm 1 Solutions Diff. Eq. App.(110.302) Midterm 1 Solutions Johns Hopkins University February 28, 2011 Problem 1.[3 15 = 45 points] Solve the following differential equations. (Hint: Identify the types of the equations

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

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

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

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 Lake Ritter, Kennesaw State University

Ordinary Differential Equations Lake Ritter, Kennesaw State University Ordinary Differential Equations Lake Ritter, Kennesaw State University 2017 MATH 2306: Ordinary Differential Equations Lake Ritter, Kennesaw State University This manuscript is a text-like version of the

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

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

MST326 Revision Booklet

MST326 Revision Booklet Mathematics and Computing/Science/Technology MST36 Mathematical methods and fluid mechanics MST36 RB MST36 Revision Booklet Contents Introduction Ordinary differential equations 3. Separation of variables

More information

Chapter 2 Second-Order Linear ODEs

Chapter 2 Second-Order Linear ODEs Chapter 2 Second-Order Linear ODEs Advanced Engineering Mathematics Wei-Ta Chu National Chung Cheng University wtchu@cs.ccu.edu.tw 1 2.1 Homogeneous Linear ODEs of Second Order 2 Homogeneous Linear ODEs

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

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

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

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

Examples: Solving nth Order Equations

Examples: Solving nth Order Equations Atoms L. Euler s Theorem The Atom List First Order. Solve 2y + 5y = 0. Examples: Solving nth Order Equations Second Order. Solve y + 2y + y = 0, y + 3y + 2y = 0 and y + 2y + 5y = 0. Third Order. Solve

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

Math 211. Substitute Lecture. November 20, 2000

Math 211. Substitute Lecture. November 20, 2000 1 Math 211 Substitute Lecture November 20, 2000 2 Solutions to y + py + qy =0. Look for exponential solutions y(t) =e λt. Characteristic equation: λ 2 + pλ + q =0. Characteristic polynomial: λ 2 + pλ +

More information

2 Linear Differential Equations General Theory Linear Equations with Constant Coefficients Operator Methods...

2 Linear Differential Equations General Theory Linear Equations with Constant Coefficients Operator Methods... MA322 Ordinary Differential Equations Wong Yan Loi 2 Contents First Order Differential Equations 5 Introduction 5 2 Exact Equations, Integrating Factors 8 3 First Order Linear Equations 4 First Order Implicit

More information

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

JUST THE MATHS UNIT NUMBER ORDINARY DIFFERENTIAL EQUATIONS 4 (Second order equations (A)) A.J.Hobson JUST THE MATHS UNIT NUMBER 15.4 ORDINARY DIFFERENTIAL EQUATIONS 4 (Second order equations (A)) by A.J.Hobson 15.4.1 Introduction 15.4.2 Second order homogeneous equations 15.4.3 Special cases of the auxiliary

More information

Linear second-order differential equations with constant coefficients and nonzero right-hand side

Linear second-order differential equations with constant coefficients and nonzero right-hand side Linear second-order differential equations with constant coefficients and nonzero right-hand side We return to the damped, driven simple harmonic oscillator d 2 y dy + 2b dt2 dt + ω2 0y = F sin ωt We note

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

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

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

1. Solve the boundary-value problems or else show that no solutions exist. y (x) = c 1 e 2x + c 2 e 3x. (3)

1. Solve the boundary-value problems or else show that no solutions exist. y (x) = c 1 e 2x + c 2 e 3x. (3) Diff. Eqns. Problem Set 6 Solutions. Solve the boundary-value problems or else show that no solutions exist. a y + y 6y, y, y 4 b y + 9y x + e x, y, yπ a Assuming y e rx is a solution, we get the characteristic

More information

Homogeneous Linear ODEs of Second Order Notes for Math 331

Homogeneous Linear ODEs of Second Order Notes for Math 331 Homogeneous Linear ODEs of Second Order Notes for Math 331 Richard S. Ellis Department of Mathematics and Statistics University of Massachusetts Amherst, MA 01003 In this document we consider homogeneous

More information

Chapter 3 Second Order Linear Equations

Chapter 3 Second Order Linear Equations Partial Differential Equations (Math 3303) A Ë@ Õæ Aë áöß @. X. @ 2015-2014 ú GA JË@ É Ë@ Chapter 3 Second Order Linear Equations Second-order partial differential equations for an known function u(x,

More information

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

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

More information

Procedure used to solve equations of the form

Procedure used to solve equations of the form Equations of the form a d 2 y dx 2 + bdy dx + cy = 0 (5) Procedure used to solve equations of the form a d 2 y dx 2 + b dy dx 1. rewrite the given differential equation + cy = 0 (1) a d 2 y dx 2 + b dy

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

4.2 Homogeneous Linear Equations

4.2 Homogeneous Linear Equations 4.2 Homogeneous Linear Equations Homogeneous Linear Equations with Constant Coefficients Consider the first-order linear differential equation with constant coefficients a 0 and b. If f(t) = 0 then this

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

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

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

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

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

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

5.4 Variation of Parameters

5.4 Variation of Parameters 202 5.4 Variation of Parameters The method of variation of parameters applies to solve (1) a(x)y + b(x)y + c(x)y = f(x). Continuity of a, b, c and f is assumed, plus a(x) 0. The method is important because

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

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

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

First-Order ODE: Separable Equations, Exact Equations and Integrating Factor

First-Order ODE: Separable Equations, Exact Equations and Integrating Factor First-Order ODE: Separable Equations, Exact Equations and Integrating Factor Department of Mathematics IIT Guwahati REMARK: In the last theorem of the previous lecture, you can change the open interval

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