Chapter1. Ordinary Differential Equations

Size: px
Start display at page:

Download "Chapter1. Ordinary Differential Equations"

Transcription

1 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 contains some derivatives of an unknown function. Such an equation is called a differential equation. Two examples of models developed in calculus are the free fall of a body and the decay of a radioactive substance. In the case of free fall, an object is released from a certain height above the ground and falls under the force of gravity. Newton s second law, which states that an object s mass times its acceleration equals the total force acting on it, can be applied to the falling object. This leads to the equation m d2 x dt 2 = mg where m is the mass of the object, x is the height above the ground, d2 x dt 2 is its acceleration, g is the (constant) gravitational acceleration, and -mg is the force due to gravity. This is a differential equation containing the second derivative of the unknown height x as a function of time. Fortunately, the above equation is easy to solve for x. All we have to do is divide by m and integrate twice with respect to t. That is, d 2 x dt 2 = g so and dx dt = gt + c 1 x = gt2 2 + c 1t + c 2 In the case of radioactive decay, we begin from the premise that the rate of decay is proportional to the amount of radioactive substance present. This leads to the equation dq dt = kq, k > 0 where is the unknown amount of radioactive substance present at time t and k is the proportionality constant. To solve this differential equation, we rewrite it in the form And integrate to obtain Solving for A yields, 1 dq kdt Q ln Q c1 kt c2 Q Q() t e e e Ce lnq kt C2 C1 kt The number of examples about DE can be increased. Mathematically, a differential equation is an equation for a function that relates the values of the function to the values of its derivatives. Many real life problems can be formulated as differential equations. For example 1

2 d 2 y dy + 2x + y = sin(x) dx2 dx is a differential equation. Sometimes one uses shortened notations to write the same equation as or using the differential operator D = dy y + 2xy + y = sin(x) dx D 2 y + 2xDy + y = sin(x) There are two classes of differential equations: O.D.E. (ordinary differential equations): linear and non-linear; An ordinary differential equation (ode) is a differential equation for a function of a single variable, e.g., x(t), P.D.E. (partial differential equations): A PDE equation is a differential equation for a function of several variables, e.g., (x, y, z, t). An ode contains ordinary derivatives and a pde contains partial derivatives. Typically, pde s are much harder to solve than ode s. For example, are ordinary differential equations. y + 4y + y = 0 y = x 2 y + sin(x) u xx + u yy = 0 u 2 x + u 2 y = ln(u) are partial differential equations. (Partial Differential Equations are usually much more difficult). 1. Origin and Application of Differential Equations Having classified differential equations in various ways, let us now consider briefly where, and how, such equations actually originate. In this way we shall obtain some indication of the great variety of subjects to which the theory and methods of differential equations may be applied. Differential equations occur in connection with numerous problems that are encountered in the various branches of science and engineering. We indicate a few such problems in the following list, which could easily be extended to fill many pages. The problem of determining the motion of a projectile, rocket, satellite, or planet. The problem of determining the charge or current in an electric circuit. The problem of the conduction of heat in a rod or in a slab. The problem of determining the vibrations of a wire or a membrane. The study of the rate of decomposition of a radioactive substance or the rate of growth of a population. The study of the reactions of chemicals. The problem of the determination of curves that have certain geometrical properties. The mathematical formulation of such problems give rise to differential equations. But just how does this occur? In the situations under consideration in each of the above problems the objects involved obey certain scientific laws. These laws involve various rates of change of one or more quantities with respect to other quantities. Let us recall that such rates of change are expressed mathematically by derivatives. In the 2

3 mathematical formulation of each of the above situations, the various rates of change are thus expressed by various derivatives and the scientific laws themselves become mathematical equations involving derivatives, that is, differential equations. A natural question now is the following: How does one obtain useful information from a differential equation? The answer is essentially that if it is possible to do so, one solves the differential equation to obtain a solution; if this is not possible, one uses the theory of differential equations to obtain information about the solution. To understand the meaning of this answer, we must discuss what is meant by a solution of a differential equation; this is done in the next section. 2. Some concepts related to differential equations: Order: The order of a differential equation is the order of the highest derivative that occurs in the equation. A first order differential equation contains y 0, y and x so it is of the form F(x; y; y 0 ) = 0 or y 0 = f(x; y). For example, the following differential equations are first order: While these are second order: y = x 2 y + e x xy = (1 + y 2 ) y 2 = 4xy + cos(x) y x 2 y + y = 1 + sin(x)e x y + 6yy = (1 + x 3 ) Thus, a general form for an nth-order equation with x independent, y dependent, can be expressed as where F is a function that depends on x, y, and the derivatives of y up to order n; that is, on x,y,...,.d n y/dx n. General and Particular Solutions: A general solution of a differential equation involves arbitrary constants. In a particular solution, these constants are determined using initial values. As an example, consider the differential equation y = 2x. y = x 2 + c is a general solution, y = x is a particular solution, Example: Find the general solution of the differential equation y = 0. Then, find the particular solution that satisfies y(0) = 5; y (0) = 3. y = 0 y = c y = cx + d. This is the general solution. y 0 = 3 c = 3, y 0 = 5 d = 5 thus y = 3x + 5 Therefore y = 3x + 5. This is the particular solution. Explicit and Implicit Solutions: y = f(x) is an explicit solution, F(x; y) = 0 is an implicit solution. We have to solve equations to obtain y for a given x in implicit solutions, whereas it is straight forward for explicit solutions. For example, y = e 4x is an explicit solution of the equation y = 4y. 3

4 x 3 + y 3 = 1 is an implicit solution of the equation y 2 y + x 2 = 0. It is much easier to verify that a function (given either implicitly or explicitly) is a solution of a given differential equation. What is a solution? Solution is a function that satisfied the equation and the derivatives exist. Example: Verify that y(t) = e at is a solution of the IVP (initial value problem) y = ay, y(0) = 1. Here y(0) = 1 is called the initial condition. Let s check if y(t) satisfies the equation and the initial condition: They are both OK. So it is a solution. y = ae at = ay, y(0) = e 0 = 1. Example: Verify that y(t) = 10 c e t with c a constant, is a solution to y + y = 10. y = ce t = ce t, y + y = ce t + 10 ce t = 10, thus it is verified. Example: Verify that y = c 1 sin 2x + c 2 cos(2x) is a solution of y + 4y = 0. Since the second derivative is involved, we differentiate y twice to get and substituting these in the given equation, Example: Verify that the function x 2 = 2 y 2 ln(y) solves the equation y = We differentiate both sides of the given solution to get xy (x 2 +y 2 ). 4

5 x 2x Exercise: The function () x c e c e is a solution to 1 2 d 2 y dx 2 dy dx 2y = 0, with y 0 = 2, y 0 = 3. Determine the constants c 1 and c 2. Linear or non-linear equations: Let y(t) be the unknown. Then, a 0 t y n + a 1 t y n a n t y = g t (1) is a linear equations. If the equation can not be written as Eq. 1, then it s a non-linear. Two things you must know: identify the linearity and order of an equation. Example: The following ordinary differential equations are both linear. In each case y is the dependent variable. Observe that y and its various derivatives occur to the first degree only and that no products of y and/or any of its derivatives are present. The following ordinary differential equations are all nonlinear: The first equation is nonlinear because the dependent variable y appears to the second degree in the term 6y 2. The second equation owes its nonlinearity to the presence of the term 5(dy/dx) 3, which involves the third power of the first derivative. Finally, the last equation is nonlinear because of the term 5y(dy/dx), which involves the product of the dependent variable and its first derivative. Linear ordinary differential equations are further classified according to the nature of the coefficients of the dependent variables and their derivatives. For example, an equation is said to be linear with constant coefficients, while an equation is linear with variable coefficients. 5

6 Example: Let y(t) be the unknown. Identify the order and linearity of the following equations. 3. First-order differential Equations The general first-order differential equation for the function y = (x) is written as dy = f(x, y) (2) dx where f(x, y) can be any function of the independent variable x and the dependent variable y. We first show how to determine a numerical solution of this equation, and then learn techniques for solving analytically some special forms of (2), namely, separable, exact and linear first-order equations. a) Separable equations: A differential equation is said to be separable if it can be rewritten so that terms involving the differential of y is on one side of the equation, and those of x on the other side. One then integrates to get rid of the differentials leading to an equation that implicity or explicitly gives y. Thus, g(y)dy = f(x)dx, it is called a separable equation. We can find the solution by integrating both sides. (Don't forget the integration constant!). g y dy = f x dx + c Example: Solve the initial value problem y = x 3 e y, with y(1) = 0. Exercise: Solve the equation 6

7 Example: Solve y 2 y + 2x = 0. Example: Solve the initial-value problem that consists of the differential equation 2 xsin( y) dx ( x 1)cos( y) dy 0 with y(1) / 2. 7

8 Example: Find the particular solution of the equation y ln y dx xdy = 0 such that when x = 1, y = 2. Rewrite the equation as Exercise: Solve the equation 2 2 ( x 3 y ) dx 2xydy 0 8

9 Homework: Solve the initial-value problem b) Exact equations: A first order equation can often be written in the form M (x; y) dx + N (x; y) dy = 0 This equation is said to be exact if the left hand side is the differential of a function u(x; y) so that u(x, y) x = M x, y, u(x, y) y = N x, y, In other words, du = Mdx + Ndy, so Mdx + Ndy is a total differential. For example, the equation is exact and (4x 3 + 2xy 2 )dx + (4y 3 + 2yx 2 )dy = 0 u x, y = x 4 + x 2 y 2 + y 4 So, the solution of this equation is very simple, if du is zero, u must be a constant, therefore c = x 4 + x 2 y 2 + y 4 Hence, from the equations related with M and N, the condition M y = N x is necessary and sufficient for the equation M(x; y)dx + N(x; y)dy = 0 to be exact. Example: Solve the equation 3y 2 dx + (3y 2 + 6xy)dy = 0 9

10 Example: Solve 2x sin(y) dx + x 2 cos(y) dy = 0. And Integrating Factors Consider the equation P dx + Q dy = 0 that is not exact. If it becomes exact after multiplying by, i.e. if (x)pdx + (x)qdy = 0 is exact, then is called an integrating factor. (Note that P, Q and are functions of x and y). 10

11 Example: Solve (2xe x y 2 )dx + 2ydy = 0. Use integrating factor as e x. Now the equation is exact. We can solve it as we did the previous example and obtain the result How to Find Integrating Factors? x 2 + y 2 e x = c The first-order linear differential equation (linear in y and its derivative) can be written in the form y + p(x)y = g(x), with the initial condition y(x 0 ) = y 0. Linear first-order equations can be integrated using an integrating factor (x). After mathematical calculation, the solution of above equation) satisfying the initial condition (x 0 ) = y 0 is then traditionally written as Example: Solve dy dx + 2y = e x with y(0) = 3/4. Note that this equation is not seperable. With p(x) = 2 and g(x) = e x, we have 11

12 Example: Solve y + ay = b. Exercise: Solve ty + 2y = 4t 2 with initial condition y(1) = 2. c) Bernoulli Equation: The equation y + p x y = g(x)y α is called Bernoulli equation. It is nonlinear. Nonlinear equations are usually much more difficult than linear ones, but Bernoulli equation is an exception. It can be linearized by the substitution u x = [y(x)] 1 α Then, we can solve it as other linear equations. Example: Solve the equation 12

13 Homework: Solve the equation 13

14 4. Mathematical Modeling Differential equations are the natural tools to formulate, solve and understand many engineering and scientific systems. The mathematical models of most of the simple systems are differential equations. The simplest ordinary differential equations can be integrated directly by finding antiderivatives. a) Malthus' law of population Dynamics; We all know that population grows in general, but how fast does the population of a city grow? What will the population of the US be in 2025? Questions of this kind have been of interest to many scientists and the first person to propose a mathematical law was Rev. Thomas Robert Malthus, an English clergy man who laid out his findings in his 1798 writings. Malthusian law says: The rate of change of population is proportional to the actual population at any given time. Notice that this law is very similar in nature to Newton's law. Both laws predict that the rate of change of a quantity is in some sense proportional to the quantity remaining at a given time. The only difference is that Newton's law has to do with the decrease in heat while Malthus law has to do with increase in population. Let the population at a given time t 0 be P 0 and at any time t later be P(t). Then according to Malthus law, dp dt P If k is the constant of proportionality, the above equation becomes dp dt = kp This is a very simple equation whose solution is ln P = k t + c, where c is the constant of integration. Using the initial condition that at t = t 0 ; P = P 0, we get We can then write the solution as that is, ln P 0 = k t 0 + c ln P = k t + ln P 0 k t 0 ln P = k(t t 0 ) + ln P 0 P = P 0 k(t t 0 ) ** The world population in 1965 and in 1970 was billions and billions, respectively. What was the population in 1973? Solution: From equation (2.19), using the data for 1965 and 1970, To find the population in 1973, we have that 14

15 The actual population of the world in 1973 was billions! b) Newton s Law of motion. Consider a mass falling under the influence of constant gravity, such as approximately found on the Earth s surface. Newton s law, F = ma, results in the equation where x is the height of the object above the ground, m is the mass of the object, and g = 9.8 m/s 2 is the constant gravitational acceleration. Find the height as a function of time if the initial height is y 0 and initial speed is v 0. Here, the right-hand-side of the ode is a constant. The first integration, obtained by antidifferentiation, yields where A is the constant of integration, and the second integration gives with B another constant of integration. The two constants of integration A and B can be determined from initial conditions. If we know that the initial height of the mass is x0, and the initial velocity is v0, then the correct initial conditions are Substitution of these initial conditions into the equations for dx/dt and x allows us to solve for A and B to determine the unique solution that satisfies both the ode and the initial conditions: c) Falling Body Problems We shall now consider some examples of a body falling through air toward the earth. In such a circumstance the body encounters air resistance as it falls. The amount of air resistance depends upon the velocity of the body, but no general law exactly expressing this dependence is known. In some instances the law R = kv appears to be quite satisfactory, while in others R = kv 2 appears to be more exact. In any case, the constant of proportionality k in turn depends on several circumstances. In the examples that follow we shall assume certain reasonable resistance laws in each case. Thus we shall actually be dealing with idealized problems in which the true resistance law is approximated and in which certain comparatively negligible factors are disregarded. 15

16 Example: A body weighing 8 lb falls from rest toward the earth from a great height. As it falls, air resistance acts upon it, and we shall assume that this resistance (in pounds) is numerically equal to 2v, where v is the velocity (in feet per second). Find the velocity and distance fallen at time t seconds. 16

17 Homework: A skydiver equipped with parachute and other essential equipment falls from rest toward the earth. The total weight of the man plus the equipment is 160 lb. Before the parachute opens, the air resistance (in pounds) is numerically equal to iv, where v is the velocity (in feet per second). The parachute opens 5 sec after the fall begins; after it opens, the air resistance (in pounds) is numerically equal to V2, where v is the velocity (in feet per second). Find the velocity of the skydiver (A) before the parachute opens, and (B) after the parachute opens. d) Mixture Problems We now consider rate problems involving mixtures. A substance S is allowed to flow into a certain mixture in a container at a certain rate, and the mixture is kept uniform by stirring. Further, in one such situation, this uniform mixture simultaneously flows out of the container at another (generally different) rat.e; in another situation this may not be the case. In either case we seek to determine the quantity of the substance S present in the mixture at time t. Letting x denote the amount of S present at time t, the derivative dx/dt denotes the rate of change of x with respect to t. If IN denotes the rate at which S enters the mixture and OUT the rate at which it leaves, we have at once the basic equation from which to determine the amount x of S at time t. 17

18 Example: A tank initially contains 50 gal of pure water. Starting at time t = 0 a brine containing 2 lb of dissolved salt per gallon flows into the tank at the rate of 3 gal/min. The mixture is kept uniform by stirring and the well-stirred mixture simultaneously flows out of the tank at the same rate. 1. How much salt is in the tank at any time t > 0? 2. How much salt is present at the end of 25 min? 3. How much salt is present after a long time? Exercise: A large tank initially contains 50 gal of brine in which there is dissolved 10 lb of salt. Brine containing 2 lb of dissolved salt per gallon flows into the tank at the rate of 5 gal/min. The mixture is kept uniform by stirring, and the stirred mixture simultaneously flows out at the slower rate of 3 gal/min. How much salt is in the tank at any time t > 0? 18

19 e) Exponential growth/decay. Assume the rate of change of Q(t) is proportional to the quantity at time t. We can write where r is the rate of growth/decay and Q(t) is the amount of quantity at time t. If r > 0: exponential growth If r < 0: exponential decay Differential equation: Here r is called the growth rate. By IC, we get Q(0) = C = Q 0. The solution is Two concepts: Doubling time TD (only if r > 0): is the time that Q(T D ) = 2Q 0. Half life (or half time) TH (only for r < 0): is the time that Q(T H ) = (½) Q 0. Note here that T H > 0 since r < 0.. NB! TD, TH do not depend on Q 0. They only depend on r. Example: A radio active material is reduced to 1/3 after 10 years. Find its half life. Model: dq/dt = rq, r is rate which is unknown. We have the solution Q(t) = Q 0 e rt. So 19

20 Q 10 = Q 0 e rt = Q 0, Q 3 0e 10r = Q 0 ln 3, r = 3 10 To find the half life, we only need the rate r T H = ln 2 10 ln 2 = ln 2 = 10 r ln 3 ln 3 Exercise: The rate at which radioactive nuclei decay is proportional to the number of such nuclei that are present in a given sample. Half of the original number of radioactive nuclei have undergone disintegration in a period of 1500 years. a) What percentage of the original radioactive nuclei will remain after 4500 years? b) In how many years will only one-tenth of the original number remain? f) Newton's Law of Cooling The Newton s Law of Cooling states that the rate of change of the temperature of a cooling body is porportional to the difference between the temperature of the body and the constant temperature of the medium surrounding the body. Apply this law to the following problem. Example: A body of temperature 80 F is placed in a room of constant temperature 50 F at time t = 0; and at the end of 5 minutes, the body has cooled to a temperature of 70 F. Determine the temperature of the body as a function of time for t > 0. In particular answer the following questions: 1. What is the temperature of the body at the end of 10 minutes? 2. When will the temperature of the body be 60 F? 3. After how many minutes will the temperature of the body be within 1 F of the constant 50 temperature of the room? 20

21 21

22 22

23 Exercises A. 1. Show that the equation is exact, and obtain its general solution. Also, find the particular solution corresponding to the given initial condition as well. Ans: 2. Obtain the general solution, using the methods of this section. Ans: a) x 2-2xy y 2 = C 3. Use separation of variables to find the general solution. Ans: 4. Solve y = (3x 2-1)/(2y), subject to the given initial condition a) y(0) = -3, b) y(0) = -1, c) y(4) = 5, d) y(-1)=0. Ans: 23

24 5. Solve x y' + y= 6x 2 subject to the given initial condition a) y(1) = 0 and b) y(-3) = 18, using any method of this section. Ans: a) y(x) = 2x 2 2/x, b) y(x) = 2x 2 6. Solve the problems in the course books. B. 24

25 References: 1. Fundamentals of Differential Equations, R. K. Nagle, E.B. Saff, A. D. Snider, 8th Edition, (Pearson) (for Lecture 1-5). 2. Ross, S.L. Introduction to Ordinary Differential Equations, 4th edition. Wiley, O'Neil, P.V. Advanced Engineering Mathematics, 5th edition. Thomson,

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

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

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

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

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

LECTURE 4-1 INTRODUCTION TO ORDINARY DIFFERENTIAL EQUATIONS

LECTURE 4-1 INTRODUCTION TO ORDINARY DIFFERENTIAL EQUATIONS 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

More information

Problem Set. Assignment #1. Math 3350, Spring Feb. 6, 2004 ANSWERS

Problem Set. Assignment #1. Math 3350, Spring Feb. 6, 2004 ANSWERS Problem Set Assignment #1 Math 3350, Spring 2004 Feb. 6, 2004 ANSWERS i Problem 1. [Section 1.4, Problem 4] A rocket is shot straight up. During the initial stages of flight is has acceleration 7t m /s

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

Chapter 2 Notes, Kohler & Johnson 2e

Chapter 2 Notes, Kohler & Johnson 2e Contents 2 First Order Differential Equations 2 2.1 First Order Equations - Existence and Uniqueness Theorems......... 2 2.2 Linear First Order Differential Equations.................... 5 2.2.1 First

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

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

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

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

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

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

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

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

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

These notes are based mostly on [3]. They also rely on [2] and [1], though to a lesser extent.

These notes are based mostly on [3]. They also rely on [2] and [1], though to a lesser extent. Chapter 1 Introduction These notes are based mostly on [3]. They also rely on [2] and [1], though to a lesser extent. 1.1 Definitions and Terminology 1.1.1 Background and Definitions The words "differential

More information

Assignment # 3, Math 370, Fall 2018 SOLUTIONS:

Assignment # 3, Math 370, Fall 2018 SOLUTIONS: Assignment # 3, Math 370, Fall 2018 SOLUTIONS: Problem 1: Solve the equations: (a) y (1 + x)e x y 2 = xy, (i) y(0) = 1, (ii) y(0) = 0. On what intervals are the solution of the IVP defined? (b) 2y + y

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

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Chapter 1 Introduction and Basic Terminology Most of the phenomena studied in the sciences and engineering involve processes that change with time. For example, it is well known

More information

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

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

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

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

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

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

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

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

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

Computational Neuroscience. Session 1-2

Computational Neuroscience. Session 1-2 Computational Neuroscience. Session 1-2 Dr. Marco A Roque Sol 05/29/2018 Definitions Differential Equations A differential equation is any equation which contains derivatives, either ordinary or partial

More information

2r 2 e rx 5re rx +3e rx = 0. That is,

2r 2 e rx 5re rx +3e rx = 0. That is, Math 4, Exam 1, Solution, Spring 013 Write everything on the blank paper provided. You should KEEP this piece of paper. If possible: turn the problems in order (use as much paper as necessary), use only

More information

Basic Theory of Differential Equations

Basic Theory of Differential Equations page 104 104 CHAPTER 1 First-Order Differential Equations 16. The following initial-value problem arises in the analysis of a cable suspended between two fixed points y = 1 a 1 + (y ) 2, y(0) = a, y (0)

More information

Ordinary Differential Equations Lake Ritter, Kennesaw State University

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

More information

3 Algebraic Methods. we can differentiate both sides implicitly to obtain a differential equation involving x and y:

3 Algebraic Methods. we can differentiate both sides implicitly to obtain a differential equation involving x and y: 3 Algebraic Methods b The first appearance of the equation E Mc 2 in Einstein s handwritten notes. So far, the only general class of differential equations that we know how to solve are directly integrable

More information

Applications of First Order Differential Equation

Applications of First Order Differential Equation Dr Mansoor Alshehri King Saud University MATH204-Differential Equations Center of Excellence in Learning and Teaching 1 / 39 Orthogonal Trajectories How to Find Orthogonal Trajectories Growth and Decay

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

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

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

MATH 312 Section 3.1: Linear Models

MATH 312 Section 3.1: Linear Models MATH 312 Section 3.1: Linear Models Prof. Jonathan Duncan Walla Walla College Spring Quarter, 2007 Outline 1 Population Growth 2 Newton s Law of Cooling 3 Kepler s Law Second Law of Planetary Motion 4

More information

ORDINARY DIFFERENTIAL EQUATIONS

ORDINARY DIFFERENTIAL EQUATIONS ORDINARY DIFFERENTIAL EQUATIONS William A. Adkins Mark G. Davidson January 2, 24 ii Contents FIRST ORDER DIFFERENTIAL EQUATIONS. Introduction...................................2 Separable Equations.............................

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

Math Reading assignment for Chapter 1: Study Sections 1.1 and 1.2.

Math Reading assignment for Chapter 1: Study Sections 1.1 and 1.2. Math 3350 1 Chapter 1 Reading assignment for Chapter 1: Study Sections 1.1 and 1.2. 1.1 Material for Section 1.1 An Ordinary Differential Equation (ODE) is a relation between an independent variable x

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

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

(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

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

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

Lecture 1, August 21, 2017

Lecture 1, August 21, 2017 Engineering Mathematics 1 Fall 2017 Lecture 1, August 21, 2017 What is a differential equation? A differential equation is an equation relating a function (known sometimes as the unknown) to some of its

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

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

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

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

MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES

MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES J. WONG (FALL 2017) What did we cover this week? Basic definitions: DEs, linear operators, homogeneous (linear) ODEs. Solution techniques for some classes

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

FLAP M6.1 Introducing differential equations COPYRIGHT 1998 THE OPEN UNIVERSITY S570 V1.1

FLAP M6.1 Introducing differential equations COPYRIGHT 1998 THE OPEN UNIVERSITY S570 V1.1 F1 (a) This equation is of first order and of first degree. It is a linear equation, since the dependent variable y and its derivative only appear raised to the first power, and there are no products of

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

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

Lecture Notes on. Differential Equations. Emre Sermutlu

Lecture Notes on. Differential Equations. Emre Sermutlu Lecture Notes on Differential Equations Emre Sermutlu ISBN: Copyright Notice: To my wife Nurten and my daughters İlayda and Alara Contents Preface ix 1 First Order ODE 1 1.1 Definitions.............................

More information

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

Lecture Notes for Math 251: ODE and PDE. Lecture 6: 2.3 Modeling With First Order Equations

Lecture Notes for Math 251: ODE and PDE. Lecture 6: 2.3 Modeling With First Order Equations Lecture Notes for Math 251: ODE and PDE. Lecture 6: 2.3 Modeling With First Order Equations Shawn D. Ryan Spring 2012 1 Modeling With First Order Equations Last Time: We solved separable ODEs and now we

More information

( ) ( ). ( ) " d#. ( ) " cos (%) " d%

( ) ( ). ( )  d#. ( )  cos (%)  d% Math 22 Fall 2008 Solutions to Homework #6 Problems from Pages 404-407 (Section 76) 6 We will use the technique of Separation of Variables to solve the differential equation: dy d" = ey # sin 2 (") y #

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

Compartmental Analysis

Compartmental Analysis Compartmental Analysis Math 366 - Differential Equations Material Covering Lab 3 We now learn how to model some physical phonomena through DE. General steps for modeling (you are encouraged to find your

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

Math Assignment 2

Math Assignment 2 Math 2280 - Assignment 2 Dylan Zwick Spring 2014 Section 1.5-1, 15, 21, 29, 38, 42 Section 1.6-1, 3, 13, 16, 22, 26, 31, 36, 56 Section 2.1-1, 8, 11, 16, 29 Section 2.2-1, 10, 21, 23, 24 1 Section 1.5

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

HOMEWORK # 3 SOLUTIONS

HOMEWORK # 3 SOLUTIONS HOMEWORK # 3 SOLUTIONS TJ HITCHMAN. Exercises from the text.. Chapter 2.4. Problem 32 We are to use variation of parameters to find the general solution to y + 2 x y = 8x. The associated homogeneous equation

More information

CHAPTER 1. First-Order Differential Equations and Their Applications. 1.1 Introduction to Ordinary Differential Equations

CHAPTER 1. First-Order Differential Equations and Their Applications. 1.1 Introduction to Ordinary Differential Equations CHAPTER 1 First-Order Differential Equations and Their Applications 1.1 Introduction to Ordinary Differential Equations Differential equations are found in many areas of mathematics, science, and engineering.

More information

The most up-to-date version of this collection of homework exercises can always be found at bob/math365/mmm.pdf.

The most up-to-date version of this collection of homework exercises can always be found at   bob/math365/mmm.pdf. Millersville University Department of Mathematics MATH 365 Ordinary Differential Equations January 23, 212 The most up-to-date version of this collection of homework exercises can always be found at http://banach.millersville.edu/

More information

Ordinary Differential Equations

Ordinary Differential Equations 12/01/2015 Table of contents Second Order Differential Equations Higher Order Differential Equations Series The Laplace Transform System of First Order Linear Differential Equations Nonlinear Differential

More information

EXAM. Exam #1. Math 3350 Summer II, July 21, 2000 ANSWERS

EXAM. Exam #1. Math 3350 Summer II, July 21, 2000 ANSWERS EXAM Exam #1 Math 3350 Summer II, 2000 July 21, 2000 ANSWERS i 100 pts. Problem 1. 1. In each part, find the general solution of the differential equation. dx = x2 e y We use the following sequence of

More information

Math 307 E - Summer 2011 Pactice Mid-Term Exam June 18, Total 60

Math 307 E - Summer 2011 Pactice Mid-Term Exam June 18, Total 60 Math 307 E - Summer 011 Pactice Mid-Term Exam June 18, 011 Name: Student number: 1 10 10 3 10 4 10 5 10 6 10 Total 60 Complete all questions. You may use a scientific calculator during this examination.

More information

Separable Differential Equations

Separable Differential Equations Separable Differential Equations MATH 6 Calculus I J. Robert Buchanan Department of Mathematics Fall 207 Background We have previously solved differential equations of the forms: y (t) = k y(t) (exponential

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

2.12: Derivatives of Exp/Log (cont d) and 2.15: Antiderivatives and Initial Value Problems

2.12: Derivatives of Exp/Log (cont d) and 2.15: Antiderivatives and Initial Value Problems 2.12: Derivatives of Exp/Log (cont d) and 2.15: Antiderivatives and Initial Value Problems Mathematics 3 Lecture 14 Dartmouth College February 03, 2010 Derivatives of the Exponential and Logarithmic Functions

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

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

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

Tutorial-1, MA 108 (Linear Algebra)

Tutorial-1, MA 108 (Linear Algebra) Tutorial-1, MA 108 (Linear Algebra) 1. Verify that the function is a solution of the differential equation on some interval, for any choice of the arbitrary constants appearing in the function. (a) y =

More information

VANDERBILT UNIVERSITY. MATH 2610 ORDINARY DIFFERENTIAL EQUATIONS Practice for test 1 solutions

VANDERBILT UNIVERSITY. MATH 2610 ORDINARY DIFFERENTIAL EQUATIONS Practice for test 1 solutions VANDERBILT UNIVERSITY MATH 2610 ORDINARY DIFFERENTIAL EQUATIONS Practice for test 1 solutions The first test will cover all material discussed up to (including) section 4.5. Important: The solutions below

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

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

(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

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Spring Department of Mathematics

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Spring Department of Mathematics Mathematical Models MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 Ordinary Differential Equations The topic of ordinary differential equations (ODEs)

More information

Differential Equations Spring 2007 Assignments

Differential Equations Spring 2007 Assignments Differential Equations Spring 2007 Assignments Homework 1, due 1/10/7 Read the first two chapters of the book up to the end of section 2.4. Prepare for the first quiz on Friday 10th January (material up

More information

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics Mathematical Models MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Ordinary Differential Equations The topic of ordinary differential equations (ODEs) is

More information

Example (#1) Example (#1) Example (#2) Example (#2) dv dt

Example (#1) Example (#1) Example (#2) Example (#2) dv dt 1. Become familiar with a definition of and terminology involved with differential equations Calculus - Santowski. Solve differential equations with and without initial conditions 3. Apply differential

More information

Math 210 Differential Equations Mock Final Dec *************************************************************** 1. Initial Value Problems

Math 210 Differential Equations Mock Final Dec *************************************************************** 1. Initial Value Problems Math 210 Differential Equations Mock Final Dec. 2003 *************************************************************** 1. Initial Value Problems 1. Construct the explicit solution for the following initial

More information

Homogeneous Equations with Constant Coefficients

Homogeneous Equations with Constant Coefficients Homogeneous Equations with Constant Coefficients MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 General Second Order ODE Second order ODEs have the form

More information

Chain Rule. MATH 311, Calculus III. J. Robert Buchanan. Spring Department of Mathematics

Chain Rule. MATH 311, Calculus III. J. Robert Buchanan. Spring Department of Mathematics 3.33pt Chain Rule MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Spring 2019 Single Variable Chain Rule Suppose y = g(x) and z = f (y) then dz dx = d (f (g(x))) dx = f (g(x))g (x)

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

Section 11.1 What is a Differential Equation?

Section 11.1 What is a Differential Equation? 1 Section 11.1 What is a Differential Equation? Example 1 Suppose a ball is dropped from the top of a building of height 50 meters. Let h(t) denote the height of the ball after t seconds, then it is known

More information

Introduction to Differential Equations

Introduction to Differential Equations Chapter 1 Introduction to Differential Equations 1.1 Basic Terminology Most of the phenomena studied in the sciences and engineering involve processes that change with time. For example, it is well known

More information

Chapter 2: Differentiation

Chapter 2: Differentiation Chapter 2: Differentiation Spring 2018 Department of Mathematics Hong Kong Baptist University 1 / 82 2.1 Tangent Lines and Their Slopes This section deals with the problem of finding a straight line L

More information

Math RE - Calculus II Differential Equations Page 1 of 9

Math RE - Calculus II Differential Equations Page 1 of 9 Math 201-203-RE - Calculus II Differential Equations Page 1 of 9 Introduction to Differential equation (O.D.E) A differential equation is an equation containing derivatives such as: (1) xy = y 5 (2) d2

More information

Solutions to Section 1.1

Solutions to Section 1.1 Solutions to Section True-False Review: FALSE A derivative must involve some derivative of the function y f(x), not necessarily the first derivative TRUE The initial conditions accompanying a differential

More information

P (t) = rp (t) 22, 000, 000 = 20, 000, 000 e 10r = e 10r. ln( ) = 10r 10 ) 10. = r. 10 t. P (30) = 20, 000, 000 e

P (t) = rp (t) 22, 000, 000 = 20, 000, 000 e 10r = e 10r. ln( ) = 10r 10 ) 10. = r. 10 t. P (30) = 20, 000, 000 e APPM 360 Week Recitation Solutions September 18 01 1. The population of a country is growing at a rate that is proportional to the population of the country. The population in 1990 was 0 million and in

More information

Bessel s Equation. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics

Bessel s Equation. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics Bessel s Equation MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Background Bessel s equation of order ν has the form where ν is a constant. x 2 y + xy

More information