F1.9MO2. F1.9MO2 Ordinary Differential Equations. Lecture notes Andrew Lacey

Size: px
Start display at page:

Download "F1.9MO2. F1.9MO2 Ordinary Differential Equations. Lecture notes Andrew Lacey"

Transcription

1 F.9MO2 i F.9MO2 Ordinary Differential Equations Lecture notes 29 - Andrew Lacey Contents An Introduction to Differential Equations. General remarks First-order ODEs Separable equations Linear equations Change of variables Exact equations Existence and uniqueness of solution Direction fields General remarks about solvable second-order ODEs Reduction of order Equations which do not depend on y Equations which do not depend on x The general linear homogeneous equation The general linear inhomogeneous equation Linear with constant coefficients Euler equations (L. Euler, ) Method of undetermined coefficients Systems of ODEs 8 2. General remarks Existence and uniqueness of solutions of systems of ODEs Linear systems of ODEs Homogeneous linear systems Matrix methods for finding the FSS The Fundamental Matrix Inhomogeneous linear systems Higher-order ODEs Picard s Theorem The FSS and the Wronskian The FSS for equations with constant coefficients Inhomogeneous linear nth-order ODES: Variation of parameters 34

2 F.9MO2 ii 3 Laplace transforms Definition and basic properties Examples Simple properties of Laplace transforms Solution of initial-value problems Inverting Laplace transforms ODEs involving discontinuous functions The Step Function The Dirac delta function The convolution integral Linear Systems of ODEs Boundary-Value Problems 5 4. General Comments Green s functions Sturm-Liouville Problems General comments Inner product spaces Eigenvalues, eigenfunctions and eigenfunction expansions Phase Planes Introduction Phase Planes for Linear Systems Types of Equilibrium Points Stability A Revision of Vector Spaces 86 B Revision of Matrices 88 C Table of Standard Laplace Transforms 89

3 F.9MO2 An Introduction to Differential Equations. General remarks The study of differential equations occupies a central place in both applied and pure mathematics. It is fair to say that the subject is the most important part of mathematics for understanding the physical sciences. Applications also abound in other fields, such as engineering, biology and economics. The questions encountered in studying differential equations have in turn inspired many key ideas and concepts in pure mathematics, in particular in analysis. Examples include the theory of Fourier series and Hilbert spaces. A differential equation is an equation involving a function and its derivatives. If the function depends on one variable only we call it an ordinary differential equation. If it depends on several variables we call it a partial differential equation. In both cases, the order of the differential equation is the order of the highest derivative occurring in it. Examples: dy dx xy = d 2 y dx 2 ( dy dx u t = 2 u x 2 is a first-order ordinary differential equation. ) 3 = 3 is a second-order ordinary differential equation. is a second-order partial differential equation. In this course we are only concerned with ordinary differential equations, which will be referred to as ODEs for brevity..2 First-order ODEs The most general first-order ODE is of the form ( F x, y, dy ) =. dx (.) ode The function y is a solution of (.) if ( F x, y(x), dy ) dx (x). (.2) We call a first-order ODE explicit if it is of the form dy dx = f(x, y). (.3) explicit Otherwise the ODE is called implicit. Before we try to understand the general case, we consider some examples where solutions can be found by elementary methods.

4 F.9MO Separable equations The simplest example of a separable differential equation is of the elementary form dy dx = f(x). (.4) elem The solution is (by definition) by integration y(x) = f(x) dx. (.5) Note that the right-hand side is an indefinite integral - determined only up to a constant. As we shall see, solutions of first-order differential equations are only determined up to one arbitrary constant. In general, the solution of an ODE containing the maximum number of arbitrary constants is called the general solution, and a solution with no arbitrary constants is call a particular solution. Let us compute the general solution of the following slightly more complicated equation: dy dx = 2xy2. (.6) sep It can be solved by separating the variables, i.e. by bringing all x dependence to one side and all y dependence to the other: Integrating once yields dy = 2x dx. y2 y = x2 + c, where c is an arbitrary real constant. Hence the general solution of (.6) is y =. (.7) x 2 solfam + c The constant c is determined if we give the value of y at one point, e.g. at x =. Note: In dividing by y we have lost one solution: y also solves (.6), but it is not included in the general family (.7). Any equation of the form dy dx = f(x)g(y) (.8) can be solved by separating the variables - at least in principle. The solution y(x) is determined implicitly by g(y) dy = f(x) dx. (.9) In practice it may not be possible to express the integrals in terms of elementary functions and to solve explicitly for y.

5 F.9MO Linear equations A first-order explicit equation that can be written in the form dy + a(x)y = b(x) (.) dx is called a linear equation. Consider the following example where, for a change, we have denoted the independent variable by t: dy dt + 2ty = t. (.) First-order linear equations can always be solved by using an integrating factor. In the above example, we multiply both sides by exp t 2 to obtain Now the LHS has become a derivative: dy t2 e dt + 2tet2 y = te t2. (.2) d dt (et2 y) = te t2. (.3) This is of the elementary form (.4). Integrating once yields so that the general solution is More generally, equations of the form e t2 y = 2 et2 + c y(t) = 2 + ce t2. (.4) dy dt + a(t)y = b(t), (.5) linode where a and b are arbitrary functions of t, can be solved using the integrating factor ( ) I(t) = exp a(t) dt. (.6) Since the indefinite integral a(t) dt is only determined up to an additive constant, the integrating factor is only determined up to a multiplicative constant: if I(t) is an integrating factor, so is CI(t). Multiplying (.5) by I(t) we obtain d (I(t)y(t)) = I(t)b(t). (.7) dt Now integrate and solve for y(t) to find the general solution.

6 F.9MO Change of variables Sometimes ODEs can be simplified and solved by changing variables. We illustrate how this works by considering two important classes of ODEs. a)homogeneous equations These are equations of the form dy ( y ) dx = f, (.8) homog x for example, dy dx = 2xy x 2 + y 2 = If we define u = y/x, so y = xu, and use the product rule we obtain Hence the equation (.8) can be rewritten as 2(y/x). (.9) homex + (y/x) 2 dy dx = u + xdu dx. (.2) x du dx = f(u) u (.2) homexx which is separable and hence solvable. In our example (.9) we obtain the following equation for u: x du dx = 2u + u 2 u (.22) which becomes, after separating variables, ( + u 2 ) du u( u)( + u) = dx. (.23) x Using partial fractions, + u 2 u( u)( + u) = u + u + u, (.24) we deduce that u is determined as a function of x by u = cx (.25) u2 where c is an arbitrary constant. The general solution is thus given by b) Bernoulli equations (Jakob Bernoulli, ) These are equations of the form y = c(x 2 y 2 ). (.26) dy dx + a(x)y = b(x)yα, (.27) bernoulli

7 F.9MO2 5 where α is a real number not equal to. Let u = y α. Then du dx = du dy dy dx Therefore, (.27) becomes, after multiplying by ( α)y α, = ( α)y α dy dx. (.28) du + ( α)a(x)u = ( α)b(x). (.29) dx This is linear and can be solved by finding an integrating factor For example the equation becomes a linear equation for u = y 3 : which we can solve using the integrating factor exp( 3x). dy dx + y = y4 (.3) du 3u = 3 (.3) dx.2.4 Exact equations Consider the following equation If we define (ln x 2) dy dx + y + 6x =. (.32) exact x ψ(x, y) = y ln x 2y + 3x 2 (.33) then (.32) can be written and thus solved by d ψ(x, y(x)) = (.34) total dx ψ(x, y(x)) = c (.35) for some constant c. Equations which can be written in the form (.34) for some function ψ are called exact. It is possible to determine whether a general equation of the form a(x, y) dy + b(x, y) = (.36) genab dx is exact as follows. Suppose the above equation were exact. Then we should be able to write it in the form (.34) for some ψ : R 2 R. However, (.34) is equivalent to ψ dy y dx + ψ x =. (.37)

8 F.9MO2 6 Thus (.36) is exact if a(x, y) = ψ y ψ (x, y) and b(x, y) = (x, y) (.38) x for some function ψ. therefore A necessary condition for the existence of such a function is a x = b y. (.39) Thus for example is exact because (x + cos y) dy dx + y = (.4) y (x + cos y) = x y. (.4) Can you find the corresponding function ψ? Note that it is sometimes possible to make a non-exact equation exact by multiplying with a suitable integrating factor. However, it is only possible to give a recipe for computing the integrating factor in the linear case. In general one has to rely on inspired guesswork..2.5 Existence and uniqueness of solution Most of the differential equations one encounters in applications cannot be solved by the elementary methods described so far. However, even in the most general case one would still like to know whether a solution exists and whether it is unique. Our experience so far suggest that solutions exist and are unique once we specify the value of the unknown function at one point. We could therefore ask whether the equations dy dx = f(x, y), y(x ) = α (.42) init have a unique solution. The two equations together are called an initial-value problem. An important theorem by C.E. Picard (856-94) says that, under fairly mild assumption on f, initial-value problems have unique solutions, at least locally. Thm:Picard Theorem.. Picard s theorem. Suppose f : R 2 R is continuous in some rectangle x x a, y α b and that the partial derivative f is also continuous y there. Then there is an interval x x h a in which the initial-value problem (.42) has a unique solution.

9 F.9MO2 7 Remarks. Although Picard s theorem guarantees the existence of a solution for a large class of equations, it is not generally possible to find an explicit form of the solution in terms of elementary functions. For example dy dx = sin(xy), y() = satisfies the condition of Picard s theorem but no explicit formula is known for the solution. 2. If f is not continuous then (.42) may not have a solution. For example { if x f(x, y) = and y() =. if x < This would imply that y(x) = x for x and y(x) = for x <, which is not differentiable at x =. 3. If f does not have a continuous first-order partial derivative (.42) may have more than one solution. For example is solved by y(x) = dy dx = y 3, y() = { ( 2 3 (x c)) 3 2 for x c for c < for any c. y() = gives another solution. 4. Picard s theorem guarantees a solution for x close to x, but this solution may not exist for all x R: dy dx = 2xy2, y() = has the solution y(x) = x 2 which tends to infinity as x ±. 5. Very straightforward-looking equations may have no solution: x dy dx + y = x, y() =. d Writing the equation as (yx) = x we deduce y(x) = x/2 + c/x, which is dx incompatible with y() =. Why does Picard s theorem not apply?

10 F.9MO Direction fields For explicit first-order equations of the form dy dx = f(x, y) (.43) explicitt a geometrical viewpoint is helpful for understanding general properties of solutions. Suppose we have a solution curve y(x) and draw its graph in the (x, y)-plane. Then equation (.43) tells us that the gradient at a point (x, y) on the solution curve is given by f(x, y). To understand the general nature of all solutions it is therefore helpful to draw a short line segment through a number of points (x, y) with slope f(x, y). The collection of all such line segments is called the direction field of the differential equation (.43). Any solution curve must be tangential to the direction field at every point. Example.2. Sketch the direction field for the differential equation dy dx = y(y ) (.44) df and hence sketch the solutions with initial conditions (i) y() =.5, (ii) y() =., (iii) y() =.5. The simplest way to start is to find the values of x and y for which dy/dx =, dy/dx >, dy/dx <. In this question these are respectively: y =, ; y > or y < ; and < y < y x Figure : Direction field for (.44) Example.3. Sketch the direction field for the differential equation and hence sketch the solutions with initial condition y() =. dy dx = x2 + y 2 (.45) df2

11 F.9MO y x Figure 2: Direction field for (.45) ss:2nd.3 General remarks about solvable second-order ODEs In this section we shall consider specifically second-order ODEs, i.e., equations of the form y = f(x, y, y ). (.46) gensecond The theory of second-order ODEs is an extensive and highly developed part of mathematics, not least because of its numerous applications in the physical sciences. For example, Newton told us, with impressive foresight, that the radial motion of the space shuttle is governed by the equation d 2 r dt 2 = MG r 2, (.47) where M is the mass of the earth and G is the gravitational constant. As another sample, a vibrating spring of mass m obeys the equation m d2 x dt + γ dx + kx = F (t), 2 dt where γ is a damping coefficient, k the spring constant, and F (t) the applied force. In Chapter 2, we develop an arsenal of techniques, and show how some of them specialise to second-order equations; most importantly, we show how the method of variation of parameters gives a practical method of solving linear inhomogeneous 2nd-order equations. In this section, we shall try not to repeat this, but consider instead a range of new techniques that work best specifically for 2nd-order ODEs. First of all though let us indeed repeat ourselves once, and consider the specialisation of Picard s Theorem to the initial-value problem d 2 y dx 2 = f(x, y, y ), y(x ) = α, y (x ) = β. (.48) initii Theorem.4. Suppose f : R 3 R is continuous in some cube x x a, y α b, y β c and that the partial derivatives f f and are also continuous there. y y Then there is some interval x x h a in which the initial-value problem (.48) has a unique solution.

12 F.9MO2 An obvious consequence of this is that a general solution to a second-order ODE should have two arbitrary constants in it; these correspond to the two initial conditions in (.48). As very elementary example, consider the simple harmonic oscillator problem y = y. (.49) favex The function f(x, y, y ) = y is clearly continuous in x, y, y and the conditions of Picard s Theorem are met. You might recall (or simply check) that both sin x and cos x solve this equation. More generally, the superposition y(x) = c cos x + c 2 sin x, (.5) where c and c 2 are two arbitrary constants, also solves (.49). The constants, and hence the solution, are determined uniquely if we specify y(x ) = α, y (x ) = β. (.5) inittwo Now we shall go on to consider the range of promised new techniques that are most useful for second-order systems..4 Reduction of order Sometimes a second-order equation can be reduced to a first-order equation and can then hopefully be solved:.4. Equations which do not depend on y For equations of the form y = f(x, y ) (.52) we define z = y. Then y = z and the equations becomes first order: Example.5. Find the general solution of y + 2y = e x. z = f(x, z). (.53) Solution: Letting z = y, we have z + 2z = e x, which is linear and can be solved by the integrating factor e 2x, to give z = e x + Ae 2x. Integrating once more gives the general solution y = e x + Be 2x + C.

13 F.9MO2.4.2 Equations which do not depend on x Consider equations of the form y = f(y, y ). (.54) silly In such a case, let z = y and regard z as a function of y. Then y = d ( ) dy = dz dx dx dx = dz dy dy dx = z dz dy. (.55) Hence equation (.54) becomes which is again of first order. z dz dy Example.6. Find the general solution of Solution: Letting z = y gives which is separable and solved by = f(y, z) (.56) yy + (y ) 2 = (.57) silex yz dz dy + z2 =. (.58) z = A/y (.59) for some constant A. Recalling that z = dy dx general solution of (.57): and integrating once again we obtain the y 2 = Bx + C. (.6).4.3 The general linear homogeneous equation Consider the equation y + a(x)y + b(x)y =. Suppose we know one solution u(x) of this equation. Then letting y = uw, we obtain y = u w + uw, y = u w + 2u w + uw. Substituting into the equation, we obtain u w + 2u w + uw + a(x)(u w + uw ) + b(x)uw =.

14 F.9MO2 2 Rearranging gives (u + a(x)u + b(x)u)w + uw + (a(x)u + 2u )w =. The first term is zero and the other terms give uw + (a(x)u + 2u )w =. Writing z = w, as above, we then have a first-order ODE z + (a(x) + 2u /u)z =, which is linear and can be solved by an integrating factor. So, in principle, we can find the second solution y(x) = u(x)w(x). ex:2ndlsp Example.7. One solution of y 2αy + αy = is y(x) = e αx. Use the method of reduction of order to show that the general solution is given by y(x) = Ae αx + Bxe αx Solution: Letting y(x) = e αx w(x), we have y = u w + uw, y = u w + 2u w + uw and so substituting into the equation gives 2u w + uw 2αuw =, which gives w = (since u = αu). Integrating twice (we don t really need the z = w substitution for this trivial case) gives w = C + Dx. Hence, the second solution is of the form y(x) = (C + Dx)e αx, and the general solution is as specified. Example.8. One solution of x 2 y (x 2 + 2x)y + (x + 2)y = is y(x) = x. Use the method of reduction of order to find a second solution and hence write down the general solution. Solution: Letting y = xw, we get y = w + xw, y = (2w + xw ). Substituting into the equation gives w w =, which we can solve by letting z = w, such that z z =. The solution of this equation is z = Ae x. Integrating again gives w = Ae x + B. Thus a second solution is y = x(ae x + B). The general solution is therefore y(x) = Cx + Dxe x. All these examples illustrate the result that for a homogeneous linear second-order ODE, if we have two independent solutions, say y () (x) and y (2) (x), linearity implies that the general solution is of the form y(x) = Ay () (x) + By (2) (x). (.6) eq:gen2h

15 F.9MO The general linear inhomogeneous equation Consider now the equation y + a(x)y + b(x)y = f(x). Suppose we know one particular solution y p (x) of this equation. Then letting y = y p + y c, we obtain y c + a(x)y c + b(x)y c =. This ODE is the homogeneous differential equation corresponding to the original homogeneous one and has a general solution, as (.6), of the form y c (x) = Ay () (x) + By (2) (x). We call this the complementary function. The general solution of our inhomogeneous ODE is then of the form complementary function + particular solution: y(x) = y c (x) + y p (x) = Ay () (x) + By (2) (x) + y p (x). LCC.5 Linear with constant coefficients Motivated by a first-order ODE of the form y + ay =, which has the general solution y = Ae x, when confronted with a linear, second-order, constant-coefficient, homogeneous ODE y + ay + by =, (.62) eq:2ndlcc we can look for a solution y(x) = Ae λx, with λ to be determined and A an arbitrary but non-zero constant. Substituting this into (.62) leads to the auxiliary equation, or characteristic equation, λ 2 + aλ + by =. (.63) eq:aux Provided that a 2 > 4b there are two distinct real solutions to (.63), say λ = 2 ( a + (a 2 4b) ) and λ 2 = 2 ( a (a 2 4b) ), so we get two independent solutions to the ODE, namely y () (x) = e λ x, y (2) (x) = e λ 2x. These form a fundamental system for (.62); we say more about such systems in Chap. 2. Because of the linearity of (.62), any linear combination of y () and y (2) is also a solution so the general solution can now be written as y(x) = A y () + A 2 y (2) = A e λ x + A 2 e λ 2x, (.64) eq:2ndla for arbitrary constants A and A 2. With a 2 = 4b, we have a case as in Example.7, and a single root λ = a/2 of (.63). There are then two independent solutions of the ODE e λx and xe λx, and the general solution is y(x) = A e λx + A 2 xe λx. (.65) eq:2ndlb

16 F.9MO2 4 Finally, for a 2 < 4b, (.63) has complex roots, say λ = p ± iq so that e (p+iq)x solves (.62). Taking real and imaginary parts, independent solutions for the ODE are y () (x) = e px cos qx, y (2) (x) = e px sin qx. A linear combination now gives the general solution as y(x) = e px (A cos qx + A 2 sin qx). (.66) eq:2ndlc.6 Euler equations (L. Euler, ) These are equations of the form x 2 d2 y dx 2 + a x dy dx + a y = (.67) Euler where a and a are constants. Remarkably, this equation can be transformed into a linear ODE with constant coefficients by writing it in terms of the variable u = ln x. Then and Hence we have Equation (.67) becomes d 2 y = d ( ) dy dx 2 dx x du = dy x 2 du + x dy dx = dy du du dx = dy x du x dy dx = dy du, which has constant coefficients, as promised. (.68) = dy x 2 du + d dy x dx du (.69) du d 2 y dx du = dy 2 x 2 du + d 2 y x 2 du. 2 (.7) dy x2 dx = d2 y du dy 2 du. Example.9. Find two independent solutions of d 2 y du + (a 2 ) dy du + a y =, (.7) x 2 d2 y dx + 2xdy + y =. (.72) 2 dx Solution: In terms of the variable u = ln x the equation becomes d 2 y du + dy + y =, (.73) 2 transform du

17 F.9MO2 5 which we can solve with the techniques of the previous section. equation is The characteristic λ 2 + λ + = (.74) with solutions λ = + 3 i and λ = 3i. Hence two solutions of (.73) are 2 2 ( ) ( ) 3 3 y () = e u/2 cos 2 u, y (2) = e u/2 sin 2 u. (.75) Transforming back to x we obtain solutions for (.67): ( ) ( ) y () (x) = x 3 2 cos 2 ln x, y (2) (x) = x 3 2 sin 2 ln x. (.76).7 Method of undetermined coefficients In Chapter 2, we consider a quite general technique, the method of variation of parameters which works in principle for any linear second-order ODE of the form d 2 y dx + a 2(x) dy 2 dx + a (x)y = b(x) (.77) as well as for higher-order ODEs and general linear inhomogeneous systems. When a and a 2 are constants, and b(x) is a polynomial, exp, sin or cos, there is a simpler method to obtain a particular solution. This you have met in previous courses, and which we here call the method of undetermined coefficients. The idea is to choose a particular solution that has a similar form to b(x). The following table gives recipes involving unknown coefficients which one can determine by substituting into the equation. There is no deep reason for these recipes other than that they work. In the table homogeneous equation has been abbreviated by HE. To illustrate the recipes given in the table, we consider some examples, beginning with the polynomial case. We try and find, by inserting (.79) into (.78), that Comparing coefficients yields y + y = x 2. (.78) poly x p (t) = b + b x + b 2 x 2, (.79) guess (2b 2 + b ) + b x + b 2 x 2 = x 2. (.8) b 2 =, b =, b = 2 (.8) Regarding the first (polynomial) case, if is a solution of HE, try instead c x + + c n+ x n+ ; if and x are solutions of HE, try instead c 2 x c n+2 x n+2.

18 F.9MO2 6 b(t) particular solution b + b x b n x n c + c x + + c n x n e λx e λx is not a solution of HE try ce λx e λx is a solution of HE try cx exp(λx) e λx and xe λx solutions of HE try cx 2 exp(λx) sin(ωx) or cos(ωx) sin(ωx), cos(ωx) are not solutions of the HE try c sin(ωx) + c 2 cos(ωx) sin(ωx), cos(ωx) are solutions of the HE try c x sin(ωx) + c 2 x cos(ωx) tab:undcoef Table : Forms of particular solutions. (These can be extended to cover products of polynomials, exponentials, and either sines or cosines.) so that Continuing with the exponential case, consider y p (t) = x 2 2. (.82) d 2 y dx dy 2 dx 2y = 2e x (.83) lininhom The roots of the characteristic equation are λ = and λ = 2. Thus the table tells us to try Substituting into the equation, we find y p (x) = cxe x. c = 2/3. Thus, a particular solution is y p (t) = 2 3 xe x. Finally we turn to the recipe for the oscillatory case f(t) = cos ωt given in the last row of Table. Suppose we want to solve y + a y + a y = cos(ωx). (.84) This equation is that of the damped, driven, simple harmonic oscillator. We could just use the recipe, but it perhaps interesting to consider how it arise from the exponential case. Since cos ωx is the real part of exp(iωx) we could try to solve y + a y + a y = e iωx (.85) complex

19 F.9MO2 7 first and then take the real part of the solution we obtain. This turns out to be an efficient method. Suppose that iω is not a solution of the characteristic equation. Then try y(x) = C exp(iωx). Inserting into (.85) yields Dividing by exp(iωx) and solving for C we find C = Ce iωx ( ω 2 + ia ω + a ) = e iωx. (.86) ω 2 + ia ω + a = e iφ (a ω 2 ) 2 + a 2 ω 2 (.87) where tan φ = a ω a ω 2. (.88) Taking the real part of y(x) = C exp(iωx) we therefore find the solution y p (x) = cos(ωx + φ). (.89) mess (a ω 2 ) 2 + a 2 2 ω Since cos(ωx + φ) = cos φ cos(ωx) sin φ sin(ωx) this solution can also be written as y p (x) = cos φ (a ω 2 ) 2 + a 2 ω cos(ωx) sin φ sin(ωx) (.9) 2 (a ω 2 ) 2 + a 2 2 ω which is of the form given in the last row of Table. You can read off the coefficients c and c 2 - note that they depend on the frequency ω! One can repeat this exercise in the case that iω is a solution of the characteristic equation (try it!). In summary, in the cases when the coefficients a 2 (x), a (x) in (.83) are independent of x, and b(x) is one of the forms given in Table, it usually relatively easy to use the method of undetermined coefficients. Otherwise we must resort to the more general method of variation of parameters described in the next chapter.

20 F.9MO2 8 chap:syst 2 Systems of ODEs 2. General remarks In many applications we need several real-valued functions of one real variable to describe a system. Examples are the temperature and pressure as a function of time, or the concentrations of two chemicals in a solution as a function of time, or the three position coordinates of a particle as a function of time. In this section we shall use the notation that the independent variable will be called t, with the dependent variables x,..., x n. Each of these functions obeys a differential equation, which may in turn depend on the other functions, e.g. dx dt dx 2 dt = tx + x 2, More generally, we might have (writing for d/dt): = x 2 4t 2 x 2. (2.) systex ẋ (t) = F (x (t), x 2 (t),, x n (t), t), ẋ 2 (t) = F 2 (x (t), x 2 (t),, x n (t), t),. ẋ n (t) = F n (x (t), x 2 (t),, x n (t), t). (2.2) Such a set of coupled equations is called a system of differential equations. Clearly it makes sense to use vector notation. Defining x : R R n, x(t) = F : R n+ R n, F (x, t) = x (t)., (2.3) xvec x n (t) F (x,, x n, t)., (2.4) F n (x,, x n, t) we can write the system of differential equations as one equation For example, equations (2.) can be written dx (t) = F (x(t), t). (2.5) genform dt with x = ( x x 2 ) dx (t) = F (x(t), t), (2.6) dt, F (x, t) = ( tx + x 2 x 2 4t 2 x 2 ). (2.7)

21 F.9MO2 9 Although the general form (2.5) seems to involve only a first derivative, it includes differential equations of higher order as a special case. An nth-order differential equation of the form d n x dt n = f ( x, dx dt,..., dn x dt n, t can be written as a first-order equation for the vector-valued function x in (2.3) as x x n x 2 ) (2.8) nthorder d x 2 dt. = x 3.. (2.9) rewrite f(x,..., x n, t) We recover the differential equation (2.8) by identifying x = x. Then the first n components of (2.9) tell us that x 2 = dx dt, x 3 = dx 2 dt = d2 x dt 2,..., x n = dn x dt n (2.) so that the last component is precisely the equation (2.8). eqlist Example 2.. Write the following differential equations as first-order systems: (a) d2 x dt 2 + dx dt + 4x = t2 ; (b) xẍ + (ẋ) 2 = ; (c) d2 x dt 2 = x + y, d 2 y dt 2 = x + y. For (a) we need a two-component vector x = ( x x 2 ). We identify x with x and want our equation to ensure that x 2 = ẋ = x. The required equation is ( ) ( ) ẋ x 2 =. (2.) 4x x 2 + t 2 exa ẋ 2 (b) can be written as ( ẋ ẋ 2 ) ( ) x 2 =. (2.2) x 2 2/x For (c) we need a four-component vector. We identify x with x and x 3 with y. Our equation should include ẋ = x = x 2 and ẏ = x 3 = x 4. The required equation is d dt x x 2 x 3 x 2 = x + x 3 x 4 (2.3) x 4 x + x 3

22 F.9MO2 2 ss:thersys When F (x, t) is a linear function of x, x 2,, x n, we can write the right-hand side of (2.5) in the form A(t)x(t) + b(t), where A(t) is an n n matrix valued function and b(t) : R R n (i.e. a vector-valued function). For example, we can write (2.) as d dt ( x x 2 ) = ( 4 ) ( x x 2 ) ( ) +. (2.4) t 2.2 Existence and uniqueness of solutions of systems of ODEs Picard s theorem generalises to systems dx(t) = F (x, t) as follows dt Theorem 2.2. Suppose F : R n+ R n is continuous in some region U I, where I = (t, t 2 ) is an open interval and U R n is an open set such that the partial derivatives in the derivative matrix F F x... x n DF =.. (2.5) derivativ F n F x... n x n are also continuous there. Then, for every t I and x U, the initial-value problem dx dt (t) = F (x(t), t), x(t ) = x (2.6) geninit has a unique solution in some open interval containing t. Example 2.3. Compute the derivate matrix, and hence show the existence and uniqueness of a solution ( ) for the initial-value problem consisting of (2.) and the initial condition x() =. The derivative matrix is given by ( ) ( ) F F x DF = x 2 t F 2 F 2 = (2.7) x x 2 2x 4t 2 ( ) which is continuous in an open set in R 3 that contains t =, x =. We will not prove this version of Picard s theorem either, but note a corollary for linear systems of the form dx (t) = A(t)x(t) + b(t). (2.8) genlin dt The derivative matrix is now simple DF (t) = A(t), and so if A and b are continuous functions of t, the conditions of Picard s theorem are satisfied for all initial conditions x(t ) = x. Hence we have linexist Corollary 2.4. If A : R R n2 is a continuous matrix-valued function and and b : R R n is a continuous vector-valued function then the linear differential equation (2.8) has a unique solution for all initial conditions x(t ) = x and this solution exists for all t R.

23 F.9MO Linear systems of ODEs In this section we develop a general theory of linear systems of the form dx (t) = A(t)x(t) + b(t), (2.9) genlinn dt where A is an n n matrix-valued function and b is R n -valued function of t. Both A and b are assumed to be continuous functions on all of R, so that, according to Corollary 2.4, there is unique solution of (2.9) satisfying a given initial condition x(t ) = x Homogeneous linear systems For a given continuous n n matrix-valued function A of t we define the differential operator and note that L is a linear operator: The equation L[x] = dx dt Ax (2.2) linop L(αx + βy) = α dx dt + β dy αax βay = αl[x] + βl[y]. (2.2) dt L[x] = dx dt Ax = (2.22) genhomo is called a homogeneous linear equation. The space of solutions of (2.22) is characterised by the following theorem. solspace Theorem 2.5. (Solution space for homogeneous linear systems.) The space S = {x C (R, R n ) L[x] = } (2.23) solutions of solutions of the homogeneous equation (2.22) is a vector space of dimension n since the evaluation map is a vector-space isomorphism. Ev t : S R n, x x(t ) (2.24) Proof : The fact that S is a vector space follows from the linearity of L (i.e. x, y S = αx + βy S). To show that Ev t is a vector-space isomorphism, we first note that it is a linear map: Ev t [αx + βy] = αx(t ) + βy(t ) = αev t [x] + βev t [y]. Picard s theorem implies that it is bijective: It is surjective since, for any given x R n, there exists solution x S so that x(t ) = x. It is injective since this solution is unique. Hence Ev t is a bijective linear map, i.e. a vector-space isomorphism. Since the space containing x is R n, and S is isomorphic to it, S is n dimensional.

24 F.9MO2 22 Definition 2.6. (Fundamental sets solutions for homogeneous systems.) A basis {y (),..., y (n) } of the set S defined in (2.23) is called a fundamental set of solutions of (2.22). The following lemma is an immediate consequence of Theorem 2.5. determinant Lemma 2.7. (Determinant for fundamental sets.) A set of n solutions y (),..., y (n) of the homogeneous linear equation (2.22) forms a fundamental set of solutions if and only if the matrix y () (t)... y (n) (t) Y (t) =.. (2.25) ymat y n () (t)... y n (n) (t) has a non-zero determinant det(y (t)) at one value t = t (and hence for all values of t). Note that if the determinant is non-zero at one value t = t, then using Ev t, this establishes that y (),, y (n) are a basis of S. But we can then use Ev t, to obtain another set of basis vectors of R n with determinant non-zero. Hence, if the determinant is non-zero for one value t, it is also non-zero for all values of t. Example 2.8. Find a fundamental set of solutions for the homogeneous equation ( ) ( ) ( ) d x x =. (2.26) eigex dt To solve (2.26) we try a solution of the form x 2 x 2 x(t) = e λt v. (2.27) guessagai Inserting into (2.26) we find that this is a solution if ( ) λv = v, (2.28) so that ((2.27) ) is a solution if λ is an eigenvalue of and v an eigenvector of the matrix. A short calculation shows that the eigenvalues are and, with ( ) ( ) eigenvectors v () = and v (2) =. Hence we obtain the solutions ( ) ( ) y () (t) = e t e t, y (2) (t) = e t e t Clearly, y () () and y (2) () are linearly independent since ( ) det = 2.. (2.29)

25 F.9MO2 23 Hence, {y (), y (2) } form a fundamental set. Note that fundamental sets are not unique: we can take linear combinations to obtain other fundamental sets, e.g. ( ) ( ) 2 (y() (t) + y (2) cosh t (t)) =, sinh t 2 (y() (t) y (2) sinh t (t)) =. (2.3) cosh t As we have seen, homogeneous linear n-th order equations d n x dt + a d n x n n dt a x = (2.3) n genn are a special case of linear homogeneous systems (2.22). Here we define { } s = x C n (R, R) d n x dt + a d n x n n dt a x =. n (2.32) solutions In this case, the evaluation map takes the form Ev t : s R n, x x(t ) dx (t dt ). d n x(t dt n ) (2.33) which assigns to each solution the vector made out of the values of the function x and its first n derivatives at t. Theorem 2.5 then states that this map is a vector-space isomorphism. This is sometimes useful for checking linear independence of solutions of an nth-order homogeneous linear equation: two solutions are independent if and only if their images under Ev t are independent in R n. For the two solutions y () (t) = cos t and y (2) (t) = sin t of ẍ + x =, the evaluation map at t = gives ( ) ( ) Ev (y () ) =, Ev (y (2) ) =. (2.34) The FSS {y (),, y (n) } of a homogeneous linear system dx (t) = A(t)x(t) (2.35) hlinsys dt has three main uses. Firstly, we can write the general solution of (2.35) as y(t) = c y () (t) + + c n y (n) (t) for constants c,, c n. Secondly, we can find the particular values of c,, c n that give the unique solution of the initial-value problem specified by (2.35) and the condition x(t ) = x. Thirdly, as we shall see in Section 2.3.4, we can use the FSS in order to construct a particular solution of the inhomogeneous problem dx (t) = A(t)x(t) + b(t). dt Example 2.9. Find the general solution of ( ) ( ) ( d x = dt x 2 x x 2 ), (2.36) eigex2

26 F.9MO2 24 and hence find the( solution ) of the initial-value problem specified by (2.36) and the initial condition x() =. We have already found the FSS for this problem; hence the general solution is ( ) ( ) ( ) e t e t c e t + c 2 e t x(t) = c + c e t 2 =. (2.37) e t c e t c 2 e t The solution of the initial-value problem is given by the choice ( ) ( ) c + c 2 =, (2.38) c c 2 with solution c = /2, c 2 =. Hence the solution is 2 ( ) sinh(t) x(t) =. (2.39) cosh(t) matrixmeth Matrix methods for finding the FSS In practice, the FSS can only be found explicitly in rare happy cases. An example is the case where the matrix A is constant, and this is the case we study in some detail this section. Consider the system of linear equations ẋ(t) = Ax(t), (2.4) constcoef where x : R R n and A is a constant, real, n n matrix. To find solutions we make the ansatz (=inspired guess), suggested by what happens for a single ODE, Inserting into (2.4) we obtain x(t) = e λt v. (2.4) expansatz Av = λv (2.42) so that (2.4) is a solution iff v is an eigenvector. If A has n real linearly independent eigenvectors v (),..., v (n) with real eigenvalues λ,..., λ n (which need not be distinct), a fundamental set of solutions is given by y () (t) = e λ t v (),..., y (n) (t) = e λnt v (n). (2.43) FSS However, as discussed in Appendix B, not all real n n matrices have a basis of n real linearly independent eigenvectors. Let us consider the different situations which can arise: (i) n distinct real eigenvalues In this case, we do get n linearly independent eigenvectors and the FSS is given by (2.43)

27 F.9MO2 25 Example 2.. Consider the equation (2.4) for n = 2 and ( ) 4 A =. (2.44) This matrix has eigenvalue ( ) λ if det(a λi) = ( λ) 2 4 = i.e. if λ = or λ = 3. The vector v () = v v 2 is an eigenvector for eigenvalue if v + 4v 2 = v, and v + v 2 = v 2. (2.45) ( ) Hence v () 2 = is an eigenvector for eigenvalue. Similarly we find that ( ) v (2) 2 = is an eigenvector for eigenvalue 3. The solutions ( ) ( ) y () (t) = e t 2, y (2) (t) = e 3t 2 (2.46) are independent and form a fundamental set. (ii) Repeated real eigenvalues. If a given eigenvalue has algebraic multiplicity m (i.e. it is repeated m times) it will have q m linearly independent eigenvalues. Let us consider the cases q = m, and q < m separately. q = m Example 2.. Find the FSS of (2.4) for ( ) 2 A = (2.47) 2 ( ) ( ) A has v () = and v (2) = as eigenvectors for the repeated eigenvalue 2. In this case we find a fundamental set of solutions: ( ) ( ) y () (t) = e 2t =, y (2) (t) = e 2t. (2.48) q < m. As we have said, a matrix might fail to have a basis of eigenvectors if an eigenvalue is repeated. Suppose for simplicity that a real eigenvalue λ has multiplicity m = 2 (i.e. the characteristic polynomial contains a factor (λ λ ) 2 ) and that v is the only eigenvector for this eigenvalue (i.e. q = ). Then y () (t) = e λ t v is a solution of (2.4). To find a second solution we are motivated by Sec..5 and try y (2) (t) = te λ t u + e λ t w. (2.49) repguess

28 F.9MO2 26 Inserting into (2.4) we find that this is a solution if i.e. if e λt (λ tu + u + λ w) = e λ A(tu + w) (2.5) Au = λu and (A λ I)w = u. (2.5) geneig The first of (2.5) indicates that u = v and then one can show that the second equation can always be solved for w. Since (A λ I)w but (A λ I) 2 w =, w is sometimes called a generalised eigenvector of A. Example 2.2. ( ) 9 A =. (2.52) 5 We find that λ is an eigenvalue if (λ + 2) 2 =. Hence 2 is a repeated eigenvalue. The only eigenvector is ( ) 3 v = (2.53) so that one solution of (2.4) is ( ) y () (t) = e 2t 3. (2.54) To find the second solution we need to solve ( ) ( ) (A + 2I)w = v w =. (2.55) 3 With elementary row operations we find ( ) w = (2.56) so that a second solution is given by ( ) ( ) ( ) y (2) (t) = e 2t 3 t + e 2t = e 2t 3t. (2.57) t (iii) Complex eigenvalues If the real matrix A in (2.4) has a complex eigenvalue λ = α + iβ with corresponding complex eigenvector v = v () + iv (2), then y(t) = e λt v is a complex solution (note that y (t) = e λ t v is another solution). However, since A is real we have ( ) d dy Re (y) = Re = Re (Ay) = A Re (y), dt d Im (y) dt = Im dt ) = Im (Ay) = A Im (y), ( dy dt

29 F.9MO2 27 so Re (y(t)) and Im (y(t)) are both real solutions. Thus we obtain two real solutions by taking the real and imaginary parts of y(t). Example 2.3. Find the FSS of (2.4) with ( ) 5 A =. (2.58) 3 The eigenvalues are ± i, with eigenvectors solution ( ) 2 ± i. Thus we have the complex ( ) y(t) = e (+i)t 2 + i ( ) = e t 2 + i (cos t + i sin t) ( ) ( ) = e t 2 cos t sin t + ie t cos t 2 sin t cos t sin t (2.59) so that a fundamental set of solutions is ( ) ( ) y () (t) = e t 2 cos t sin t, y (2) (t) = e t cos t 2 sin t. (2.6) cos t sin t Note that the other complex solution is ( ) y (t) = e ( i)t 2 i and we have Re (y (t)) = y () (t), Im (y (t)) = y (2) (t). Thus, in order to obtain two real solutions, we only need to deal with one of the pair of complex conjugate solutions, and it doesn t matter which one The Fundamental Matrix If {y (),, y (n) } is a FSS, the non-singular matrix Y (t) = y () y (2) y (n)... y n () y n (2) y n (n) is called the fundamental matrix. The general solution of the homogeneous linear ODE ẋ(t) = A(t)x(t) is then x(t) = c y () (t) + c 2 y (2) (t) + c n y (n) (t), (2.6) eq4

30 F.9MO2 28 where c,, c n are constants. Eqn. (2.6) can be written in the form c c x(t) = Y (t) c, where c = 2. (2.62) eq5. The solution to the initial-value problem consisting of ẋ(t) = A(t)x(t) and the initial condition x() = x is given by (2.62) with c specified by Thus we can write c n x = Y (t )c, such that c = Y (t ) x. (2.63) eq6 x(t) = Y (t)y (t ) x. (2.64) eq7 Note that Y (t) exists since det(y (t)). Eqn. (2.64) is not of much practical use as a way to compute the solution - it is usually easier just to find c from x = Y (t )c by row reduction of Y (t ). It is however conceptually important and of interest in the next section. Another useful property of Y (t) is that it satisfies This follows since the ith column of both sides is simply ẏ (i) y. (i) = A(t).. ẏ (i) y (i) Ẏ (t) = A(t)Y (t). (2.65) Ydot inhomlin Inhomogeneous linear systems We return to the more general form dx (t) = A(t)x(t) + b(t), (2.66) genlinnn dt of linear systems with b. Such systems are called inhomogeneous linear systems. Using again the linear operator L defined in (2.2) we have the following analogue of Theorem 2.5. Theorem 2.4. (Solution space for inhomogeneous linear systems.) Let {y (),..., y (n) } be a fundamental set of solution for the homogeneous equation ẋ = Ax. Then any solution of the inhomogeneous equation (2.66) is of the form x(t) = n c i y (i) + x p, (2.67) geninsol i= where x p is a particular solution of (2.66) and c,..., c n are real constants.

31 F.9MO2 29 Proof : It is easy to check that (2.67) satisfies the inhomogeneous equation (2.66), using the fact that each of the y (i) satisfy ẏ (i) = Ay (i). To show that every solution can be written in this way, suppose that x is a solution of (2.66). Then x x p satisfies the homogeneous equation d dt (x x p) = A(x x p ) and therefore can be expanded x x p = n c i y (i) (2.68) i= for some real constants c,..., c n. The most systematic way of finding a particular solution of an inhomogeneous linear equation is called the method of variation of the parameters. The idea is to look for a particular solution of the form x p (t) = n c i (t)y (i) (t), (2.69) ansatz i= where {y (),..., y (n) } is a fundamental set of the homogeneous equations as before, but, crucially, the c i are now functions of t. As above, we can write (2.69) in terms of the fundamental matrix Y as x p = Y c. (2.7) Using the product rule and the fact that Ẏ = AY we deduce Hence x p = Ẏ c + Y ċ = AY c + Y ċ. (2.7) x p = Ax p + b AY c + Y ċ = AY c + b ċ = Y b. We can now compute c by integration - at least in principle. We summarise this result as follows. varpthm Theorem 2.5. Method of variation of the parameters. Let {y (),..., y (n) } be a fundamental set of solutions of ẋ = Ax and let Y be the matrix constructed from {y (),..., y (n) } according to (2.25). Then x p (t) = Y (t) is a particular solution of the inhomogeneous equation ẋ = Ax + b. t t Y (τ) b(τ)dτ (2.72) varpar The formula (2.72) is very general, and therefore very powerful. To get a feeling for how it works we need to study examples - see Problem Sheet 5! Let us consider the n = case in more detail and show that equation (2.72) reduces to the formula for the solution of a linear first-order equation in terms of the integrating factor. With the conventions of this section, we consider the first-order differential equation ẋ(t) = a(t)x(t) + b(t) ẋ(t) a(t)x(t) = b(t) (2.73) firstagai

32 F.9MO2 3 and note that the homogeneous equation ẋ(t) = a(t)x(t) (2.74) has the solution ( t ) y(t) = exp a(τ) dτ, (2.75) t which is the inverse of the integrating factor ( t ) I(t) = exp a(τ) dτ t (2.76) for (2.73). Thus the formula t b(τ) x p (t) = y(t) dτ (2.77) t y(τ) for the particular solution is precisely the solution we would obtain using the integrating factor /y(t).

33 F.9MO Higher-order ODEs Recall that an nth-order differential equation of the form ( d n x dt = f x, dx ) n dt,..., dn x dt, t n (2.78) nthi can be written as a system of systems of ODEs by identifying Then we have x = x, x 2 = dx dt, x 3 = dx 2 dt = d2 x dt,..., x 2 n = dn x. (2.79) dtn x x n x 2 d x 2 dt. = x 3.. (2.8) nlin f(x,..., x n, t) where the last component is precisely the equation (2.78). The initial-value problem corresponds to (2.8) and a condition x(t ) = x. For the equation (2.78) this is equivalent to specifying x(t ), dx dt (t ), d2 x dt 2 (t ),..., dn x dt n (t ), (2.8) i.e. the function and its first (n ) derivatives. All of the results of Sec. 2.2 specialise to the case of nth-order ODES. In this section we consider some of these specialisations Picard s Theorem The derivative matrix for (2.8) is DF = f x 3 f x f x 2 f x n f x n. Thus (2.8) satisfies the conditions of Picard s theorem if the function f and the partial derivatives f,..., f (2.82) x x n are continuous. In that case there will be a unique solution, at least locally, if we specify x(t ), i.e., the function x(t ) and its first (n ) derivatives.

34 F.9MO2 32 Example 2.6. Show that x(t) = t 2 cannot be a solution of the initial-value problem d 2 x dt 2 = ( ) 2 dx + x 3, x() =, dt dx () =. dt The function f(t, x, dx f ) on the right-hand side and the two partial derivatives = dt x 3x2, f = 2ẋ, are continuous at t =, x =, ẋ =. The initial-value problem therefore ẋ has a unique solution from Picard s Theorem. One solution is x(t) = (and ẋ(t) = ). Therefore there can not be another solution of the form given The FSS and the Wronskian A linear nth-order ODE is one of the form system d n x dt + a n(t) dn x n dt + + a (t)x = b(t). (2.83) n genni The equation is said to be homogeneous when b(t) =. Any n linearly independent y () (t), y (2) (t),..., y (n) (t) solutions of the homogeneous linear equation constitute a Fundamental Solution Set. The counterpart of Lemma 2.7 has a special name for nth-order equations: wronskian Lemma 2.7. Wronskian for n-th order linear homogeneous equations. A set of n solutions y (),..., y (n) of the n-th order homogeneous linear equation (2.3) forms a fundamental set of solutions if and only if the matrix y ()... y (n) dy () dy... (n) Y = dt dt (2.84) fundmat.. d n y () d... n y () dt n dt n has a non-zero determinant W =det(y ) at one value t = t (and hence for all values of t). The determinant W of Y is called the Wronskian of y (),..., y (n). Example 2.8. The Wronskian of two solutions y (), y (2) of the second-order equation ẍ + a 2 ẋ + a x = is W = y () ẏ (2) y (2) ẏ (). If we have n solutions of a homogeneous, linear nth-order ODE, and we want to check for linearly independence, we simply have to evaluate the Wronskian at any value of t (or whatever the variable is called). Example 2.9. Two solutions of the equation d2 y + 4y = are cos 2x and sin 2x. dx2 Show that these two solutions constitute a FSS. The Wronskian is W = cos(2x) cos(2x) + sin(2x) sin(2x) =, hence the solutions are linearly independent and are an FSS.

35 F.9MO The FSS for equations with constant coefficients Consider the linear homogeneous equation dx n dt + a n d n x dt n a x = (2.85) eq47 in the case when a n,, a are constant coefficients. Then we can write the equation in matrix form (after identifying x = x ) as... dx. = A x(t), where A = dt. (2.86) eq57... a a 2... a n a n As above, we can press on and solve this equation by finding the eigenvalues λ that satisfy det(a λi) =. It is simple exercise (see Problem Sheet 4) to show that this equation reduces to the characteristic equation λ n + a n λ n + a 2 λ + a =. (2.87) char For n real, distinct solutions λ,, λ n, n linearly independent solutions of (2.86) are given by e λ t e λ 2t e λ nt λ e λ t λ 2 e λ 2t λ n e λ nt λ n e λ t λ n n e λ 2t λ n e λnt The corresponding solutions of (2.85) are just e λ t,, e λ nt. Of course there is a far easier way of deriving these results for the (2.85). We just try a solution of the form e λt and substitute into (2.85) to get the equation (2.87) as we would do for the n = 2 case. The solutions are then e λ it for distinct eigenvalues. However, it is hopefully illuminating to see how these results can be found by specialising from the matrix methods discussed earlier. Example 2.2. Find the general solution of d 4 x dt + d3 x 4 dt x 3 7d2 dt dx + 6x =. 2 dt Hence find the solution that satisfies the initial conditions x() =, dx dt () =, n d 2 x d () = 2, dt2 3 x () =. dt3 The characteristic equation is λ 4 + λ 3 7λ =, with roots λ =,, 2, 3. Hence the general solution is x(t) = c e t + c 2 e t + c 3 e 2t + c 4 e 3t.

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

Higher-order ordinary differential equations

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

More information

dx n a 1(x) dy

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

More information

UNIVERSITY OF SOUTHAMPTON. A foreign language dictionary (paper version) is permitted provided it contains no notes, additions or annotations.

UNIVERSITY OF SOUTHAMPTON. A foreign language dictionary (paper version) is permitted provided it contains no notes, additions or annotations. UNIVERSITY OF SOUTHAMPTON MATH055W SEMESTER EXAMINATION 03/4 MATHEMATICS FOR ELECTRONIC & ELECTRICAL ENGINEERING Duration: 0 min Solutions Only University approved calculators may be used. A foreign language

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

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

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

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

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

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

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

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

Math Ordinary Differential Equations

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

More information

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

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

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

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

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

More information

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

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

Physics 250 Green s functions for ordinary differential equations

Physics 250 Green s functions for ordinary differential equations Physics 25 Green s functions for ordinary differential equations Peter Young November 25, 27 Homogeneous Equations We have already discussed second order linear homogeneous differential equations, which

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

ORDINARY DIFFERENTIAL EQUATIONS

ORDINARY DIFFERENTIAL EQUATIONS ORDINARY DIFFERENTIAL EQUATIONS GABRIEL NAGY Mathematics Department, Michigan State University, East Lansing, MI, 48824. JANUARY 3, 25 Summary. This is an introduction to ordinary differential equations.

More information

22.2. Applications of Eigenvalues and Eigenvectors. Introduction. Prerequisites. Learning Outcomes

22.2. Applications of Eigenvalues and Eigenvectors. Introduction. Prerequisites. Learning Outcomes Applications of Eigenvalues and Eigenvectors 22.2 Introduction Many applications of matrices in both engineering and science utilize eigenvalues and, sometimes, eigenvectors. Control theory, vibration

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

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

MATH 4B Differential Equations, Fall 2016 Final Exam Study Guide

MATH 4B Differential Equations, Fall 2016 Final Exam Study Guide MATH 4B Differential Equations, Fall 2016 Final Exam Study Guide GENERAL INFORMATION AND FINAL EXAM RULES The exam will have a duration of 3 hours. No extra time will be given. Failing to submit your solutions

More information

MATH 23 Exam 2 Review Solutions

MATH 23 Exam 2 Review Solutions MATH 23 Exam 2 Review Solutions Problem 1. Use the method of reduction of order to find a second solution of the given differential equation x 2 y (x 0.1875)y = 0, x > 0, y 1 (x) = x 1/4 e 2 x Solution

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

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

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

Math53: Ordinary Differential Equations Autumn 2004

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

More information

ORDINARY DIFFERENTIAL EQUATIONS

ORDINARY DIFFERENTIAL EQUATIONS ORDINARY DIFFERENTIAL EQUATIONS GABRIEL NAGY Mathematics Department, Michigan State University, East Lansing, MI, 4884 NOVEMBER 9, 7 Summary This is an introduction to ordinary differential equations We

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

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

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

Lecture Notes in Mathematics. Arkansas Tech University Department of Mathematics

Lecture Notes in Mathematics. Arkansas Tech University Department of Mathematics Lecture Notes in Mathematics Arkansas Tech University Department of Mathematics Introductory Notes in Ordinary Differential Equations for Physical Sciences and Engineering Marcel B. Finan c All Rights

More information

Section 9.8 Higher Order Linear Equations

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

More information

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

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

More information

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

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

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

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

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

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

Mathematics for Engineers II. lectures. Differential Equations

Mathematics for Engineers II. lectures. Differential Equations Differential Equations Examples for differential equations Newton s second law for a point mass Consider a particle of mass m subject to net force a F. Newton s second law states that the vector acceleration

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

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

Math 2a Prac Lectures on Differential Equations

Math 2a Prac Lectures on Differential Equations Math 2a Prac Lectures on Differential Equations Prof. Dinakar Ramakrishnan 272 Sloan, 253-37 Caltech Office Hours: Fridays 4 5 PM Based on notes taken in class by Stephanie Laga, with a few added comments

More information

Chapter 7. Homogeneous equations with constant coefficients

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

More information

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

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

APPM 2360: Final Exam 10:30am 1:00pm, May 6, 2015.

APPM 2360: Final Exam 10:30am 1:00pm, May 6, 2015. APPM 23: Final Exam :3am :pm, May, 25. ON THE FRONT OF YOUR BLUEBOOK write: ) your name, 2) your student ID number, 3) lecture section, 4) your instructor s name, and 5) a grading table for eight questions.

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

Solutions to Math 53 Math 53 Practice Final

Solutions to Math 53 Math 53 Practice Final Solutions to Math 5 Math 5 Practice Final 20 points Consider the initial value problem y t 4yt = te t with y 0 = and y0 = 0 a 8 points Find the Laplace transform of the solution of this IVP b 8 points

More information

ODE Homework 1. Due Wed. 19 August 2009; At the beginning of the class

ODE Homework 1. Due Wed. 19 August 2009; At the beginning of the class ODE Homework Due Wed. 9 August 2009; At the beginning of the class. (a) Solve Lẏ + Ry = E sin(ωt) with y(0) = k () L, R, E, ω are positive constants. (b) What is the limit of the solution as ω 0? (c) Is

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

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

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

More information

Partial Differential Equations for Engineering Math 312, Fall 2012

Partial Differential Equations for Engineering Math 312, Fall 2012 Partial Differential Equations for Engineering Math 312, Fall 2012 Jens Lorenz July 17, 2012 Contents Department of Mathematics and Statistics, UNM, Albuquerque, NM 87131 1 Second Order ODEs with Constant

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

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

(1 + 2y)y = x. ( x. The right-hand side is a standard integral, so in the end we have the implicit solution. y(x) + y 2 (x) = x2 2 +C.

(1 + 2y)y = x. ( x. The right-hand side is a standard integral, so in the end we have the implicit solution. y(x) + y 2 (x) = x2 2 +C. Midterm 1 33B-1 015 October 1 Find the exact solution of the initial value problem. Indicate the interval of existence. y = x, y( 1) = 0. 1 + y Solution. We observe that the equation is separable, and

More information

PRELIMINARY THEORY LINEAR EQUATIONS

PRELIMINARY THEORY LINEAR EQUATIONS 4.1 PRELIMINARY THEORY LINEAR EQUATIONS 117 4.1 PRELIMINARY THEORY LINEAR EQUATIONS REVIEW MATERIAL Reread the Remarks at the end of Section 1.1 Section 2.3 (especially page 57) INTRODUCTION In Chapter

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

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

Lecture 7. Please note. Additional tutorial. Please note that there is no lecture on Tuesday, 15 November 2011.

Lecture 7. Please note. Additional tutorial. Please note that there is no lecture on Tuesday, 15 November 2011. Lecture 7 3 Ordinary differential equations (ODEs) (continued) 6 Linear equations of second order 7 Systems of differential equations Please note Please note that there is no lecture on Tuesday, 15 November

More information

The first order quasi-linear PDEs

The first order quasi-linear PDEs Chapter 2 The first order quasi-linear PDEs The first order quasi-linear PDEs have the following general form: F (x, u, Du) = 0, (2.1) where x = (x 1, x 2,, x 3 ) R n, u = u(x), Du is the gradient of u.

More information

1.4 Techniques of Integration

1.4 Techniques of Integration .4 Techniques of Integration Recall the following strategy for evaluating definite integrals, which arose from the Fundamental Theorem of Calculus (see Section.3). To calculate b a f(x) dx. Find a function

More information

Relevant sections from AMATH 351 Course Notes (Wainwright): 1.3 Relevant sections from AMATH 351 Course Notes (Poulin and Ingalls): 1.1.

Relevant sections from AMATH 351 Course Notes (Wainwright): 1.3 Relevant sections from AMATH 351 Course Notes (Poulin and Ingalls): 1.1. Lecture 8 Qualitative Behaviour of Solutions to ODEs Relevant sections from AMATH 351 Course Notes (Wainwright): 1.3 Relevant sections from AMATH 351 Course Notes (Poulin and Ingalls): 1.1.1 The last few

More information

Newtonian Mechanics. Chapter Classical space-time

Newtonian Mechanics. Chapter Classical space-time Chapter 1 Newtonian Mechanics In these notes classical mechanics will be viewed as a mathematical model for the description of physical systems consisting of a certain (generally finite) number of particles

More information

2nd-Order Linear Equations

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

More information

Math 216 Second Midterm 16 November, 2017

Math 216 Second Midterm 16 November, 2017 Math 216 Second Midterm 16 November, 2017 This sample exam is provided to serve as one component of your studying for this exam in this course. Please note that it is not guaranteed to cover the material

More information

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

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

More information

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

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

Linear Algebra and ODEs review

Linear Algebra and ODEs review Linear Algebra and ODEs review Ania A Baetica September 9, 015 1 Linear Algebra 11 Eigenvalues and eigenvectors Consider the square matrix A R n n (v, λ are an (eigenvector, eigenvalue pair of matrix A

More information

Ordinary Differential Equation Theory

Ordinary Differential Equation Theory Part I Ordinary Differential Equation Theory 1 Introductory Theory An n th order ODE for y = y(t) has the form Usually it can be written F (t, y, y,.., y (n) ) = y (n) = f(t, y, y,.., y (n 1) ) (Implicit

More information

Practice Problems For Test 3

Practice Problems For Test 3 Practice Problems For Test 3 Power Series Preliminary Material. Find the interval of convergence of the following. Be sure to determine the convergence at the endpoints. (a) ( ) k (x ) k (x 3) k= k (b)

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

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

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

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

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

Georgia Tech PHYS 6124 Mathematical Methods of Physics I

Georgia Tech PHYS 6124 Mathematical Methods of Physics I Georgia Tech PHYS 612 Mathematical Methods of Physics I Instructor: Predrag Cvitanović Fall semester 2012 Homework Set #5 due October 2, 2012 == show all your work for maximum credit, == put labels, title,

More information

Definition of differential equations and their classification. Methods of solution of first-order differential equations

Definition of differential equations and their classification. Methods of solution of first-order differential equations Introduction to differential equations: overview Definition of differential equations and their classification Solutions of differential equations Initial value problems Existence and uniqueness Mathematical

More information

Practice Problems For Test 3

Practice Problems For Test 3 Practice Problems For Test 3 Power Series Preliminary Material. Find the interval of convergence of the following. Be sure to determine the convergence at the endpoints. (a) ( ) k (x ) k (x 3) k= k (b)

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

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

Understand the existence and uniqueness theorems and what they tell you about solutions to initial value problems.

Understand the existence and uniqueness theorems and what they tell you about solutions to initial value problems. Review Outline To review for the final, look over the following outline and look at problems from the book and on the old exam s and exam reviews to find problems about each of the following topics.. Basics

More information

1 Solution to Homework 4

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

More information

LINEAR EQUATIONS OF HIGHER ORDER. EXAMPLES. General framework

LINEAR EQUATIONS OF HIGHER ORDER. EXAMPLES. General framework Differential Equations Grinshpan LINEAR EQUATIONS OF HIGHER ORDER. EXAMPLES. We consider linear ODE of order n: General framework (1) x (n) (t) + P n 1 (t)x (n 1) (t) + + P 1 (t)x (t) + P 0 (t)x(t) = 0

More information

Differential Equations

Differential Equations Differential Equations Problem Sheet 1 3 rd November 2011 First-Order Ordinary Differential Equations 1. Find the general solutions of the following separable differential equations. Which equations are

More information

Homogeneous Constant Matrix Systems, Part II

Homogeneous Constant Matrix Systems, Part II 4 Homogeneous Constant Matrix Systems, Part II Let us now expand our discussions begun in the previous chapter, and consider homogeneous constant matrix systems whose matrices either have complex eigenvalues

More information

Differential Equations and Modeling

Differential Equations and Modeling Differential Equations and Modeling Preliminary Lecture Notes Adolfo J. Rumbos c Draft date: March 22, 2018 March 22, 2018 2 Contents 1 Preface 5 2 Introduction to Modeling 7 2.1 Constructing Models.........................

More information

Review For the Final: Problem 1 Find the general solutions of the following DEs. a) x 2 y xy y 2 = 0 solution: = 0 : homogeneous equation.

Review For the Final: Problem 1 Find the general solutions of the following DEs. a) x 2 y xy y 2 = 0 solution: = 0 : homogeneous equation. Review For the Final: Problem 1 Find the general solutions of the following DEs. a) x 2 y xy y 2 = 0 solution: y y x y2 = 0 : homogeneous equation. x2 v = y dy, y = vx, and x v + x dv dx = v + v2. dx =

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

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

Degree Master of Science in Mathematical Modelling and Scientific Computing Mathematical Methods I Thursday, 12th January 2012, 9:30 a.m.- 11:30 a.m.

Degree Master of Science in Mathematical Modelling and Scientific Computing Mathematical Methods I Thursday, 12th January 2012, 9:30 a.m.- 11:30 a.m. Degree Master of Science in Mathematical Modelling and Scientific Computing Mathematical Methods I Thursday, 12th January 2012, 9:30 a.m.- 11:30 a.m. Candidates should submit answers to a maximum of four

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