Ordinary Di erential Equations Lecture notes for Math 133A. Slobodan N. Simić

Size: px
Start display at page:

Download "Ordinary Di erential Equations Lecture notes for Math 133A. Slobodan N. Simić"

Transcription

1 Ordinary Di erential Equations Lecture notes for Math 133A Slobodan N. Simić

2 c Slobodan N. Simić 2016

3

4 Contents Chapter 1. First order di erential equations What is a di erential equation? Basic examples and modeling The notion of a solution Separable equations Linear equations Existence and uniqueness of solutions The phase line and classification of equilibria Linearization Numerical methods 38 Chapter 2. First order systems Examples of systems of di erential equations Vector fields and solutions curves The phase plane, equilibria and periodic solutions Existence and uniqueness of solutions 58 Chapter 3. Linear systems Definition and examples Linear algebra preliminaries Properties of linear systems Phase planes for planar linear systems The trace-determinant plane Second order linear equations Forced harmonic oscillators 112 Chapter 4. Nonlinear systems Equilibria and periodic solutions Linearization Hamiltonian systems Gradient systems 131 Chapter 5. Laplace transform Why another method? 133 vii

5 viii CONTENTS 5.2. Definition and basic properties Discontinuous forcing Impulse forcing Convolution and the Laplace transform 150

6 Preface This is a set of lecture notes for Math 133A: Ordinary Differential Equations taught by the author at San José State University in the Fall 2014 and The only prerequisite for the course is multivariable calculus. The notes focus on qualitative analysis of di erential equations in dimensions one and two. Since the class is mainly intended for SJSU engineering majors, the Laplace transform is also covered in some detail. Sections 4.3 and 4.4 (on Hamiltonian and gradient systems) remain to be added. Corrections, comments, and suggestions would be greatly appreciated and should be ed to the author at slobodan.simic@sjsu.edu. The authors thanks the Textbook Alternatives Project at SJSU for their support. Slobodan N. Simić Department of Mathematics and Statistics San José State University ix

7

8 CHAPTER 1 First order di erential equations Newton s fundamental discovery, the one which he considered necessary to keep secret and published only in the form of an anagram, consists of the following: Data aequatione quotcunque fluentes quantitae involvente fluxiones invenire et vice versa. In contemporary mathematical language this means: It is useful to solve di erential equations. Vladimir Arnold 1.1. What is a di erential equation? Di erential equations are arguably the most important types of equations in mathematics, the natural sciences and engineering. They are one of the basic tools of mathematics. Modeling natural phenomena leads straight to di erential equations. The first person to systematically study di erential equations was Isaac Newton. He considered his discovery that di erential equations are useful for modeling physical phenomena one of his greatest, so he kept it secret and published it only in the form of an anagram (see the quote above). But what is a di erential equation? Here s an example: (1.1) Here s another: (1.2) dy dt = =0. And here s an equation that s not a di erential equation: (1.3) x 2 +3x +2=0. In each example there s an unknown we are supposed to solve for, but unlike the last equation (which is just a simple quadratic equation), where the unknown is a number, in the first two equations the unknown is a function. In(1.1) the unknown is the function y which depends on a single real variable t; in(1.2), the unknown is a function u which depends on two real variables, x and y. The first two equations involve derivatives of the unknown function, which is why we call them di erential 1

9 2 1. FIRST ORDER DIFFERENTIAL EQUATIONS equations. Equation (1.1) contains an ordinary derivative dy of the unknown function y, sowe dt call it an ordinary di erential equation. This equation arises in modeling exponential growth (e.g., population dynamics). Equation (1.2) contains partial derivatives of the unknown function u, sowe call it a partial di erential equation. This equation (called Laplace s equation) arises in many areas, such as astronomy, electromagnetism, and fluid dynamics. In these lecture notes we will only be concerned with ordinary di erential equations. An ordinary di erential equation is an equation in which the unknown is a function of one independent variable and the equation involves derivatives of that function. The order of an equation is the order of the highest derivative appearing in it. We will always denote the independent variable by t and think of it as time. Usually the unknown function of t will be denoted by the letter y. Thus a first-order ordinary di erential equation is always of the form F (t, y, y 0 )=0, where F is some function of three variables and y 0 = dy dt. It is often possible to solve for y0 and rewrite the equation in the more useful form (1.4) y 0 = f(t, y). For instance, in (1.1), f(t, y) =y. If the right-hand side in (1.4) does not depend on t, we call the equation autonomous. Otherwise, it is called non-autonomous. Thus (1.1) is autonomous, whereas y 0 = t + y is not. Similarly, most second-order ordinary di erential equations can be written in the form y 00 = g(t, y, y 0 ), where g is some function of three variables and y 00 = d2 y dt 2. In Chapters 2, 3 and 4, we will be studying systems of di erential equations, where there is not just one, but several unknown functions, all depending on the same independent variable t. We postpone the discussion of systems to Chapter 2. Since the unknown in a di erential equation is a function, solving a di erential equation means (at least in principle) finding infinitely many unknown numbers. This is in general much harder then solving for just one or two numbers (like in numerical equations such as (1.3)). As a rule of thumb, di erential equations are harder to solve than numerical equations, and among di erential equations, partial di erential equations are harder to solve than ordinary di erential equations. In fact, it turns out that most di erential equations cannot be solved explicitly (i.e., there s no equivalent of the quadratic formula). But more about this later. Notation. If y is a di erentiable function of an independent variable t, we will denote its derivative either by y 0 (when it s clear with respect to what variable the derivative is taken) or by dy. Sometimes (especially if t denotes time) we will use Newton s notation ẏ. Soremember: dt y 0 =ẏ = dy dt Basic examples and modeling In this section we will introduce three di erential equations which arise in the modeling of population growth and harmonic oscillators. Before we do that, let us first discuss what we mean by modeling.

10 1.2. BASIC EXAMPLES AND MODELING 3 Essentially, all of science is a search for models for how the Universe works. But to quote George E. P. Box, a British-American statistician: Essentially, all models are wrong, but some are useful. That s of course because the Universe (or almost any subset of it) is too complicated to be modeled by our puny mathematical tools, since a model is just a mathematical representation of the real world (whatever that is). We can only hope to partially represent some aspects of the real phenomenon we wish to understand. So to obtain a reasonable model we need to make simplifying assumptions. That allows us to identify a finite (and ideally small) number of relevant variables and parameters, and then write down a set (also ideally small) of equations comprising our model. Once we have it, we can temporarily (but only temporarily) forget the real thing and analyze the model using any tools and methods that mathematics can o er. And that means calculus, geometry, topology, etc. After we have understood our mathematical model, we can make predictions about its future behavior and compare those predictions with real data (which we can presumably obtain by observation and measurement). This can give us some idea about the validity and limitations of our model, which we can use to improve it, say by including more relevant variables or parameters, choosing a better set of equations, etc. We usually start by building a model that is as simple as possible yet reflecting the basic features of the real phenomenon we are trying to represent. If the model is not good enough, we make it more complex. The goal is to have a good balance between simplicity (which often translates into tractability) and faithfulness in representing the real world. Let s see how this works in the following examples Unlimited population growth. Assume we have the population of some species (say fruit flies), which has the following remarkable properties: Its members never die. The population has access to an unlimited supply of food. The species spends all of its time reproducing itself. How do we go about modeling the change of this population with time? First, let us denote the number of individual members of the population by P and time by t. So P is a function of t. Of course, in reality P is a positive integer, but since we are hoping to study its rate of change with respect to t, we choose to treat it as a continuous variable, i.e., a real number. In fact, we will assume that P is a di erentiable function of t; in other words, we assume that P 0 = dp exists for dt all values of t. What do our standing assumptions tell us about the rate of change P 0 of P with respect to t? It is clear that the larger the size P of the population, the faster it reproduces, i.e., the larger its rate of change P 0. Thus it makes sense to assume that P 0 is proportional to P, which means that there exists a positive parameter k 1 such that P 0 = kp. Thus the simplest di erential equation modeling the growth of the population satisfying the above properties is (1.5) dp dt = kp. This is the simplest non-trivial example of a di erential equation (in which the right-hand side is not just a function of the independent variable). We will study it in two ways: qualitatively and analytically (i.e., by solving it). 1 This parameter is related to the food supply, but we will not elaborate on that connection here.

11 4 1. FIRST ORDER DIFFERENTIAL EQUATIONS Qualitative approach: First of all, what is qualitative analysis of a di erential equation? The short answer is: it is a type of analysis in which we do not explicitly solve the equation (because we usually can t) but instead try to understand what happens to solutions as t! +1 and t! 1. Let P (t) be a solution to (1.5) and set P 0 = P (0). This is the initial value of the population when t = 0. Let s see what we can say about P (t) for large t for various values of P 0. Assume first that P 0 = 0. If there is no population to speak of at the beginning, there will obviously be no population at any time in the future or past, so P (t) = 0, for all values of t. The solution is constant; we will call such solutions equilibrium solutions or equilibria. 2 Finding and understanding such solutions is an important part of qualitative analysis. If P 0 > 0, then P 0 (0) > 0, so by calculus P must be an increasing function near t = 0. Therefore P (t) is positive at least for small values of t>0. But for any such value of t, P (t) > 0 implies that P 0 (t) is also positive, since P 0 (t) =kp(t) and k>0. Therefore, P (t) keeps increasing as t gets bigger and it is not hard to see that it never stops increasing. That is, if P 0 > 0, then P (t)!1, as t!1, which is not surprising. Forgetting that P denotes population for a moment, let s see what happens if P 0 < 0. We leave it as an exercise to the reader to show, in exactly the same way as in the previous paragraph, that P (t)! 1, as t! Figure 1.1. Three types of solutions of equation (1.5). Therefore, qualitatively speaking, there are only three types of solutions: the equilibrium solution (corresponding to the situation when P 0 = 0), those solutions that tend to +1 and those that tend to 1 (both as t!1). Analytic approach: Now let us solve (1.5). It is easy to see that one solution is P (t) 0 3 : just plug it into both sides of the equation and check that it works. Assume P 6= 0. Divide both sides of the equation by P and, pretending that dp and dt have a meaning 2 Equilibria is the plural of equilibrium. 3 The symbol means that the left-hand side equals the right-hand side for all values of the independent variable.

12 1.2. BASIC EXAMPLES AND MODELING 5 independent of each other, multiply both sides by dt. We obtain dp P = kdt. Now integrate both sides: Z Z dp P = kdt. Observe that P is now a dummy variable in the indefinite integral on the left and t plays the same role in the integral on the right. Solve these integrals. (If you don t remember how to do that, you need to review basic integration techniques.) This gives us ln P = kt + C, where C is a constant and ln denotes the natural logarithm. Exponentiating both sides we get P = e kt+c = e kt e C = Be kt, where B = e C, just another constant (for now). Since P = ±P, taking A = ±B (just another arbitrary constant), we obtain P = Ae kt. So every non-zero solution appears to be a constant multiple of the exponential function e kt! How does the constant A relate to the initial value P 0 of P? Let s see: set t =0in the previous equation and get P 0 = Ae k 0 = A. So A equals the initial value P 0 of P (t)! Therefore, given P 0 = P (0), our solution must be (1.6) P (t) =P 0 e kt, for all values of t. Note that we obtained this formula assuming that P 0 6= 0, but (1.6) does work even if P 0 = 0. The method we used for finding the solution is called separation of variables. We ll learn more about it in Section 1.4. Observe that the explicit solution given by (1.6) is consistent with the conclusions of the qualitative analysis: even though there are infinitely many solutions (one for each initial value of P (t)), they fall into one of the three categories discussed above Logistic population model. It s pretty clear that the assumptions we made in the previous model are extremely unrealistic. Indeed, if we compared the predictions of this model to real data (say, the US census) we would see that they agree only for small values of t. When t becomes large, the predictions have nothing to do with reality whatsoever. So how can we improve our model and keep it not too complicated? Recall that the right-hand side of equation (1.5) is a very simple function of P : it is linear in P,whichiswhy(1.5) is an example of a linear di erential equation (with constant coe cients); more on those in Section 1.5. So one way to improve our model would be to use a slightly more sophisticated, non-linear function on the right-hand side of the equation. Of course, we don t want to make it too complicated either, so the most natural choice would be a quadratic function of P, i.e., something that looks like this: f(p )=AP 2 + BP + C, for some suitably chosen parameters A, B and C. But how do we choose these parameters? One way is to make better assumptions. For starters, no more unlimited

13 6 1. FIRST ORDER DIFFERENTIAL EQUATIONS quantities of food. How do we incorporate this assumption in the new model? Here s one way to do that. (1) For small P, we still want P 0 to be nearly proportional to P, i.e., when the population is small we would like P 0 to be approximately equal to kp, wherek is a parameter as in the previous model. (2) However, if P gets too large, we will assume that P 0 becomes negative, that is, the population decreases. How large is too large? We assume that there is a sort of ideal population N also called the carrying capacity such that if P<N,thenP 0 > 0 and if P>N, then P 0 < 0. What is the simplest quadratic function f(p ) which incorporates these assumptions? Assumption (1) suggests that we should try f(p )=kp (something), where something is close to 1 when P is small. But we need to make sure that assumption (2) is also satisfied. After thinking about this for a while, we are inescapably lead to the following solution: something = 1 Thus our new model for population growth becomes P N. (1.7) dp dt = f(p ), where f(p )=kp 1 P. N The graph of the function f (with k = 3 and N = 4) is given in Figure Figure 1.2. The graph of f with k = 3 and N = 4. It is not hard to see that assumptions (1) and (2) are satisfied. Equation (1.7) is called a logistic equation. It is an example of a non-linear di erential equation. Even though we could again separate the variables and find an explicit formula for all solutions, we will not do that here (see Section 1.4 for that approach). Instead, we employ only the qualitative approach to show its power and simplicity. As in the previous example, let us first find the equilibrium solutions. Recall that a solution P (t) is an equilibrium solution if it is constant, i.e., if P 0 (t) = 0 for all t. But if P 0 = 0, then

14 1.2. BASIC EXAMPLES AND MODELING 7 f(p ) = 0, so we can find equilibrium solutions by solving the algebraic equation f(p ) = 0, which in our case is P kp 1 =0. N And that s a pretty easy task: the only solutions are P = 0 and P = N. Therefore, there are only two equilibrium solutions: the trivial one (when the population is always zero) and the ideal one when the population equals the carrying capacity: P (t) =N, for all t. What if the initial population P 0 is di erent from 0 and N? Here s how to approach this question. Suppose that at some time t the population is P. If 0 <P <N,thenf(P ) > 0, so P 0 = f(p ) > 0, which means that P is increasing. If P>N,thenP 0 = f(p ) < 0, which means that P is decreasing, exactly as we wanted. Thus solutions whose value is in the interval (0,N) are increasing and those in the interval (N,1) are decreasing. Here s a crucial question: if 0 <P <N, can the solution increase beyond N? Or:ifP>N, can it decrease below N? Let s see. Assume we have a solution P (t) such that 0 <P(0) <Nbutat some point in the future P (t + ) >N. Solutions are continuous (in fact, di erentiable!) functions, so there must be some intermediate time t 0 such that P (t 0 )=N. (What theorem of calculus guarantees this?) Therefore, when t = t 0, our solution and the equilibrium solution P (t) N cross! This would mean that after time t = t 0 our population could choose to follow the solution P or it could decide to stay at the equilibrium N. Population growth would not be a deterministic process! This is clearly nonsense, so solutions cannot cross. (This is related to uniqueness of solutions, which will be discussed in Section 1.6.) Thus if a solution P satisfies 0 <P(t) <N for some t, satisfies the same inequality for all t. Similarly, if P (t) >N for some t, the same holds for all t Figure 1.3. Graphs of several solutions of the logistic equation (1.7) with k = 3 and N = 4. We draw the following conclusions (see Figure 1.3): There are two equilibrium solutions, P = 0 and P = N. If 0 <P <N, the solution increases and converges to N, as t!1. (Where does it converge as t! 1?) If P>N, the solution decreases and converges to N, as t!1. (Where does it converge as t! 1?) Finally, if P<0 (ignoring the physical impossibility of this), then we similarly obtain that the solution must decrease to 1, as t!1.

15 8 1. FIRST ORDER DIFFERENTIAL EQUATIONS 1.1. Example. Let us try to use the ideas utilized in studying the logistic population model to understand the following di erential equation: (1.8) y 0 = y 2 10y As before, y 0 stands for dy/dt, the derivative of the unknown function y with respect to time t. Observe that this is not a logistic equation, but that the right-hand side f(y) =y 2 10y + 21 is again a quadratic function of y. First of all, what are the equilibrium solutions? To answer this question, we factor the right-hand side of the equation: f(y) =(y 3)(y 7), then set f(y) = 0. The solutions to this algebraic equation are y 1 = 3 and y 2 = 7. These solutions give us the equilibrium solutions of the original di erential equation, namely, y 1 (t) = 3 and y 2 (t) =7 (for all t). Let us verify that y 1 (t) and y 2 (t) are indeed solutions to the equation (1.8). Substituting y 1 (t) = 3 into both sides of (1.8), we obtain d dt 3= , which is clearly satisfied. Therefore, y 1 (t) is indeed a solution and since it is constant, it is an equilibrium solution. We can check that y 2 (t) is also an equilibrium solution in a completely analogous way. It is clear that there are no other equilibrium solutions Figure 1.4. Graphs of several solutions of the equation (1.8). Now let us find all the values of y for which y(t) is increasing. By this we really mean to find all values y 0 such that if y(t) is the solution satisfying y(0) = y 0,theny(t) is increasing. Since y(t) is increasing if y 0 (t) > 0 and y 0 (t) =f(y(t)), all we need to do is find the values of y for which f(y) > 0. Since f(y) =(y 3)(y 7), we immediately see that f(y) > 0 only if y>7 or y<3. So all solutions y(t) in the interval (7, 1) are increasing as are all solutions in ( 1, 3). 4 Similarly, all solutions in the interval (3, 7) are decreasing. Graphs of several solutions are depicted in Fig It can be shown that if y(t) starts in one of these intervals, it will remain in the same interval for all time.

16 1.2. BASIC EXAMPLES AND MODELING The harmonic oscillator. There are many harmonic oscillators in nature. We will describe the so called mass-spring oscillator consisting of a mass m attached by a spring to a wall. If the mass is displaced from its natural equilibrium position, it will oscillate. Our job is to find a mathematical model for this physical system and explore its properties. We will do the former in this section and the latter in Chapter 3. Denote by y(t) the displacement of the mass m from its equilibrium position at time t. We can choose the coordinates on the real line so that the equilibrium is at the origin and assume that the distance increases towards the right, assuming the wall is on the left as in Figure 1.5. Figure 1.5. A mass-spring oscillator. The motion of the oscillator is governed by Newton s Second Law: The net force on an object equals its mass times its acceleration. 5 In mathematical language, (1.9) F = ma. We know that a is the second derivative of the position: a = d2 y dt 2 = y00 Let s figure out what the net force F is. To make the problem tractable, we need to make some simplifying assumptions such as these: the only forces that matter are friction (or damping) F f, the restoring force of the spring, F s, and an externally applied force F e. Thus we assume F = F f + F s + F e. By Hooke s Law, the force needed to extend a spring by a certain distance is proportional to that distance. Therefore, F s = ky, where k>0 is a constant called the sti ness of the spring. Note the negative sign; it s there because the spring is trying to return the mass to its equilibrium position (which is at y = 0), so when y>0, F s < 0 and when y<0, then F s > 0. To characterize the frictional force F f, we will use its simplest approximation and assume that it is proportional to the velocity of the object. In other words, F f = by 0, where b>0 is the damping constant (or the coe cient of friction). The external force F e cannot be specified in advance so we are only going to assume that it depends on time, i.e., F e = f(t), where f is some function. (f(t) is often periodic though it can be any kind of function, including a discontinuous one. We will learn how to deal with both kinds later.) 5 The correct statement is: the net force F equals the rate of change of the momentum, p, but for small speeds, mass can be assumed to be constant, so p 0 =(mv) 0 = mv 0 = ma, where v is the velocity and a is the acceleration.

17 10 1. FIRST ORDER DIFFERENTIAL EQUATIONS Substituting back in (1.9), we obtain ky by 0 + f(t) =my 00, which is equivalent to my 00 + by 0 + ky = f(t). This is the mass-spring oscillator equation. Observe that it s a second order equation; we will study second order linear equations in Chapter Consider the population model dp dt =0.2P Exercises 1 P, 135 where P (t) is the population at time t. (a) For what values of P is the population in equilibrium? (b) For what values of P is the population increasing? (c) What is the carrying capacity? (d) For which initial values of P does the population converge to the carrying capacity as t!1? 2. Consider the di erential equation y 0 = y 3 +3y 2 10y. (a) What are the equilibrium solutions? (b) For which values of y 0 is the solution y(t) starting at y 0 increasing? (y(t) starts at y 0 if y(0) = y 0.) (c) For which values of y 0 is the solution y(t) starting at y 0 decreasing? 3. In this exercise your task is to model radioactive decay. Use the following notation: t = time (independent variable); I(t) = amount of the radioactive isotope at time t (dependent variable); = decay rate, where >0 (parameter). Write the simplest equation modeling the decay of a radioactive isotope with decay rate. State the corresponding initial-value problem if the initial amount of the isotope is I The half-life of a radioactive isotope is the amount of time it takes for a quantity of that isotope to decay to one half of its original value. (a) Express the half-life of a radioactive isotope in terms of its decay rate. (b) The half-life of radiocarbon or Carbon 14 (C-14) is 5230 years. Determine its decay rate parameter. (c) Carbon dating is a method of determining the age of an object using the properties of radiocarbon. It was pioneered by Willard Libby and collaborators in 1949 to date archaeological, geological, and other samples. Its main idea is that by measuring the amount of radiocarbon still found in the organic mater and comparing it to the amount normally found in living matter, we can approximate the amount of time since death

18 1.3. THE NOTION OF A SOLUTION 11 occurred. 6 Using the decay-rate parameter found in part (b), find the time since death if 35% of radiocarbon is still in the sample The notion of a solution So far we have been a little imprecise and have freely talked about solutions to various di erential equations without ever defining what we meant by it. So suppose we have a first-order di erential equation (1.10) y 0 = f(t, y). What do we mean when we say that y(t) is a solution? The answer quite natural: y(t) is a solution to (1.10) if when plugged into (1.10), y(t) satisfies it, i.e., the left-hand side becomes identically and trivially equal to the right-hand side: y 0 (t) =f(t, y(t)), for all values of t for which both sides make sense. Here are some examples Example. Consider y 0 =2y. Theny(t) =e 2t is a solution as one can easily check. So are the functions e 2t and 2014e 2t, but not t 2, e t or sin t. (Note that this is just an equation modeling unlimited population growth as in Section ) 1.3. Example. The function y(t) = tan t is a solution to the equation y 0 =1+y 2. This equation has no equilibrium solutions. (Check this!) 1.4. Example. Define a function z(t) by z(t) = ( 0 if t apple 0 t 3 it t>0. Verify that z satisfies the di erential equation z 0 =3z 2/3. We have already encountered the notion of an equilibrium solution but because of its importance we repeat it definition: A solution is called an equilibrium solution if it is constant. A point y 0 is called an equilibrium point of a di erential equation if y(t) y 0 is a solution. How do we look for equilibrium solutions? Suppose that y(t) =y 0 is an equilibrium solution of the di erential equation y 0 = f(t, y). Plugging y(t) into the equation we obtain f(t, y 0 )=f(t, y(t)) = y 0 (t) = d dt y 0 =0, for all t. Conversely, suppose we found y 0 such that f(t, y 0 ) = 0, for all values of t. Then the above calculation also shows that y(t) =y 0 is an equilibrium solution of the equation y 0 = f(t, y). We conclude: y 0 is an equilibrium point of the equation y 0 = f(t, y) if and only if f(t, y 0 )=0,for all values of t. 6 This is based on the assumption that radiocarbon makes a constant proportion of the carbon ingested by living matter and that once the matter dies no new carbon is added to it.

19 12 1. FIRST ORDER DIFFERENTIAL EQUATIONS In particular, if the equation is autonomous, y 0 = f(y), then finding equilibrium points amounts to solving the equation f(y) =y. Observe that checking whether a given function is a solution is easy, but finding solutions is usually not. For instance, does the equation y 0 =1+y 4 sin 2 arctan y3 y + 17e have a solution satisfying the condition y(0) = 0? The answer is yes, but there s no way we can tell using the tools we have available at this point. This brings us to another notion of a solution. Often it is important to find a solution to a di erential equation which satisfies an initial condition of the type y(0) = y 0 or more generally y(t 0 )=y 0. We call the problem of finding a solution to the pair of equations y 0 = f(t, y), y(t 0 )=y 0 an initial-value problem, which we will sometimes abbreviate by IVP. A solution to an initialvalue problem is sometimes called a particular solution. We will also use the term general solution : an expression with parameters which describes all possible solutions to a di erential equation is called the general solution Example. The general solution to the equation dp dt = kp is P (t) =Aekt,whereA is a constant. (Recall that in fact A is just P (0), the initial value of the solution.) Let us prove this. Assume that Q(t) is any solution to the above equation. Define R(t) =Q(t)e kt.thenbythe product rule, R 0 (t) =Q 0 (t)e kt kq(t)e kt = {Q 0 (t) kq(t)}e kt. But Q(t) is a solution to P 0 = kp, soq 0 (t) kq(t) = 0. Therefore, R 0 (t) = 0, so R(t) mustbe constant, say R(t) A. Multiplying both sides by e kt, we obtain Q(t) =Ae kt, as claimed. Thus every solution is of the form Ae kt. Now that we have defined the notion of a solution, it s time to ask: Does every di erential equation have a solution? Does every initial-value problem have a solution? If so, is it unique? We will discuss these questions in Section 1.6. But first, let s learn how to solve some simple, though common types of di erential equations. Exercises 1. Verify the claim in Example Find a function g(t) such that y(t) =te t2 is a solution to the di erential equation y 0 = g(t)y. 3. Find a function h(y) such that the function y(t) =e 2t is a solution to the equation y 0 =2y t + h(y).

Ordinary Differential Equations. Slobodan N. Simić

Ordinary Differential Equations. Slobodan N. Simić Ordinary Differential Equations Slobodan N. Simić c Slobodan N. Simić 2014 Contents Chapter 1. First order differential equations 1 1.1. What is a differential equation? 1 1.2. Basic examples and modeling

More information

Math Lecture 1: Differential Equations - What Are They, Where Do They Come From, and What Do They Want?

Math Lecture 1: Differential Equations - What Are They, Where Do They Come From, and What Do They Want? Math 2280 - Lecture 1: Differential Equations - What Are They, Where Do They Come From, and What Do They Want? Dylan Zwick Fall 2013 Newton s fundamental discovery, the one which he considered necessary

More information

Figure 1: Doing work on a block by pushing it across the floor.

Figure 1: Doing work on a block by pushing it across the floor. Work Let s imagine I have a block which I m pushing across the floor, shown in Figure 1. If I m moving the block at constant velocity, then I know that I have to apply a force to compensate the effects

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

Resonance and response

Resonance and response Chapter 2 Resonance and response Last updated September 20, 2008 In this section of the course we begin with a very simple system a mass hanging from a spring and see how some remarkable ideas emerge.

More information

Topic 5 Notes Jeremy Orloff. 5 Homogeneous, linear, constant coefficient differential equations

Topic 5 Notes Jeremy Orloff. 5 Homogeneous, linear, constant coefficient differential equations Topic 5 Notes Jeremy Orloff 5 Homogeneous, linear, constant coefficient differential equations 5.1 Goals 1. Be able to solve homogeneous constant coefficient linear differential equations using the method

More information

01 Harmonic Oscillations

01 Harmonic Oscillations Utah State University DigitalCommons@USU Foundations of Wave Phenomena Library Digital Monographs 8-2014 01 Harmonic Oscillations Charles G. Torre Department of Physics, Utah State University, Charles.Torre@usu.edu

More information

SOLVING DIFFERENTIAL EQUATIONS

SOLVING DIFFERENTIAL EQUATIONS SOLVING DIFFERENTIAL EQUATIONS ARICK SHAO 1. Solving Ordinary Differential Equations Consider first basic algebraic equations with an unknown, e.g., 3(x + 2) = 18, 3x 2 = cos x. Such equations model some

More information

Some Basic Modeling with Differential Equations

Some Basic Modeling with Differential Equations Some Basic Modeling with Differential Equations S. F. Ellermeyer Kennesaw State University October 6, 2003 1 What is a Mathematical Model? A mathematical model is an equation or set of equations that attempt

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Concepts Paul Dawkins Table of Contents Preface... Basic Concepts... 1 Introduction... 1 Definitions... Direction Fields... 8 Final Thoughts...19 007 Paul Dawkins i http://tutorial.math.lamar.edu/terms.aspx

More information

Outline. Calculus for the Life Sciences. What is a Differential Equation? Introduction. Lecture Notes Introduction to Differential Equa

Outline. Calculus for the Life Sciences. What is a Differential Equation? Introduction. Lecture Notes Introduction to Differential Equa Outline Calculus for the Life Sciences Lecture Notes to Differential Equations Joseph M. Mahaffy, jmahaffy@mail.sdsu.edu 1 Department of Mathematics and Statistics Dynamical Systems Group Computational

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

Lecture 8: Ordinary Differential Equations

Lecture 8: Ordinary Differential Equations MIT-WHOI Joint Program Summer Math Review Summer 2015 Lecture 8: Ordinary Differential Equations Lecturer: Isabela Le Bras Date: 31 July 2015 Disclaimer: These notes are for the purposes of this review

More information

Chapter 1 Review of Equations and Inequalities

Chapter 1 Review of Equations and Inequalities Chapter 1 Review of Equations and Inequalities Part I Review of Basic Equations Recall that an equation is an expression with an equal sign in the middle. Also recall that, if a question asks you to solve

More information

Table of contents. d 2 y dx 2, As the equation is linear, these quantities can only be involved in the following manner:

Table of contents. d 2 y dx 2, As the equation is linear, these quantities can only be involved in the following manner: M ath 0 1 E S 1 W inter 0 1 0 Last Updated: January, 01 0 Solving Second Order Linear ODEs Disclaimer: This lecture note tries to provide an alternative approach to the material in Sections 4. 4. 7 and

More information

Modeling Via Differential Equations

Modeling Via Differential Equations Modeling Via Differential Equations S. F. Ellermeyer Kennesaw State University May 31, 2003 Abstract Mathematical modeling via differential equations is introduced. We partially follow the approach in

More information

Differential Equations

Differential Equations Electricity and Magnetism I (P331) M. R. Shepherd October 14, 2008 Differential Equations The purpose of this note is to provide some supplementary background on differential equations. The problems discussed

More information

Lecture 6.1 Work and Energy During previous lectures we have considered many examples, which can be solved using Newtonian approach, in particular,

Lecture 6.1 Work and Energy During previous lectures we have considered many examples, which can be solved using Newtonian approach, in particular, Lecture 6. Work and Energy During previous lectures we have considered many examples, which can be solved using Newtonian approach, in particular, Newton's second law. However, this is not always the most

More information

ORDINARY DIFFERENTIAL EQUATIONS

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

More information

Linear Second Order ODEs

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

More information

spring mass equilibrium position +v max

spring mass equilibrium position +v max Lecture 20 Oscillations (Chapter 11) Review of Simple Harmonic Motion Parameters Graphical Representation of SHM Review of mass-spring pendulum periods Let s review Simple Harmonic Motion. Recall we used

More information

Taylor series. Chapter Introduction From geometric series to Taylor polynomials

Taylor series. Chapter Introduction From geometric series to Taylor polynomials Chapter 2 Taylor series 2. Introduction The topic of this chapter is find approximations of functions in terms of power series, also called Taylor series. Such series can be described informally as infinite

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

Predicting the future with Newton s Second Law

Predicting the future with Newton s Second Law Predicting the future with Newton s Second Law To represent the motion of an object (ignoring rotations for now), we need three functions x(t), y(t), and z(t), which describe the spatial coordinates of

More information

Exam Question 10: Differential Equations. June 19, Applied Mathematics: Lecture 6. Brendan Williamson. Introduction.

Exam Question 10: Differential Equations. June 19, Applied Mathematics: Lecture 6. Brendan Williamson. Introduction. Exam Question 10: June 19, 2016 In this lecture we will study differential equations, which pertains to Q. 10 of the Higher Level paper. It s arguably more theoretical than other topics on the syllabus,

More information

2nd-Order Linear Equations

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

More information

Physics I: Oscillations and Waves Prof. S. Bharadwaj Department of Physics and Meteorology. Indian Institute of Technology, Kharagpur

Physics I: Oscillations and Waves Prof. S. Bharadwaj Department of Physics and Meteorology. Indian Institute of Technology, Kharagpur Physics I: Oscillations and Waves Prof. S. Bharadwaj Department of Physics and Meteorology Indian Institute of Technology, Kharagpur Lecture No 03 Damped Oscillator II We were discussing, the damped oscillator

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

MAT01B1: Separable Differential Equations

MAT01B1: Separable Differential Equations MAT01B1: Separable Differential Equations Dr Craig 3 October 2018 My details: acraig@uj.ac.za Consulting hours: Tomorrow 14h40 15h25 Friday 11h20 12h55 Office C-Ring 508 https://andrewcraigmaths.wordpress.com/

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

First-Order Differential Equations

First-Order Differential Equations CHAPTER 1 First-Order Differential Equations 1. Diff Eqns and Math Models Know what it means for a function to be a solution to a differential equation. In order to figure out if y = y(x) is a solution

More information

Differential Equations

Differential Equations This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

Introduction to Differential Equations

Introduction to Differential Equations > 22M:16 Fall 05 J. Simon ##################### Introduction to Differential Equations NOTE: This handout is a supplement to your text. There are several homework problems, part of the HW that is due on

More information

Ordinary Differential Equations Prof. A. K. Nandakumaran Department of Mathematics Indian Institute of Science Bangalore

Ordinary Differential Equations Prof. A. K. Nandakumaran Department of Mathematics Indian Institute of Science Bangalore Ordinary Differential Equations Prof. A. K. Nandakumaran Department of Mathematics Indian Institute of Science Bangalore Module - 3 Lecture - 10 First Order Linear Equations (Refer Slide Time: 00:33) Welcome

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

3.4 Complex Zeros and the Fundamental Theorem of Algebra

3.4 Complex Zeros and the Fundamental Theorem of Algebra 86 Polynomial Functions 3.4 Complex Zeros and the Fundamental Theorem of Algebra In Section 3.3, we were focused on finding the real zeros of a polynomial function. In this section, we expand our horizons

More information

2. FUNCTIONS AND ALGEBRA

2. FUNCTIONS AND ALGEBRA 2. FUNCTIONS AND ALGEBRA You might think of this chapter as an icebreaker. Functions are the primary participants in the game of calculus, so before we play the game we ought to get to know a few functions.

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

Computer Problems for Methods of Solving Ordinary Differential Equations

Computer Problems for Methods of Solving Ordinary Differential Equations Computer Problems for Methods of Solving Ordinary Differential Equations 1. Have a computer make a phase portrait for the system dx/dt = x + y, dy/dt = 2y. Clearly indicate critical points and separatrices.

More information

Coordinate systems and vectors in three spatial dimensions

Coordinate systems and vectors in three spatial dimensions PHYS2796 Introduction to Modern Physics (Spring 2015) Notes on Mathematics Prerequisites Jim Napolitano, Department of Physics, Temple University January 7, 2015 This is a brief summary of material on

More information

Solutions to Math 53 Math 53 Practice Final

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

More information

MITOCW MITRES18_005S10_DiffEqnsMotion_300k_512kb-mp4

MITOCW MITRES18_005S10_DiffEqnsMotion_300k_512kb-mp4 MITOCW MITRES18_005S10_DiffEqnsMotion_300k_512kb-mp4 PROFESSOR: OK, this lecture, this day, is differential equations day. I just feel even though these are not on the BC exams, that we've got everything

More information

Slope Fields: Graphing Solutions Without the Solutions

Slope Fields: Graphing Solutions Without the Solutions 8 Slope Fields: Graphing Solutions Without the Solutions Up to now, our efforts have been directed mainly towards finding formulas or equations describing solutions to given differential equations. Then,

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

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

5.4 Continuity: Preliminary Notions

5.4 Continuity: Preliminary Notions 5.4. CONTINUITY: PRELIMINARY NOTIONS 181 5.4 Continuity: Preliminary Notions 5.4.1 Definitions The American Heritage Dictionary of the English Language defines continuity as an uninterrupted succession,

More information

Springs: Part I Modeling the Action The Mass/Spring System

Springs: Part I Modeling the Action The Mass/Spring System 17 Springs: Part I Second-order differential equations arise in a number of applications We saw one involving a falling object at the beginning of this text (the falling frozen duck example in section

More information

1 Implicit Differentiation

1 Implicit Differentiation 1 Implicit Differentiation In logarithmic differentiation, we begin with an equation y = f(x) and then take the logarithm of both sides to get ln y = ln f(x). In this equation, y is not explicitly expressed

More information

ODE Math 3331 (Summer 2014) June 16, 2014

ODE Math 3331 (Summer 2014) June 16, 2014 Page 1 of 12 Please go to the next page... Sample Midterm 1 ODE Math 3331 (Summer 2014) June 16, 2014 50 points 1. Find the solution of the following initial-value problem 1. Solution (S.O.V) dt = ty2,

More information

MATH 3310 Class Notes 2

MATH 3310 Class Notes 2 MATH 330 Class Notes 2 S. F. Ellermeyer August 2, 200 The differential equation = ky () (where k is a given constant) is extremely important in applications and in the general theory of differential equations.

More information

Unforced Mechanical Vibrations

Unforced Mechanical Vibrations Unforced Mechanical Vibrations Today we begin to consider applications of second order ordinary differential equations. 1. Spring-Mass Systems 2. Unforced Systems: Damped Motion 1 Spring-Mass Systems We

More information

Lecture Notes for Math 251: ODE and PDE. Lecture 7: 2.4 Differences Between Linear and Nonlinear Equations

Lecture Notes for Math 251: ODE and PDE. Lecture 7: 2.4 Differences Between Linear and Nonlinear Equations Lecture Notes for Math 51: ODE and PDE. Lecture 7:.4 Differences Between Linear and Nonlinear Equations Shawn D. Ryan Spring 01 1 Existence and Uniqueness Last Time: We developed 1st Order ODE models for

More information

Dynamical Systems. August 13, 2013

Dynamical Systems. August 13, 2013 Dynamical Systems Joshua Wilde, revised by Isabel Tecu, Takeshi Suzuki and María José Boccardi August 13, 2013 Dynamical Systems are systems, described by one or more equations, that evolve over time.

More information

Differential Equations

Differential Equations Differential Equations A differential equation (DE) is an equation which involves an unknown function f (x) as well as some of its derivatives. To solve a differential equation means to find the unknown

More information

Math 5a Reading Assignments for Sections

Math 5a Reading Assignments for Sections Math 5a Reading Assignments for Sections 4.1 4.5 Due Dates for Reading Assignments Note: There will be a very short online reading quiz (WebWork) on each reading assignment due one hour before class on

More information

Modeling with Differential Equations

Modeling with Differential Equations Modeling with Differential Equations 1. Exponential Growth and Decay models. Definition. A quantity y(t) is said to have an exponential growth model if it increases at a rate proportional to the amount

More information

8.3 Partial Fraction Decomposition

8.3 Partial Fraction Decomposition 8.3 partial fraction decomposition 575 8.3 Partial Fraction Decomposition Rational functions (polynomials divided by polynomials) and their integrals play important roles in mathematics and applications,

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

RATES OF CHANGE. A violin string vibrates. The rate of vibration can be measured in cycles per second (c/s),;

RATES OF CHANGE. A violin string vibrates. The rate of vibration can be measured in cycles per second (c/s),; DISTANCE, TIME, SPEED AND SUCH RATES OF CHANGE Speed is a rate of change. It is a rate of change of distance with time and can be measured in miles per hour (mph), kilometres per hour (km/h), meters per

More information

Chapter 7. Homogeneous equations with constant coefficients

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

More information

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

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

Question: Total. Points:

Question: Total. Points: MATH 308 May 23, 2011 Final Exam Name: ID: Question: 1 2 3 4 5 6 7 8 9 Total Points: 0 20 20 20 20 20 20 20 20 160 Score: There are 9 problems on 9 pages in this exam (not counting the cover sheet). Make

More information

Lab #2 - Two Degrees-of-Freedom Oscillator

Lab #2 - Two Degrees-of-Freedom Oscillator Lab #2 - Two Degrees-of-Freedom Oscillator Last Updated: March 0, 2007 INTRODUCTION The system illustrated in Figure has two degrees-of-freedom. This means that two is the minimum number of coordinates

More information

DYNAMICAL SYSTEMS

DYNAMICAL SYSTEMS 0.42 DYNAMICAL SYSTEMS Week Lecture Notes. What is a dynamical system? Probably the best way to begin this discussion is with arguably a most general and yet least helpful statement: Definition. A dynamical

More information

The following are generally referred to as the laws or rules of exponents. x a x b = x a+b (5.1) 1 x b a (5.2) (x a ) b = x ab (5.

The following are generally referred to as the laws or rules of exponents. x a x b = x a+b (5.1) 1 x b a (5.2) (x a ) b = x ab (5. Chapter 5 Exponents 5. Exponent Concepts An exponent means repeated multiplication. For instance, 0 6 means 0 0 0 0 0 0, or,000,000. You ve probably noticed that there is a logical progression of operations.

More information

Coordinate Curves for Trajectories

Coordinate Curves for Trajectories 43 The material on linearizations and Jacobian matrices developed in the last chapter certainly expanded our ability to deal with nonlinear systems of differential equations Unfortunately, those tools

More information

DIFFERENTIATION AND INTEGRATION PART 1. Mr C s IB Standard Notes

DIFFERENTIATION AND INTEGRATION PART 1. Mr C s IB Standard Notes DIFFERENTIATION AND INTEGRATION PART 1 Mr C s IB Standard Notes In this PDF you can find the following: 1. Notation 2. Keywords Make sure you read through everything and the try examples for yourself before

More information

Algebra Exam. Solutions and Grading Guide

Algebra Exam. Solutions and Grading Guide Algebra Exam Solutions and Grading Guide You should use this grading guide to carefully grade your own exam, trying to be as objective as possible about what score the TAs would give your responses. Full

More information

Mechanics, Heat, Oscillations and Waves Prof. V. Balakrishnan Department of Physics Indian Institute of Technology, Madras

Mechanics, Heat, Oscillations and Waves Prof. V. Balakrishnan Department of Physics Indian Institute of Technology, Madras Mechanics, Heat, Oscillations and Waves Prof. V. Balakrishnan Department of Physics Indian Institute of Technology, Madras Lecture 08 Vectors in a Plane, Scalars & Pseudoscalers Let us continue today with

More information

1.2. Direction Fields: Graphical Representation of the ODE and its Solution Let us consider a first order differential equation of the form dy

1.2. Direction Fields: Graphical Representation of the ODE and its Solution Let us consider a first order differential equation of the form dy .. Direction Fields: Graphical Representation of the ODE and its Solution Let us consider a first order differential equation of the form dy = f(x, y). In this section we aim to understand the solution

More information

Physics 6010, Fall Relevant Sections in Text: Introduction

Physics 6010, Fall Relevant Sections in Text: Introduction Physics 6010, Fall 2016 Introduction. Configuration space. Equations of Motion. Velocity Phase Space. Relevant Sections in Text: 1.1 1.4 Introduction This course principally deals with the variational

More information

1.1. BASIC ANTI-DIFFERENTIATION 21 + C.

1.1. BASIC ANTI-DIFFERENTIATION 21 + C. .. BASIC ANTI-DIFFERENTIATION and so e x cos xdx = ex sin x + e x cos x + C. We end this section with a possibly surprising complication that exists for anti-di erentiation; a type of complication which

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

Linear Second-Order Differential Equations LINEAR SECOND-ORDER DIFFERENTIAL EQUATIONS

Linear Second-Order Differential Equations LINEAR SECOND-ORDER DIFFERENTIAL EQUATIONS 11.11 LINEAR SECOND-ORDER DIFFERENTIAL EQUATIONS A Spring with Friction: Damped Oscillations The differential equation, which we used to describe the motion of a spring, disregards friction. But there

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

Thursday, August 4, 2011

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

More information

PHYSICS 107. Lecture 5 Newton s Laws of Motion

PHYSICS 107. Lecture 5 Newton s Laws of Motion PHYSICS 107 Lecture 5 Newton s Laws of Motion First Law We saw that the type of motion which was most difficult for Aristotle to explain was horizontal motion of nonliving objects, particularly after they've

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

SCHOOL OF MATHEMATICS MATHEMATICS FOR PART I ENGINEERING. Self-paced Course

SCHOOL OF MATHEMATICS MATHEMATICS FOR PART I ENGINEERING. Self-paced Course SCHOOL OF MATHEMATICS MATHEMATICS FOR PART I ENGINEERING Self-paced Course MODULE ALGEBRA Module Topics Simplifying expressions and algebraic functions Rearranging formulae Indices 4 Rationalising a denominator

More information

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

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

More information

1 Differential Equations

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

More information

Separable First-Order Equations

Separable First-Order Equations 4 Separable First-Order Equations As we will see below, the notion of a differential equation being separable is a natural generalization of the notion of a first-order differential equation being directly

More information

A NEW SET THEORY FOR ANALYSIS

A NEW SET THEORY FOR ANALYSIS Article A NEW SET THEORY FOR ANALYSIS Juan Pablo Ramírez 0000-0002-4912-2952 Abstract: We present the real number system as a generalization of the natural numbers. First, we prove the co-finite topology,

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

CHAPTER 7: TECHNIQUES OF INTEGRATION

CHAPTER 7: TECHNIQUES OF INTEGRATION CHAPTER 7: TECHNIQUES OF INTEGRATION DAVID GLICKENSTEIN. Introduction This semester we will be looking deep into the recesses of calculus. Some of the main topics will be: Integration: we will learn how

More information

Chapter 7: Trigonometric Equations and Identities

Chapter 7: Trigonometric Equations and Identities Chapter 7: Trigonometric Equations and Identities In the last two chapters we have used basic definitions and relationships to simplify trigonometric expressions and equations. In this chapter we will

More information

2.5 The Fundamental Theorem of Algebra.

2.5 The Fundamental Theorem of Algebra. 2.5. THE FUNDAMENTAL THEOREM OF ALGEBRA. 79 2.5 The Fundamental Theorem of Algebra. We ve seen formulas for the (complex) roots of quadratic, cubic and quartic polynomials. It is then reasonable to ask:

More information

Dynamics of Ocean Structures Prof. Dr. Srinivasan Chandrasekaran Department of Ocean Engineering Indian Institute of Technology, Madras

Dynamics of Ocean Structures Prof. Dr. Srinivasan Chandrasekaran Department of Ocean Engineering Indian Institute of Technology, Madras Dynamics of Ocean Structures Prof. Dr. Srinivasan Chandrasekaran Department of Ocean Engineering Indian Institute of Technology, Madras Module - 1 Lecture - 13 Undamped and Damped Systems II (Refer Slide

More information

Electromagnetic Theory Prof. D. K. Ghosh Department of Physics Indian Institute of Technology, Bombay

Electromagnetic Theory Prof. D. K. Ghosh Department of Physics Indian Institute of Technology, Bombay Electromagnetic Theory Prof. D. K. Ghosh Department of Physics Indian Institute of Technology, Bombay Lecture -1 Element of vector calculus: Scalar Field and its Gradient This is going to be about one

More information

ter. on Can we get a still better result? Yes, by making the rectangles still smaller. As we make the rectangles smaller and smaller, the

ter. on Can we get a still better result? Yes, by making the rectangles still smaller. As we make the rectangles smaller and smaller, the Area and Tangent Problem Calculus is motivated by two main problems. The first is the area problem. It is a well known result that the area of a rectangle with length l and width w is given by A = wl.

More information

Solving Equations. Lesson Fifteen. Aims. Context. The aim of this lesson is to enable you to: solve linear equations

Solving Equations. Lesson Fifteen. Aims. Context. The aim of this lesson is to enable you to: solve linear equations Mathematics GCSE Module Four: Basic Algebra Lesson Fifteen Aims The aim of this lesson is to enable you to: solve linear equations solve linear equations from their graph solve simultaneous equations from

More information

Quantum Mechanics-I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras. Lecture - 21 Square-Integrable Functions

Quantum Mechanics-I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras. Lecture - 21 Square-Integrable Functions Quantum Mechanics-I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras Lecture - 21 Square-Integrable Functions (Refer Slide Time: 00:06) (Refer Slide Time: 00:14) We

More information

Part 1. The simple harmonic oscillator and the wave equation

Part 1. The simple harmonic oscillator and the wave equation Part 1 The simple harmonic oscillator and the wave equation In the first part of the course we revisit the simple harmonic oscillator, previously discussed in di erential equations class. We use the discussion

More information

2-Motivations From the Theory of ODE s MATH 22C

2-Motivations From the Theory of ODE s MATH 22C 2-Motivations From the Theory of ODE s MATH 22C 1. Ordinary Differential Equations (ODE) and the Fundamental Role of the Derivative in the Sciences Recall that a real valued function of a real variable

More information

1.2. Introduction to Modeling. P (t) = r P (t) (b) When r > 0 this is the exponential growth equation.

1.2. Introduction to Modeling. P (t) = r P (t) (b) When r > 0 this is the exponential growth equation. G. NAGY ODE January 9, 2018 1 1.2. Introduction to Modeling Section Objective(s): Review of Exponential Growth. The Logistic Population Model. Competing Species Model. Overview of Mathematical Models.

More information

Assignments VIII and IX, PHYS 301 (Classical Mechanics) Spring 2014 Due 3/21/14 at start of class

Assignments VIII and IX, PHYS 301 (Classical Mechanics) Spring 2014 Due 3/21/14 at start of class Assignments VIII and IX, PHYS 301 (Classical Mechanics) Spring 2014 Due 3/21/14 at start of class Homeworks VIII and IX both center on Lagrangian mechanics and involve many of the same skills. Therefore,

More information

Dynamics of Ocean Structures Prof. Dr. Srinivasan Chandrasekaran Department of Ocean Engineering Indian Institute of Technology, Madras

Dynamics of Ocean Structures Prof. Dr. Srinivasan Chandrasekaran Department of Ocean Engineering Indian Institute of Technology, Madras Dynamics of Ocean Structures Prof. Dr. Srinivasan Chandrasekaran Department of Ocean Engineering Indian Institute of Technology, Madras Module - 01 Lecture - 09 Characteristics of Single Degree - of -

More information

Mathematics-I Prof. S.K. Ray Department of Mathematics and Statistics Indian Institute of Technology, Kanpur. Lecture 1 Real Numbers

Mathematics-I Prof. S.K. Ray Department of Mathematics and Statistics Indian Institute of Technology, Kanpur. Lecture 1 Real Numbers Mathematics-I Prof. S.K. Ray Department of Mathematics and Statistics Indian Institute of Technology, Kanpur Lecture 1 Real Numbers In these lectures, we are going to study a branch of mathematics called

More information

7 Planar systems of linear ODE

7 Planar systems of linear ODE 7 Planar systems of linear ODE Here I restrict my attention to a very special class of autonomous ODE: linear ODE with constant coefficients This is arguably the only class of ODE for which explicit solution

More information