Lecture Notes 1. First Order ODE s. 1. First Order Linear equations A first order homogeneous linear ordinary differential equation (ODE) has the form

Size: px
Start display at page:

Download "Lecture Notes 1. First Order ODE s. 1. First Order Linear equations A first order homogeneous linear ordinary differential equation (ODE) has the form"

Transcription

1 Lecture Notes 1 First Order ODE s 1. First Order Linear equations A first order homogeneous linear ordinary differential equation (ODE) has the form This equation we rewrite in the form or From the last equation we get y (t) + a(t)y(t) =. y (t) y(t) = a(t) (ln y(t) ) = a(t). y(t) = Ce a(t)dt. The general first order nonhomogeneous ODE has the form y (t) + a(t)y(t) = b(t). (1) 1gf Multiplying the equation ( 1) 1gf by a nonzero function µ(t), which is called an integrating factor, we obtain an equivalent equation Let us choose µ(t) such that µ(t)y (t) + µ(t)a(t)y(t) = µ(t)b(t) (2) 1gf2 µ (t) = µ(t)a(t), i.e. µ(t) = e a(t)dt + C. (3) 1gf3 Then the equation ( 2) 1gf2 takes the form (mu(t)y(t)) = µ(t)b(t). Integrating the last equation and using ( 3) 1gf3 we obtain y(t) = Ce a(t)dt + e a(t)dt b(t)e a(t)dt dt. Example 1.1. Show that the solution of the Cauchy problem { y (t) + a(t)y(t) = b(t) y() = y (4) 1Cpr has the form y(t) = y e a(τ)dτ + e a(τ)dτ 1 b(τ)e τ a(s)ds dτ. (5) 1Cpr1

2 ex1 2 Solution. Multiplying the equation ( 4) 1Cpr by e a(τ)dτ we obtain d (e ) t a(τ)dτ y(t) = b(t)e a(τ)dτ. dt Integrating last equality over the interval (, t) we obtain ( 5). 1Cpr1 Example 1.2. Solve the initial value problem for t >. ty + 4y = 6t 2, y(1) = 1 Solution. Rewrite the equation in the form y + 4 t y = 6t, exlop and multiply both sides by e 4 t dt = t 4 : Integrating the last equality we get By using the initial condition we obtain: Hence the solution is: (y(t)t 4 ) = 6t 5. y(t)t 4 = t 6 + C. C =. y(t) = t 2. Example 1.3. Let h(t) be a continuous function defined on [, ) and lim h(t) =. t Show that the solution of the problem y (t) + 5y(t) = h(t), y() = 2 Definition 2.1. An equation of the form 2. Separable Equations. is called a separable equation. If y = φ(x) is a solution of the equation ( sep1 6) then f(y)y = g(x) (6) sep1 f(φ(x))φ (x) = g(x). Hence f(φ(x))φ (x)dx = g(x)dx. (7) se1 Since dy = φ (x)dx we can rewrite ( 7) se1 as follows f(y)dy = g(x)dx

3 3 sepe1 sepe2 exhom1 or F (y) = G(x) + C, where F (y) is antiderivative of f(y), G(x) is antiderivative of g(x) and C is arbitrary constant. Example 2.2. Solve the Cauchy problem dy dx = (x 1)y2, y() = 2. dy = (x 1)dx, y2 1 y = x2 2 x + C. By using the initial condition y() = 2 we get C = 1 2. Hence y(x) = Example 2.3. Solve the Cauchy problem 2 2x + 1 x 2. (1 + e t )yy = e t, y() = 1. separating variables we get ( ) 1 2 y2 = et 1 + e. t Inegrating last equation over the interval (, t) and taking into account the initial condition we obtain 1 2 y2 (t) 1 2 = e τ 1 + e dτ = ln(1 + τ et ) ln 2. Thus y 2 = ln 1 + et. 2 Since y() = 1 > we have y(t) = ln 1 + et Homogeneous equations. An equation of the form dy ( y ) dx = f (8) heq1 x is called homogeneous equation. To solve the homogeneous equation ( 8) heq1 we make change of variables y = v and reduce the equation to a separable equation of the form x Example 3.1. Solve the equation xv + v = f(v). 2xyy = 4x 2 + 3y 2.

4 4 Dividing both sides of this equation by xy we obtain: dy dx = 2x y + 3 y 2 x. Hence this equation is a homogeneous equation. Therefore we make the change y = xv: v + xv = 2 1 v v, x dv dx = 4 + 3v2, 2v 2v dx v dv = x, d(v 2 + 4) v = dx x, ln(v 2 + 4) = ln x + ln C, v = C x y 2 x = C x, y 2 = Cx 3 4x 2, y = ± Cx 3 4x 2, x >. exhom1 Example 3.2. Solve the Cauchy problem We rewrite the equation in the form: x dy dx = y + x 2 y 2 ; y(1) =. dy dx = y x + ( y ) 2. 1 x So this equation is also a homogeneous equation. The change of variables v = y/x gives: v + xv = v + 1 v 2, dv 1 v 2 = dx x, arcsin v = ln x + C, v = sin(ln x + C), y(x) = x sin(ln x + C). Due to initial condition C = nπ, N = ±1, ±2,... Hence y(x) = x sin(ln x + nπ).

5 4. Exact Differential Equations and Integrating Factors Let us onsider the following equation This equation is neither linear nor separable. But it is not difficult to see that (4x 3 y + 3x 2 y 2 ) + (x 4 + 2x 3 y)y = (9) f1 4x 3 y + 3x 2 y 2 = ( x 4 y + x 3 y 2) x, x 4 + 2x 3 y = ( x 4 y + x 3 y 2) y. Thus the equation is an exact equation. Therefore we can write this equation in the form Ψ x (x, y) + Ψ y (x, y) dy dx =, or d Ψ(x, y) =. (1) fex1 dx Hence Ψ(x, y) = C. That is x 3 y + x 2 y 2 = C. The last equality defines the solution of the equation ( 9) f1 implicitly. Definition 4.1. An equation of the form M(x, y) + N(x, y)y = (11) exct1 is called an exact equation if there exists a function U(x, y) such that U x (x, y) = M(x, y), U y (x, y) = N(x, y). In other words an equation of the form ( 11) exct1 is an exact equation if the vector filed is a conservative vector filed. F(x, y) = M(x, y)i + N(x, y)j tex1 Theorem 4.2. Let the functions M, N, N x, M y be continuous functions in a region D. Then the equation M(x, y) + N(x, y)y = (12) fex2 is an exact equation if and only if M y (x, y) = N x (x, y) (13) fex3 at each point of the region D. Proof. Assume that ( fex2 12) is an exact equation. Then there exists a function U such that These equalities imply Thus Assume that U x = M, U y = N. U xy = M y, U yx = N x. M y = N x. M y (x, y) = N x (x, y) 5

6 6 and let us find U(x, y) such that U x = M, U y = N. It follows from U x (x, y) = M(x, y) that U(x, y) = M(x, y)dx + g(y). From this equality we get U y (x, y) = M y (x, y)dx + g (y), and the equation is an exact equation if N(x, y) = or N(x, y) M y (x, y)dx + g (y) M y (x, y)dx = g (y). Hence the function N(x, y) M y (x, y)dx must be a function of y. Due to the condition ( 12) fex2 [N(x, y) M y (x, y)dx] = N x (x, y) M y (x, y) =. x Therefore the function [ ] U(x, y) = N(x, y)dy + N(x, y) M y (x, y)dx dy. excta is the required function. Example 4.3. Find the value of b for which the equation (ye 2xy + 4x 3 )dx + bxe 2xy dy = is exact and then solve the equation. An equation of the form M(x, y)dx + N(x, y)dy = is exact if and only if M y (x, y) = N x (x, y). Thus our equation is exact if and only if M y = e 2xy + 2xye 2xy = b[e 2xy + 2xye 2xy ] = N x (x, y). Hence it is exact if and only if b = 1. Now we consider the equation (ye 2xy + 4x 3 )dx + xe 2xy dy =. Since this equation is an exact equation there exists a function F (x, y) such that F x (x, y) = ye 2xy + 4x 3, (14) ex1a F y (x, y) = xe 2xy. (15) ex2

7 Integrating ( 15) ex2 with respect to y we get F (x, y) = xe 2xy dy = 1 2 e2xy + h(x). 7 From the last equality we obtain: exact1 exact1a ( ex2 15) and ( ex3 16) imply: Thus the solution is Example 4.4. Solve the equation Since F x (x, y) = xe 2xy + h (x). (16) ex3 h (x) = 4x 3 h(x) = x 4 + C. 1 2 e2xy + x 4 + C = (e x sin y 2y sin x)dx + (e x cos y + 2 sin x)dy =. M y = e x cos y 2 sin x = N x this equation is an exact equation. Therefor U(x, y) = (e x cos y 2y sin x)dy = e x sin y y 2 sin x + g(y), U y (x, y) = e x sin y 2y sin x + g (y) = e x cos y + 2 sin x. Hence g (y) = and g = const. Therefore the solution has the form e x sin y y 2 sin x = C. Example 4.5. Solve the equation ( ) ( ) x x2 + y x + 1 y dx + y x2 + y y x dy =. y 2 ( ) x U x (x, y) = x2 + y x + 1 dx, y U y (x, y) = U(x, y) = x 2 + y 2 + ln x + x y + g(y), y x2 + y 2 x y 2 + g (y) = y x2 + y y x y 2. g (y) = 1, g(y) = ln y. y Hence the solution has the form x2 + y 2 + ln x + x y + ln y = C.

8 8 5. Integrating Factors Sometimes we can convert a differential equation of the form M(x, y)dx + N(x, y)dy = (17) intf1 which is not an exact equation to an exact equation by multiplying the equation by appropriate function which we call integrating factor. A function m(x, y) is called an integrating factor for the equation ( 17) intf1 if the equation is an exact equation. m(x, y)m(x, y)dx + m(x, y)n(x, y)dy = We consider just the case when m is a function of a single variable m(x) or m(y). Assume that the equation ( intf1 17) has an integrating factor m(x) depending only on x. Then or (m(x)m(x, y)) y = (N(x, y)m(x)) x, m(x)m y (x, y) = m(x)n x (x, y) + m (x)n(x, y), m (x) m(x) = M y(x, y) N x (x, y). N Hence ( 17) intf1 has an integrating factor depending on x if the expression My Nx N depending on y. is not Similarly we can show that ( intf1 17) has an integrating factor m(y) depending only on y if the expression Nx My M is not depending on x. exif1 Example 5.1. Solve the equations (3x 2 y + 2xy + y 3 )dx + (x 2 + y 2 )dy =. M y N x = 3. N Therefore this equation has an integrating factor depending on x. Thus we have m (x) = 3m(x), m(x) = e 3x. (x 2 + y 2 )e 3x = U y (x, y),

9 9 U(x, y) = yx 2 e 3x + y3 3 e3x + h(x), U x = 2xye 3x + 3yx 2 e 3x + y 3 e 3x + h (x) = 3x 2 ye 3x + 2xye 3x + y 3 e 3x, U(x, y) = yx 2 e 3x + y3 3 e3x exif1a Solution is an implicit function: Example 5.2. Solve the equation h (x) =, h = C yx 2 e 3x + y3 3 e3x = C. (1 + 3x 2 sin y)dx x cot ydy =. N x M y M = cot y 3x2 cos y = cot y[1 + 3x2 sin y] = cot y x 2 sin y 1 + 3x 2 sin y Hence the equation has an integrating factor depending only on y: m(y) = e cot ydy = e ln(sin y) = 1 sin y, m (y) + (cot y)m(y) =, exif2 m(y) = 1 sin y. So the equation ( ) 1 sin y + 3x2 dx x cos y sin 2 y dy = is an exact equation. Thus we have U(x, y) x (x, y) = 1 sin y + 3x2, U(x, y) = x 1 sin y + x3+g(y), U y (x, y) = cos y sin 2 y x + g (y). Hence g is a constant, and the solution has the form: x 1 sin y + x3 = C. Example 5.3. Show that the following equation has an integrating factor depending on xy and solve it xy 2 dx + (x 2 y x)dy =

10 1 (m(xy)xy 2 ) y = ((x 2 y x)m(xy)) x m (xy)x 2 y 2 = x 2 y 2 m (xy) xym (xy) + 2m(xy)xy m(xy) + 2xym(xy), m (xy)xy + m(xy) =, m (s) + 1 m(s) =, s m(s) = 1 s, ydx + (x 1 )dy =, y U x (x, y) = y, U(x, y) = xy + g(y), U y (x, y) = x + g (y), Hence x ln y = c is a general solution. g (y) = 1, g(y) = ln y. y 1ordex1 6. Existence and uniqueness. Theorem 6.1. If p(t) and h(t) are continuous on the interval a < t < b containing the point t = t, then there exists a unique function y = ϕ(t) that satisfies { y + p(t)y = h(t), t (a, b), y(t ) = y. (18) exun Proof. Suppose that z(t) is also a solution of the problem ( 18)i.e. exun { y + p(t)y = h(t), t (, T ), y(t ) = y. (19) 1exun The the function y(t) z(t) is a solution of the problem { w + p(t)w =, t (, T ), w() =. Multiplying the equation ( exun1a 2) by e d dt p(s)ds we obtain (w(t)e ) t p(s)ds =. Therefore w(t)e p(s)ds = e() =, t [, T ]. Hence w(t) = or y(t) = z(t), t [, T ]. (2) exun1a

11 Ex1 Theorem 6.2. (Existence and uniqueness) Suppose that the functions f(t, y) and f y (t, y) are continuous on the rectangle Then the initial value problem R := {(t, y) : t a, y y b} has a unique solution defined on the interval where y = f(t, y), y() = y (21) exun1 t h = min { } b a,, M M = max f(t, y), (t, y) R. Proof. Note that since f y (t, y) L, (t, y) R, the function f(, ) satisfies the Lipschitz condition in R : f(t, y 1 ) f(t, y 2 ) L y 1 y 2, (t, y 1 ), (t, y 2 ) R. (22) exlip The problem ( 21) exun1 is equivalent to the integral equation: y(t) = y + 11 f(s, y(s))ds. (23) exa Let us show that there exists a continuous function y(t) that satisfies( 23) exa (it follows from ( 23) exa that the function y(t) is differentiable, and satisfies ( 21)). exun1 We are going to show existence of such a function employing the method of successive approximations (Picard s iteration method), and start by choosing an initial function y (t) = y, t [ h, h] The subsequent iteration we choose as follows: y 1 (t) = y + y 2 (t) = y + y n (t) = y +... f(s, y )ds, f(s, y 1 (s))ds, f(s, y n 1 (s)ds, (24) exa4 Let us show that the graph of y n (t) is lying on R when t h (remember that f is defined only on R and f(t, y n (t)) has a meaning only when y n (t) y b, t [ h, h]). For n = the statement is clear For n = 1 and t [, h] we have y 1 (t) y = (t, y ) R, t [ h, h] f(s, y )ds f(s, y ) ds M t Mh = b

12 12 Suppose that the graph of y n (t) is in R, i.e. Then y n+1 (t) y y n (t) y b, t [ h, h] f(s, y n (s) ds M t Mh = b For t [ h, ] we have same estimate. It remains to show that there exists a continuous function y(t) defined on [ h, h], such that lim y n(t) = y(t), t [ h, h] n It is easy to see that the sequence {y n (t)} converges if and only if the series y + (y n (t) y n 1 (t)) (25) exa3 n=1 converges, and lim n y n (t) is equal to the sum of the series ( 25). exa3 To show that ( 25) exa3 converges to some continuous function (of course, defined on [ h, h]) we need the following. Proposition A Suppose that the functions f n (t), n = 1, 2,... are continuous on some interval [a, b], and f n (t) C n, n = 1, 2,... t [a, b], where the number series C n is convergent. Then the functional series f n (t) is n=1 absolutely convergent on [a, b], and the function f(t) = f n (t) is a continuous function. Morever b a f(t)dt = It is not difficult to see that y 1 (t) y = y 2 (t) y 1 (t) = n=1 n=1 b [f(s, y 1 (s))ds f(s, y )]ds f(s, y 1 (s)) f(s, y ds L y 1 (s) y ds ML t2 2, a f n (t)dt f(s, y )ds Mt, n=1

13 13 y 3 (t) y 2 (t) LML y n (t) y n 1 (t) L L y 2 (s) y 1 (s) ds s 2 t3 ds = ML2 2 3!,... y n 1 (s) y n 2 (s) ds ML n 1 s n 1 tn ds = MLn 1 (n 1)! n! ML(Lh)n. n! We know that the series (Lh) n converges. n! n=1 Therefore, due to the Proposition A, the series ( 24) exa4 converges to some continuous function y(t), which is the limit of the sequence {y n (t)} on [ h, h]. Hence passing to the limit in (3) as n we obtain y(t) = y + f(s, y(s))ds. Suppose that y(t) is a solution of the problem ( 18) exun and z(t)is a solution of the problem z (t) = f(t, z(t)), z() = z (26) exunz Assume that y(t)and z(t) exists on the interval [, T ]. Then subtracting from ( 23) exa the equation z(t) = z + which is equivalent to ( 26) exunz we get: y(t) z(t) y z + f(s, z(s))ds f(s, y(s)) f(s, z(s)) ds y z + L By using the Gronwall s lemma we obtain from ( 27) exun5 the following estimate: y(s) z(s) ds. (27) exun5 y(t) z(t) y z e LT, t [, T ] (28) exun6 It follows from the inequality ( 28) exun6 that if y is sufficiently close to z, then y(t) is sufficiently close to z(t) on [, T ], i.e. if z y is small enough, then max y(t) z(t) t [,T ] is small enough. In particular ( 28) exun6 implies that the problem ( 21) exun1 has a unique solution. Lemma (Gronwall)* If u(t), v(t) are non-negative continuous functions on [, T ], C is a non-negative number, and u(t) C + u(s)v(s)ds, t [, T ], (29) Gr7

14 14 1ordpr1 then Proof. Let us denote u(t) Ce v(s)ds, t [, T ]. (3) Gr8 Ψ(t) := C + u(s)v(s)ds Then multiplying both sides of ( 29) Gr7 by v(t) we get ( ) u(t)v(t) C + u(s)v(s)ds v(t) or Ψ (t) v(t)ψ(t), Ψ() = C Multiplying this inequality by e v(s)ds we obtain (e v(s)ds Ψ(t)) It follows from last inequality that the function is non-increasing on [, T ]. Therefore Hence e v(s)ds Ψ(t) e v(s)ds Ψ(t) Ψ() = C, t [, T ] Ψ(t) Ce v(s)ds Since Ψ(t) u(t), t [, T ] we see that ( 29) Gr7 holds true. You can find the proof of Gronwall s lemma and some of its generalizations in a famous book of E.F Beckennbach and R. Bellman. 1 Proposition 6.3. If f(y) is an increasing and continuous function, then has a unique solution. y + f(y) =, y(t ) = y (31) exu1 Suppose that the problem ( exu1 31) has two different solutions y(t) and ỹ(t). Then the function w(t) = y(t) ỹ(t) is a solution of the problem w (t) + f(y(t)) f(ỹ(t)) =, (32) exu2 w(t ) =. (33) exu3 Multiplying ( 32) exu2 by w(t) we obtain ( ) d 1 dt 2 w2 (t) = (f(y(t)) f(ỹ(t))(y(t) ỹ(t)). (34) exu4 1 E.F.Beckenbach and R.Belllman, Inequalities, Springer Verlag, 1961.

15 15 Since the function f(y) is an increasing function for each y and ỹ (f(y) f(ỹ))(y ỹ). Therefore ( 34) exu4 implies: ( ) d 1 dt 2 w2 (t). Integrating this inequality and using ( 33) exu3 we get w 2 (t) w 2 (t ) =, t t. Therefore w(t) =, t t. The following problem has infinitely many solutions. y = y; y() = For each positive L the following function is a solution of this problem {, for x L, and y L (t) = 1 (t 4 L)2, for x > L. The problem has a solution which tends to + as t 1. y = y 2 y() = 1 y(t) = 1 1 t 7. Some famous first order equations The equation y + p(t)y = q(t)y n (35) Ber is called the Beournulli equation. It was first considered by Jacob Bernoulli. The change v = y n 1 is reducing the Bernoulli equation to the linear first order equation. v = y 1 n, y n y + y n+1 p(t) = q(t), v = (1 n)y n y 1 1 n v + p(t)v = q(t). The following equation is called a Riccati equation Properties of the Riccati equation: y (t) = a(t)y 2 (t) + b(t)y(t) + c(t). (36) Ric i) If y 1 (t) is a particular solution of the Riccati equation, then setting y(t) = y 1 (t) + z(t)

16 16 we obtain: y 1 + z a(y y 1 z + z 2 ) b(y 1 + z) c = z (2ay 1 + b)z az 2 = z (2ay 1 + b)z az 2 = ii) If y, y 1, y 2, y 3 are solution of the Riccati equation, then y y 2 : y 3 y 2 = const. y y 1 y 3 y 1 The following equation y (t) = ry(t)(1 y(t)) is called the logistic equation. An equation of the form y = ty (t) + f(y (t) is called the Clairot equation.

M343 Homework 3 Enrique Areyan May 17, 2013

M343 Homework 3 Enrique Areyan May 17, 2013 M343 Homework 3 Enrique Areyan May 17, 013 Section.6 3. Consider the equation: (3x xy + )dx + (6y x + 3)dy = 0. Let M(x, y) = 3x xy + and N(x, y) = 6y x + 3. Since: y = x = N We can conclude that this

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

HW2 Solutions. MATH 20D Fall 2013 Prof: Sun Hui TA: Zezhou Zhang (David) October 14, Checklist: Section 2.6: 1, 3, 6, 8, 10, 15, [20, 22]

HW2 Solutions. MATH 20D Fall 2013 Prof: Sun Hui TA: Zezhou Zhang (David) October 14, Checklist: Section 2.6: 1, 3, 6, 8, 10, 15, [20, 22] HW2 Solutions MATH 20D Fall 2013 Prof: Sun Hui TA: Zezhou Zhang (David) October 14, 2013 Checklist: Section 2.6: 1, 3, 6, 8, 10, 15, [20, 22] Section 3.1: 1, 2, 3, 9, 16, 18, 20, 23 Section 3.2: 1, 2,

More information

Math 266, Midterm Exam 1

Math 266, Midterm Exam 1 Math 266, Midterm Exam 1 February 19th 2016 Name: Ground Rules: 1. Calculator is NOT allowed. 2. Show your work for every problem unless otherwise stated (partial credits are available). 3. You may use

More information

First Order ODEs, Part I

First Order ODEs, Part I Craig J. Sutton craig.j.sutton@dartmouth.edu Department of Mathematics Dartmouth College Math 23 Differential Equations Winter 2013 Outline 1 2 in General 3 The Definition & Technique Example Test for

More information

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

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

More information

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

DYNAMICAL SYSTEMS AND NONLINEAR PARTIAL DIFFERENTIAL EQUATIONS

DYNAMICAL SYSTEMS AND NONLINEAR PARTIAL DIFFERENTIAL EQUATIONS DYNAMICAL SYSTEMS AND NONLINEAR PARTIAL DIFFERENTIAL EQUATIONS J. Banasiak School of Mathematical Sciences University of KwaZulu-Natal, Durban, South Africa 2 Contents 1 Solvability of ordinary differential

More information

Ordinary Differential Equations

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

More information

First Order Differential Equations Lecture 3

First Order Differential Equations Lecture 3 First Order Differential Equations Lecture 3 Dibyajyoti Deb 3.1. Outline of Lecture Differences Between Linear and Nonlinear Equations Exact Equations and Integrating Factors 3.. Differences between Linear

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

Linear Variable coefficient equations (Sect. 1.2) Review: Linear constant coefficient equations

Linear Variable coefficient equations (Sect. 1.2) Review: Linear constant coefficient equations Linear Variable coefficient equations (Sect. 1.2) Review: Linear constant coefficient equations. The Initial Value Problem. Linear variable coefficients equations. The Bernoulli equation: A nonlinear equation.

More information

Lectures on Differential Equations

Lectures on Differential Equations Lectures on Differential Equations Philip Korman Department of Mathematical Sciences University of Cincinnati Cincinnati Ohio 4522-0025 Copyright @ 2008, by Philip L. Korman Chapter First Order Equations.

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

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

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. A First Course in Quasi-Linear Partial Differential Equations for Physical Sciences and Engineering Solution Manual

Lecture Notes in Mathematics. A First Course in Quasi-Linear Partial Differential Equations for Physical Sciences and Engineering Solution Manual Lecture Notes in Mathematics A First Course in Quasi-Linear Partial Differential Equations for Physical Sciences and Engineering Solution Manual Marcel B. Finan Arkansas Tech University c All Rights Reserved

More information

ODE Homework Solutions of Linear Homogeneous Equations; the Wronskian

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

More information

Math 308 Exam I Practice Problems

Math 308 Exam I Practice Problems Math 308 Exam I Practice Problems This review should not be used as your sole source for preparation for the exam. You should also re-work all examples given in lecture and all suggested homework problems..

More information

First order differential equations

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

More information

Lectures on Differential Equations

Lectures on Differential Equations Lectures on Differential Equations Philip Korman Department of Mathematical Sciences University of Cincinnati Cincinnati Ohio 4522-0025 Copyright @ 2008, by Philip L. Korman Contents First Order Equations

More information

First Order Differential Equations

First Order Differential Equations C H A P T E R 2 First Order Differential Equations 2.1 5.(a) (b) If y() > 3, solutions eventually have positive slopes, and hence increase without bound. If y() 3, solutions have negative slopes and decrease

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

First and Second Order Differential Equations Lecture 4

First and Second Order Differential Equations Lecture 4 First and Second Order Differential Equations Lecture 4 Dibyajyoti Deb 4.1. Outline of Lecture The Existence and the Uniqueness Theorem Homogeneous Equations with Constant Coefficients 4.2. The Existence

More information

for any C, including C = 0, because y = 0 is also a solution: dy

for any C, including C = 0, because y = 0 is also a solution: dy Math 3200-001 Fall 2014 Practice exam 1 solutions 2/16/2014 Each problem is worth 0 to 4 points: 4=correct, 3=small error, 2=good progress, 1=some progress 0=nothing relevant. If the result is correct,

More information

ODEs Cathal Ormond 1

ODEs Cathal Ormond 1 ODEs Cathal Ormond 2 1. Separable ODEs Contents 2. First Order ODEs 3. Linear ODEs 4. 5. 6. Chapter 1 Separable ODEs 1.1 Definition: An ODE An Ordinary Differential Equation (an ODE) is an equation whose

More information

Linear Variable coefficient equations (Sect. 2.1) Review: Linear constant coefficient equations

Linear Variable coefficient equations (Sect. 2.1) Review: Linear constant coefficient equations Linear Variable coefficient equations (Sect. 2.1) Review: Linear constant coefficient equations. The Initial Value Problem. Linear variable coefficients equations. The Bernoulli equation: A nonlinear equation.

More information

MATH 307: Problem Set #3 Solutions

MATH 307: Problem Set #3 Solutions : Problem Set #3 Solutions Due on: May 3, 2015 Problem 1 Autonomous Equations Recall that an equilibrium solution of an autonomous equation is called stable if solutions lying on both sides of it tend

More information

Solutions of Math 53 Midterm Exam I

Solutions of Math 53 Midterm Exam I Solutions of Math 53 Midterm Exam I Problem 1: (1) [8 points] Draw a direction field for the given differential equation y 0 = t + y. (2) [8 points] Based on the direction field, determine the behavior

More information

MIDTERM 1 PRACTICE PROBLEM SOLUTIONS

MIDTERM 1 PRACTICE PROBLEM SOLUTIONS MIDTERM 1 PRACTICE PROBLEM SOLUTIONS Problem 1. Give an example of: (a) an ODE of the form y (t) = f(y) such that all solutions with y(0) > 0 satisfy y(t) = +. lim t + (b) an ODE of the form y (t) = f(y)

More information

Math 308 Exam I Practice Problems

Math 308 Exam I Practice Problems Math 308 Exam I Practice Problems This review should not be used as your sole source of preparation for the exam. You should also re-work all examples given in lecture and all suggested homework problems..

More information

The Fundamental Theorem of Calculus: Suppose f continuous on [a, b]. 1.) If G(x) = x. f(t)dt = F (b) F (a) where F is any antiderivative

The Fundamental Theorem of Calculus: Suppose f continuous on [a, b]. 1.) If G(x) = x. f(t)dt = F (b) F (a) where F is any antiderivative 1 Calulus pre-requisites you must know. Derivative = slope of tangent line = rate. Integral = area between curve and x-axis (where area can be negative). The Fundamental Theorem of Calculus: Suppose f

More information

1 The Existence and Uniqueness Theorem for First-Order Differential Equations

1 The Existence and Uniqueness Theorem for First-Order Differential Equations 1 The Existence and Uniqueness Theorem for First-Order Differential Equations Let I R be an open interval and G R n, n 1, be a domain. Definition 1.1 Let us consider a function f : I G R n. The general

More information

2.2 Separable Equations

2.2 Separable Equations 2.2 Separable Equations Definition A first-order differential equation that can be written in the form Is said to be separable. Note: the variables of a separable equation can be written as Examples Solve

More information

MAT 285: Introduction to Differential Equations. James V. Lambers

MAT 285: Introduction to Differential Equations. James V. Lambers MAT 285: Introduction to Differential Equations James V. Lambers April 2, 27 2 Contents Introduction 5. Some Basic Mathematical Models............................. 5.2 Solutions of Some Differential Equations.........................

More information

First Order Differential Equations

First Order Differential Equations First Order Differential Equations 1 Finding Solutions 1.1 Linear Equations + p(t)y = g(t), y() = y. First Step: Compute the Integrating Factor. We want the integrating factor to satisfy µ (t) = p(t)µ(t).

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

Differential Equations Class Notes

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

More information

A Concise Introduction to Ordinary Differential Equations. David Protas

A Concise Introduction to Ordinary Differential Equations. David Protas A Concise Introduction to Ordinary Differential Equations David Protas A Concise Introduction to Ordinary Differential Equations 1 David Protas California State University, Northridge Please send any

More information

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

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

More information

Green Lab. MAXIMA & ODE2. Cheng Ren, Lin. Department of Marine Engineering National Kaohsiung Marine University

Green Lab. MAXIMA & ODE2. Cheng Ren, Lin. Department of Marine Engineering National Kaohsiung Marine University Green Lab. 1/20 MAXIMA & ODE2 Cheng Ren, Lin Department of Marine Engineering National Kaohsiung Marine University email: crlin@mail.nkmu.edu.tw Objectives learn MAXIMA learn ODE2 2/20 ODE2 Method First

More information

SMA 208: Ordinary differential equations I

SMA 208: Ordinary differential equations I SMA 208: Ordinary differential equations I First Order differential equations Lecturer: Dr. Philip Ngare (Contacts: pngare@uonbi.ac.ke, Tue 12-2 PM) School of Mathematics, University of Nairobi Feb 26,

More information

Entrance Exam, Differential Equations April, (Solve exactly 6 out of the 8 problems) y + 2y + y cos(x 2 y) = 0, y(0) = 2, y (0) = 4.

Entrance Exam, Differential Equations April, (Solve exactly 6 out of the 8 problems) y + 2y + y cos(x 2 y) = 0, y(0) = 2, y (0) = 4. Entrance Exam, Differential Equations April, 7 (Solve exactly 6 out of the 8 problems). Consider the following initial value problem: { y + y + y cos(x y) =, y() = y. Find all the values y such that the

More information

Lecture 10 - Second order linear differential equations

Lecture 10 - Second order linear differential equations Lecture 10 - Second order linear differential equations In the first part of the course, we studied differential equations of the general form: = f(t, y) In other words, is equal to some expression involving

More information

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

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

More information

1 Differential Equations

1 Differential Equations Reading [Simon], Chapter 24, p. 633-657. 1 Differential Equations 1.1 Definition and Examples A differential equation is an equation involving an unknown function (say y = y(t)) and one or more of its

More information

Theory of Ordinary Differential Equations

Theory of Ordinary Differential Equations Theory of Ordinary Differential Equations Existence, Uniqueness and Stability Jishan Hu and Wei-Ping Li Department of Mathematics The Hong Kong University of Science and Technology ii Copyright c 24 by

More information

First-Order Equations

First-Order Equations Chapter 2 First-Order Equations Certain types of first-order equations can be solved by relatively simple methods. Since, as seen in Sect. 1.2, many mathematical models are constructed with such equations,

More information

Solutions to Math 53 First Exam April 20, 2010

Solutions to Math 53 First Exam April 20, 2010 Solutions to Math 53 First Exam April 0, 00. (5 points) Match the direction fields below with their differential equations. Also indicate which two equations do not have matches. No justification is necessary.

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

Elementary ODE Review

Elementary ODE Review Elementary ODE Review First Order ODEs First Order Equations Ordinary differential equations of the fm y F(x, y) () are called first der dinary differential equations. There are a variety of techniques

More information

A First Course of Partial Differential Equations in Physical Sciences and Engineering

A First Course of Partial Differential Equations in Physical Sciences and Engineering A First Course of Partial Differential Equations in Physical Sciences and Engineering Marcel B. Finan Arkansas Tech University c All Rights Reserved First Draft August 29 2 Preface Partial differential

More information

y0 = F (t0)+c implies C = y0 F (t0) Integral = area between curve and x-axis (where I.e., f(t)dt = F (b) F (a) wheref is any antiderivative 2.

y0 = F (t0)+c implies C = y0 F (t0) Integral = area between curve and x-axis (where I.e., f(t)dt = F (b) F (a) wheref is any antiderivative 2. Calulus pre-requisites you must know. Derivative = slope of tangent line = rate. Integral = area between curve and x-axis (where area can be negative). The Fundamental Theorem of Calculus: Suppose f continuous

More information

MA108 ODE: Picard s Theorem

MA108 ODE: Picard s Theorem MA18 ODE: Picard s Theorem Preeti Raman IIT Bombay MA18 Existence and Uniqueness The IVP s that we have considered usually have unique solutions. This need not always be the case. MA18 Example Example:

More information

= 2e t e 2t + ( e 2t )e 3t = 2e t e t = e t. Math 20D Final Review

= 2e t e 2t + ( e 2t )e 3t = 2e t e t = e t. Math 20D Final Review Math D Final Review. Solve the differential equation in two ways, first using variation of parameters and then using undetermined coefficients: Corresponding homogenous equation: with characteristic equation

More information

Lecture 7 - Separable Equations

Lecture 7 - Separable Equations Lecture 7 - Separable Equations Separable equations is a very special type of differential equations where you can separate the terms involving only y on one side of the equation and terms involving only

More information

Essential Ordinary Differential Equations

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

More information

Practice Midterm 1 Solutions Written by Victoria Kala July 10, 2017

Practice Midterm 1 Solutions Written by Victoria Kala July 10, 2017 Practice Midterm 1 Solutions Written by Victoria Kala July 10, 2017 1. Use the slope field plotter link in Gauchospace to check your solution. 2. (a) Not linear because of the y 2 sin x term (b) Not linear

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: First Order DE 2.6 Exact DE and Integrating Fa

Chapter 2: First Order DE 2.6 Exact DE and Integrating Fa Chapter 2: First Order DE 2.6 Exact DE and Integrating Factor First Order DE Recall the general form of the First Order DEs (FODE): dy dx = f(x, y) (1) (In this section x is the independent variable; not

More information

MATH 312 Section 2.4: Exact Differential Equations

MATH 312 Section 2.4: Exact Differential Equations MATH 312 Section 2.4: Exact Differential Equations Prof. Jonathan Duncan Walla Walla College Spring Quarter, 2007 Outline 1 Exact Differential Equations 2 Solving an Exact DE 3 Making a DE Exact 4 Conclusion

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

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

MATH 1231 MATHEMATICS 1B Calculus Section 3A: - First order ODEs.

MATH 1231 MATHEMATICS 1B Calculus Section 3A: - First order ODEs. MATH 1231 MATHEMATICS 1B 2010. For use in Dr Chris Tisdell s lectures. Calculus Section 3A: - First order ODEs. Created and compiled by Chris Tisdell S1: What is an ODE? S2: Motivation S3: Types and orders

More information

Study guide - Math 220

Study guide - Math 220 Study guide - Math 220 November 28, 2012 1 Exam I 1.1 Linear Equations An equation is linear, if in the form y + p(t)y = q(t). Introducing the integrating factor µ(t) = e p(t)dt the solutions is then in

More information

Lecture 7: Differential Equations

Lecture 7: Differential Equations Math 94 Professor: Padraic Bartlett Lecture 7: Differential Equations Week 7 UCSB 205 This is the seventh week of the Mathematics Subject Test GRE prep course; here, we review various techniques used to

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 201 Solutions to Assignment 1. 2ydy = x 2 dx. y = C 1 3 x3

Math 201 Solutions to Assignment 1. 2ydy = x 2 dx. y = C 1 3 x3 Math 201 Solutions to Assignment 1 1. Solve the initial value problem: x 2 dx + 2y = 0, y(0) = 2. x 2 dx + 2y = 0, y(0) = 2 2y = x 2 dx y 2 = 1 3 x3 + C y = C 1 3 x3 Notice that y is not defined for some

More information

2tdt 1 y = t2 + C y = which implies C = 1 and the solution is y = 1

2tdt 1 y = t2 + C y = which implies C = 1 and the solution is y = 1 Lectures - Week 11 General First Order ODEs & Numerical Methods for IVPs In general, nonlinear problems are much more difficult to solve than linear ones. Unfortunately many phenomena exhibit nonlinear

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

Lecture 19: Solving linear ODEs + separable techniques for nonlinear ODE s

Lecture 19: Solving linear ODEs + separable techniques for nonlinear ODE s Lecture 19: Solving linear ODEs + separable techniques for nonlinear ODE s Geoffrey Cowles Department of Fisheries Oceanography School for Marine Science and Technology University of Massachusetts-Dartmouth

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

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

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

Calculus IV - HW 2 MA 214. Due 6/29

Calculus IV - HW 2 MA 214. Due 6/29 Calculus IV - HW 2 MA 214 Due 6/29 Section 2.5 1. (Problems 3 and 5 from B&D) The following problems involve differential equations of the form dy = f(y). For each, sketch the graph of f(y) versus y, determine

More information

Solutions to the Review Questions

Solutions to the Review Questions Solutions to the Review Questions Short Answer/True or False. True or False, and explain: (a) If y = y + 2t, then 0 = y + 2t is an equilibrium solution. False: This is an isocline associated with a slope

More information

First Order Differential Equations Chapter 1

First Order Differential Equations Chapter 1 First Order Differential Equations Chapter 1 Doreen De Leon Department of Mathematics, California State University, Fresno 1 Differential Equations and Mathematical Models Section 1.1 Definitions: An equation

More information

First Order Differential Equations

First Order Differential Equations Chapter 2 First Order Differential Equations 2.1 9 10 CHAPTER 2. FIRST ORDER DIFFERENTIAL EQUATIONS 2.2 Separable Equations A first order differential equation = f(x, y) is called separable if f(x, y)

More information

Problem Max. Possible Points Total

Problem Max. Possible Points Total MA 262 Exam 1 Fall 2011 Instructor: Raphael Hora Name: Max Possible Student ID#: 1234567890 1. No books or notes are allowed. 2. You CAN NOT USE calculators or any electronic devices. 3. Show all work

More information

Math Applied Differential Equations

Math Applied Differential Equations Math 256 - Applied Differential Equations Notes Existence and Uniqueness The following theorem gives sufficient conditions for the existence and uniqueness of a solution to the IVP for first order nonlinear

More information

Math 308, Sections 301, 302, Summer 2008 Review before Test I 06/09/2008

Math 308, Sections 301, 302, Summer 2008 Review before Test I 06/09/2008 Math 308, Sections 301, 302, Summer 2008 Review before Test I 06/09/2008 Chapter 1. Introduction Section 1.1 Background Definition Equation that contains some derivatives of an unknown function is called

More information

Derivatives and Integrals

Derivatives and Integrals Derivatives and Integrals Definition 1: Derivative Formulas d dx (c) = 0 d dx (f ± g) = f ± g d dx (kx) = k d dx (xn ) = nx n 1 (f g) = f g + fg ( ) f = f g fg g g 2 (f(g(x))) = f (g(x)) g (x) d dx (ax

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

2. First Order Linear Equations and Bernoulli s Differential Equation

2. First Order Linear Equations and Bernoulli s Differential Equation August 19, 2013 2-1 2. First Order Linear Equations and Bernoulli s Differential Equation First Order Linear Equations A differential equation of the form y + p(t)y = g(t) (1) is called a first order scalar

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

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

Solutions to the Review Questions

Solutions to the Review Questions Solutions to the Review Questions Short Answer/True or False. True or False, and explain: (a) If y = y + 2t, then 0 = y + 2t is an equilibrium solution. False: (a) Equilibrium solutions are only defined

More information

Ordinary Differential Equations

Ordinary Differential Equations Ordinary Differential Equations Arvind Saibaba arvindks@stanford.edu Institute for Computational and Mathematical Engineering Stanford University September 16, 2010 Lorenz Attractor dx dt dy dt dz dt =

More information

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

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

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

First-Order ODEs. Chapter Separable Equations. We consider in this chapter differential equations of the form dy (1.1)

First-Order ODEs. Chapter Separable Equations. We consider in this chapter differential equations of the form dy (1.1) Chapter 1 First-Order ODEs We consider in this chapter differential equations of the form dy (1.1) = F (t, y), where F (t, y) is a known smooth function. We wish to solve for y(t). Equation (1.1) is called

More information

Linear Independence and the Wronskian

Linear Independence and the Wronskian Linear Independence and the Wronskian MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 Operator Notation Let functions p(t) and q(t) be continuous functions

More information

µ = e R p(t)dt where C is an arbitrary constant. In the presence of an initial value condition

µ = e R p(t)dt where C is an arbitrary constant. In the presence of an initial value condition MATH 3860 REVIEW FOR FINAL EXAM The final exam will be comprehensive. It will cover materials from the following sections: 1.1-1.3; 2.1-2.2;2.4-2.6;3.1-3.7; 4.1-4.3;6.1-6.6; 7.1; 7.4-7.6; 7.8. The following

More information

LINEAR DIFFERENTIAL EQUATIONS. Theorem 1 (Existence and Uniqueness). [1, NSS, Section 6.1, Theorem 1] 1 Suppose. y(x)

LINEAR DIFFERENTIAL EQUATIONS. Theorem 1 (Existence and Uniqueness). [1, NSS, Section 6.1, Theorem 1] 1 Suppose. y(x) LINEAR DIFFERENTIAL EQUATIONS MINSEON SHIN 1. Existence and Uniqueness Theorem 1 (Existence and Uniqueness). [1, NSS, Section 6.1, Theorem 1] 1 Suppose p 1 (x),..., p n (x) and g(x) are continuous real-valued

More information

First Order Differential Equations

First Order Differential Equations Chapter 2 First Order Differential Equations Introduction Any first order differential equation can be written as F (x, y, y )=0 by moving all nonzero terms to the left hand side of the equation. Of course,

More information

First order Partial Differential equations

First order Partial Differential equations First order Partial Differential equations 0.1 Introduction Definition 0.1.1 A Partial Deferential equation is called linear if the dependent variable and all its derivatives have degree one and not multiple

More information

Math Applied Differential Equations

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

More information

Review for Ma 221 Final Exam

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

More information

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

ORDINARY DIFFERENTIAL EQUATIONS

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

More information