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

Size: px
Start display at page:

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

Transcription

1 ENGI 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 the second (and higher) order ordinary differential equations, the linear equations with constant coefficients will command most of our attention in this chapter: d y dx dy Q y R x dx Contents:.1 Complementary Function. articular Solution (Variation of arameters).3 articular Solution (Undetermined Coefficients).4 Higher Order Linear Ordinary Differential Equations.5. Numerical Methods

2 ENGI Complementary Function age -0.1 Complementary Function The homogeneous equation associated with the ODE d y dx dy dx Q y d y dx 0 dy Q y Rx is dx The principle of superposition of solutions of the homogeneous equation is valid because it is linear. That is, if y = u(x) and y = v(x) are both solutions of the homogeneous ODE, then so also is any linear combination of these functions: y = c 1 u(x) + c v(x), where c 1 and c are any constants. Adding any solution of the homogeneous ODE to a particular solution of the original ODE generates another solution of the original ODE. Thus the general solution (abbreviated as G.S.) of d y dy dx dx Q y Rx can be partitioned into two parts: the complementary function (C.F., which is the general solution of the associated homogeneous ODE) and a particular solution (.S.). If y e x then Substituting y e x into the homogeneous ODE: from which the auxiliary equation (A.E.) follows: + + Q = 0 [The choice of y e x as a trial solution to the homogeneous ODE is justified later, on page -09, when a more general method for finding the complementary function is introduced.]

3 ENGI Complementary Function age -03 The solution of the auxiliary equation + + Q = 0 is Distinct roots ( 1 ) the complementary function is [The case of equal roots will be dealt with later, on page.08.] Example.1.1 Solve the differential equation The auxiliary equation is y" + 3y' 4y = 0 The complementary function (which is also the general solution) is Checking the solution:

4 ENGI Complementary Function age -04 Example.1. Solve y" y' + y = 0 In general, when the roots of the auxiliary equation are a complex conjugate pair of values, = a ± bj, then the complementary function is C ax jbx jbx ax cos sin y x e c e c e e c bx c bx (where the arbitrary constants are related by c3 c1 c and c j c c ) 4 1 or y C (x) = A e ax cos(bx ) c c where A c c, cos and sin or y C (x) = A e ax sin(bx ) c3 c4 where A c3 c4, sin and cos c c c c c3 c4 c3 c Note that, for an auxiliary equation of this type, with real coefficients, where the solution is constrained to be real, the arbitrary constants c 3 and c 4 are both real, but c 1 and c often are not. For this reason, the forms involving the trigonometric functions are usually preferred to the complex exponential form.

5 ENGI Complementary Function age -05 Example.1.3 A spring, that is not at its natural length, experiences a restoring force R that is proportional to the extension s beyond the natural length and is directed towards the equilibrium position. In the absence of friction, this would lead to undamped simple harmonic motion. Let us suppose that there is also a friction force D that is proportional to the speed and acts in the opposite direction to the velocity. Restoring force proportional to displacement Friction (drag) proportional to speed Newton s second law of motion: Therefore the ODE governing the motion of the spring is

6 ENGI Complementary Function age -06 Example.1.3 (continued) Suppose that m = 1 kg, b = 6 kg s 1, c = 5 kg s and that the spring begins at its equilibrium position, but moving at m s 1 to the right, so that s(0) = 0 and v(0) =, then the ODE becomes Note that if b = 0 (no friction at all), then the system is totally undamped and exhibits simple harmonic motion: s(t) = A sin (kt ) where k c m.

7 ENGI Complementary Function age -07 The General Spring roblem Case 1: b c 4 m m d s b ds c s 0 dt m dt m λ = Case : λ = b c 4 m m or or Case 3: b c 4 m m λ =

8 ENGI Complementary Function age -08 Complementary Function when the Auxiliary Equation has Equal Roots 1 the ODE becomes y" λ y' + λ y = 0 One solution to this equation is y C1 e x We require another solution that is independent of this one (so that there will be two distinct arbitrary constants of integration in the complementary function). Try f x C xe x [This second form arises naturally from the operator method, on page.09.] Then f '(x) = and f "(x) = Example.1.4 Solve y" 6y' + 9y = 0

9 ENGI Complementary Function age -09 The Operator Method The homogeneous ordinary differential equation with constant coefficients, d y dy Q y 0 dx dx can also be written, using differential operators, in the form d d k1 k y 0 dx dx Justification: The second order ODE can therefore be re-written as a linked pair of first order linear ordinary differential equations [the method of reduction of order, section 1.4]: d k1 dx 0, (A) where dy k y. dx (B) Solution:

10 ENGI Complementary Function age -10 Operator Method (continued)

11 ENGI Complementary Function age -11 Operator Method (continued) Summary for the Complementary Function: ODE: y" + y' + Q y = 0 A.E.: λ + λ + Q = 0 λ real and distinct y A e B e C 1x x λ real and equal y Ax B e x C λ complex conjugate pair ax yc e C cos bx D sin bx, where a Re, b Im

12 ENGI 344. Variation of arameters age -1. articular Solution (Variation of arameters) The method of variation of parameters is a general method for finding the particular solution of a linear ODE. If the complementary function for the ODE d y dy dx dx y x C y x C y x Q y Rx is, (so that, C solutions to the homogeneous ODE), then the particular solution is y x y x is a basis for the space of all y x u x y x v x y x, 1 where the functions u(x) and v(x) need to be determined. We need two constraints in order to pin down the functional forms of u(x) and v(x). u x y x v x y x be a particular solution of the An obvious constraint is that 1 ODE. We have considerable freedom as to what the other constraint will be. y u y v y 1 Impose our free constraint,

13 ENGI 344. Variation of arameters age -13 Define the Wronskian function W(x) to be W y, x det y1 y y 1 y 1 y together with the associated determinants 0 y y1 0 W1 det yr and W det y1r R y y 1 R then Cramer s rule yields solutions for u' and v' : W1 W u and v. W W Therefore a particular solution is y u y1 v y, where W x W x y x R x y x R x 1 u x dx, v x dx, W x y y y 1 y 1 Note that we can ignore the arbitrary constants of integration in both integrals, because Ay 1 and By are both solutions of the homogeneous ODE and can therefore be absorbed into the complementary function. Example..1 Find the general solution of the ODE x y y 3y x e.

14 ENGI 344. Variation of arameters age -14 Example..1 (continued) articular Solution by Variation of arameters:

15 ENGI 344. Variation of arameters age -15 Example..1 (continued)

16 ENGI 344. Variation of arameters age -16 Example.. Find the general solution of: y" + y = tan x

17 ENGI 344. Variation of arameters age -17 Example.. (continued)

18 ENGI 344. Variation of arameters age -18 Example..3 Use the variation of parameters method to find the particular solution, then find the complete solution of the initial value problem y" y' + y = e x, y(0) = 0, y'(0) = 1

19 ENGI 344. Variation of arameters age -19 Example..3 (continued) Note that a complete solution requires additional information (often in the form of initial conditions). Two pieces of information are needed in order to evaluate both arbitrary constants of integration. However, do not substitute these conditions into the complementary function; wait until the general solution has been obtained.

20 ENGI 344. Variation of arameters age -0 The method of variation of parameters may also be used to find the particular solution of a linear second order ODE whose coefficients are not constant. However, general methods for finding the complementary functions in these cases are beyond the scope of this course. Example..4 Verify that the complementary function for the ODE d y dy x 5x 8 y 3x dx dx 4 is yc Ax B x and hence find the general solution of the ODE. 4 yc Ax B x y C The particular solution is y x u x y x v x y x where y x and y x 4 1 1

21 ENGI 344. Variation of arameters age -1 Example..4 (continued) [This example appeared in the journal note A seldom used formula for ODEs, George, G.H., Mathematical Gazette, vol. 9, #54, pp ]

22 ENGI Undetermined Coefficients age -.3 articular Solution (Undetermined Coefficients) The general solution to d y dy Q y Rx dx dx is the sum of the complementary function and any one solution (the particular solution) that we can find to the original inhomogeneous ODE. The method of variation of parameters to find the particular solution is powerful, but it can involve an unnecessary level of effort. In some cases, an alternative method (undetermined coefficients) is available that is often faster to use. If the function R(x) does not contain any part of the complementary function, then assume that the particular solution y (x) is of the same form as R(x). Example.3.1 (same as Example..1) Find the general solution of the ODE x y y 3y x e. A.E.: C.F.:.S.: R(x) contains neither 3x e nor x e. R x is the sum of a quadratic function and x e. Therefore try the sum of a quadratic function and a multiple of where all four coefficients are to be determined. x e,

23 ENGI Undetermined Coefficients age -3 Example.3.1 (continued) x y ax bx c d e Matching coefficients: G.S.: yx y x y x Therefore C

24 ENGI Undetermined Coefficients age -4 General Method: d y dx dy dx Q y Rx If the function R x does not contain any part of the complementary function, then y x is of the same form as R x. assume that the particular solution kx If Rx e If then try, y ce kx, with c to be determined. R x = (a polynomial of degree n), then try y = (a polynomial of degree n), with all (n + 1) coefficients to be determined. If R(x) = (a multiple of cos kx and/or sin kx), then try y ccos k x d sin k x, with c and d to be determined. This method can be extended to cases where R x = (a sum and/or product of the functions above). But: if part (or all) of y is included in the complementary function y C, then multiply y by x and try again. As seen above in Example.3.1, the method of undetermined coefficients can be used in Example..1 x. It can also be used in Example..3 Rx R x x e However, in Example.., Rx tan x e. x, which does not fall into any of these categories. The method of undetermined coefficients cannot be used in this case to find y cos x ln sec x tan x ). the particular solution (which was

25 ENGI Undetermined Coefficients age -5 Example.3. Consider a model of the simple series RLC circuit, where the constants R, L, C are the resistance, inductance and capacitance respectively, E(t) is the applied electromotive force, t is the time and it is the resulting current. Examine the voltage drops around the circuit: R : L : dq C : and note that i. dt

26 ENGI Undetermined Coefficients age -6 Example.3. (continued) articular solution If E(t) = E o (constant), then Suppose that the e.m.f. is sinusoidal, so that E(t) = E o sin ωt, then 1 de Eocos t L dt L.S.: Try i asint bcost i b sint a cost i a sint b cost R 1 i i i L LC br a ar b L LC L LC Eo 0 sint cost L a sint b cost b R a a L LC RC a b 1 LC ar a 1 Eo 1 LC L RC LC L ar RC C a1 LC Eo RC LC RC LC L a Eo RC LC EoC RC L RC 1 LC RC 1 LC LC EoC RC EoC 1 LC b RC RC LC RC LC

27 ENGI Undetermined Coefficients age -7 Example.3. (continued) Therefore the particular solution is i o RC 1 LC E C RC sint 1 LC cost which is a steady-state sinusoidal response to the sinusoidal electromotive force, but with RC a phase difference of arccos RC 1 LC. The total current is then Rt sin 1 cos L D D E C RC t LC t it e A sin t B cos t L L RC 1 LC transient steady state As a specific example, if E(t) = 17 sin t, R = 10 Ω, C = 1 mf and L = 10 H, then it can be shown that t sin 8 cos8 sin 4cos 6 1 i t e A t B t t t 10 6t The transient current, i t e A sin 8t B cos8t C, dies away very quickly. Its magnitude falls to under 1% of the total current permanently in less than a second. The values of the two arbitrary constants can be found from the initial conditions, but, given that the complementary function becomes negligible in a very short time, one often does not try to evaluate them. Example.3.3 Find the complete solution of the initial value problem x y y y e, y 0 y 0 1

28 ENGI Undetermined Coefficients age -8 Example.3.3 (continued)

29 ENGI Higher Order ODEs age -9.4 Higher Order Linear Ordinary Differential Equations The n th order ordinary differential equation n n1 n d y d y d y d y dy a a an an an y n 1 n 1 n 1 dx dx dx dx dx (where the coefficients a are all constant) can be solved as follows. i Form the auxiliary equation n n 1 n a a a a 1 a Find all n values for. 1 n n1 n 0 Rx Form the complementary function e, e,, e 1x x nx y C, which will be a linear combination of (except for repeated roots). Complex conjugate pairs can be re-written in terms of sine and cosine functions. Find a particular solution y (by inspection, undetermined coefficients, or variation of parameters, as extended to this higher order equation). Write down the general solution y yc y. n initial and/or boundary conditions will be needed at this stage to evaluate all of the n arbitrary constants of integration. Example.4.1 Find the general solution of d y d y d y d y dy dx dx dx dx dx 8x Auxiliary equation:

30 ENGI Higher Order ODEs age -30 Example.4.1 (continued)

31 ENGI Higher Order ODEs age -31 Example.4. A thin uniform beam of length L experiences a transverse deflection y(x) at location x (0 < x < L) due to a transverse force per unit length W(x). From the elementary theory of beams, the governing differential equation is EI 4 d y dx 4 W x where EI is the flexural rigidity of the beam, E is Young s modulus and I is the moment of inertia of the beam about its central axis. If the beam has uniform elastic properties and a uniform cross section along its length, then its flexural rigidity EI is constant. The initial conditions are: y 0 a the deflection at x = 0, 0 b 0 0 y the slope at x = 0, EI y c the bending moment at x = 0 and EI y d the shear at x = 0. Find the deflection for a cantilever beam with uniform load W(x) = W (constant). For a cantilever beam, the deflection and slope are zero at the fixed end (x = 0), while the bending moment and the shear are zero at the free end (x = L ).

32 ENGI Higher Order ODEs age -3 Example.4. (continued)

33 ENGI Numerical Methods age Numerical Methods [not examinable] An initial value problem with an nth order ordinary differential equation can be re-written as a linked set of n first order initial value problems. Where analytical solutions are difficult or impossible, extensions of numerical methods, such as the Euler and RK4 methods, can be applied to obtain approximate solutions to these initial value problems at particular values of the independent variable. A more general case for initial value problems involving second order ODEs, d y dy x, y Qx, y y Rx, y0 a, y0 b, dx dx transforms into the linked pair of first order initial value problems dy z, y 0 a dx and dz R x Q x, y y x, y z, z 0 b dx This pair of problems can be solved sequentially (as in the operator method on pages.09, 0 x, y f x. Otherwise analytical to.11) if the coefficients Qx y and solutions are mostly beyond the scope of this course. Symbolic algebra software, such as Maple, may be able to provide exact solutions or numerical approximations. Example.5.1 Use software to estimate the value of y(0.5) given that d y dy y y sin x, y 0 0, y0 1. dx dx Using Maple software, the commands > with(detools): > DEplot(diff(y(x),x$)+y(x)*y(x)*diff(y(x),x)+y(x)-sin(x),y(x), x=-3..1, [[y(0)=0,d(y)(0)=1]], y=-6..3, stepsize=.05, linecolour=[blue]); produce the plot

34 ENGI Numerical Methods age -34 Example.5.1 (continued) which does not resemble any standard function. Zooming in (to x=0..0.5, y= and enhancing slightly), we can see that our estimate is y The Maple worksheet is on the course web site, at " demos/ex51.mws" The further sequence of Maple commands > ode1 := diff(y(x),x$)+y(x)*y(x)*diff(y(x),x)+y(x)-sin(x); > ic1 := y(0) = 0, D(y)(0) = 1; > dsol1 := dsolve({ode1, ic1}, numeric, range=0..1); > dsol1(0.5); produces y(0.5) =

35 ENGI Numerical Methods age -35 Example.5. Find the general solution of the ordinary differential equation d y dy x 6x 1y 4 dx dx and find the complete solution given the additional information y y 1, 1 1. This is an example of a dimensionally homogeneous ODE (also known as a Cauchyt Euler ODE). A change of variables x e will convert the ODE into a form with constant coefficients, which can be solved exactly using the methods in the earlier sections of this chapter. The sequence of Maple commands > with(detools): > ode1 := x^*diff(y(x),x$) - 6*x*diff(y(x),x) + 1*y(x) - 4; > ic1 := y(1) =, D(y)(1) = 1; > dsolve(ode1); produces the general solution y(x) = x^3 _C + x^4 _C1 + The additional command > dsolve({ode1, ic1}); produces the complete solution y(x) = x^3 + x^4 + The Maple worksheet is available at " One can easily verify that this complete solution is correct:

36 ENGI Numerical Methods age -36 Example.5. (continued) The exact solution (not examinable except possibly as a bonus question) is obtained as follows: t dx t Let x e e x dt dy dy dt dy dx t dy 1 dy dy dy By the chain rule, e x dx dt dx dt dt dt x dt dx dt d y d dy d dy dx 1 d t dy 1 t d y t dy e e e dx dx dx dt dx dt x dt dt x dt dt 1 d y dy d y d y dy x x dt dt dx dt dt d y dy Any Cauchy-Euler ODE of the type x bx cy r x, dx dx (where b and c are constants) therefore transforms into the ODE d y dy dy d y dy b cy r x b 1 cy r x dt dt dt dt dt In this case, b = 6, c = 1 and r(x) = 4. d y dy The equivalent ODE is 7 1y 4 dt dt , 4 A.E.: 3t 4t t t C.F.:.S.: C 3 4 C 3 4 y t Ae Be A e B e y x Ax Bx r x is a constant. Therefore try y x c y x y x 0 0 1c 4 c y x Substituting into the ODE: 3 4 Therefore the general solution is yx Ax Bx Applying the conditions y1, y The complete solution is therefore yx x x 0 0 quickly leads to A 1, B 1..

37 ENGI Numerical Methods age -37 Example.5.3 (same as Example 5.11.) Find the general solution (as a power series about x = 0) to the ordinary differential equation d y xy 0 dx The sequence of Maple commands > with(detools): > ode := diff(y(x),x$) + x*x*y(x); > dsolve(ode); produces the exact general solution 1 x 1 x yx _ C1 x BesselJ, _ C x BesselY, 4 4 where the Bessel functions J x and Y x are beyond the scope of this course. Converting the exact solution into a power series, > Order := 15; > dsolve(ode, y(x), series); produces yx y0 D y0 x y0 x D y0 x y0 x D y0 x y 0 x D y0 x 13 Ox Letting A y 0 B y 0 this solution can be re-written as and yx A1 x x x Bx x x x

38 ENGI Numerical Methods age -38 [Space for Additional Notes] END OF CHATER

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

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

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

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

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

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

ENGI 3424 First Order ODEs Page 1-01

ENGI 3424 First Order ODEs Page 1-01 ENGI 344 First Order ODEs Page 1-01 1. Ordinary Differential Equations Equations involving only one independent variable and one or more dependent variables, together with their derivatives with respect

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

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

ENGI 9420 Lecture Notes 8 - PDEs Page 8.01

ENGI 9420 Lecture Notes 8 - PDEs Page 8.01 ENGI 940 ecture Notes 8 - PDEs Page 8.0 8. Partial Differential Equations Partial differential equations (PDEs) are equations involving functions of more than one variable and their partial derivatives

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

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

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

ENGI 4430 PDEs - d Alembert Solutions Page 11.01

ENGI 4430 PDEs - d Alembert Solutions Page 11.01 ENGI 4430 PDEs - d Alembert Solutions Page 11.01 11. Partial Differential Equations Partial differential equations (PDEs) are equations involving functions of more than one variable and their partial derivatives

More information

2. Higher-order Linear ODE s

2. Higher-order Linear ODE s 2. Higher-order Linear ODE s 2A. Second-order Linear ODE s: General Properties 2A-1. On the right below is an abbreviated form of the ODE on the left: (*) y + p()y + q()y = r() Ly = r() ; where L is the

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

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

ODE. Philippe Rukimbira. Department of Mathematics Florida International University PR (FIU) MAP / 92

ODE. Philippe Rukimbira. Department of Mathematics Florida International University PR (FIU) MAP / 92 ODE Philippe Rukimbira Department of Mathematics Florida International University PR (FIU) MAP 2302 1 / 92 4.4 The method of Variation of parameters 1. Second order differential equations (Normalized,

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

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

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

ENGI 9420 Lecture Notes 8 - PDEs Page 8.01

ENGI 9420 Lecture Notes 8 - PDEs Page 8.01 ENGI 940 Lecture Notes 8 - PDEs Page 8.01 8. Partial Differential Equations Partial differential equations (PDEs) are equations involving functions of more than one variable and their partial derivatives

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

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

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

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

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

NORMAL MODES, WAVE MOTION AND THE WAVE EQUATION. Professor G.G.Ross. Oxford University Hilary Term 2009

NORMAL MODES, WAVE MOTION AND THE WAVE EQUATION. Professor G.G.Ross. Oxford University Hilary Term 2009 NORMAL MODES, WAVE MOTION AND THE WAVE EQUATION Professor G.G.Ross Oxford University Hilary Term 009 This course of twelve lectures covers material for the paper CP4: Differential Equations, Waves and

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

Applications of Second-Order Differential Equations

Applications of Second-Order Differential Equations Applications of Second-Order Differential Equations ymy/013 Building Intuition Even though there are an infinite number of differential equations, they all share common characteristics that allow intuition

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

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

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

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

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

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

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

More information

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

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

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

Differential Equations 2280 Sample Midterm Exam 3 with Solutions Exam Date: 24 April 2015 at 12:50pm

Differential Equations 2280 Sample Midterm Exam 3 with Solutions Exam Date: 24 April 2015 at 12:50pm Differential Equations 228 Sample Midterm Exam 3 with Solutions Exam Date: 24 April 25 at 2:5pm Instructions: This in-class exam is 5 minutes. No calculators, notes, tables or books. No answer check is

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

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

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

Higher Order Linear ODEs

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

More information

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

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

More information

Math 308 Week 8 Solutions

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

More information

Linear Second Order ODEs

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

More information

Quintic beam closed form matrices (revised 2/21, 2/23/12) General elastic beam with an elastic foundation

Quintic beam closed form matrices (revised 2/21, 2/23/12) General elastic beam with an elastic foundation General elastic beam with an elastic foundation Figure 1 shows a beam-column on an elastic foundation. The beam is connected to a continuous series of foundation springs. The other end of the foundation

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

MATH 2250 Final Exam Solutions

MATH 2250 Final Exam Solutions MATH 225 Final Exam Solutions Tuesday, April 29, 28, 6: 8:PM Write your name and ID number at the top of this page. Show all your work. You may refer to one double-sided sheet of notes during the exam

More information

Math 2142 Homework 5 Part 1 Solutions

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

More information

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

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

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

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

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

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

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

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

California State University Northridge MATH 280: Applied Differential Equations Midterm Exam 2

California State University Northridge MATH 280: Applied Differential Equations Midterm Exam 2 California State University Northridge MATH 280: Applied Differential Equations Midterm Exam 2 November 3, 203. Duration: 75 Minutes. Instructor: Jing Li Student Name: Student number: Take your time to

More information

General elastic beam with an elastic foundation

General elastic beam with an elastic foundation General elastic beam with an elastic foundation Figure 1 shows a beam-column on an elastic foundation. The beam is connected to a continuous series of foundation springs. The other end of the foundation

More information

APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS

APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS Second-order linear differential equations have a variety of applications in science and engineering. In this section we explore two of them: the vibration

More information

MA 266 Review Topics - Exam # 2 (updated)

MA 266 Review Topics - Exam # 2 (updated) MA 66 Reiew Topics - Exam # updated Spring First Order Differential Equations Separable, st Order Linear, Homogeneous, Exact Second Order Linear Homogeneous with Equations Constant Coefficients The differential

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

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

Ordinary Differential Equations

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

More information

Ma 221 Final Exam Solutions 5/14/13

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

More information

Math K (24564) - Lectures 02

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

More information

17.8 Nonhomogeneous Linear Equations We now consider the problem of solving the nonhomogeneous second-order differential

17.8 Nonhomogeneous Linear Equations We now consider the problem of solving the nonhomogeneous second-order differential ADAMS: Calculus: a Complete Course, 4th Edition. Chapter 17 page 1016 colour black August 15, 2002 1016 CHAPTER 17 Ordinary Differential Equations 17.8 Nonhomogeneous Linear Equations We now consider the

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

Structural Dynamics Lecture Eleven: Dynamic Response of MDOF Systems: (Chapter 11) By: H. Ahmadian

Structural Dynamics Lecture Eleven: Dynamic Response of MDOF Systems: (Chapter 11) By: H. Ahmadian Structural Dynamics Lecture Eleven: Dynamic Response of MDOF Systems: (Chapter 11) By: H. Ahmadian ahmadian@iust.ac.ir Dynamic Response of MDOF Systems: Mode-Superposition Method Mode-Superposition Method:

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

Ordinary Differential Equations (ODEs)

Ordinary Differential Equations (ODEs) c01.tex 8/10/2010 22: 55 Page 1 PART A Ordinary Differential Equations (ODEs) Chap. 1 First-Order ODEs Sec. 1.1 Basic Concepts. Modeling To get a good start into this chapter and this section, quickly

More information

3.3. SYSTEMS OF ODES 1. y 0 " 2y" y 0 + 2y = x1. x2 x3. x = y(t) = c 1 e t + c 2 e t + c 3 e 2t. _x = A x + f; x(0) = x 0.

3.3. SYSTEMS OF ODES 1. y 0  2y y 0 + 2y = x1. x2 x3. x = y(t) = c 1 e t + c 2 e t + c 3 e 2t. _x = A x + f; x(0) = x 0. .. SYSTEMS OF ODES. Systems of ODEs MATH 94 FALL 98 PRELIM # 94FA8PQ.tex.. a) Convert the third order dierential equation into a rst oder system _x = A x, with y " y" y + y = x = @ x x x b) The equation

More information

Second order linear equations

Second order linear equations Second order linear equations Samy Tindel Purdue University Differential equations - MA 266 Taken from Elementary differential equations by Boyce and DiPrima Samy T. Second order equations Differential

More information

Homework Solutions: , plus Substitutions

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

More information

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

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

Second-Order Homogeneous Linear Equations with Constant Coefficients

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

More information

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

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

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

More information

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

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

More information

Work sheet / Things to know. Chapter 3

Work sheet / Things to know. Chapter 3 MATH 251 Work sheet / Things to know 1. Second order linear differential equation Standard form: Chapter 3 What makes it homogeneous? We will, for the most part, work with equations with constant coefficients

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

Chapter 2: Complex numbers

Chapter 2: Complex numbers Chapter 2: Complex numbers Complex numbers are commonplace in physics and engineering. In particular, complex numbers enable us to simplify equations and/or more easily find solutions to equations. We

More information

=================~ NONHOMOGENEOUS LINEAR EQUATIONS. rn y" - y' - 6y = 0. lid y" + 2y' + 2y = 0, y(o) = 2, y'(0) = I

=================~ NONHOMOGENEOUS LINEAR EQUATIONS. rn y - y' - 6y = 0. lid y + 2y' + 2y = 0, y(o) = 2, y'(0) = I ~ EXERCISES rn y" - y' - 6y = 0 3. 4y" + y = 0 5. 9y" - 12y' + 4y = 0 2. y" + 4 y' + 4 y = 0 4. y" - 8y' + 12y = 0 6. 25y" + 9y = 0 dy 8. dt2-6 d1 + 4y = 0 00 y" - 4y' + By = 0 10. y" + 3y' = 0 [ITJ2-+2--y=0

More information

ENGI 2422 First Order ODEs - Separable Page 3-01

ENGI 2422 First Order ODEs - Separable Page 3-01 ENGI 4 First Order ODEs - Separable Page 3-0 3. Ordinary Differential Equations Equations involving only one independent variable and one or more dependent variables, together with their derivatives with

More information

Introduction to First Order Equations Sections

Introduction to First Order Equations Sections A B I L E N E C H R I S T I A N U N I V E R S I T Y Department of Mathematics Introduction to First Order Equations Sections 2.1-2.3 Dr. John Ehrke Department of Mathematics Fall 2012 Course Goals The

More information

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

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

More information

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

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

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

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

Thursday, August 4, 2011

Thursday, August 4, 2011 Chapter 16 Thursday, August 4, 2011 16.1 Springs in Motion: Hooke s Law and the Second-Order ODE We have seen alrealdy that differential equations are powerful tools for understanding mechanics and electro-magnetism.

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

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

CIV-E1060 Engineering Computation and Simulation Examination, December 12, 2017 / Niiranen

CIV-E1060 Engineering Computation and Simulation Examination, December 12, 2017 / Niiranen CIV-E16 Engineering Computation and Simulation Examination, December 12, 217 / Niiranen This examination consists of 3 problems rated by the standard scale 1...6. Problem 1 Let us consider a long and tall

More information

Second Order ODE's (2A) Young Won Lim 5/5/15

Second Order ODE's (2A) Young Won Lim 5/5/15 Second Order ODE's (2A) Copyright (c) 2011-2015 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or

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