LECTURE 4-1 INTRODUCTION TO ORDINARY DIFFERENTIAL EQUATIONS

Size: px
Start display at page:

Download "LECTURE 4-1 INTRODUCTION TO ORDINARY DIFFERENTIAL EQUATIONS"

Transcription

1 130 LECTURE 4-1 INTRODUCTION TO ORDINARY DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS: A differential equation (DE) is an equation involving an unknown function and one or more of its derivatives. A differential equation is ordinary if the unknown function depends on only one variable; x 2 d2 y dy + 3x dx2 dx + y = 4 A differential equation is a partial Differential equation if it depends on more than one variable; u x = 2 u x 2 INDEPENDENT/DEPENDENT VARIABLES: The variable with respect to which we are differentiating is the independent variable, the other is the dependent variable. In addition to the dependent/independent variables, a third type of variable, called a parameter, may appear in the equation. dy dx = 3x y + h x independent variable, y dependent variable, h: parameter ORDER OF DIFFERENTIAL EQUATION: The order of a differential equation is the order of the highest order derivative appearing in the differential equation. y + 2y = x ; 2 nd order x 4 y x = 0 ; 1 st order MEANING OF SOLUTION: An analytic solution of a differential equation is a sufficiently differentiable function that, if substituted into the equation, together with the necessary derivatives, make the equation an identity over some interval of the independent variable. If we can write a solution y = φ(x), this solution is called explicit solution. If not, it is called implicit solution. EXAMPLE 1 EXAMPLE 2 What is the anti-derivative of f(x) = 2x? Is there at least one solution of a differential equation y = f(x, y)? y = x : it has at least one solution y + y 2 = x : it does not have a solution

2 131 EXAMPLE 3 EXAMPLE 4 Verify that y = e 2x is a solution of y + 3y + 2y = 0 Show that y(x) = 1 x 2 is a solution of y = x on y on the interval (, ). the interval (1, ). LINEAR/NON-LINEAR DE: A differential equation is linear if the unknown function and its derivative appear linearly, otherwise it is non-linear. y + 3y = 2; linear x 2 y + y = 0; linear y + yy = 0; non-linear (y ) 2 + 3y = 1; non-linear AUTONOMOUS DE: An autonomous system or autonomous differential equation is a system of ordinary differential equations which does not explicitly depend on the independent variable. y + 4y + 5 = 0: autonomous, y + y = x: Not-autonomous HOMOGENEOUS DE: Homogeneous differential equations involve only derivatives of y and terms involving y, and they're set to 0, as in this equation: y + 3y + 3xy = 0 : homogeneous, y + 3y + 3xy = x + 2 : Non-homogeneous EXAMPLE 5 Determine the order of the differential equations and whether it is autonomous, linear, or homogeneous. (A) dy + 5y = ex dx (B) (1 + y)y + 2y = 4x (C) 2y + y 2 = 0 (D) xy (sin x)y + e x y = 0

3 132 DEFINITION: Graphical/Numerical technique 1) A SLOPE FIELD: a slope field (or direction field) is a graphical representation of the solutions of a first-order differential equation 2) INTEGRAL CURVE: A solution curve drawn in the direction field whose tangent at every point is parallel to the line segment at that point is called an integral curve (or trajectories), and it is a particular solution to the DE. All solutions have this tangency property! 3) ISOCLINES: Consider the DE dy = f(x, y). If f is simple enough, we may find curve (isoclines) in the xy- dx plane along which dy is constant. Doing so, is the Method of isoclines. dx 4) EQUILIBRIUM SOLUTIONS: An equilibrium solution (also called steady-state solution) is the value of that does not change over time: y = 0 o o o An equilibrium is unstable if solutions near the equilibrium eventually move away from that equilibrium. An equilibrium is stable if solutions near the equilibrium move closer to that equilibrium. Equilibrium solutions in which solutions that start near them move toward the equilibrium solution are called asymptotically stable equilibrium points or asymptotically stable equilibrium solutions Analytic View y = f(x, y) Direction field Geometric View y 1 (x) is a solution at a point (x 0, y 0 ) Integral curve at a point (x 0, y 0 ) EXAMPLE 6 Draw the direction field of dy = y x dx

4 133 EXAMPLE 7 EXAMPLE 8 Sketch the direction field of dy dx = y + x Sketch the direction field of y = y 2.

5 134 EULER S METHOD: When y = f(x, y) If our step size h = x n+1 x n is fixed, then x n+1 = x n + h (n = 0,1,2, ) y 0 = f(t 0 ) y actual value error approximate vale y n+1 = y n + f(x n, y n )h tangent line at x=x n x n x n+1 step size h =x n+1 x n x EXAMPLE 9 EXAMPLE 10 Consider the ODE y = y x and y(1) = 1. Can we Use Euler s method to approximate solution of the IVP approximate y(1.5) with the step-size of h = 0.1? with x = 0, 0.1, 0.2, 0.3, 0.4 y = 3 + x y, y(0) = 1

6 135 LECTURE 4-2 SEPARABLE METHOD DEFINITION: A first order differential equation of the form dy = g(x) h(y) dx is said to be separable or to have separable variables. SEPARABLE dy dx = y2 e x NON-SEPARABLE dy = y + sin(x) dx By dividing by the function h(y), 1 h(y) dy dx = g(x) By letting p(y) = 1 h(y), p(y) dy dx = g(x) If y = φ(x) represent a solution of the above equation, p(φ(x))φ (x) = g(x) p(φ(x)) φ (x)dx =dy p(y) dy = g(x) dx = g(x) dx EXAMPLE 1 EXAMPLE 2 Solve the differential equation: (1 + x)dy ydx = 0 Find the explicit solution of the initial value problem; dy dx = x y, y(4) = 3

7 136 EXAMPLE 3 EXAMPLE 4 Solve the differential equation: (A) dy dx + 2xy2 = 0 Solve the differential equation: (A) yy = (x + xy 2 )e x2 (B) xy + 2y = 0 (B) dy = (y 2 1)dx

8 137 EXAMPLE 5 EXAMPLE 6 Find the explicit solution of the initial value problem; dy = xy, y(0) = 3 dx Find the explicit solution of the initial value problem; dy = y 2xy, dx y(1) = 1

9 138 LECTURE 4-3 INTEGRATING FACTOR METHOD LINEAR EQUATION: General Form Standard Form : a(x)y + b(x)y = c(x) : y + p(x)y = g(x) KEY IDEA: When confronted with the 1 st order linear DE y + p(x)y = g(x), a < x < b Try to find a function μ(x) defined on a < x < b (with μ(x) 0 for a < x < b) so that μ(x)[y + p(x)y] (μ(x)y) = μ(x)g(x) This requires LHS = (μ(x)y) = μ(x)y + μ(x) y μ (x) = p(x)μ(x) Then μ (x) μ(x) = p(x) ln μ(x) = p(x) dx y μ(x) = μ(x)g(x) dx y = This μ(x) = exp( p(x) dx) is called the integrating factor. μ(x) = exp ( p(x) dx) 1 μ(x)g(x) dx μ(x) EXAMPLE 1 Solve the differential equation; xy 2y = x 2

10 139 EXAMPLE 2 EXAMPLE 3 Solve the differential equation; Solve the differential equation; (A) y + y = e x xy y = x 3 e x (B) y + 2xy = 10x

11 140 EXAMPLE 4 EXAMPLE 5 Solve the differential equation; Solve the differential equation; y 2y = x 3 e 2x xy + y = cos(x)

12 141 EXAMPLE 6 EXAMPLE 7 Solve the differential equation; Solve the differential equation; y = y + e 2x y(0) = 1 xy + y = 3x 2 x, y(1) = 0

13 142 LECTURE 4-4 APPLICATIONS NATURAL GROWTH AND DECAY: The differential equation dy = ky (k a constant) dx y = Cekx Serves as a mathematical model for a remarkably wide range of natural phenomena: any involving a quantity whose time rate of change is proportional to its current size. Population growth Compound interest Radioactive decay Drug elimination EXAMPLE 1 EXAMPLE 2 The plutonium has 24,000 years as half-life. Ten gram of the plutonium were released in an accident. How long will it take for the 10 grams to decay to 1 gram? An experiment population of fruit flies increasing according to the law of exponential growth. There were 100 flies after the second day of the experiment and 200 flies after the fourth day. How many flies were in the original population?

14 143 NEWTON S LAW OF COOLING/WARMING: The rate at which the temperature of a body changes is proportional to the difference between the temperature of the body and the temperature of the surrounding medium. dt dt = k(t T m) T = T m + Ce kt T(t) represents the temperature of a body at time t, T m the temperature of the surrounding medium, and k is a constant of proportionality. EXAMPLE 3 EXAMPLE 4 A pitcher of buttermilk initially at 25 is to be cooled by My coffee is 120 when class starts, and the classroom is setting it on the front porch, where the temperature is After 30 minutes, the coffee is 100. Suppose that the temperature of the buttermilk has (A) What will the temperature of the coffee be at the end dropped to 15 after 20 minutes. When will it be at 5? of class (50 min)? (B) Suppose it was brewed at 160. When did I brew it?

15 144 NOTE: Conservation principles often lead to equations of the form By conservation, I mean the following picture; dq dt = rate in rate out rate in Q(t) box rate out where Q(t) denotes the amount of substance (i.e., chemicals, people, money, etc ) in the box at time t, (Chemical mixture problems) In mixture problems the relevant quantities are Volume flow rate, units = volume/time. Concentration, units = mass/volume Mass flow rate, units = mass/time When using a consistent system of units, for example volume in liters, mass in kg, time in minutes, then (Volume flow rate)(concentration) = mass flow rate ; ( L min ) (kg L ) = kg = mass flow rate min EXAMPLE 5 A tank initially contains 150 gal of fresh water. Brine containing 2 lb of salt per gallon enters the tank at the rate of 3 gal/min, and the well mixed brine in the tank flows at the rate of 3 gal/min. What is the amount of salt in the tank at time t?

16 145 EXAMPLE 6 EXAMPLE 7 A 300 gal-tank initially contains 150 gal of fresh water. A 400-gal tank initially contains 100 gal of brine Brine containing 2 lb of salt per gallon enters the tank at containing 50 lb of salt. Brine containing 1 lb of salt per the rate of 3 gal/min, and the well mixed brine in the tank gallon enters the tank at the rate of 5 gal/s, and the well flows at the rate of 1 gal/min. What is the amount of salt mixed brine in the tank flows at the rate of 3 gal/s. How in the tank at time t? much salt will the tank contain when it is full of brine?

17 146 LECTURE 4-5 SEQUENCE SEQUENCE: 1) a 1, a 2, a 3, is an infinite sequence where each a i is real number, denoted by {a n } n=1 or {a n }. In other words, an infinite sequence is a function whose domain is the set of positive integers. 2) The element a m of {a n } is m-th term of the sequence. EXAMPLE 1 EXAMPLE 2 Find the four terms of the following sequence: Find a formula for the general term of the following (A) {a n } = {3 + ( 1) n } sequence (A) 1, 4, 7, 10, 13, (B) {a n } = { n+3 2n } (B) 1, 2 3, 4 9, 8 27, (C) 3, 1, 3, 1, 3, 1, (C) {a n } = {( 1) n n } n+1 (D) 3 5, 4 25, 5 125, 6 625,

18 147 PROPERTIES OF LIMIT: Suppose that c is a constant and lim a n = L and lim b n = M exists. 1) lim (a n ± b n ) = L ± M 2) lim c a n = cl 3) lim (a n b n ) = LM 4) lim ( a n ) = L, M 0 b n M 5) lim (a n ) p = L p if p > 0 and a n > 0 6) lim r n = { 0, r < 1 1, r = 1 does not exist, otherwise CONVERGENCE: A sequence {a n } has the limit L and we write lim a n = L make the terms an as close to L as we like by taking n sufficient large. or a n L as n if we can 1) If lim a n exists, we say that {a n } is convergent. Otherwise, we say that {a n } is divergent. 2) If lim a n exists, {a n } is absolutely convergent. 3) If {a n } is convergent but not absolutely convergent, it is called conditionally convergent. 4) Warning: An absolute convergence sequence is not always a convergence sequence. How to find the limit of sequence {a n }? (A) Use the graph of the sequence (B) Geometric series {a n = r n } case: lim r n = { (C) Use lim 1 n p = 0 (p > 0) and properties of limit 0, r < 1 1, r = 1 does not exist, otherwise (D) (L Hopital Rule) Let f and g be differentiable functions such that a n = f(n) g(n) 0 0 f(n) lim g(n) = lim f (n) g (n) (E) (sandwich Theorem) Let {a n }, {b n }, and {c n } be sequence such that ± (or ) as n, then ± b n a n c n lim b n = L and lim c n = L exists. Then lim a n = L

19 148 EXAMPLE 3 EXAMPLE 4 Given the general term of the sequence, decide whether the sequence is convergent or divergent. If it is convergent, find the limit. (A) a n = 4n 1 3n+2 Given the general term of the sequence, decide whether the sequence is convergent or divergent. If it is convergent, find the limit. (A) a n = n2 3 n (B) a n = 2n2 4 4n+2 (B) a n = ln(n 3 + 1) ln(3n n) (C) a n = 3n2 +2n 5n 3 4n+2 (C) a n = 1 ( 1) n (D) a n = (n 2)(n+3) (2n 1)(n+1) (D) a n = cos(2nπ)

20 149 EXAMPLE 5 EXAMPLE 6 Given the general term of the sequence, decide whether the sequence is convergent or divergent. If it is convergent, find the limit. (A) a n = ( 2 5 )n Given the general term of the sequence, decide whether the sequence is convergent or divergent. If it is convergent, find the limit. (A) a n = en 5n (B) a n = ( 4 3 )n (C) a n = ( 3 4 )n 2 (B) a n = e n n 2 (D) a n = 2n 5 n +4 n (E) a n = 3n +5 4 n 2 2n 3 n

21 150 EXAMPLE 7 EXAMPLE 8 Given the general term of the sequence, decide whether the sequence is convergent or divergent. If it is convergent, find the limit. (A) a n = e n cos(n) Given the general term of the sequence, decide whether the sequence is convergent or divergent. If it is convergent, find the limit. a n = ( 5 + n n n ) (B) a n = sin(nπ 2 ) n+2

22 151 EXAMPLE 9 EXAMPLE 10 Given the general term of the sequence, decide whether the sequence is convergent or divergent. If it is convergent, find the limit. a n = (1 4 n ) n Decide whether the following sequence is convergent or divergent. (A) 1 2, 2 3, 3 4, 4 5,, n n+1, (B) 1, 4, 7, 10,, 3n 2, (C) 3, 3, 3, 3, 3,, 3, (D) 1, 2, 3, 4,, ( 1) n n,

23 152 EXAMPLE 11 Decide whether the following sequence absolutely converges, converges or diverges (A) { ( 1)n n } (B) {( 3) n } (C) {( 1 2 )n } (D) {sin (nπ + π 2 )} (E) {(1 1 2 ) + ( ) + ( ) + ( 1 n 1 1 n )} (F) { ( 1)n n 2 5n 3 } MONOTONIC SEQUENCE: A sequence {a n } is monotonic when its terms are non-decreasing or non-increasing; a n a n+1 (or a n a n+1 ) for all n = 1,2,3, BOUNDED SEQUENCE: 1) A sequence {a n } is bounded above when there is a real number M such that a n < M for all n. 2) A sequence {a n } is bounded below when there is a real number M such that a n > M for all n. 3) A sequence {a n } is bounded when there is a real number M such that a n < M for all n. THEOREM (BOUNDED MONOTONIC SEQUENCES): If A sequence {a n } is bounded and monotonic, then it is convergent.

24 153 EXAMPLE 12 Given the general term of the sequence, decide whether the sequence is monotonic and bounded. (A) a n = ( 1 3 )n (B) a n = 5 + ( 1) n (C) a n = n 2n 1 (D) a n = 2n + 1 (E) a n = ( 2 3 )n (F) a n = ( 4) n

25 154 PRACTICE PROBLEMS FOR UNIT 4 1. Decide the order of the following differential equation: (A) y + 4y y = x 3 + e 2x (B) y y = x 2 sin(3x) (C) (y ) 3 y = 5 2. Verify that y(x) = 2e x x 2 is a solution to the IVP: y y = x 2 2x, y(0) = Plot a direction field for the differential equation y = x y near the point (1,1). 4. Solve the ordinary differential equation or IVP: (A) e y x 2 y 3 = 0 (C) xy 2y = 4x 2 (B) dy dx = y x2 y, y(1) = 1 (D) x 3 y + 4x 2 y = e x (E) y + 5y = x 2 + e x, y(0) = 1 (F) y + y = y 2 (G) dy dx + 3x2 y = 6x 2 (H) x 2 y + xy = 1, x > 0, y(1) = 2 5. Suppose that $1200 is invested at a rate of 5%, compounded continuously. (A) Assuming no additional withdrawals or deposits, how much will be in the account after 10 years? (B) How long will it take the balance to reach $5000? 6. The tank hold a well-mixed 100-gallon saline solution with a total of 10 pounds of salt. Fresh water comes in at a rate of 2 gallons/minute, and the well-mixed solution leaves at a rate 2 gallons/minute. Find the amount of salf in the tank at time t. 7. In a certain chemical process, a tank whose capacity is 500 gallons contains 50 pounds of a chemical dissolved in 100 gallons of water. Now, chemical solution containing 1 pound/gallon of the chemical, is pumped into the tank at a rate of 3 gallons/minute. The well-mixed mixture is pumped out of the tank at a rate of 2 gallons/minute. Find a formula for chemical in pounds at time t in the tank 8. Suppose that an object initially having a temperature of 20 is placed in a large temperature controlled room of 80 and one hour later the object has a temperature of 35. What will its temperature be after three hours? 9. (Euler s Method) Use Euler s Method to fill (A)~(E) in the following table for the IVP: y = f(x, y) = x + y 2, y(0) = 1 n x y f(x, y) (A) (B) (C) (D) (E)

26 Write the first three terms of the sequence: a n = 1 3 n + 5 n Write an expression for the n-th term of the sequence: 10, 22, 34, 46, 58,. 12. Determine the convergence or divergence of the sequence with the given n-th term. Find the limit of each convergent sequence. (A) a n = 3n 4 n (B) a n = 4 n2 10n 9 (C) a n = n! n n

27 156 SOLUTIONS 1. (A) second order (B) first order (C) first order 2. y(0) = 2e = 2 and y y = (2e x x 2 ) (2e x x 2 ) = 2e x 2x 2e x + x 2 = x 2 2x. Therefore, it is a solution (A) e y = x 3 + C (B) y = e (x x ) (C) y = 4x 2 ln x + Cx 2 (D) y = (x+1) + C (E) y = 1 6 ex x x e 5x (F) y = 1 1 De x 5. (A) 1200e (B) ln( ) 6. m(0) = 10, m = m m = 10e t/ years 7. m(0) = 50, m = 3 m m = (100 + t) 100+t t 8. T = 80 60e t ln(3 4 ) T(3) = (A)1.05 (B)1.15 (C)1.22 (D)1.70 (E)1.39 x 4 e x 10. a 1 = 3; a 2 = 3 4 ; a 3 = a n = 12n (A) lim a n = lim ( 3 4 )n = 0 since the common ratio 3 of the geometric sequence is less than 1. 4 (B)Divergence (C)Since 0 n! n(n 1) 2 1 nn = 1 and by comparison test, lim n n n n n 1 n = 0. So it converges to 0.

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

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

Chapter1. Ordinary Differential Equations

Chapter1. Ordinary Differential Equations Chapter1. Ordinary Differential Equations In the sciences and engineering, mathematical models are developed to aid in the understanding of physical phenomena. These models often yield an equation that

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

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

Homework 2 Solutions Math 307 Summer 17

Homework 2 Solutions Math 307 Summer 17 Homework 2 Solutions Math 307 Summer 17 July 8, 2017 Section 2.3 Problem 4. A tank with capacity of 500 gallons originally contains 200 gallons of water with 100 pounds of salt in solution. Water containing

More information

First Order ODEs, Part II

First Order ODEs, Part II Craig J. Sutton craig.j.sutton@dartmouth.edu Department of Mathematics Dartmouth College Math 23 Differential Equations Winter 2013 Outline Existence & Uniqueness Theorems 1 Existence & Uniqueness Theorems

More information

Sample Questions, Exam 1 Math 244 Spring 2007

Sample Questions, Exam 1 Math 244 Spring 2007 Sample Questions, Exam Math 244 Spring 2007 Remember, on the exam you may use a calculator, but NOT one that can perform symbolic manipulation (remembering derivative and integral formulas are a part of

More information

Solutions x. Figure 1: g(x) x g(t)dt ; x 0,

Solutions x. Figure 1: g(x) x g(t)dt ; x 0, MATH Quiz 4 Spring 8 Solutions. (5 points) Express ln() in terms of ln() and ln(3). ln() = ln( 3) = ln( ) + ln(3) = ln() + ln(3). (5 points) If g(x) is pictured in Figure and..5..5 3 4 5 6 x Figure : g(x)

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

Ordinary Differential Equations

Ordinary Differential Equations Ordinary Differential Equations Swaroop Nandan Bora swaroop@iitg.ernet.in Department of Mathematics Indian Institute of Technology Guwahati Guwahati-781039 A first-order differential equation is an equation

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

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

Sect2.1. Any linear equation:

Sect2.1. Any linear equation: Sect2.1. Any linear equation: Divide a 0 (t) on both sides a 0 (t) dt +a 1(t)y = g(t) dt + a 1(t) a 0 (t) y = g(t) a 0 (t) Choose p(t) = a 1(t) a 0 (t) Rewrite it in standard form and ḡ(t) = g(t) a 0 (t)

More information

Math 225 Differential Equations Notes Chapter 1

Math 225 Differential Equations Notes Chapter 1 Math 225 Differential Equations Notes Chapter 1 Michael Muscedere September 9, 2004 1 Introduction 1.1 Background In science and engineering models are used to describe physical phenomena. Often these

More information

9.1 Solving Differential Equations

9.1 Solving Differential Equations 9.1 Solving Differential Equations What is a differential equation? Real-world examples: The order of a differential equation is the order of the that occurs in the equation. A differential equation is

More information

Exam 1 Review: Questions and Answers. Part I. Finding solutions of a given differential equation.

Exam 1 Review: Questions and Answers. Part I. Finding solutions of a given differential equation. Exam 1 Review: Questions and Answers Part I. Finding solutions of a given differential equation. 1. Find the real numbers r such that y = e x is a solution of y y 30y = 0. Answer: r = 6, 5 2. Find the

More information

Chapters 8.1 & 8.2 Practice Problems

Chapters 8.1 & 8.2 Practice Problems EXPECTED SKILLS: Chapters 8.1 & 8. Practice Problems Be able to verify that a given function is a solution to a differential equation. Given a description in words of how some quantity changes in time

More information

Math 217 Practice Exam 1. Page Which of the following differential equations is exact?

Math 217 Practice Exam 1. Page Which of the following differential equations is exact? Page 1 1. Which of the following differential equations is exact? (a) (3x x 3 )dx + (3x 3x 2 ) d = 0 (b) sin(x) dx + cos(x) d = 0 (c) x 2 x 2 = 0 (d) (1 + e x ) + (2 + xe x ) d = 0 CORRECT dx (e) e x dx

More information

2. (12 points) Find an equation for the line tangent to the graph of f(x) =

2. (12 points) Find an equation for the line tangent to the graph of f(x) = November 23, 2010 Name The total number of points available is 153 Throughout this test, show your work Throughout this test, you are expected to use calculus to solve problems Graphing calculator solutions

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

AP Calculus Testbank (Chapter 6) (Mr. Surowski)

AP Calculus Testbank (Chapter 6) (Mr. Surowski) AP Calculus Testbank (Chapter 6) (Mr. Surowski) Part I. Multiple-Choice Questions 1. Suppose that f is an odd differentiable function. Then (A) f(1); (B) f (1) (C) f(1) f( 1) (D) 0 (E). 1 1 xf (x) =. The

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

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

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

SMA 208: Ordinary differential equations I

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

More information

Mathematical Methods - Lecture 7

Mathematical Methods - Lecture 7 Mathematical Methods - Lecture 7 Yuliya Tarabalka Inria Sophia-Antipolis Méditerranée, Titane team, http://www-sop.inria.fr/members/yuliya.tarabalka/ Tel.: +33 (0)4 92 38 77 09 email: yuliya.tarabalka@inria.fr

More information

Practice Questions From Calculus II. 0. State the following calculus rules (these are many of the key rules from Test 1 topics).

Practice Questions From Calculus II. 0. State the following calculus rules (these are many of the key rules from Test 1 topics). Math 132. Practice Questions From Calculus II I. Topics Covered in Test I 0. State the following calculus rules (these are many of the key rules from Test 1 topics). (Trapezoidal Rule) b a f(x) dx (Fundamental

More information

Final Exam Review Part I: Unit IV Material

Final Exam Review Part I: Unit IV Material Final Exam Review Part I: Unit IV Material Math114 Department of Mathematics, University of Kentucky April 26, 2017 Math114 Lecture 37 1/ 11 Outline 1 Conic Sections Math114 Lecture 37 2/ 11 Outline 1

More information

Exam 1 Review. Part I. Finding solutions of a given differential equation. 1. Find the real numbers r such that y = e rx is a solution of y y 30y = 0.

Exam 1 Review. Part I. Finding solutions of a given differential equation. 1. Find the real numbers r such that y = e rx is a solution of y y 30y = 0. Exam 1 Review Part I. Finding solutions of a given differential equation. 1. Find the real numbers r such that y = e rx is a solution of y y 30y = 0. 2. Find the real numbers r such that y = e rx is a

More information

Math 2214 Solution Test 1D Spring 2015

Math 2214 Solution Test 1D Spring 2015 Math 2214 Solution Test 1D Spring 2015 Problem 1: A 600 gallon open top tank initially holds 300 gallons of fresh water. At t = 0, a brine solution containing 3 lbs of salt per gallon is poured into the

More information

Modeling with First Order ODEs (cont). Existence and Uniqueness of Solutions to First Order Linear IVP. Second Order ODEs

Modeling with First Order ODEs (cont). Existence and Uniqueness of Solutions to First Order Linear IVP. Second Order ODEs Modeling with First Order ODEs (cont). Existence and Uniqueness of Solutions to First Order Linear IVP. Second Order ODEs September 18 22, 2017 Mixing Problem Yuliya Gorb Example: A tank with a capacity

More information

MATH 307 Introduction to Differential Equations Autumn 2017 Midterm Exam Monday November

MATH 307 Introduction to Differential Equations Autumn 2017 Midterm Exam Monday November MATH 307 Introduction to Differential Equations Autumn 2017 Midterm Exam Monday November 6 2017 Name: Student ID Number: I understand it is against the rules to cheat or engage in other academic misconduct

More information

Introductory Differential Equations

Introductory Differential Equations Introductory Differential Equations Lecture Notes June 3, 208 Contents Introduction Terminology and Examples 2 Classification of Differential Equations 4 2 First Order ODEs 5 2 Separable ODEs 5 22 First

More information

Last quiz Comments. ! F '(t) dt = F(b) " F(a) #1: State the fundamental theorem of calculus version I or II. Version I : Version II :

Last quiz Comments. ! F '(t) dt = F(b)  F(a) #1: State the fundamental theorem of calculus version I or II. Version I : Version II : Last quiz Comments #1: State the fundamental theorem of calculus version I or II. Version I : b! F '(t) dt = F(b) " F(a) a Version II : x F( x) =! f ( t) dt F '( x) = f ( x) a Comments of last quiz #1:

More information

1. First-order ODE s

1. First-order ODE s 18.03 EXERCISES 1. First-order ODE s 1A. Introduction; Separation of Variables 1A-1. Verif that each of the following ODE s has the indicated solutions (c i,a are constants): a) 2 + = 0, = c 1 e x +c 2

More information

The First Derivative and Second Derivative Test

The First Derivative and Second Derivative Test The First Derivative and Second Derivative Test James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University April 9, 2018 Outline 1 Extremal Values 2

More information

Introduction to First Order Equations Sections

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

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS HANDOUT DIFFERENTIAL EQUATIONS For International Class Nikenasih Binatari NIP. 19841019 200812 2 005 Mathematics Educational Department Faculty of Mathematics and Natural Sciences State University of Yogyakarta

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

The First Derivative and Second Derivative Test

The First Derivative and Second Derivative Test The First Derivative and Second Derivative Test James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 8, 2017 Outline Extremal Values The

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

Three major steps in modeling: Construction of the Model Analysis of the Model Comparison with Experiment or Observation

Three major steps in modeling: Construction of the Model Analysis of the Model Comparison with Experiment or Observation Section 2.3 Modeling : Key Terms: Three major steps in modeling: Construction of the Model Analysis of the Model Comparison with Experiment or Observation Mixing Problems Population Example Continuous

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

Differential Equations Class Notes

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

More information

Differential Equations

Differential Equations Math 181 Prof. Beydler 9.1/9.3 Notes Page 1 of 6 Differential Equations A differential equation is an equation that contains an unknown function and some of its derivatives. The following are examples

More information

Separable Equations (1A) Young Won Lim 3/24/15

Separable Equations (1A) Young Won Lim 3/24/15 Separable Equations (1A) Copyright (c) 2011-2015 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or

More information

SPS Mathematical Methods Lecture #7 - Applications of First-order Differential Equations

SPS Mathematical Methods Lecture #7 - Applications of First-order Differential Equations 1. Linear Models SPS 2281 - Mathematical Methods Lecture #7 - Applications of First-order Differential Equations (a) Growth and Decay (b) Half-life of Radioactive (c) Carbon Dating (d) Newton s Law of

More information

Practice Exam 1 Solutions

Practice Exam 1 Solutions Practice Exam 1 Solutions 1a. Let S be the region bounded by y = x 3, y = 1, and x. Find the area of S. What is the volume of the solid obtained by rotating S about the line y = 1? Area A = Volume 1 1

More information

FINAL REVIEW FALL 2017

FINAL REVIEW FALL 2017 FINAL REVIEW FALL 7 Solutions to the following problems are found in the notes on my website. Lesson & : Integration by Substitution Ex. Evaluate 3x (x 3 + 6) 6 dx. Ex. Evaluate dt. + 4t Ex 3. Evaluate

More information

Math 3313: Differential Equations First-order ordinary differential equations

Math 3313: Differential Equations First-order ordinary differential equations Math 3313: Differential Equations First-order ordinary differential equations Thomas W. Carr Department of Mathematics Southern Methodist University Dallas, TX Outline Math 2343: Introduction Separable

More information

Chapter 6 Differential Equations and Mathematical Modeling. 6.1 Antiderivatives and Slope Fields

Chapter 6 Differential Equations and Mathematical Modeling. 6.1 Antiderivatives and Slope Fields Chapter 6 Differential Equations and Mathematical Modeling 6. Antiderivatives and Slope Fields Def: An equation of the form: = y ln x which contains a derivative is called a Differential Equation. In this

More information

dy x a. Sketch the slope field for the points: (1,±1), (2,±1), ( 1, ±1), and (0,±1).

dy x a. Sketch the slope field for the points: (1,±1), (2,±1), ( 1, ±1), and (0,±1). Chapter 6. d x Given the differential equation: dx a. Sketch the slope field for the points: (,±), (,±), (, ±), and (0,±). b. Find the general solution for the given differential equation. c. Find the

More information

Practice Final Exam Solutions

Practice Final Exam Solutions Important Notice: To prepare for the final exam, study past exams and practice exams, and homeworks, quizzes, and worksheets, not just this practice final. A topic not being on the practice final does

More information

Math 2300 Calculus II University of Colorado Final exam review problems

Math 2300 Calculus II University of Colorado Final exam review problems Math 300 Calculus II University of Colorado Final exam review problems. A slope field for the differential equation y = y e x is shown. Sketch the graphs of the solutions that satisfy the given initial

More information

Name: October 24, 2014 ID Number: Fall Midterm I. Number Total Points Points Obtained Total 40

Name: October 24, 2014 ID Number: Fall Midterm I. Number Total Points Points Obtained Total 40 Math 307O: Introduction to Differential Equations Name: October 24, 204 ID Number: Fall 204 Midterm I Number Total Points Points Obtained 0 2 0 3 0 4 0 Total 40 Instructions.. Show all your work and box

More information

MA 214 Calculus IV (Spring 2016) Section 2. Homework Assignment 2 Solutions

MA 214 Calculus IV (Spring 2016) Section 2. Homework Assignment 2 Solutions MA 214 Calculus IV (Spring 2016) Section 2 Homework Assignment 2 Solutions 1 Boyce and DiPrima, p 60, Problem 2 Solution: Let M(t) be the mass (in grams) of salt in the tank after t minutes The initial-value

More information

Chapter 1: Introduction

Chapter 1: Introduction Chapter 1: Introduction Definition: A differential equation is an equation involving the derivative of a function. If the function depends on a single variable, then only ordinary derivatives appear and

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

It is convenient to think that solutions of differential equations consist of a family of functions (just like indefinite integrals ).

It is convenient to think that solutions of differential equations consist of a family of functions (just like indefinite integrals ). Section 1.1 Direction Fields Key Terms/Ideas: Mathematical model Geometric behavior of solutions without solving the model using calculus Graphical description using direction fields Equilibrium solution

More information

Form A. 1. Which of the following is a second-order, linear, homogenous differential equation? 2

Form A. 1. Which of the following is a second-order, linear, homogenous differential equation? 2 Form A Math 4 Common Part of Final Exam December 6, 996 INSTRUCTIONS: Please enter your NAME, ID NUMBER, FORM designation, and INDEX NUMBER on your op scan sheet. The index number should be written in

More information

6.0 INTRODUCTION TO DIFFERENTIAL EQUATIONS

6.0 INTRODUCTION TO DIFFERENTIAL EQUATIONS 6.0 Introduction to Differential Equations Contemporary Calculus 1 6.0 INTRODUCTION TO DIFFERENTIAL EQUATIONS This chapter is an introduction to differential equations, a major field in applied and theoretical

More information

8. Qualitative analysis of autonomous equations on the line/population dynamics models, phase line, and stability of equilibrium points (corresponds

8. Qualitative analysis of autonomous equations on the line/population dynamics models, phase line, and stability of equilibrium points (corresponds c Dr Igor Zelenko, Spring 2017 1 8. Qualitative analysis of autonomous equations on the line/population dynamics models, phase line, and stability of equilibrium points (corresponds to section 2.5) 1.

More information

Math 2410Q - 10 Elementary Differential Equations Summer 2017 Midterm Exam Review Guide

Math 2410Q - 10 Elementary Differential Equations Summer 2017 Midterm Exam Review Guide Math 410Q - 10 Elementary Differential Equations Summer 017 Mierm Exam Review Guide Math 410Q Mierm Exam Info: Covers Sections 1.1 3.3 7 questions in total Some questions will have multiple parts. 1 of

More information

Modeling with differential equations

Modeling with differential equations Mathematical Modeling Lia Vas Modeling with differential equations When trying to predict the future value, one follows the following basic idea. Future value = present value + change. From this idea,

More information

MA 102 Mathematics II Lecture Feb, 2015

MA 102 Mathematics II Lecture Feb, 2015 MA 102 Mathematics II Lecture 1 20 Feb, 2015 Differential Equations An equation containing derivatives is called a differential equation. The origin of differential equations Many of the laws of nature

More information

MATH 104 Practice Problems for Exam 2

MATH 104 Practice Problems for Exam 2 . Find the area between: MATH 4 Practice Problems for Exam (a) x =, y = / + x, y = x/ Answer: ln( + ) 4 (b) y = e x, y = xe x, x = Answer: e6 4 7 4 (c) y = x and the x axis, for x 4. x Answer: ln 5. Calculate

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

Practice Final Exam Solutions

Practice Final Exam Solutions Important Notice: To prepare for the final exam, one should study the past exams and practice midterms (and homeworks, quizzes, and worksheets), not just this practice final. A topic not being on the practice

More information

Unit #16 : Differential Equations

Unit #16 : Differential Equations Unit #16 : Differential Equations Goals: To introduce the concept of a differential equation. Discuss the relationship between differential equations and slope fields. Discuss Euler s method for solving

More information

Math 2Z03 - Tutorial # 3. Sept. 28th, 29th, 30th, 2015

Math 2Z03 - Tutorial # 3. Sept. 28th, 29th, 30th, 2015 Math 2Z03 - Tutorial # 3 Sept. 28th, 29th, 30th, 2015 Tutorial Info: Tutorial Website: http://ms.mcmaster.ca/ dedieula/2z03.html Office Hours: Mondays 3pm - 5pm (in the Math Help Centre) Tutorial #3: 2.8

More information

MATH 251 Examination I October 10, 2013 FORM A. Name: Student Number: Section:

MATH 251 Examination I October 10, 2013 FORM A. Name: Student Number: Section: MATH 251 Examination I October 10, 2013 FORM A Name: Student Number: Section: This exam has 13 questions for a total of 100 points. Show all you your work! In order to obtain full credit for partial credit

More information

Drill Exercise Differential equations by abhijit kumar jha DRILL EXERCISE - 1 DRILL EXERCISE - 2. e x, where c 1

Drill Exercise Differential equations by abhijit kumar jha DRILL EXERCISE - 1 DRILL EXERCISE - 2. e x, where c 1 DRILL EXERCISE -. Find the order and degree (if defined) of the differential equation 5 4 3 d y d y. Find the order and degree (if defined) of the differential equation n. 3. Find the order and degree

More information

Differential equations

Differential equations Differential equations Math 27 Spring 2008 In-term exam February 5th. Solutions This exam contains fourteen problems numbered through 4. Problems 3 are multiple choice problems, which each count 6% of

More information

Section 11.1: Sequences

Section 11.1: Sequences Section 11.1: Sequences In this section, we shall study something of which is conceptually simple mathematically, but has far reaching results in so many different areas of mathematics - sequences. 1.

More information

MATH 294???? FINAL # 4 294UFQ4.tex Find the general solution y(x) of each of the following ODE's a) y 0 = cosecy

MATH 294???? FINAL # 4 294UFQ4.tex Find the general solution y(x) of each of the following ODE's a) y 0 = cosecy 3.1. 1 ST ORDER ODES 1 3.1 1 st Order ODEs MATH 294???? FINAL # 4 294UFQ4.tex 3.1.1 Find the general solution y(x) of each of the following ODE's a) y 0 = cosecy MATH 294 FALL 1990 PRELIM 2 # 4 294FA90P2Q4.tex

More information

Today: 5.4 General log and exp functions (continued) Warm up:

Today: 5.4 General log and exp functions (continued) Warm up: Today: 5.4 General log and exp functions (continued) Warm up: log a (x) =ln(x)/ ln(a) d dx log a(x) = 1 ln(a)x 1. Evaluate the following functions. log 5 (25) log 7 p 7 log4 8 log 4 2 2. Di erentiate the

More information

Do not write in this space. Problem Possible Score Number Points Total 48

Do not write in this space. Problem Possible Score Number Points Total 48 MTH 337. Name MTH 337. Differential Equations Exam II March 15, 2019 T. Judson Do not write in this space. Problem Possible Score Number Points 1 8 2 10 3 15 4 15 Total 48 Directions Please Read Carefully!

More information

Math Spring 2014 Homework 2 solution

Math Spring 2014 Homework 2 solution Math 3-00 Spring 04 Homework solution.3/5 A tank initially contains 0 lb of salt in gal of weater. A salt solution flows into the tank at 3 gal/min and well-stirred out at the same rate. Inflow salt concentration

More information

MAT 275 Test 1 SOLUTIONS, FORM A

MAT 275 Test 1 SOLUTIONS, FORM A MAT 75 Test SOLUTIONS, FORM A The differential equation xy e x y + y 3 = x 7 is D neither linear nor homogeneous Solution: Linearity is ruinied by the y 3 term; homogeneity is ruined by the x 7 on the

More information

4. Some Applications of first order linear differential

4. Some Applications of first order linear differential September 9, 2012 4-1 4. Some Applications of first order linear differential Equations The modeling problem There are several steps required for modeling scientific phenomena 1. Data collection (experimentation)

More information

Solving Differential Equations: First Steps

Solving Differential Equations: First Steps 30 ORDINARY DIFFERENTIAL EQUATIONS 3 Solving Differential Equations Solving Differential Equations: First Steps Now we start answering the question which is the theme of this book given a differential

More information

Solving differential equations (Sect. 7.4) Review: Overview of differential equations.

Solving differential equations (Sect. 7.4) Review: Overview of differential equations. Solving differential equations (Sect. 7.4 Previous class: Overview of differential equations. Exponential growth. Separable differential equations. Review: Overview of differential equations. Definition

More information

dt 2 The Order of a differential equation is the order of the highest derivative that occurs in the equation. Example The differential equation

dt 2 The Order of a differential equation is the order of the highest derivative that occurs in the equation. Example The differential equation Lecture 18 : Direction Fields and Euler s Method A Differential Equation is an equation relating an unknown function and one or more of its derivatives. Examples Population growth : dp dp = kp, or = kp

More information

(1) Rate of change: A swimming pool is emptying at a constant rate of 90 gal/min.

(1) Rate of change: A swimming pool is emptying at a constant rate of 90 gal/min. CHAPTER 1 Introduction 1. Bacground Models of physical situations from Calculus (1) Rate of change: A swimming pool is emptying at a constant rate of 90 gal/min. With V = volume in gallons and t = time

More information

Differential Equations & Separation of Variables

Differential Equations & Separation of Variables Differential Equations & Separation of Variables SUGGESTED REFERENCE MATERIAL: As you work through the problems listed below, you should reference Chapter 8. of the recommended textbook (or the equivalent

More information

Math 220 Final Exam Sample Problems December 12, Topics for Math Fall 2002

Math 220 Final Exam Sample Problems December 12, Topics for Math Fall 2002 Math 220 Final Exam Sample Problems December 12, 2002 Topics for Math 220 - Fall 2002 Chapter 1. Solutions and Initial Values Approximation via the Euler method Chapter 2. First Order: Linear First Order:

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

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

(x! 4) (x! 4)10 + C + C. 2 e2x dx = 1 2 (1 + e 2x ) 3 2e 2x dx. # 8 '(4)(1 + e 2x ) 3 e 2x (2) = e 2x (1 + e 2x ) 3 & dx = 1

(x! 4) (x! 4)10 + C + C. 2 e2x dx = 1 2 (1 + e 2x ) 3 2e 2x dx. # 8 '(4)(1 + e 2x ) 3 e 2x (2) = e 2x (1 + e 2x ) 3 & dx = 1 33. x(x - 4) 9 Let u = x - 4, then du = and x = u + 4. x(x - 4) 9 = (u + 4)u 9 du = (u 0 + 4u 9 )du = u + 4u0 0 = (x! 4) + 2 5 (x! 4)0 (x " 4) + 2 5 (x " 4)0 ( '( = ()(x - 4)0 () + 2 5 (0)(x - 4)9 () =

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

Series Solution of Linear Ordinary Differential Equations

Series Solution of Linear Ordinary Differential Equations Series Solution of Linear Ordinary Differential Equations Department of Mathematics IIT Guwahati Aim: To study methods for determining series expansions for solutions to linear ODE with variable coefficients.

More information

Lecture 2. Introduction to Differential Equations. Roman Kitsela. October 1, Roman Kitsela Lecture 2 October 1, / 25

Lecture 2. Introduction to Differential Equations. Roman Kitsela. October 1, Roman Kitsela Lecture 2 October 1, / 25 Lecture 2 Introduction to Differential Equations Roman Kitsela October 1, 2018 Roman Kitsela Lecture 2 October 1, 2018 1 / 25 Quick announcements URL for the class website: http://www.math.ucsd.edu/~rkitsela/20d/

More information

APPM 2360: Midterm exam 1 February 15, 2017

APPM 2360: Midterm exam 1 February 15, 2017 APPM 36: Midterm exam 1 February 15, 17 On the front of your Bluebook write: (1) your name, () your instructor s name, (3) your recitation section number and () a grading table. Text books, class notes,

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

Math 392 Exam 1 Solutions Fall (10 pts) Find the general solution to the differential equation dy dt = 1

Math 392 Exam 1 Solutions Fall (10 pts) Find the general solution to the differential equation dy dt = 1 Math 392 Exam 1 Solutions Fall 20104 1. (10 pts) Find the general solution to the differential equation = 1 y 2 t + 4ty = 1 t(y 2 + 4y). Hence (y 2 + 4y) = t y3 3 + 2y2 = ln t + c. 2. (8 pts) Perform Euler

More information

Final exam practice 1 UCLA: Math 3B, Winter 2019

Final exam practice 1 UCLA: Math 3B, Winter 2019 Instructor: Noah White Date: Final exam practice 1 UCLA: Math 3B, Winter 2019 This exam has 7 questions, for a total of 80 points. Please print your working and answers neatly. Write your solutions in

More information

CHAPTER 1: FIRST ORDER ORDINARY DIFFERENTIAL EQUATION

CHAPTER 1: FIRST ORDER ORDINARY DIFFERENTIAL EQUATION Classification by type - Ordinary Differential Equations (ODE) Contains one or more dependent variables with respect to one independent variable is the dependent variable while is the independent variable

More information

Exam 4 SCORE. MA 114 Exam 4 Spring Section and/or TA:

Exam 4 SCORE. MA 114 Exam 4 Spring Section and/or TA: Exam 4 Name: Section and/or TA: Last Four Digits of Student ID: Do not remove this answer page you will return the whole exam. You will be allowed two hours to complete this test. No books or notes may

More information