8 Autonomous first order ODE

Size: px
Start display at page:

Download "8 Autonomous first order ODE"

Transcription

1 8 Autonomous first order ODE There are different ways to approach differential equations. Prior to this lecture we mostly dealt with analytical methods, i.e., with methods that require a formula as a final answer. Another possible approach is the numerical methods, in this case we approimate our unknown solution with a solution of a related problem, which can be easily in principle solved, in most cases on a computer. However, the most fruitful way to tackle ODE problem is, arguable, a qualitative one, when we infer properties of solutions without actually solving the equation. This method was in the mainstream of modern mathematics for the last hundred years or so and produced a wealth of remarkable results. We are going only to touch on this method you can learn much more in Math 484: Mathematical Methods in Biology. 8.1 Definitions and properties In this lecture I will use t as an independent variable and = t as the dependent variable. This convention comes from mechanics, where t usually refers to time and to the displacement of a particle. The derivative, again following the classical mechanics, will be denoted as ẋ := d dt. Definition 1. First order ODE ẋ = ft, is called autonomous if the right hand side does not depend eplicitly on t: ẋ = f. 1 We start with an eample, and then generalize the properties deduced in this eample to all autonomous equations. Eample 2. Consider the simplest autonomous equation ẋ =, which is a separable equation, and whose solution is t = Ce t, where C is an arbitrary constant. If we had the initial condition t =, then our solution would be t; = e t t. Having the eplicit formula for the solution it is very simple to sketch several integral curves recall that an integral curve is the graph of a solution and the direction field of this equation see the figure below. From the figure it becomes obvious that the direction field of the equation in the eample, as well as direction field of any autonomous equation, has the property that it is the same on any line parallel to t ais. Hence we can project the whole direction field onto the -ais, without losing much information I put an arrow that points in the positive direction if the slope is positive and an arrow that points in the negative direction if the slope is negative; what actually lost is the absolute values of the slopes. The picture on the -ais, which consists of arrows and points, is called the phase portrait and the ais itself is called the phase line or phase space again, the terminology originated in mechanics. Note that for = the slope neither positive nor negative and hence I mark this point on the phase portrait with a bold dot. MATH266: Intro to ODE by Artem Novozhilov, artem.novozhilov@ndsu.edu. Fall 213 1

2 Figure 1: The direction field of ẋ = together with its phase portrait. The dashed arrows show the projection of the direction field onto the -ais. The phase line here consists of three orbits: the one where the arrow points in the negative direction,, the origin, where the slope of the direction field is zero =, and the one where the arrow points in the positive direction, t Can we come up with the phase portrait without looking at the direction field, which was known to us to the simplicity of the original equation? The answer is yes. Consider the following figure. Here we look at the function f, which is simply in our case. Note that if > then f > hence f f = f < f > Figure 2: The phase portrait of ẋ = ẋ > hence the solutions are increasing. Similarly, if <, then ẋ < and solutions are decreasing. I indicate these facts with arrows in the graph and obtain again the same phase portrait that we already saw in the previous figure. Hence the conclusion: We do not need actual solutions to the autonomous differential equation to figure out the phase portrait of this equation. And knowledge of the phase portrait allows to infer the asymptotic behavior of the solutions asymptotic in this contet means for t. In our eample we see that if the initial condition > then t; for t, and if < then t;. Here and below the notation t; means the solution to ODE with the initial condition. 2

3 f f = r 1 Figure 3: The phase portrait of ẋ = r1 / Eample 3. Here is another eample: the logistic equation ẋ = r 1, r, >. Here r, are positive parameters. We actually solved this equation before and studies its solutions. Here we will sketch several integral curves by studying its phase portrait. The graph of f = r1 / is a parabola with branches pointing down, which crosses -ais at the points ˆ 1 = and ˆ 2 = see the figure. We can see that f is negative when < and > and positive for,, hence the directions of the arrows. This means that the integral curves are increasing for, and degreasing for < and >. If = or = we have that f =, and hence the slope of the integral curves here is zero, these points in the phase correspond to the integral curves parallel t-ais. Having just this information we can sketch several integral curves see the figure below. You should compare it with the previous figure. Figure 4: The direction field of the logistic equation ẋ = r1 / and several integral curves green. The two horizontal integral curves are = and = t 3

4 Now we are in the position to formulate general properties of the autonomous ODE. The fact that the direction field of the autonomous ODE has the same slopes on any line parallel to t-ais can be formulated analytically as follows: If t solves the problem 1 then t + c, where c is any constant, also a solution. This means that if we know the solution with the initial condition =, then any solution with the initial condition t = can be obtained by translation. This is why we can write t; without specifying the time moment at which the initial condition is prescribed. The solutions to the autonomous equation are monotone functions. In particular, the first order autonomous equations cannot have periodic solutions. There are special and very important solutions, which can be found as the roots of f =. If ˆ is such that fˆ = then ˆ is called an equilibrium point or stationary point, or critical point, or rest point, or simply equilibrium, or fied point. If ˆ is an equilibrium, then t = ˆ is a solution to 1, which corresponds to the integral curve parallel t-ais look at the eamples above. The asymptotic behavior of the solutions to the autonomous ODE 1 can be inferred from the phase portrait; there are only three options: Firstly, a solution can approach an equilibrium, secondly, a solution can be an equilibrium itself, and finally, a solution can tend to either plus or minus infinity. Thelast pointcanberephrasedinthefollowing form: thephaseportraitisaunionofequilibrium points and orbits intervals of R with specific directions. If we look again at the eample with the logistic equation, we can see that there are two equilibria: ˆ 1 = and ˆ 2 =, butthebehavior of theorbitsaroundthesepointsis manifestly different: thepoint ˆ 1 repels orbits, whereas ˆ 2 attracts orbits look at the directions of the arrows. The mathematical formalization that distinguishes these points is the notion of stability. Definition 4. Equilibrium ˆ of the autonomous first order ODE 1 is Lyapunov stable if for any ε > there is a δε > such that for any initial condition satisfying it follows that If, additionally, then ˆ is called asymptotically stable. Otherwise, ˆ is called unstable. ˆ < δ, t; ˆ < ε. t; ˆ, t, This definition is quite general. For the first order equations we mostly will meet asymptotically stable and unstable equilibria can you think of an eample of a Lyapunov stable equilibrium?. This definition is difficult to apply for concrete eamples, since it involves actual solutions to 1. However, even perfunctory inspection of the phase portrait of the logistic equation should bring you the idea of a simple analytical test for stability. 4

5 Proposition 5. Let ˆ be an equilibrium of 1. If f ˆ > then ˆ is unstable; if f ˆ < then ˆ is asymptotically stable. In this proposition f ˆ means the derivative of f evaluated at the point = ˆ. I leave the proof of this proposition to a mathematically inclined reader as a hint I can say that the Taylor series and the mean value theorem can be handy here. For eample, if we consider again the logistic equation ẋ = r 1, then we have f = r 1 r. Therefore hence the origin is unstable, and f ˆ 1 = f = r >, f ˆ 2 = f = r <, therefore ˆ 2 = is asymptotically stable. A very good question to think about is what happens is f ˆ =. 8.2 Mathematical models of harvesting Let us assume that dynamics of a fish population in the lake is governed by the logistic equation N = rn 1 N, r, >, such that in the long term run we have that the population size stabilizes at Nt =, the carrying capacity of the lake. Now assume that we would like to start harvesting the fish in the lake. We need to optimize two conditions: First, we would like to guarantee that the fish does not go etinct in the lake, and second, we would like to maimize the yield. Consider two possible strategies: Fied yield. This means that we fi the quote for the time period say, 5 pounds per year. Proportional yield. This means that we fi the proportion of the fish population we would like to harvest during the time period say, 25 percent of the current population per year. Which strategy is better? Let us start with the fied yield strategy. The equation that governs the dynamics of population now reads N = rn 1 N Y, r,,y >, where Y is the yield that we plan to acquire during the time unit. We could find the equation for the equilibrium points and study their stability analytically, but the geometric picture in this case is much easier to deal with. The right hand side here is fn = rn 1 N Y, 5

6 fn Y = N Y = Y 3 Y = Y 1 Y = Y 2 Figure 5: The phase portraits for the model with the fied yield. Y 1 < Y 2 < Y 3. The maimal possible yield corresponds to Y 2, note that in this case we have only one equilibrium. For Y 3 there are no positive equilibria and the population goes etinct whosegraphis the paraboladefinedby rn 1 N andshifted downby Y. IfY is small enough, then we still have two equilibria, let us call them ˆN 1 > and ˆN 2 <, such that the former is unstable and the latter one is asymptotically stable. Our task is to determine the maimum possible Y in terms of the population parameters r,. It is clear that for some Y the parabola will touch N-ais and after that, for any Y bigger than that, there will be no positive equilibria in the system, which corresponds to etinction see the figure. Hence, the maimal possible yield corresponds to the moment when parabola touches N-ais, which happens when the discriminant of the quadratic polynomial is equal to zero: rn 1 N Y = rn2 +rn Y r 2 4 ry = = Y = r 4. This is the maimal possible yield in this model. Now let us go back to the proportional yield model. The equation reads Ṅ = rn 1 N hn = N r h rn. We have here two equilibria ˆN 1 =, which is always unstable, and ˆN 2 = r h r which is always asymptotically stable check!. To guarantee that ˆN 2 >, we must require that h < r. If the population at the stationary point ˆN 2, then our yield is h ˆN 2 =, hr h r 6,

7 fn h = N h = h 3 h = h 1 h = h 2 Figure 6: The phase portraits for the model with the proportional yield. h 1 < h 2 < h 3 < r. Note that for any h < r we still have two equilibria, the right of which is asymptotically stable andwe arefree topick any h < r. Let usmaimize thelast epression with respect to h: the maimum is attained when h = r/2 prove this using Calculus, hence the maimal yield for this strategy is r 4, which is eactly the same as in the model with fied yield. So is there any difference? The fied yield at the maimal value leads to an inevitable catastrophe because sooner or later Y will be such that there will no equilibria. The population will collapse. The mathematical term for this event here two equilibria collide and disappear is bifurcation or even more precise the saddle-node bifurcation. For the model with the proportional yield there is no bifurcation since if we somehow eceed the best possible value h = r/2, then nothing dramatic happens, we will harvest slightly less fish see the figure and can restore the fish population already during the net time period. 7

Autonomous Equations and Stability Sections

Autonomous Equations and Stability 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 Autonomous Equations and Stability Sections 2.4-2.5 Dr. John Ehrke Department of Mathematics Fall 2012 Autonomous Differential

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

4 Insect outbreak model

4 Insect outbreak model 4 Insect outbreak model In this lecture I will put to a good use all the mathematical machinery we discussed so far. Consider an insect population, which is subject to predation by birds. It is a very

More information

Logistic Model with Harvesting

Logistic Model with Harvesting Logistic Model with Harvesting Model Here, we will talk about a model for the growth and harvesting of a fish population. Suppose that, absent any fishermen, the population grows logistically. That is,

More information

10 Back to planar nonlinear systems

10 Back to planar nonlinear systems 10 Back to planar nonlinear sstems 10.1 Near the equilibria Recall that I started talking about the Lotka Volterra model as a motivation to stud sstems of two first order autonomous equations of the form

More information

14 Periodic phenomena in nature and limit cycles

14 Periodic phenomena in nature and limit cycles 14 Periodic phenomena in nature and limit cycles 14.1 Periodic phenomena in nature As it was discussed while I talked about the Lotka Volterra model, a great deal of natural phenomena show periodic behavior.

More information

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

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

More information

then the substitution z = ax + by + c reduces this equation to the separable one.

then the substitution z = ax + by + c reduces this equation to the separable one. 7 Substitutions II Some of the topics in this lecture are optional and will not be tested at the exams. However, for a curious student it should be useful to learn a few extra things about ordinary differential

More information

8.1 Bifurcations of Equilibria

8.1 Bifurcations of Equilibria 1 81 Bifurcations of Equilibria Bifurcation theory studies qualitative changes in solutions as a parameter varies In general one could study the bifurcation theory of ODEs PDEs integro-differential equations

More information

1.5 Phase Line and Bifurcation Diagrams

1.5 Phase Line and Bifurcation Diagrams 1.5 Phase Line and Bifurcation Diagrams 49 1.5 Phase Line and Bifurcation Diagrams Technical publications may use special diagrams to display qualitative information about the equilibrium points of the

More information

Lecture 3. Dynamical Systems in Continuous Time

Lecture 3. Dynamical Systems in Continuous Time Lecture 3. Dynamical Systems in Continuous Time University of British Columbia, Vancouver Yue-Xian Li November 2, 2017 1 3.1 Exponential growth and decay A Population With Generation Overlap Consider a

More information

Continuous-Time Dynamical Systems: Sketching solution curves and bifurcations

Continuous-Time Dynamical Systems: Sketching solution curves and bifurcations Math 360 Winter 07 Section 0 HW#4 Continuous-Time Dynamical Systems: Sketching solution curves and bifurcations (Due in one week! Thursday Nov 9, 07) Materials contained in this assignment are of great

More information

Key ideas about dynamic models

Key ideas about dynamic models GSTDMB 202: DYNAMICAL MODELLING FOR BIOLOGY AND MEDICINE Lecture 2 Introduction to modelling with differential equations Markus Owen ey ideas about dynamic models Dynamic models describe the change in

More information

MORE CURVE SKETCHING

MORE CURVE SKETCHING Mathematics Revision Guides More Curve Sketching Page of 3 MK HOME TUITION Mathematics Revision Guides Level: AS / A Level MEI OCR MEI: C4 MORE CURVE SKETCHING Version : 5 Date: 05--007 Mathematics Revision

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

Math 75B Practice Problems for Midterm II Solutions Ch. 16, 17, 12 (E), , 2.8 (S)

Math 75B Practice Problems for Midterm II Solutions Ch. 16, 17, 12 (E), , 2.8 (S) Math 75B Practice Problems for Midterm II Solutions Ch. 6, 7, 2 (E),.-.5, 2.8 (S) DISCLAIMER. This collection of practice problems is not guaranteed to be identical, in length or content, to the actual

More information

3.3 Limits and Infinity

3.3 Limits and Infinity Calculus Maimus. Limits Infinity Infinity is not a concrete number, but an abstract idea. It s not a destination, but a really long, never-ending journey. It s one of those mind-warping ideas that is difficult

More information

One Dimensional Dynamical Systems

One Dimensional Dynamical Systems 16 CHAPTER 2 One Dimensional Dynamical Systems We begin by analyzing some dynamical systems with one-dimensional phase spaces, and in particular their bifurcations. All equations in this Chapter are scalar

More information

Linear Planar Systems Math 246, Spring 2009, Professor David Levermore We now consider linear systems of the form

Linear Planar Systems Math 246, Spring 2009, Professor David Levermore We now consider linear systems of the form Linear Planar Systems Math 246, Spring 2009, Professor David Levermore We now consider linear systems of the form d x x 1 = A, where A = dt y y a11 a 12 a 21 a 22 Here the entries of the coefficient matrix

More information

MOL 410/510: Introduction to Biological Dynamics Fall 2012 Problem Set #4, Nonlinear Dynamical Systems (due 10/19/2012) 6 MUST DO Questions, 1

MOL 410/510: Introduction to Biological Dynamics Fall 2012 Problem Set #4, Nonlinear Dynamical Systems (due 10/19/2012) 6 MUST DO Questions, 1 MOL 410/510: Introduction to Biological Dynamics Fall 2012 Problem Set #4, Nonlinear Dynamical Systems (due 10/19/2012) 6 MUST DO Questions, 1 OPTIONAL question 1. Below, several phase portraits are shown.

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

Non-Linear Dynamics Homework Solutions Week 1

Non-Linear Dynamics Homework Solutions Week 1 Non-Linear Dynamics Homework Solutions Week 1 Chris Small March, 007 Please email me at smachr09@evergreen.edu with any corrections or concerns reguarding these solutions..3. We are given that ẋ = k 1

More information

Math 266: Autonomous equation and population dynamics

Math 266: Autonomous equation and population dynamics Math 266: Autonomous equation and population namics Long Jin Purdue, Spring 2018 Autonomous equation An autonomous equation is a differential equation which only involves the unknown function y and its

More information

Chiang/Wainwright: Fundamental Methods of Mathematical Economics

Chiang/Wainwright: Fundamental Methods of Mathematical Economics Chiang/Wainwright: Fundamental Methods of Mathematical Economics CHAPTER 9 EXERCISE 9.. Find the stationary values of the following (check whether they are relative maima or minima or inflection points),

More information

Fundamentals of Dynamical Systems / Discrete-Time Models. Dr. Dylan McNamara people.uncw.edu/ mcnamarad

Fundamentals of Dynamical Systems / Discrete-Time Models. Dr. Dylan McNamara people.uncw.edu/ mcnamarad Fundamentals of Dynamical Systems / Discrete-Time Models Dr. Dylan McNamara people.uncw.edu/ mcnamarad Dynamical systems theory Considers how systems autonomously change along time Ranges from Newtonian

More information

Universidad Carlos III de Madrid

Universidad Carlos III de Madrid Universidad Carlos III de Madrid Eercise 1 2 3 4 5 6 Total Points Department of Economics Mathematics I Final Eam January 22nd 2018 LAST NAME: Eam time: 2 hours. FIRST NAME: ID: DEGREE: GROUP: 1 (1) Consider

More information

MATH 1325 Business Calculus Guided Notes

MATH 1325 Business Calculus Guided Notes MATH 135 Business Calculus Guided Notes LSC North Harris By Isabella Fisher Section.1 Functions and Theirs Graphs A is a rule that assigns to each element in one and only one element in. Set A Set B Set

More information

Solutions to Math 41 Final Exam December 9, 2013

Solutions to Math 41 Final Exam December 9, 2013 Solutions to Math 4 Final Eam December 9,. points In each part below, use the method of your choice, but show the steps in your computations. a Find f if: f = arctane csc 5 + log 5 points Using the Chain

More information

Math Honors Calculus I Final Examination, Fall Semester, 2013

Math Honors Calculus I Final Examination, Fall Semester, 2013 Math 2 - Honors Calculus I Final Eamination, Fall Semester, 2 Time Allowed: 2.5 Hours Total Marks:. (2 Marks) Find the following: ( (a) 2 ) sin 2. (b) + (ln 2)/(+ln ). (c) The 2-th Taylor polynomial centered

More information

STATIC LECTURE 4: CONSTRAINED OPTIMIZATION II - KUHN TUCKER THEORY

STATIC LECTURE 4: CONSTRAINED OPTIMIZATION II - KUHN TUCKER THEORY STATIC LECTURE 4: CONSTRAINED OPTIMIZATION II - KUHN TUCKER THEORY UNIVERSITY OF MARYLAND: ECON 600 1. Some Eamples 1 A general problem that arises countless times in economics takes the form: (Verbally):

More information

3.3.1 Linear functions yet again and dot product In 2D, a homogenous linear scalar function takes the general form:

3.3.1 Linear functions yet again and dot product In 2D, a homogenous linear scalar function takes the general form: 3.3 Gradient Vector and Jacobian Matri 3 3.3 Gradient Vector and Jacobian Matri Overview: Differentiable functions have a local linear approimation. Near a given point, local changes are determined by

More information

Section 3.3 Graphs of Polynomial Functions

Section 3.3 Graphs of Polynomial Functions 3.3 Graphs of Polynomial Functions 179 Section 3.3 Graphs of Polynomial Functions In the previous section we eplored the short run behavior of quadratics, a special case of polynomials. In this section

More information

November 13, 2018 MAT186 Week 8 Justin Ko

November 13, 2018 MAT186 Week 8 Justin Ko 1 Mean Value Theorem Theorem 1 (Mean Value Theorem). Let f be a continuous on [a, b] and differentiable on (a, b). There eists a c (a, b) such that f f(b) f(a) (c) =. b a Eample 1: The Mean Value Theorem

More information

Math 2930 Worksheet Equilibria and Stability

Math 2930 Worksheet Equilibria and Stability Math 2930 Worksheet Equilibria and Stabilit Week 3 September 7, 2017 Question 1. (a) Let C be the temperature (in Fahrenheit) of a cup of coffee that is cooling off to room temperature. Which of the following

More information

Section 3.3 Limits Involving Infinity - Asymptotes

Section 3.3 Limits Involving Infinity - Asymptotes 76 Section. Limits Involving Infinity - Asymptotes We begin our discussion with analyzing its as increases or decreases without bound. We will then eplore functions that have its at infinity. Let s consider

More information

= F ( x; µ) (1) where x is a 2-dimensional vector, µ is a parameter, and F :

= F ( x; µ) (1) where x is a 2-dimensional vector, µ is a parameter, and F : 1 Bifurcations Richard Bertram Department of Mathematics and Programs in Neuroscience and Molecular Biophysics Florida State University Tallahassee, Florida 32306 A bifurcation is a qualitative change

More information

Unit 8 Day 1 Integral as Net Change

Unit 8 Day 1 Integral as Net Change Unit 8 Day 1 Integral as Net Change Free Response Practice Packet p.1 Terminology Displacement of an object is the distance from an arbitrary starting point at the end of some time interval. Actual Distance

More information

In these chapter 2A notes write vectors in boldface to reduce the ambiguity of the notation.

In these chapter 2A notes write vectors in boldface to reduce the ambiguity of the notation. 1 2 Linear Systems In these chapter 2A notes write vectors in boldface to reduce the ambiguity of the notation 21 Matrix ODEs Let and is a scalar A linear function satisfies Linear superposition ) Linear

More information

Math 1314 Lesson 4 Limits

Math 1314 Lesson 4 Limits Math 1314 Lesson 4 Limits What is calculus? Calculus is the study of change, particularly, how things change over time. It gives us a framework for measuring change using some fairly simple models. In

More information

Review of Lecture 5. F = GMm r 2. = m dv dt Expressed in terms of altitude x = r R, we have. mv dv dx = GMm. (R + x) 2. Max altitude. 2GM v 2 0 R.

Review of Lecture 5. F = GMm r 2. = m dv dt Expressed in terms of altitude x = r R, we have. mv dv dx = GMm. (R + x) 2. Max altitude. 2GM v 2 0 R. Review of Lecture 5 Models could involve just one or two equations (e.g. orbit calculation), or hundreds of equations (as in climate modeling). To model a vertical cannon shot: F = GMm r 2 = m dv dt Expressed

More information

1 Mathematical models of the population growth

1 Mathematical models of the population growth 1 Mathematical models of the population growth 1.1 How many people can the Earth support? (Or a quick refresher on the least square method) I would like to start with a very simple and yet interesting

More information

MATH 116, LECTURES 10 & 11: Limits

MATH 116, LECTURES 10 & 11: Limits MATH 6, LECTURES 0 & : Limits Limits In application, we often deal with quantities which are close to other quantities but which cannot be defined eactly. Consider the problem of how a car s speedometer

More information

1 Lyapunov theory of stability

1 Lyapunov theory of stability M.Kawski, APM 581 Diff Equns Intro to Lyapunov theory. November 15, 29 1 1 Lyapunov theory of stability Introduction. Lyapunov s second (or direct) method provides tools for studying (asymptotic) stability

More information

B5.6 Nonlinear Systems

B5.6 Nonlinear Systems B5.6 Nonlinear Systems 5. Global Bifurcations, Homoclinic chaos, Melnikov s method Alain Goriely 2018 Mathematical Institute, University of Oxford Table of contents 1. Motivation 1.1 The problem 1.2 A

More information

2.2 SEPARABLE VARIABLES

2.2 SEPARABLE VARIABLES 44 CHAPTER FIRST-ORDER DIFFERENTIAL EQUATIONS 6 Consider the autonomous DE 6 Use our ideas from Problem 5 to find intervals on the -ais for which solution curves are concave up and intervals for which

More information

18.01 Single Variable Calculus Fall 2006

18.01 Single Variable Calculus Fall 2006 MIT OpenCourseWare http://ocw.mit.edu 8.0 Single Variable Calculus Fall 2006 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. Lecture 0 8.0 Fall 2006 Lecture

More information

INFINITE SUMS. In this chapter, let s take that power to infinity! And it will be equally natural and straightforward.

INFINITE SUMS. In this chapter, let s take that power to infinity! And it will be equally natural and straightforward. EXPLODING DOTS CHAPTER 7 INFINITE SUMS In the previous chapter we played with the machine and saw the power of that machine to make advanced school algebra so natural and straightforward. In this chapter,

More information

Graphing and Optimization

Graphing and Optimization BARNMC_33886.QXD //7 :7 Page 74 Graphing and Optimization CHAPTER - First Derivative and Graphs - Second Derivative and Graphs -3 L Hôpital s Rule -4 Curve-Sketching Techniques - Absolute Maima and Minima

More information

Review sheet Final Exam Math 140 Calculus I Fall 2015 UMass Boston

Review sheet Final Exam Math 140 Calculus I Fall 2015 UMass Boston Review sheet Final Eam Math Calculus I Fall 5 UMass Boston The eam is closed tetbook NO CALCULATORS OR ELECTRONIC DEVICES ARE ALLOWED DURING THE EXAM The final eam will contain problems of types similar

More information

Introduction to Rational Functions

Introduction to Rational Functions Introduction to Rational Functions The net class of functions that we will investigate is the rational functions. We will eplore the following ideas: Definition of rational function. The basic (untransformed)

More information

4 The Cartesian Coordinate System- Pictures of Equations

4 The Cartesian Coordinate System- Pictures of Equations The Cartesian Coordinate Sstem- Pictures of Equations Concepts: The Cartesian Coordinate Sstem Graphs of Equations in Two Variables -intercepts and -intercepts Distance in Two Dimensions and the Pthagorean

More information

First Variation of a Functional

First Variation of a Functional First Variation of a Functional The derivative of a function being zero is a necessary condition for the etremum of that function in ordinary calculus. Let us now consider the equivalent of a derivative

More information

Objective. Single population growth models

Objective. Single population growth models Objective Single population growth models We are given a table with the population census at different time intervals between a date a and a date b, and want to get an expression for the population. This

More information

Section 3.9. The Geometry of Graphs. Difference Equations to Differential Equations

Section 3.9. The Geometry of Graphs. Difference Equations to Differential Equations Difference Equations to Differential Equations Section 3.9 The Geometry of Graphs In Section. we discussed the graph of a function y = f(x) in terms of plotting points (x, f(x)) for many different values

More information

MATH 415, WEEK 11: Bifurcations in Multiple Dimensions, Hopf Bifurcation

MATH 415, WEEK 11: Bifurcations in Multiple Dimensions, Hopf Bifurcation MATH 415, WEEK 11: Bifurcations in Multiple Dimensions, Hopf Bifurcation 1 Bifurcations in Multiple Dimensions When we were considering one-dimensional systems, we saw that subtle changes in parameter

More information

4.3 How derivatives affect the shape of a graph. The first derivative test and the second derivative test.

4.3 How derivatives affect the shape of a graph. The first derivative test and the second derivative test. Chapter 4: Applications of Differentiation In this chapter we will cover: 41 Maimum and minimum values The critical points method for finding etrema 43 How derivatives affect the shape of a graph The first

More information

ExtremeValuesandShapeofCurves

ExtremeValuesandShapeofCurves ExtremeValuesandShapeofCurves Philippe B. Laval Kennesaw State University March 23, 2005 Abstract This handout is a summary of the material dealing with finding extreme values and determining the shape

More information

To get horizontal and slant asymptotes algebraically we need to know about end behaviour for rational functions.

To get horizontal and slant asymptotes algebraically we need to know about end behaviour for rational functions. Concepts: Horizontal Asymptotes, Vertical Asymptotes, Slant (Oblique) Asymptotes, Transforming Reciprocal Function, Sketching Rational Functions, Solving Inequalities using Sign Charts. Rational Function

More information

1. Sets A set is any collection of elements. Examples: - the set of even numbers between zero and the set of colors on the national flag.

1. Sets A set is any collection of elements. Examples: - the set of even numbers between zero and the set of colors on the national flag. San Francisco State University Math Review Notes Michael Bar Sets A set is any collection of elements Eamples: a A {,,4,6,8,} - the set of even numbers between zero and b B { red, white, bule} - the set

More information

MATH 215/255 Solutions to Additional Practice Problems April dy dt

MATH 215/255 Solutions to Additional Practice Problems April dy dt . For the nonlinear system MATH 5/55 Solutions to Additional Practice Problems April 08 dx dt = x( x y, dy dt = y(.5 y x, x 0, y 0, (a Show that if x(0 > 0 and y(0 = 0, then the solution (x(t, y(t of the

More information

Computational Fluid Dynamics Prof. Dr. Suman Chakraborty Department of Mechanical Engineering Indian Institute of Technology, Kharagpur

Computational Fluid Dynamics Prof. Dr. Suman Chakraborty Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Computational Fluid Dynamics Prof. Dr. Suman Chakraborty Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Lecture No. #12 Fundamentals of Discretization: Finite Volume Method

More information

Department of Mathematics, University of Wisconsin-Madison Math 114 Worksheet Sections (4.1),

Department of Mathematics, University of Wisconsin-Madison Math 114 Worksheet Sections (4.1), Department of Mathematics, University of Wisconsin-Madison Math 114 Worksheet Sections (4.1), 4.-4.6 1. Find the polynomial function with zeros: -1 (multiplicity ) and 1 (multiplicity ) whose graph passes

More information

APPPHYS217 Tuesday 25 May 2010

APPPHYS217 Tuesday 25 May 2010 APPPHYS7 Tuesday 5 May Our aim today is to take a brief tour of some topics in nonlinear dynamics. Some good references include: [Perko] Lawrence Perko Differential Equations and Dynamical Systems (Springer-Verlag

More information

Dynamical Systems. 1.0 Ordinary Differential Equations. 2.0 Dynamical Systems

Dynamical Systems. 1.0 Ordinary Differential Equations. 2.0 Dynamical Systems . Ordinary Differential Equations. An ordinary differential equation (ODE, for short) is an equation involves a dependent variable and its derivatives with respect to an independent variable. When we speak

More information

Math 2930 Worksheet Introduction to Differential Equations. What is a Differential Equation and what are Solutions?

Math 2930 Worksheet Introduction to Differential Equations. What is a Differential Equation and what are Solutions? Math 2930 Worksheet Introduction to Differential Equations Week 1 January 25, 2019 What is a Differential Equation and what are Solutions? A differential equation is an equation that relates an unknown

More information

18.01 Single Variable Calculus Fall 2006

18.01 Single Variable Calculus Fall 2006 MIT OpenCourseWare http://ocw.mit.edu 18.01 Single Variable Calculus Fall 2006 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. Lecture 14: Mean Value

More information

Common Core State Standards for Activity 14. Lesson Postal Service Lesson 14-1 Polynomials PLAN TEACH

Common Core State Standards for Activity 14. Lesson Postal Service Lesson 14-1 Polynomials PLAN TEACH Postal Service Lesson 1-1 Polynomials Learning Targets: Write a third-degree equation that represents a real-world situation. Graph a portion of this equation and evaluate the meaning of a relative maimum.

More information

Given the vectors u, v, w and real numbers α, β, γ. Calculate vector a, which is equal to the linear combination α u + β v + γ w.

Given the vectors u, v, w and real numbers α, β, γ. Calculate vector a, which is equal to the linear combination α u + β v + γ w. Selected problems from the tetbook J. Neustupa, S. Kračmar: Sbírka příkladů z Matematiky I Problems in Mathematics I I. LINEAR ALGEBRA I.. Vectors, vector spaces Given the vectors u, v, w and real numbers

More information

Math 1051 Moodle Quiz Solutions

Math 1051 Moodle Quiz Solutions Math 1 Moodle Quiz Solutions There is a one question Moodle quiz associated with most lectures. A quiz will open the day of the lecture and close at midnight on the day before the net lecture (e.g., a

More information

= 1 2 x (x 1) + 1 {x} (1 {x}). [t] dt = 1 x (x 1) + O (1), [t] dt = 1 2 x2 + O (x), (where the error is not now zero when x is an integer.

= 1 2 x (x 1) + 1 {x} (1 {x}). [t] dt = 1 x (x 1) + O (1), [t] dt = 1 2 x2 + O (x), (where the error is not now zero when x is an integer. Problem Sheet,. i) Draw the graphs for [] and {}. ii) Show that for α R, α+ α [t] dt = α and α+ α {t} dt =. Hint Split these integrals at the integer which must lie in any interval of length, such as [α,

More information

Math 140 Final Sample A Solutions. Tyrone Crisp

Math 140 Final Sample A Solutions. Tyrone Crisp Math 4 Final Sample A Solutions Tyrone Crisp (B) Direct substitution gives, so the limit is infinite. When is close to, but greater than,, the numerator is negative while the denominator is positive. So

More information

Exponential functions: week 13 STEM

Exponential functions: week 13 STEM Boise State, 4 Eponential functions: week 3 STEM As we have seen, eponential functions describe events that grow (or decline) at a constant percent rate, such as placing finances in a savings account.

More information

Taylor Series and Asymptotic Expansions

Taylor Series and Asymptotic Expansions Taylor Series and Asymptotic Epansions The importance of power series as a convenient representation, as an approimation tool, as a tool for solving differential equations and so on, is pretty obvious.

More information

Module 2: Reflecting on One s Problems

Module 2: Reflecting on One s Problems MATH55 Module : Reflecting on One s Problems Main Math concepts: Translations, Reflections, Graphs of Equations, Symmetry Auxiliary ideas: Working with quadratics, Mobius maps, Calculus, Inverses I. Transformations

More information

SEPARABLE EQUATIONS 2.2

SEPARABLE EQUATIONS 2.2 46 CHAPTER FIRST-ORDER DIFFERENTIAL EQUATIONS 4. Chemical Reactions When certain kinds of chemicals are combined, the rate at which the new compound is formed is modeled b the autonomous differential equation

More information

3.1 Graphs of Polynomials

3.1 Graphs of Polynomials 3.1 Graphs of Polynomials Three of the families of functions studied thus far: constant, linear and quadratic, belong to a much larger group of functions called polynomials. We begin our formal study of

More information

AP CALCULUS AB UNIT 3 BASIC DIFFERENTIATION RULES TOTAL NAME DATE PERIOD DATE TOPIC ASSIGNMENT /18 9/19 9/24 9/25 9/26 9/27 9/28 10/1 10/2 10/3

AP CALCULUS AB UNIT 3 BASIC DIFFERENTIATION RULES TOTAL NAME DATE PERIOD DATE TOPIC ASSIGNMENT /18 9/19 9/24 9/25 9/26 9/27 9/28 10/1 10/2 10/3 NAME DATE PERIOD AP CALCULUS AB UNIT BASIC DIFFERENTIATION RULES DATE TOPIC ASSIGNMENT 0 0 9/8 9/9 9/ 9/5 9/6 9/7 9/8 0/ 0/ 0/ 0/ 0/5 TOTAL AP Calculus AB Worksheet 9 Average Rates of Change Find the

More information

10.7 Polynomial and Rational Inequalities

10.7 Polynomial and Rational Inequalities 10.7 Polynomial and Rational Inequalities In this section we want to turn our attention to solving polynomial and rational inequalities. That is, we want to solve inequalities like 5 4 0. In order to do

More information

Taylor Series and Series Convergence (Online)

Taylor Series and Series Convergence (Online) 7in 0in Felder c02_online.te V3 - February 9, 205 9:5 A.M. Page CHAPTER 2 Taylor Series and Series Convergence (Online) 2.8 Asymptotic Epansions In introductory calculus classes the statement this series

More information

Math 2414 Activity 1 (Due by end of class Jan. 26) Precalculus Problems: 3,0 and are tangent to the parabola axis. Find the other line.

Math 2414 Activity 1 (Due by end of class Jan. 26) Precalculus Problems: 3,0 and are tangent to the parabola axis. Find the other line. Math Activity (Due by end of class Jan. 6) Precalculus Problems: 3, and are tangent to the parabola ais. Find the other line.. One of the two lines that pass through y is the - {Hint: For a line through

More information

Math 2412 Activity 2(Due by EOC Feb. 27) Find the quadratic function that satisfies the given conditions. Show your work!

Math 2412 Activity 2(Due by EOC Feb. 27) Find the quadratic function that satisfies the given conditions. Show your work! Math 4 Activity (Due by EOC Feb 7) Find the quadratic function that satisfies the given conditions Show your work! The graph has a verte at 5, and it passes through the point, 0 7 The graph passes through

More information

Daily Lessons and Assessments for AP* Calculus AB, A Complete Course Page 584 Mark Sparks 2012

Daily Lessons and Assessments for AP* Calculus AB, A Complete Course Page 584 Mark Sparks 2012 The Second Fundamental Theorem of Calculus Functions Defined by Integrals Given the functions, f(t), below, use F( ) f ( t) dt to find F() and F () in terms of.. f(t) = 4t t. f(t) = cos t Given the functions,

More information

Solutions to the Exercises of Chapter 8

Solutions to the Exercises of Chapter 8 8A Domains of Functions Solutions to the Eercises of Chapter 8 1 For 7 to make sense, we need 7 0or7 So the domain of f() is{ 7} For + 5 to make sense, +5 0 So the domain of g() is{ 5} For h() to make

More information

Algebraic Functions, Equations and Inequalities

Algebraic Functions, Equations and Inequalities Algebraic Functions, Equations and Inequalities Assessment statements.1 Odd and even functions (also see Chapter 7)..4 The rational function a c + b and its graph. + d.5 Polynomial functions. The factor

More information

Example 1: What do you know about the graph of the function

Example 1: What do you know about the graph of the function Section 1.5 Analyzing of Functions In this section, we ll look briefly at four types of functions: polynomial functions, rational functions, eponential functions and logarithmic functions. Eample 1: What

More information

2 One-dimensional models in discrete time

2 One-dimensional models in discrete time 2 One-dimensional models in discrete time So far, we have assumed that demographic events happen continuously over time and can thus be written as rates. For many biological species with overlapping generations

More information

CHAPTER 3 : QUADRARIC FUNCTIONS MODULE CONCEPT MAP Eercise 1 3. Recognizing the quadratic functions Graphs of quadratic functions 4 Eercis

CHAPTER 3 : QUADRARIC FUNCTIONS MODULE CONCEPT MAP Eercise 1 3. Recognizing the quadratic functions Graphs of quadratic functions 4 Eercis ADDITIONAL MATHEMATICS MODULE 5 QUADRATIC FUNCTIONS CHAPTER 3 : QUADRARIC FUNCTIONS MODULE 5 3.1 CONCEPT MAP Eercise 1 3. Recognizing the quadratic functions 3 3.3 Graphs of quadratic functions 4 Eercise

More information

An Invitation to Mathematics Prof. Sankaran Vishwanath Institute of Mathematical Sciences, Chennai. Unit I Polynomials Lecture 1A Introduction

An Invitation to Mathematics Prof. Sankaran Vishwanath Institute of Mathematical Sciences, Chennai. Unit I Polynomials Lecture 1A Introduction An Invitation to Mathematics Prof. Sankaran Vishwanath Institute of Mathematical Sciences, Chennai Unit I Polynomials Lecture 1A Introduction Hello and welcome to this course titled An Invitation to Mathematics.

More information

and y c from x 0 to x 1

and y c from x 0 to x 1 Math 44 Activity 9 (Due by end of class August 6). Find the value of c, c, that minimizes the volume of the solid generated by revolving the region between the graphs of y 4 and y c from to about the line

More information

Lesson #33 Solving Incomplete Quadratics

Lesson #33 Solving Incomplete Quadratics Lesson # Solving Incomplete Quadratics A.A.4 Know and apply the technique of completing the square ~ 1 ~ We can also set up any quadratic to solve it in this way by completing the square, the technique

More information

tutorial ii: One-parameter bifurcation analysis of equilibria with matcont

tutorial ii: One-parameter bifurcation analysis of equilibria with matcont tutorial ii: One-parameter bifurcation analysis of equilibria with matcont Yu.A. Kuznetsov Department of Mathematics Utrecht University Budapestlaan 6 3508 TA, Utrecht February 13, 2018 1 This session

More information

Algebra II Notes Rational Functions Unit Rational Functions. Math Background

Algebra II Notes Rational Functions Unit Rational Functions. Math Background Algebra II Notes Rational Functions Unit 6. 6.6 Rational Functions Math Background Previously, you Simplified linear, quadratic, radical and polynomial functions Performed arithmetic operations with linear,

More information

and Rational Functions

and Rational Functions chapter This detail from The School of Athens (painted by Raphael around 1510) depicts Euclid eplaining geometry. Linear, Quadratic, Polynomial, and Rational Functions In this chapter we focus on four

More information

Chapter 6 Overview: Applications of Derivatives

Chapter 6 Overview: Applications of Derivatives Chapter 6 Overview: Applications of Derivatives There are two main contets for derivatives: graphing and motion. In this chapter, we will consider the graphical applications of the derivative. Much of

More information

Analyzing Autonomous DEs: Spotted Owls

Analyzing Autonomous DEs: Spotted Owls Analyzing Autonomous DEs: Spotted Owls A group of biologists are making predictions about the spotted owl population in a forest in the Pacific Northwest. The autonomous differential equation the scientist

More information

Agenda Sections 2.4, 2.5

Agenda Sections 2.4, 2.5 Agenda Sections 2.4, 2.5 Reminders Read 3.1, 3.2 Do problems for 2.4, 2.5 Homework 1 due Friday Midterm Exam I on 1/23 Lab on Friday (Shapiro 2054) Office hours Tues, Thurs 3-4:30 pm (5852 East Hall) Theorem:

More information

AP CALCULUS SUMMER REVIEW WORK

AP CALCULUS SUMMER REVIEW WORK AP CALCULUS SUMMER REVIEW WORK The following problems are all ALGEBRA concepts you must know cold in order to be able to handle Calculus. Most of them are from Algebra, some are from Pre-Calc. This packet

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment AP Calculus AB Summer Assignment Name: When you come back to school, it is my epectation that you will have this packet completed. You will be way behind at the beginning of the year if you haven t attempted

More information

Math 2414 Activity 1 (Due by end of class July 23) Precalculus Problems: 3,0 and are tangent to the parabola axis. Find the other line.

Math 2414 Activity 1 (Due by end of class July 23) Precalculus Problems: 3,0 and are tangent to the parabola axis. Find the other line. Math 44 Activity (Due by end of class July 3) Precalculus Problems: 3, and are tangent to the parabola ais. Find the other line.. One of the two lines that pass through y is the - {Hint: For a line through

More information

Introduction to Population Dynamics

Introduction to Population Dynamics MATH235: Differential Equations with Honors Introduction to Population Dynamics Quote of Population Dynamics Homework Wish I knew what you were looking for. Might have known what you would find. Under

More information