Math 1280 Notes 4 Last section revised, 1/31, 9:30 pm.

Size: px
Start display at page:

Download "Math 1280 Notes 4 Last section revised, 1/31, 9:30 pm."

Transcription

1 1 competing species Math 1280 Notes 4 Last section revised, 1/31, 9:30 pm. This section and the next deal with the subject of population biology. You will already have seen examples of this. Most calculus books include the topic of exponential growth. Suppose that x (t) denotes the number of bacteria in a petri dish where there is plenty of food and plenty of space. Then the rate of growth of x is assumed to be proportional to x: This gives the equation x 0 = kx; where k is a positive constant. If the initial population is P; then x (t) = P e kt : Later on, at least by ode I, you improve the model by recognizing that there are only limited food and space in that petri dish, so some term is need to re ect this. The most common ode including this e ect is x 0 = kx (b x) ; for some positive b denoting the maximum population the environment can support. This equation can be solved, or we can look at the phase line, that is, the x -axis, considering x (t) as a point on that axis. If 0 < x < b; then x 0 > 0; which we can show graphically with an arrow to the right in that interval. If x > b; then the arrow is to the left. Thus, if the initial population is positive, whether above or below the carrying capacity b; we see that lim t!1 x (t) = b: This can also be seen from the formula for the solution. In section 9.4 it is assumed that there are two species in the environment, denoting their population at time t by x (t) and y (t). They are assumed to eat the same food. The ode for x now includes a term showing that the presence of y decreases the amount of food available for x; and so decreases the carrying capacity. The ode for x is now x 0 = kx (b x cy) ; (1) for some constant c: Similarly, the population y (t) satis es y 0 = ry (d y ex) ; (2) 1

2 where some other constants have been introduced. The resulting system of two equations is called a model for competing species. (Di erent letters are used in the text for the various constants.) The system (1)-(2) has a number of di erent phase planes, depending on the constants. In class we will discuss several possibilities. 2 Bifurcation 2.1 bifurcation for one di erential equation The text uses the exercises in 9.4 to explore an important idea in applied mathematics, that of bifurcation. This was rst introduced in the exercises in section 2.5. We will discuss one of these here and assign another as homework. Then we will turn to related exercises in 9.4. In exercise 25 of section 2.5 the equation considered is y 0 = a y 2 : (3) Observe that we have only one equation, not two as in chapter 9. The quantity a is a parameter, and it is easy to see that the solutions are very di erent according to whether a < 0 or a > 0: One way this can be seen is by solving the equation using separation of variables. We will do this for a = 1 and a = 1: For a = 1 we get dy dx = 1 y2 ; Z 1 1 y 2 dy = Z 1dx I won t go through the details. The result is : y + 1 ln = 2 (x + c) : y 1 We can solve for y and get y = 1 + ke2x ke 2x 1 ; assuming that the denominator is not zero. 2

3 On the other hand, for a = and the integral is very di erent: 1 we get Z 1 dy = x + c; 1 + y2 arctan y = x c y = tan (x + c) : Notice that this solution only exists on an interval of length, no matter what c is chosen. It is clear that the transition between an exponential solution and a trig solution occurs at a = 0: We can see this clearly if we draw a phase line, which will be done in class. But notice that if a < 0 then there are no equilibrium points, while if a > 0 there are equilibrium points at y = p a and y = p a. This appearance of two new equilibrium points as a crosses from below 0 to above 0 is called bifurcation, and a = 0 is called a bifurcation point. 2.2 Two di erential equations Bifurcation can be more complicated for a system of two rst order ode s. We will discuss an example di erent from those in the text. In this chapter, the parameter is denoted by instead of by a: Consider the system x 0 = y y 0 = x x 3 : (4) Again we look for equilibrium points. First suppose = 1: We want y = 0 x 1 x 2 = 0: Clearly there is only one equilibrium point, (x 0 ; y 0 ) = (0; 0) : If we linearize around this point (with = 1); we get a familiar system: u 0 = v v 0 = u: (Just drop the x 3 term from (4) : ) We should know by now that (0; 0) is a center for the linearized system, and either a center or a spiral for (4) : I ll leave it to the homework for you to gure out which. 3

4 Now consider = 1 : Equilibrium points: x 0 = y y 0 = x x 3 : y = 0 x 1 x 2 = 0; so we get (0; 0) ; (1; 0), and ( 1; 0). I will not take time to discuss the linearized systems here. But I do want to discuss what is called a bifurcation diagram. This is a graph in which the horizontal axis is ; the parameter, and the vertical axis is x 0 ; the x coordinate of any equilibrium points. This is just the graph of the equation x x 3 = 0 in the (; x) plane. Writing this as x ( x 2 ) = 0; we see that either x = 0; which is the axis, or = x 2 ; which is a parabola on its side. We plot them both on the same axes: Perhaps you can see why this is called a pitchfork bifurcation. 3 Predator-Prey models The next section is about a related but di erent population model, the so-called predator-prey equations. In this model there are also two species, but x eats grass and y eats x. There is assumed to be an unlimited amount of grass, so if there are no y 0 s around, x grows according to x 0 = ax: 4

5 Meanwhile, y will starve if there are no x s around, and so the y population will decrease, according to an equation y 0 = cy: But if both predator and prey are present, then each is a ected in an obvious way, leading to equations x 0 = x (a y 0 = y(dx by) c): Again the text uses di erent letters. This time, there is essentially only one picture, so long as a; b; c; d are all positive. First, there are only two equilibrium points, (0; 0) and c d ; a b. To go further, let s deal with a speci c case: x 0 = x (1 y) y 0 = y (2x 4) : (5) The equilibrium points are (0; 0) and (2; 1). around (0; 0) is u 0 = u v 0 = 4v: It is easily seen that the linearization So (0; 0) is a saddle point. Around (2; 1) it turns out the and the relevant matrix, A = u 0 = 2v v 0 = 2u; has eigenvalues 2i: So (0; 0) is a center for the linearized system. We ask if (2; 1) is a center for the nonlinear system. As before, we can answer this if we can nd a function E (x; y) which is constant along trajectories, or on the other hand, such a function which is monotone along trajectories. To look for such an E we write the equations as dy dx = y (2x 4) x (1 y) : 5

6 This gives Z 1 y dy = y Integrating, we get Z 2x 4 dx x ln y y = 2x 4 ln x + c: (6) This is quite di erent from anything we got before. We know that (2; 1) is either a center or a saddle, and so solutions go around it, either coming back to where they started, or spiraling in some way. This can also be seen by drawing nullclines for (5). In that way, we see that if a solution starts at, say 2; 2 1 ; then it moves to the right, crosses the line y = 1, moves to the left and crosses the lines x = 2 and y = 1; and returns to the line x = 2 with 0 < y 1: We want to know more about where it intersects that line. Does it intersect where it started? To see this, we look at d (ln y y) = 1 1: This is less than zero if y > 1 and dy y greater than zero if y < 1. This tells us that there are only two possible values of y on the trajectory of a solution, one with 0 < y 1 and one with y > 1: This means the solution (x (t) ; y (t)) must come back to the place it started, and this shows that (2; 1) is a center for (5) : We will discuss this further in class. 4 Homework pg. section 9.4, # 2, 9 (Explain your result in part (b) by describing what changes in the phase plane.) section 2.5, # 26. (pg. 93 in both editions) Problem 4: This is a modi cation of problem 17 of section 9.4 in the 9th edition. There is no equivalent problem in the 8th edition. Consider the system x 0 = x (1 x y) y 0 1 = y y 2 x : (a) Find the equilibrium points as functions of. Assume that > 0: (b) Determine the bifurcation points. These are any positive values of where either the number of equilibrium points changes, or the type of some equilibrium point, e.g. from saddle to node. Sometimes both of these may change at the same value of. You will have to nd the eigenvalues at each equilibrium point, as 6

7 functions of ; to do this part, but don t bother with this if the equilibrium point is not in the region x 0 and y 0. (c) Use Pplane to plot phase planes for enough values of to include an example of each kind of phase plane except those which occur exactly at a bifurcation point. Include the nullclines in your graph. This are found from a choice under the "solutions" tab. Be sure to indicate the relevant equilibrium points. You can simply mark these on your Pplane plots if you wish. 7

1 The pendulum equation

1 The pendulum equation Math 270 Honors ODE I Fall, 2008 Class notes # 5 A longer than usual homework assignment is at the end. The pendulum equation We now come to a particularly important example, the equation for an oscillating

More information

1 The relation between a second order linear ode and a system of two rst order linear odes

1 The relation between a second order linear ode and a system of two rst order linear odes Math 1280 Spring, 2010 1 The relation between a second order linear ode and a system of two rst order linear odes In Chapter 3 of the text you learn to solve some second order linear ode's, such as x 00

More information

Math 1270 Honors ODE I Fall, 2008 Class notes # 14. x 0 = F (x; y) y 0 = G (x; y) u 0 = au + bv = cu + dv

Math 1270 Honors ODE I Fall, 2008 Class notes # 14. x 0 = F (x; y) y 0 = G (x; y) u 0 = au + bv = cu + dv Math 1270 Honors ODE I Fall, 2008 Class notes # 1 We have learned how to study nonlinear systems x 0 = F (x; y) y 0 = G (x; y) (1) by linearizing around equilibrium points. If (x 0 ; y 0 ) is an equilibrium

More information

Math Notes on sections 7.8,9.1, and 9.3. Derivation of a solution in the repeated roots case: 3 4 A = 1 1. x =e t : + e t w 2.

Math Notes on sections 7.8,9.1, and 9.3. Derivation of a solution in the repeated roots case: 3 4 A = 1 1. x =e t : + e t w 2. Math 7 Notes on sections 7.8,9., and 9.3. Derivation of a solution in the repeated roots case We consider the eample = A where 3 4 A = The onl eigenvalue is = ; and there is onl one linearl independent

More information

Lab 5: Nonlinear Systems

Lab 5: Nonlinear Systems Lab 5: Nonlinear Systems Goals In this lab you will use the pplane6 program to study two nonlinear systems by direct numerical simulation. The first model, from population biology, displays interesting

More information

Problem set 7 Math 207A, Fall 2011 Solutions

Problem set 7 Math 207A, Fall 2011 Solutions Problem set 7 Math 207A, Fall 2011 s 1. Classify the equilibrium (x, y) = (0, 0) of the system x t = x, y t = y + x 2. Is the equilibrium hyperbolic? Find an equation for the trajectories in (x, y)- phase

More information

Getting Started With The Predator - Prey Model: Nullclines

Getting Started With The Predator - Prey Model: Nullclines Getting Started With The Predator - Prey Model: Nullclines James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 28, 2013 Outline The Predator

More information

Math 232, Final Test, 20 March 2007

Math 232, Final Test, 20 March 2007 Math 232, Final Test, 20 March 2007 Name: Instructions. Do any five of the first six questions, and any five of the last six questions. Please do your best, and show all appropriate details in your solutions.

More information

1 A complete Fourier series solution

1 A complete Fourier series solution Math 128 Notes 13 In this last set of notes I will try to tie up some loose ends. 1 A complete Fourier series solution First here is an example of the full solution of a pde by Fourier series. Consider

More information

Predator - Prey Model Trajectories and the nonlinear conservation law

Predator - Prey Model Trajectories and the nonlinear conservation law Predator - Prey Model Trajectories and the nonlinear conservation law James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 28, 2013 Outline

More information

1.1. Bacteria Reproduce like Rabbits. (a) A differential equation is an equation. a function, and both the function and its

1.1. Bacteria Reproduce like Rabbits. (a) A differential equation is an equation. a function, and both the function and its G NAGY ODE January 7, 2018 1 11 Bacteria Reproduce like Rabbits Section Objective(s): Overview of Differential Equations The Discrete Equation The Continuum Equation Summary and Consistency 111 Overview

More information

Physics: spring-mass system, planet motion, pendulum. Biology: ecology problem, neural conduction, epidemics

Physics: spring-mass system, planet motion, pendulum. Biology: ecology problem, neural conduction, epidemics Applications of nonlinear ODE systems: Physics: spring-mass system, planet motion, pendulum Chemistry: mixing problems, chemical reactions Biology: ecology problem, neural conduction, epidemics Economy:

More information

Qualitative Analysis of Tumor-Immune ODE System

Qualitative Analysis of Tumor-Immune ODE System of Tumor-Immune ODE System L.G. de Pillis and A.E. Radunskaya August 15, 2002 This work was supported in part by a grant from the W.M. Keck Foundation 0-0 QUALITATIVE ANALYSIS Overview 1. Simplified System

More information

ANSWERS Final Exam Math 250b, Section 2 (Professor J. M. Cushing), 15 May 2008 PART 1

ANSWERS Final Exam Math 250b, Section 2 (Professor J. M. Cushing), 15 May 2008 PART 1 ANSWERS Final Exam Math 50b, Section (Professor J. M. Cushing), 5 May 008 PART. (0 points) A bacterial population x grows exponentially according to the equation x 0 = rx, where r>0is the per unit rate

More information

Section 5.4 (Systems of Linear Differential Equation); 9.5 Eigenvalues and Eigenvectors, cont d

Section 5.4 (Systems of Linear Differential Equation); 9.5 Eigenvalues and Eigenvectors, cont d Section 5.4 (Systems of Linear Differential Equation); 9.5 Eigenvalues and Eigenvectors, cont d July 6, 2009 Today s Session Today s Session A Summary of This Session: Today s Session A Summary of This

More information

1.1. Bacteria Reproduce like Rabbits. (a) A differential equation is an equation. a function, and both the function and its

1.1. Bacteria Reproduce like Rabbits. (a) A differential equation is an equation. a function, and both the function and its G. NAGY ODE August 28, 2018 1 1.1. Bacteria Reproduce like Rabbits Section Objective(s): Overview of Differential Equations. The Discrete Equation. The Continuum Equation. Summary and Consistency. 1.1.1.

More information

Qualitative Analysis of Tumor-Immune ODE System

Qualitative Analysis of Tumor-Immune ODE System of Tumor-Immune ODE System LG de Pillis and AE Radunskaya August 15, 2002 This work was supported in part by a grant from the WM Keck Foundation 0-0 QUALITATIVE ANALYSIS Overview 1 Simplified System of

More information

Lecture 20/Lab 21: Systems of Nonlinear ODEs

Lecture 20/Lab 21: Systems of Nonlinear ODEs Lecture 20/Lab 21: Systems of Nonlinear ODEs MAR514 Geoffrey Cowles Department of Fisheries Oceanography School for Marine Science and Technology University of Massachusetts-Dartmouth Coupled ODEs: Species

More information

1 Some general theory for 2nd order linear nonhomogeneous

1 Some general theory for 2nd order linear nonhomogeneous Math 175 Honors ODE I Spring, 013 Notes 5 1 Some general theory for nd order linear nonhomogeneous equations 1.1 General form of the solution Suppose that p; q; and g are continuous on an interval I; and

More information

Section 5. Graphing Systems

Section 5. Graphing Systems Section 5. Graphing Systems 5A. The Phase Plane 5A-1. Find the critical points of each of the following non-linear autonomous systems. x = x 2 y 2 x = 1 x + y a) b) y = x xy y = y + 2x 2 5A-2. Write each

More information

1.2. Introduction to Modeling

1.2. Introduction to Modeling G. NAGY ODE August 30, 2018 1 Section Objective(s): Population Models Unlimited Resources Limited Resources Interacting Species 1.2. Introduction to Modeling 1.2.1. Population Model with Unlimited Resources.

More information

Updated: January 16, 2016 Calculus II 7.4. Math 230. Calculus II. Brian Veitch Fall 2015 Northern Illinois University

Updated: January 16, 2016 Calculus II 7.4. Math 230. Calculus II. Brian Veitch Fall 2015 Northern Illinois University Math 30 Calculus II Brian Veitch Fall 015 Northern Illinois University Integration of Rational Functions by Partial Fractions From algebra, we learned how to find common denominators so we can do something

More information

Integrals. D. DeTurck. January 1, University of Pennsylvania. D. DeTurck Math A: Integrals 1 / 61

Integrals. D. DeTurck. January 1, University of Pennsylvania. D. DeTurck Math A: Integrals 1 / 61 Integrals D. DeTurck University of Pennsylvania January 1, 2018 D. DeTurck Math 104 002 2018A: Integrals 1 / 61 Integrals Start with dx this means a little bit of x or a little change in x If we add up

More information

Math 266: Phase Plane Portrait

Math 266: Phase Plane Portrait Math 266: Phase Plane Portrait Long Jin Purdue, Spring 2018 Review: Phase line for an autonomous equation For a single autonomous equation y = f (y) we used a phase line to illustrate the equilibrium solutions

More information

Exam 2 Study Guide: MATH 2080: Summer I 2016

Exam 2 Study Guide: MATH 2080: Summer I 2016 Exam Study Guide: MATH 080: Summer I 016 Dr. Peterson June 7 016 First Order Problems Solve the following IVP s by inspection (i.e. guessing). Sketch a careful graph of each solution. (a) u u; u(0) 0.

More information

1 Continuation of solutions

1 Continuation of solutions Math 175 Honors ODE I Spring 13 Notes 4 1 Continuation of solutions Theorem 1 in the previous notes states that a solution to y = f (t; y) (1) y () = () exists on a closed interval [ h; h] ; under certain

More information

MATH141: Calculus II Exam #1 review 6/8/2017 Page 1

MATH141: Calculus II Exam #1 review 6/8/2017 Page 1 MATH: Calculus II Eam # review /8/7 Page No review sheet can cover everything that is potentially fair game for an eam, but I tried to hit on all of the topics with these questions, as well as show you

More information

Math 312 Lecture Notes Linearization

Math 312 Lecture Notes Linearization Math 3 Lecture Notes Linearization Warren Weckesser Department of Mathematics Colgate University 3 March 005 These notes discuss linearization, in which a linear system is used to approximate the behavior

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

Linear Systems of ODE: Nullclines, Eigenvector lines and trajectories

Linear Systems of ODE: Nullclines, Eigenvector lines and trajectories Linear Systems of ODE: Nullclines, Eigenvector lines and trajectories James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 6, 203 Outline

More information

1 Antiderivatives graphically and numerically

1 Antiderivatives graphically and numerically Math B - Calculus by Hughes-Hallett, et al. Chapter 6 - Constructing antiderivatives Prepared by Jason Gaddis Antiderivatives graphically and numerically Definition.. The antiderivative of a function f

More information

Systems of Linear ODEs

Systems of Linear ODEs P a g e 1 Systems of Linear ODEs Systems of ordinary differential equations can be solved in much the same way as discrete dynamical systems if the differential equations are linear. We will focus here

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 9 Global Nonlinear Techniques

Chapter 9 Global Nonlinear Techniques Chapter 9 Global Nonlinear Techniques Consider nonlinear dynamical system 0 Nullcline X 0 = F (X) = B @ f 1 (X) f 2 (X). f n (X) x j nullcline = fx : f j (X) = 0g equilibrium solutions = intersection of

More information

Math 312 Lecture Notes Linear Two-dimensional Systems of Differential Equations

Math 312 Lecture Notes Linear Two-dimensional Systems of Differential Equations Math 2 Lecture Notes Linear Two-dimensional Systems of Differential Equations Warren Weckesser Department of Mathematics Colgate University February 2005 In these notes, we consider the linear system of

More information

Linear Systems of ODE: Nullclines, Eigenvector lines and trajectories

Linear Systems of ODE: Nullclines, Eigenvector lines and trajectories Linear Systems of ODE: Nullclines, Eigenvector lines and trajectories James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 6, 2013 Outline

More information

c 2007 Je rey A. Miron

c 2007 Je rey A. Miron Review of Calculus Tools. c 007 Je rey A. Miron Outline 1. Derivatives. Optimization 3. Partial Derivatives. Optimization again 5. Optimization subject to constraints 1 Derivatives The basic tool we need

More information

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

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

More information

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

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

More information

Math 273 (51) - Final

Math 273 (51) - Final Name: Id #: Math 273 (5) - Final Autumn Quarter 26 Thursday, December 8, 26-6: to 8: Instructions: Prob. Points Score possible 25 2 25 3 25 TOTAL 75 Read each problem carefully. Write legibly. Show all

More information

2. Algebraic functions, power functions, exponential functions, trig functions

2. Algebraic functions, power functions, exponential functions, trig functions Math, Prep: Familiar Functions (.,.,.5, Appendix D) Name: Names of collaborators: Main Points to Review:. Functions, models, graphs, tables, domain and range. Algebraic functions, power functions, exponential

More information

Separable Differential Equations

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

More information

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

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions.

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions. Partial Fractions June 7, 04 In this section, we will learn to integrate another class of functions: the rational functions. Definition. A rational function is a fraction of two polynomials. For example,

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

MAC 2311 Calculus I Spring 2004

MAC 2311 Calculus I Spring 2004 MAC 2 Calculus I Spring 2004 Homework # Some Solutions.#. Since f (x) = d dx (ln x) =, the linearization at a = is x L(x) = f() + f ()(x ) = ln + (x ) = x. The answer is L(x) = x..#4. Since e 0 =, and

More information

Final Exam Review Exercise Set A, Math 1551, Fall 2017

Final Exam Review Exercise Set A, Math 1551, Fall 2017 Final Exam Review Exercise Set A, Math 1551, Fall 2017 This review set gives a list of topics that we explored throughout this course, as well as a few practice problems at the end of the document. A complete

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

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

University of Toronto Solutions to MAT186H1F TERM TEST of Tuesday, October 15, 2013 Duration: 100 minutes

University of Toronto Solutions to MAT186H1F TERM TEST of Tuesday, October 15, 2013 Duration: 100 minutes University of Toronto Solutions to MAT186H1F TERM TEST of Tuesday, October 15, 2013 Duration: 100 minutes Only aids permitted: Casio FX-991 or Sharp EL-520 calculator. Instructions: Answer all questions.

More information

Calculus II Study Guide Fall 2015 Instructor: Barry McQuarrie Page 1 of 8

Calculus II Study Guide Fall 2015 Instructor: Barry McQuarrie Page 1 of 8 Calculus II Study Guide Fall 205 Instructor: Barry McQuarrie Page of 8 You should be expanding this study guide as you see fit with details and worked examples. With this extra layer of detail you will

More information

TMA 4195 Mathematical Modelling December 12, 2007 Solution with additional comments

TMA 4195 Mathematical Modelling December 12, 2007 Solution with additional comments Problem TMA 495 Mathematical Modelling December, 007 Solution with additional comments The air resistance, F, of a car depends on its length, L, cross sectional area, A, its speed relative to the air,

More information

Math 331 Homework Assignment Chapter 7 Page 1 of 9

Math 331 Homework Assignment Chapter 7 Page 1 of 9 Math Homework Assignment Chapter 7 Page of 9 Instructions: Please make sure to demonstrate every step in your calculations. Return your answers including this homework sheet back to the instructor as a

More information

Pure Math 30: Explained! 81

Pure Math 30: Explained!   81 4 www.puremath30.com 81 Part I: General Form General Form of a Conic: Ax + Cy + Dx + Ey + F = 0 A & C are useful in finding out which conic is produced: A = C Circle AC > 0 Ellipse A or C = 0 Parabola

More information

3.5 Competition Models: Principle of Competitive Exclusion

3.5 Competition Models: Principle of Competitive Exclusion 94 3. Models for Interacting Populations different dimensional parameter changes. For example, doubling the carrying capacity K is exactly equivalent to halving the predator response parameter D. The dimensionless

More information

STABILITY. Phase portraits and local stability

STABILITY. Phase portraits and local stability MAS271 Methods for differential equations Dr. R. Jain STABILITY Phase portraits and local stability We are interested in system of ordinary differential equations of the form ẋ = f(x, y), ẏ = g(x, y),

More information

6.3. Nonlinear Systems of Equations

6.3. Nonlinear Systems of Equations G. NAGY ODE November,.. Nonlinear Systems of Equations Section Objective(s): Part One: Two-Dimensional Nonlinear Systems. ritical Points and Linearization. The Hartman-Grobman Theorem. Part Two: ompeting

More information

1 (t + 4)(t 1) dt. Solution: The denominator of the integrand is already factored with the factors being distinct, so 1 (t + 4)(t 1) = A

1 (t + 4)(t 1) dt. Solution: The denominator of the integrand is already factored with the factors being distinct, so 1 (t + 4)(t 1) = A Calculus Topic: Integration of Rational Functions Section 8. # 0: Evaluate the integral (t + )(t ) Solution: The denominator of the integrand is already factored with the factors being distinct, so (t

More information

1. Taylor Polynomials of Degree 1: Linear Approximation. Reread Example 1.

1. Taylor Polynomials of Degree 1: Linear Approximation. Reread Example 1. Math 114, Taylor Polynomials (Section 10.1) Name: Section: Read Section 10.1, focusing on pages 58-59. Take notes in your notebook, making sure to include words and phrases in italics and formulas in blue

More information

Calculus II Practice Test Questions for Chapter , 9.6, Page 1 of 9

Calculus II Practice Test Questions for Chapter , 9.6, Page 1 of 9 Calculus II Practice Test Questions for Chapter 9.1 9.4, 9.6, 10.1 10.4 Page 1 of 9 This is in no way an inclusive set of problems there can be other types of problems on the actual test. To prepare for

More information

Predator - Prey Model Trajectories are periodic

Predator - Prey Model Trajectories are periodic Predator - Prey Model Trajectories are periodic James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 4, 2013 Outline 1 Showing The PP

More information

Math 215/255 Final Exam (Dec 2005)

Math 215/255 Final Exam (Dec 2005) Exam (Dec 2005) Last Student #: First name: Signature: Circle your section #: Burggraf=0, Peterson=02, Khadra=03, Burghelea=04, Li=05 I have read and understood the instructions below: Please sign: Instructions:.

More information

University of Connecticut Department of Mathematics

University of Connecticut Department of Mathematics University of Connecticut Department of Mathematics Math 1131 Sample Exam 1 Fall 2013 Name: This sample exam is just a guide to prepare for the actual exam. Questions on the actual exam may or may not

More information

General Form: y = a n x n + a n 1 x n a 2 x 2 + a 1 x + a 0

General Form: y = a n x n + a n 1 x n a 2 x 2 + a 1 x + a 0 Families of Functions Prepared by: Sa diyya Hendrickson Name: Date: Definition: function A function f is a rule that relates two sets by assigning to some element (e.g. x) in a set A exactly one element

More information

Math 1270 Honors Fall, 2008 Background Material on Uniform Convergence

Math 1270 Honors Fall, 2008 Background Material on Uniform Convergence Math 27 Honors Fall, 28 Background Material on Uniform Convergence Uniform convergence is discussed in Bartle and Sherbert s book Introduction to Real Analysis, which was the tet last year for 42 and 45.

More information

Chapter 8 Equilibria in Nonlinear Systems

Chapter 8 Equilibria in Nonlinear Systems Chapter 8 Equilibria in Nonlinear Sstems Recall linearization for Nonlinear dnamical sstems in R n : X 0 = F (X) : if X 0 is an equilibrium, i.e., F (X 0 ) = 0; then its linearization is U 0 = AU; A =

More information

Applied Calculus. Review Problems for the Final Exam

Applied Calculus. Review Problems for the Final Exam Math135 Study Guide 1 Math 131/135/194, Fall 2004 Applied Calculus Daniel Kaplan, Macalester College Review Problems for the Final Exam Problem 1../DE/102b.tex Problem 3../DE/107.tex Consider the pair

More information

7.1. Calculus of inverse functions. Text Section 7.1 Exercise:

7.1. Calculus of inverse functions. Text Section 7.1 Exercise: Contents 7. Inverse functions 1 7.1. Calculus of inverse functions 2 7.2. Derivatives of exponential function 4 7.3. Logarithmic function 6 7.4. Derivatives of logarithmic functions 7 7.5. Exponential

More information

Math 341 Fall 2006 Final Exam December 12th, Name:

Math 341 Fall 2006 Final Exam December 12th, Name: Math 341 Fall 2006 Final Exam December 12th, 2006 Name: You may use a calculator, your note card and something to write with. You must attach your notecard to the exam when you turn it in. You cannot use

More information

Week 1: need to know. November 14, / 20

Week 1: need to know. November 14, / 20 Week 1: need to know How to find domains and ranges, operations on functions (addition, subtraction, multiplication, division, composition), behaviors of functions (even/odd/ increasing/decreasing), library

More information

Complex Dynamic Systems: Qualitative vs Quantitative analysis

Complex Dynamic Systems: Qualitative vs Quantitative analysis Complex Dynamic Systems: Qualitative vs Quantitative analysis Complex Dynamic Systems Chiara Mocenni Department of Information Engineering and Mathematics University of Siena (mocenni@diism.unisi.it) Dynamic

More information

Differential Equations Handout A

Differential Equations Handout A Differential Equations Handout A Math 1b November 11, 2005 These are problems for the differential equations unit of the course, some topics of which are not covered in the main textbook. Some of these

More information

2. Laws of Exponents (1) b 0 1 (2) b x b y b x y (3) bx b y. b x y (4) b n (5) b r s b rs (6) n b b 1/n Example: Solve the equations (a) e 2x

2. Laws of Exponents (1) b 0 1 (2) b x b y b x y (3) bx b y. b x y (4) b n (5) b r s b rs (6) n b b 1/n Example: Solve the equations (a) e 2x 7.1 Derivative of Exponential Function 1. Exponential Functions Let b 0 and b 1. f x b x is called an exponential function. Domain of f x :, Range of f x : 0, Example: lim x e x x2 2. Laws of Exponents

More information

SKILL BUILDER TEN. Graphs of Linear Equations with Two Variables. If x = 2 then y = = = 7 and (2, 7) is a solution.

SKILL BUILDER TEN. Graphs of Linear Equations with Two Variables. If x = 2 then y = = = 7 and (2, 7) is a solution. SKILL BUILDER TEN Graphs of Linear Equations with Two Variables A first degree equation is called a linear equation, since its graph is a straight line. In a linear equation, each term is a constant or

More information

2D-Volterra-Lotka Modeling For 2 Species

2D-Volterra-Lotka Modeling For 2 Species Majalat Al-Ulum Al-Insaniya wat - Tatbiqiya 2D-Volterra-Lotka Modeling For 2 Species Alhashmi Darah 1 University of Almergeb Department of Mathematics Faculty of Science Zliten Libya. Abstract The purpose

More information

Newbattle Community High School Higher Mathematics. Key Facts Q&A

Newbattle Community High School Higher Mathematics. Key Facts Q&A Key Facts Q&A Ways of using this booklet: 1) Write the questions on cards with the answers on the back and test yourself. ) Work with a friend who is also doing to take turns reading a random question

More information

4 Second-Order Systems

4 Second-Order Systems 4 Second-Order Systems Second-order autonomous systems occupy an important place in the study of nonlinear systems because solution trajectories can be represented in the plane. This allows for easy visualization

More information

4.5 Integration of Rational Functions by Partial Fractions

4.5 Integration of Rational Functions by Partial Fractions 4.5 Integration of Rational Functions by Partial Fractions From algebra, we learned how to find common denominators so we can do something like this, 2 x + 1 + 3 x 3 = 2(x 3) (x + 1)(x 3) + 3(x + 1) (x

More information

Nonlinear dynamics & chaos BECS

Nonlinear dynamics & chaos BECS Nonlinear dynamics & chaos BECS-114.7151 Phase portraits Focus: nonlinear systems in two dimensions General form of a vector field on the phase plane: Vector notation: Phase portraits Solution x(t) describes

More information

What students need to know for PRE-CALCULUS Students expecting to take Pre-Calculus should demonstrate the ability to:

What students need to know for PRE-CALCULUS Students expecting to take Pre-Calculus should demonstrate the ability to: What students need to know for PRE-CALCULUS 2014-2015 Students expecting to take Pre-Calculus should demonstrate the ability to: General: keep an organized notebook take good notes complete homework every

More information

Differentiation by taking logarithms

Differentiation by taking logarithms Differentiation by taking logarithms In this unit we look at how we can use logarithms to simplify certain functions before we differentiate them. In order to master the techniques explained here it is

More information

Vector Basics, with Exercises

Vector Basics, with Exercises Math 230 Spring 09 Vector Basics, with Exercises This sheet is designed to follow the GeoGebra Introduction to Vectors. It includes a summary of some of the properties of vectors, as well as homework exercises.

More information

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

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

More information

A Stability Analysis on Models of Cooperative and Competitive Species

A Stability Analysis on Models of Cooperative and Competitive Species Research Journal of Mathematical and Statistical Sciences ISSN 2320 6047 A Stability Analysis on Models of Cooperative and Competitive Species Abstract Gideon Kwadzo Gogovi 1, Justice Kwame Appati 1 and

More information

MATH 1014 N 3.0 W2015 APPLIED CALCULUS II - SECTION P. Perhaps the most important of all the applications of calculus is to differential equations.

MATH 1014 N 3.0 W2015 APPLIED CALCULUS II - SECTION P. Perhaps the most important of all the applications of calculus is to differential equations. MATH 1014 N 3.0 W2015 APPLIED CALCULUS II - SECTION P Stewart Chapter 9 Differential Equations Perhaps the most important of all the applications of calculus is to differential equations. 9.1 Modeling

More information

2.2 Separable Equations

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

More information

Mark Howell Gonzaga High School, Washington, D.C.

Mark Howell Gonzaga High School, Washington, D.C. Be Prepared for the Calculus Exam Mark Howell Gonzaga High School, Washington, D.C. Martha Montgomery Fremont City Schools, Fremont, Ohio Practice exam contributors: Benita Albert Oak Ridge High School,

More information

Systems of Ordinary Differential Equations

Systems of Ordinary Differential Equations Systems of Ordinary Differential Equations Scott A. McKinley October 22, 2013 In these notes, which replace the material in your textbook, we will learn a modern view of analyzing systems of differential

More information

Calculus II/III Summer Packet

Calculus II/III Summer Packet Calculus II/III Summer Packet First of all, have a great summer! Enjoy your time away from school. Come back fired up and ready to learn. I know that I will be ready to have a great year of calculus with

More information

Predator - Prey Model Trajectories are periodic

Predator - Prey Model Trajectories are periodic Predator - Prey Model Trajectories are periodic James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 4, 2013 Outline Showing The PP Trajectories

More information

MATH 250 TOPIC 13 INTEGRATION. 13B. Constant, Sum, and Difference Rules

MATH 250 TOPIC 13 INTEGRATION. 13B. Constant, Sum, and Difference Rules Math 5 Integration Topic 3 Page MATH 5 TOPIC 3 INTEGRATION 3A. Integration of Common Functions Practice Problems 3B. Constant, Sum, and Difference Rules Practice Problems 3C. Substitution Practice Problems

More information

Mathematics 111 (Calculus II) Laboratory Manual

Mathematics 111 (Calculus II) Laboratory Manual Mathematics (Calculus II) Laboratory Manual Department of Mathematics & Statistics University of Regina nd edition prepared by Patrick Maidorn, Fotini Labropulu, and Robert Petry University of Regina Department

More information

) # ( 281). Give units with your answer.

) # ( 281). Give units with your answer. Math 120 Winter 2009 Handout 17: In-Class Review for Exam 2 The topics covered by Exam 2 in the course include the following: Implicit differentiation. Finding formulas for tangent lines using implicit

More information

Lectures in Differential Equations

Lectures in Differential Equations Lectures in Differential Equations David M. McClendon Department of Mathematics Ferris State University last revised December 2016 1 Contents Contents 2 1 First-order linear equations 4 1.1 What is a differential

More information

Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued)

Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued) Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued) Prove this Result How Can a Derivative Not Exist? Remember that the derivative at a point (or slope of a tangent line) is a LIMIT, so it doesn t exist whenever

More information

Announcements. Topics: Homework: - sections 4.5 and * Read these sections and study solved examples in your textbook!

Announcements. Topics: Homework: - sections 4.5 and * Read these sections and study solved examples in your textbook! Announcements Topics: - sections 4.5 and 5.1-5.5 * Read these sections and study solved examples in your textbook! Homework: - review lecture notes thoroughly - work on practice problems from the textbook

More information

M469, Fall 2010, Practice Problems for the Final

M469, Fall 2010, Practice Problems for the Final M469 Fall 00 Practice Problems for the Final The final exam for M469 will be Friday December 0 3:00-5:00 pm in the usual classroom Blocker 60 The final will cover the following topics from nonlinear systems

More information

MATH The Derivative as a Function - Section 3.2. The derivative of f is the function. f x h f x. f x lim

MATH The Derivative as a Function - Section 3.2. The derivative of f is the function. f x h f x. f x lim MATH 90 - The Derivative as a Function - Section 3.2 The derivative of f is the function f x lim h 0 f x h f x h for all x for which the limit exists. The notation f x is read "f prime of x". Note that

More information

Solutions: Section 2.5

Solutions: Section 2.5 Solutions: Section 2.5. Problem : Given dy = ay + by2 = y(a + by) with a, b > 0. For the more general case, we will let y 0 be any real number. Always look for the equilibria first! In this case, y(a +

More information

Main topics for the First Midterm

Main topics for the First Midterm Main topics for the First Midterm Midterm 2 will cover Sections 7.7-7.9, 8.1-8.5, 9.1-9.2, 11.1-11.2. This is roughly the material from the first five homeworks and and three quizzes. In particular, I

More information