(e) Use Newton s method to find the x coordinate that satisfies this equation, and your graph in part (b) to show that this is an inflection point.

Size: px
Start display at page:

Download "(e) Use Newton s method to find the x coordinate that satisfies this equation, and your graph in part (b) to show that this is an inflection point."

Transcription

1 Chapter 6 Review problems 6.1 A strange function Consider the function (x 2 ) x. (a) Show that this function can be expressed as f(x) = e x ln(x2). (b) Use the spreadsheet, and a fine subdivision of the x axis (e.g., use increments of x = 0.01 along the x axis) to graph the function over the domain 2 x 1.5. (c) On the same graph, and using the spreadsheet, graph the first and second derivatives of the function. You need not compute these derivatives manually. You can ask the spreadsheet to approximate them (dy/dx y/ x). (d) By computing the first and second derivatives, show that if this function has an inflection point, that point has to satisfy (2 + ln(x 2 )) x = 0 (e) Use Newton s method to find the x coordinate that satisfies this equation, and your graph in part (b) to show that this is an inflection point. (a) Let y = (x 2 ) x. Then ln(y) = x ln(x 2 ) and e ln(y) = e x ln(x2) Using the fact that the exponential of base e and the natural logarithm are inverse functions, it follows that e ln(y) = y. Thus y = f(x) = e x ln(x2). (c) y (x) = e x ln(x2 ) (1 ln(x 2 ) + x 1x ) 2(2x) = e ( x ln(x2 ) ln(x 2 ) + 2 ) Note that the derivative can be expressed in terms of the original function, i.e. y (x) = y ( ln(x 2 ) + 2 ). The second derivative is then (using the product rule). y (x) = y (x) ( ln(x 2 ) + 2 ) +y(x) ( ln(x 2 ) + 2 ) = [y(x) ( ln(x 2 ) + 2 ) ] ( ln(x 2 ) + 2 ) +y(x) ( ) 1 x 22x v November 26,

2 Science 1 Problems (set by L. Keshet) Chapter y=(x^2)^x y(x) y (x) y (x) (b) Figure 6.1: Figure for solution to problem 6.1. The black curve is the function, the red curve is the first derivative, and the blue curve is the second derivative. So ( y (x) = y(x) (2 + ln(x 2 )) ) x (d) If there is an inflection point somewhere then it satisfies y (x) = 0. Since y(x) > 0 for all x, this can only be satisfied if (2 + ln(x 2 )) x = 0. (e) The inflection point is seen to be somewhere at negative x values (See Fig. 6.1). We start Newton s method at x 0 = 1 and iterate a few times. (See Table 6.1.) We find that the values converge to x = , which is the only inflection point of this function. x 0 f(x 0 ) f (x 0 ) x 1 = x 0 f(x 0) f (x 0 ) e Table 6.1: Values for the iterates of Newton s method, starting from the initial guess x 0 = Dividing up your attention: Suppose that the probability of finding food type 1 is P 1 (x) = x 2, 0 x 1 and the probability of finding food type 2 is P 2 (x) = x 3, 0 x 1 where x stands for the fraction of attention that v November 26,

3 Science 1 Problems Chapter 6 is dedicated to the task. If an animal searches for these two types of food simultaneously, it must devote some fraction x 1 to searching for type 1 and some fraction x 2 to searching for type 2 food. (a) Which food is harder to find? Why? (b) What constraint to the values of x 1 and x 2 satisfy if the animal is paying full attention to finding food? (c) Suppose that food that is harder to find is twice as nutritious, and that the energy gained is a sum of the form E = C 1 P 1 (x 1 ) + C 2 P 2 (x 2 ). Find out how the animal should subdivide its time to gain the maximal energy. (a) Food 2 is harder to find since for any x in 0 x 1, the function P 2 (x) = x 3 has a lower value than the function P 1 (x) = x 2 (b) Since x 1 + x 2 = 1. (c) Let x = x 1. Then x 2 = 1 x and C 2 = 2C 1 so Using the given functions, Looking for critical points, we compute E = C 1 P 1 (x 1 ) + C 2 P 2 (x 2 ) = C 1 P 1 (x) + 2C 1 P 2 (1 x). E(x) = C 1 (x 2 + 2(1 x) 3 ). de dx = C 1(2x + 6(1 x) 2 ( 1)) = 0. Note use of the Chain Rule in the last term. Solving for x: leads to the quadratic whose roots are x 3(1 x) 2 = 0, 3x 2 7x + 3 = 0, x = 7 ± Only one of these is in the interval of interest, since 0 x 1, (the smaller root). Next, we check the type of critical point by the second derivative test: d 2 E dx 2 = C 1(2 + 12(1 x)). But this is clearly positive whenever x is in 0 x 1, so the point we found is a local minimum! not a maximum. Next we consider the endpoints. Plugging x = 0 into E leads to E(0) = C 1 (0 + 2(1) 3 ) = 2C 1, and for x = 1 we get E(1) = C 1 ( ) = C 1. Thus the animal would do best by spending full attention on getting the second type of food that is twice as nutritious. v November 26,

4 Science 1 Problems (set by L. Keshet) Chapter More muli-tasking attention problems In this question, we consider the same issue of whether it pays to divide up attention between searching for two food types, but this time, we consider foods for which the probability of success is given by P 1 (x) = x 1/3, P 2 (x) = x 1/2, where x is the fraction of attention paid, and 0 x 1. Repeat the calculation done in Problem 6.2, but using these two types of food choices. To find the critical point, you will have to solve an algebraic equation that is not easy to solve analytically. Use Newton s method to find the solution in that case. In this question the food type 2 is harder to find, since x 1/2 < x 1/3 on the interval 0 < x < 1, as shown in Fig 6.2. We assume that the harder food is twice as nutritious, so that the energy gain is then E(x) = P 1 (x) + 2P 2 (1 x) = x 1/3 + 2(1 x) 1/2. Then the critical point satisfies de dx = 1 3 x 2/ (1 x) 1/2 ( 1) = 1 3 x 2/3 (1 x) 1/2 = 0 We need to find a value of x in 0 < x < 1 for which this is satisfied. This is not easily done analytically, so we use Newton s Method. The function of interest is f(x) = 1 3 x 2/3 (1 x) 1/2 = 0. We need the derivative of this for Newton s method, i.e., f (x) = 2 9 x 5/3 1 2 (1 x) 3/2. Since the solution is in the interval 0 < x < 1, we use an initial guess of x 0 = 0.5 and iterate x 1 = x 0 f(x 1 0) f (x 0 ) = x 3 0 x 2/3 0 (1 x 0 ) 1/2 2 9 x 5/3 0 1(1 x 2 0) 3/2 As shown by Table 6.2, the solution is x = , so the individual should spend 16.77% of its attention on food type 1 and the rest on food type Logistic growth curves Consider the Logistic equation, dn = rn(1 N/K). The curves N(t) versus t that satisfy this equation are called the solution curves. Show that these curves have an inflection point whenever they pass through the point N = K/2. v November 26,

5 Science 1 Problems Chapter Energy: E(x)=p1(x)+2p2(1-x) Food 1: p1(x)=x^(1/3) Food 1: p1(x)=x^(1/3) Food 2: p2(x)=x^(1/2) Food 2: p2(x)=x^(1/2) Attention, x Attention, x Figure 6.2: Figure for Problem 6.3. The two functions for probability of finding food given the fraction of attention devoted to the task are shown here (on the left). We also show the total energy gained, E(x) = P 1 (x) + 2P 2 (1 x) (on the right, rescaled so that E as well as P 1, P 2 fit on the same axes). Unlike Problem 6.2, in this case, the optimal strategy is to divide attention between the two food types. Directly from the differential equation, we have the first derivative of N satisfying dn = rn(1 N/K) = rn (r/k)n2. we compute the second derivative (using the chain rule, since N depends on t): d 2 N = rdn 2 2(r/K)N dn = rdn (1 2N/K) When N = K/2 (plugging in) we have d 2 N = 0. 2 Moreover, it is clear that the second derivative changes sign at N = K/2, so that at this point there is an inflection point for these curves. 6.5 Logistic growth with constant yield harvesting Consider a fish population number in a certain lake at time t is N(t). Suppose that N satisfies a logistic growth equation, i.e. dn = R(N) = rn(1 N/K) where r and K are positive constants. v November 26,

6 Science 1 Problems (set by L. Keshet) Chapter 6 x0 f(x0) f (x0) x0-f(x0)/f (x0) Table 6.2: Decimal value for solution to the optimal fraction of time to devote to food type 1 in Problem 6.3. (a) Sketch R and a function of N. (b) For what density of fish is the growth rate maximal? What is the maximal growth rate? (c) Now suppose that the Fisheries Board sells licenses to harvest a constant number of fish per unit time, H > 0, so that dn = R(N) H = rn(1 N/K) H This type of harvesting is called Constant yield harvesting. What is the largest value of H for which the fish in the lake will not go extinct? (d) What will be the population of fish in the lake be if the harvesting rate is at the level you found in part (c)? (Hint: what is the steady state behaviour of N?) (a) See Figure 6.3 for a sketch of R(N). (b) Rate of growth of the population is where r, K are constants. R(N) = rn(1 N/K) = rn (r/k)n 2 We can find the maximal growth rate by finding where the function R(N) is largest. We do this by taking the derivative, dr dn = r 2(r/K)N. Setting the derivative equal to zero, we solve for N in r 2(r/K)N = 0. We find that N = K/2 satisfies this equation. Further we note that the derivative is positive if N < K/2 and negative if N > K/2 which assures that this value of N makes the growth rate maximal. The maximal growth rate is R(K/2) = rk/4. (c) In this problem, the fish population satisfy dn = f(n) = rn(1 N/K) H v November 26,

7 Science 1 Problems Chapter 6 The positive constant, H, is a vertical shift of the parabola downwards. The greatest shift that keeps some part of the parabola positive is a vertical shift by H = rk/4, so this would be the largest harvesting rate that keeps fish from going extinct in the lake. (d) The steady state level (which is barely stable) that survives at the maximal harvesting rate is N = K/2. See Figure 6.3. rk/4 dn/ dn/ dn/ K/2 K/2 N Figure 6.3: Figure for solution to problem 6.5. The harvesting rate, H is absent on the left. The middle figure is for some intermediate level of harvesting, and the panel on the right shows the maximal harvesting rate, H = rk/4 that leads to a steady state population of N = K/2. This population is unstable in the sense that a very small decrease in N will send fish towards extinction. 6.6 Logistic growth with constant effort harvesting Consider a fish population N in the lake, and suppose that it is growing logistically, as in Problem 6.5 Suppose that the fisheries department decides to allow harvesting at constant effort E, i.e. that the rate of harvesting (i.e. removal) of the population is h(n) = qen where E, the effort of the fishermen, and q, the catchability of this type of fish, are positive constants. (a) At what density of fish does the growth rate exactly balance the harvesting rate? (This density is called the maximal sustainable yield: MSY.) (b) What is the largest effort E, for which will the fish population will not go extinct? (a) The growth rate and the harvesting rate balance when R(N) = h(n), v November 26,

8 Science 1 Problems (set by L. Keshet) Chapter 6 i.e. rn(1 N/K) = qen. We need to solve this for N. Cancelling out a common factor and simplifying leads to: 1 N/K = qe/r = N/K = 1 (qe/r). Thus, the maximal sustainable yield occurs when N MSY = K(1 qe/r). This is the density at which the growth rate of the fish exactly balances with the harvesting rate. (b) For the fish to avoid going extinct, it should be true that the maximal sustainable yield is a positive quantity, i.e. N MSY = K(1 qe/r) > 0. Thus, the largest value of E for which this holds is E = r/q. We can also understand this result from Figure 6.4, where both growth, R(N) and harvesting, h(n) are shown on the same graph. If the slope of h is too high (left), the fish cannot outgrow the harvesting, and they go extinct. If the effort (slope of h) is not too great, then there is a steady state towards which the fish population will evolve. (The steady state is at the point for which growth rate =harvesting rate.) The critical level of fishing is such that the slope of h is the same as the slope of R at N = 0 (not shown on figure). R (N) = r 2(r/K)N, so R (0) = r.. But h (N) = qe. These slopes are equal at r = qe, or E = r/q. dn/ harvesting growth dn/ growth harvesting N Figure 6.4: Figure for solution to problem 6.6. We show the growth rate curve together with the harvesting rate curve. In the panel on the left, the harvesting rate is always greater than the growth rate, for any fish population, and the population will go extinct. In the panel on the right, the harvesting rate has a shallower slope (smaller value of E), so that there is a range of value of N for which the population increases. v November 26,

9 Science 1 Problems Chapter Maximizing the Yield Consider the results of Problem 6.6(a). What level of fishing effort should be used to lead to the greatest harvest when the fish population is kept at its maximal sustainable yield level? If we insist that the density of the fish will be at the level then the harvest is just qe times this density, i.e. h(n MSY ) = qen MSY = qek(1 qe Kq2 ) = qke r r E2 We now want to find how we can maximize h by adjusting the level of effort, E. So think of E as a variable now. To maximize h we find the derivative of h with respect to E and set it equal to zero. dh de = qk 2Kq2 r E = qk ( 1 2q r E ) = 0 Solving for the effort, E, we get E = r/(2q). We see that for smaller values of E, the derivative is positive, and for larger values, it is negative, which assures that this leads to a local maximum. Therefore the fishing effort that should be used to lead to the greatest harvest is E = r/2q. 6.8 Disease dynamics with no immunity Consider the disease dynamics shown in Figure 6.5, where S(t) = the number of (healthy) susceptibles and I(t) = the number of infected people at time t, and suppose that N(t) = S(t) + I(t). Suppose that the mean duration of the disease is 5 days. r S β I Figure 6.5: Figure for problem 6.8. (a) Given that the infection spreads through contact between individuals, explain each term in the model below. di = βsi ri, ds = βsi + ri. (b) Show that the population, N is constant. v November 26,

10 Science 1 Problems (set by L. Keshet) Chapter 6 (c) What is the value of r for this disease? (d) Suppose that N = 100, β = 0.01 (per person per day). Treating a random fraction f of the population with anti-viral drugs is equivalent to reducing N to (1 f)n as far as the fraction of the population that can participate in the disease cycle. What fraction of the population should be so treated to eliminate this disease. (Hint: consider the basic reproductive ratio for the disease, r 0 = Nβ/r. Avoid confusing r 0 with the recovery rate parameter, r.) (a) The terms proportional to SI are the rates of new infections produced through contact between susceptible and infected people. The terms ri are the rate of formation of new susceptibles when the infected people recover. (b) Adding the equations leads to This means that N is constant. dn = di + ds = 0. (c) The mean duration of the disease is 5 days, and thus r 1/5 = 0.2. (d) Since N = 100, β = 0.01, r = 0.2, the value of r 0 is r 0 = Nβ/r = 100(0.01)/0.2 = 5. We need to reduce r 0 to just below 1 to make eliminate the disease. Let r 0 = (1 f)r 0 = (1 f)5 = 1. Solving for the fraction f leads to (1 f) = 1/5 = 0.2 so f = 0.8. Thus 80% of the population would have to be treated to eradicate this disease. (e) 6.9 Disease dynamics with gradual loss of immunity Consider the disease dynamics shown in Figure 6.6, where R(t) are recovered, immune individuals, and γ > 0 is some constant per capita rate at which these individuals lose immunity and become susceptible to the disease again. γ S β I r R Figure 6.6: Figure for problem 6.9. (a) Write down a set of differential equations that describe the system shown in Figure 6.6. v November 26,

11 Science 1 Problems Chapter 6 (b) Show that the total population, N = S(t) + I(t) + R(t) is constant. (c) Eliminate R from the differential equations for S and I using part (b). (d) Find the steady state solutions for S, I. (e) Show that the disease will be endemic in the population provided some inequality is satisfied, and argue that this inequality is equivalent to r 0 > 1, where r 0 is the basic reproductive parameter for the disease. (a) ds di di = βsi + γr, = βsi ri, = ri γr. (b) Adding the equations leads to dn/ = 0 since all terms cancel on the left hand side. Thus, N is constant. (c) R(t) = N S(t) I(t) so ds = βsi + γ(n S I), di = βsi ri. (d) The steady states are 0 = βsi + γ(n S I), 0 = βsi ri. From the second equation, I(βS r) = 0, so either I = 0 (no disease) in which case R = 0, S = N, or else (βs r) = 0, so S = r/β. Plugging this into the first equation leads to 0 = ri + γ(n r β I). This can be solved for I to get I = γ(n r/β). γ + r The value of R is then obtained by plugging S = r/β and this expression for I into R = N S I. This state (provided it is positive) is the endemic disease steady state. (e) The steady state found in (d) exists only provided (N r/β) > 0. This means that we require the inequality r 0 βn/r > 1 for the disease to be endemic. v November 26,

12 Science 1 Problems (set by L. Keshet) Chapter Predators and Prey The model shown below has been used to described the dynamics of two species, a population of predators interacting with a population of prey: dx = rx pxy, dy = qxy my, where r, p, q, m > 0 are constants, t is time in days, and x, y are in number of animals in a certain African National Preserve. (a) Which variable represents the population of predators, and which are their prey? Explain every term in the equations, and make a list of assumptions that have been used to derive this model. (b) Determine the units for each of the constants in this model. (c) Find the steady state values of each variable. (d) The ranger in the African National Preserve is forced to allow some hunting of the prey population (gazelles) by Safari Tours. The Safari Tours contract specifies that gazelles will be kept at a constant population level, G by a combination of hunting and restocking (i.e. releasing gazelles bred in captivity). What will happen to the lion population under this scenario? (a) x=prey, y=predator, since contact causes x to decrease and y to increase. The model assumes (1) that the prey and predators are all identical as far as growth/mortality, (2) that prey have a constant per capita birth rate r in the absence of predators, and negligible mortality, (3) that without prey, the predators would die with mortality rate m, and (4) that contact between predators and prey leads to a decrease in the prey population and an increase (e.g. through providing nourishment for mating and births) in the predator population. (b) r, m have units of 1/day. p, q have units of per individual per day. (c) 0 = rx pxy = x(r py), 0 = qxy my = y(qx m). The solutions are x = 0, y = 0 or x = m/q, y = r/p. (d) Gazelles are prey, so the hunting by Safari Tours results in x = G=constant. Thus the gazelles are no longer determined by their own growth and predation-mortality, so we need consider only the lion population. The population of lions then satisfies dy = qgy my = (qg m)y. Thus, if G > m/q, the lion population will grow, whereas if G < m/q, the lion population will decline. If G = m/q, the lion population will stay constant. v November 26,

Use separation of variables to solve the following differential equations with given initial conditions. y 1 1 y ). y(y 1) = 1

Use separation of variables to solve the following differential equations with given initial conditions. y 1 1 y ). y(y 1) = 1 Chapter 11 Differential Equations 11.1 Use separation of variables to solve the following differential equations with given initial conditions. (a) = 2ty, y(0) = 10 (b) = y(1 y), y(0) = 0.5, (Hint: 1 y(y

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

3 Single species models. Reading: Otto & Day (2007) section 4.2.1

3 Single species models. Reading: Otto & Day (2007) section 4.2.1 3 Single species models 3.1 Exponential growth Reading: Otto & Day (2007) section 4.2.1 We can solve equation 17 to find the population at time t given a starting population N(0) = N 0 as follows. N(t)

More information

Math 310: Applied Differential Equations Homework 2 Prof. Ricciardi October 8, DUE: October 25, 2010

Math 310: Applied Differential Equations Homework 2 Prof. Ricciardi October 8, DUE: October 25, 2010 Math 310: Applied Differential Equations Homework 2 Prof. Ricciardi October 8, 2010 DUE: October 25, 2010 1. Complete Laboratory 5, numbers 4 and 7 only. 2. Find a synchronous solution of the form A cos(ωt)+b

More information

Optimization and Newton s method

Optimization and Newton s method Chapter 5 Optimization and Newton s method 5.1 Optimal Flying Speed According to R McNeil Alexander (1996, Optima for Animals, Princeton U Press), the power, P, required to propel a flying plane at constant

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

Project 1 Modeling of Epidemics

Project 1 Modeling of Epidemics 532 Chapter 7 Nonlinear Differential Equations and tability ection 7.5 Nonlinear systems, unlike linear systems, sometimes have periodic solutions, or limit cycles, that attract other nearby solutions.

More information

Thursday. Threshold and Sensitivity Analysis

Thursday. Threshold and Sensitivity Analysis Thursday Threshold and Sensitivity Analysis SIR Model without Demography ds dt di dt dr dt = βsi (2.1) = βsi γi (2.2) = γi (2.3) With initial conditions S(0) > 0, I(0) > 0, and R(0) = 0. This model can

More information

Name Date Period. Worksheet 5.5 Partial Fractions & Logistic Growth Show all work. No calculator unless stated. Multiple Choice

Name Date Period. Worksheet 5.5 Partial Fractions & Logistic Growth Show all work. No calculator unless stated. Multiple Choice Name Date Period Worksheet 5.5 Partial Fractions & Logistic Growth Show all work. No calculator unless stated. Multiple Choice 1. The spread of a disease through a community can be modeled with the logistic

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

GROWTH IN LENGTH: a model for the growth of an individual

GROWTH IN LENGTH: a model for the growth of an individual GROWTH IN LENGTH: a model for the growth of an individual Consider the following differential equation: L' L What are the dimensions for parameters and? As was the case with the differential equation relating

More information

Modeling with differential equations

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

More information

Fall 2009 Math 113 Final Exam Solutions. f(x) = 1 + ex 1 e x?

Fall 2009 Math 113 Final Exam Solutions. f(x) = 1 + ex 1 e x? . What are the domain and range of the function Fall 9 Math 3 Final Exam Solutions f(x) = + ex e x? Answer: The function is well-defined everywhere except when the denominator is zero, which happens when

More information

Applications in Biology

Applications in Biology 11 Applications in Biology In this chapter we make use of the techniques developed in the previous few chapters to examine some nonlinear systems that have been used as mathematical models for a variety

More information

Spotlight on Modeling: The Possum Plague

Spotlight on Modeling: The Possum Plague 70 Spotlight on Modeling: The Possum Plague Reference: Sections 2.6, 7.2 and 7.3. The ecological balance in New Zealand has been disturbed by the introduction of the Australian possum, a marsupial the

More information

MA 137 Calculus 1 with Life Science Application A First Look at Differential Equations (Section 4.1.2)

MA 137 Calculus 1 with Life Science Application A First Look at Differential Equations (Section 4.1.2) MA 137 Calculus 1 with Life Science Application A First Look at Differential Equations (Section 4.1.2) Alberto Corso alberto.corso@uky.edu Department of Mathematics University of Kentucky October 12, 2015

More information

The plot shows the graph of the function f (x). Determine the quantities.

The plot shows the graph of the function f (x). Determine the quantities. MATH 211 SAMPLE EXAM 1 SOLUTIONS 6 4 2-2 2 4-2 1. The plot shows the graph of the function f (x). Determine the quantities. lim f (x) (a) x 3 + Solution: Look at the graph. Let x approach 3 from the right.

More information

MA 138 Calculus 2 for the Life Sciences Spring 2016 Final Exam May 4, Exam Scores. Question Score Total

MA 138 Calculus 2 for the Life Sciences Spring 2016 Final Exam May 4, Exam Scores. Question Score Total MA 138 Calculus 2 for the Life Sciences Spring 2016 Final Exam May 4, 2016 Exam Scores Question Score Total 1 10 Name: Section: Last 4 digits of student ID #: No books or notes may be used. Turn off all

More information

Math 2930 Worksheet Introduction to Differential Equations

Math 2930 Worksheet Introduction to Differential Equations Math 2930 Worksheet Introduction to Differential Equations Week 1 August 24, 2017 Question 1. Is the function y = 1 + t a solution to the differential equation How about the function y = 1 + 2t? How about

More information

Non-Linear Models Cont d: Infectious Diseases. Non-Linear Models Cont d: Infectious Diseases

Non-Linear Models Cont d: Infectious Diseases. Non-Linear Models Cont d: Infectious Diseases Cont d: Infectious Diseases Infectious Diseases Can be classified into 2 broad categories: 1 those caused by viruses & bacteria (microparasitic diseases e.g. smallpox, measles), 2 those due to vectors

More information

Qualitative analysis of differential equations: Part I

Qualitative analysis of differential equations: Part I Qualitative analysis of differential equations: Part I Math 12 Section 16 November 7, 216 Hi, I m Kelly. Cole is away. Office hours are cancelled. Cole is available by email: zmurchok@math.ubc.ca. Today...

More information

THETA-LOGISTIC PREDATOR PREY

THETA-LOGISTIC PREDATOR PREY THETA-LOGISTIC PREDATOR PREY What are the assumptions of this model? 1.) Functional responses are non-linear. Functional response refers to a change in the rate of exploitation of prey by an individual

More information

Study guide for the Math 115 final Fall 2012

Study guide for the Math 115 final Fall 2012 Study guide for the Math 115 final Fall 2012 This study guide is designed to help you learn the material covered on the Math 115 final. Problems on the final may differ significantly from these problems

More information

INTERNET MAT 117. Solution for the Review Problems. (1) Let us consider the circle with equation. x 2 + 2x + y 2 + 3y = 3 4. (x + 1) 2 + (y + 3 2

INTERNET MAT 117. Solution for the Review Problems. (1) Let us consider the circle with equation. x 2 + 2x + y 2 + 3y = 3 4. (x + 1) 2 + (y + 3 2 INTERNET MAT 117 Solution for the Review Problems (1) Let us consider the circle with equation x 2 + y 2 + 2x + 3y + 3 4 = 0. (a) Find the standard form of the equation of the circle given above. (i) Group

More information

Bees and Flowers. Unit 1: Qualitative and Graphical Approaches

Bees and Flowers. Unit 1: Qualitative and Graphical Approaches Bees and Flowers Often scientists use rate of change equations in their stu of population growth for one or more species. In this problem we stu systems of rate of change equations designed to inform us

More information

Optimal Harvesting Models for Fishery Populations

Optimal Harvesting Models for Fishery Populations Optimal Harvesting Models for Fishery Populations Corinne Wentworth St. Mary s College of Maryland Mentored by: Dr. Masami Fujiwara and Dr. Jay Walton July 28, 2011 Optimal Harvesting Models for Fishery

More information

Where do differential equations come from?

Where do differential equations come from? Where do differential equations come from? Example: Keeping track of cell growth (a balance equation for cell mass) Rate of change = rate in rate out Old example: Cell size The cell is spherical. Nutrient

More information

dy dt = a by y = a b

dy dt = a by y = a b 12.3 Euler s method and numerical solutions First-Order Linear Differential Equation with y(0) = y 0 given. dy dt = a by Steady state solutions: 0 = dy dt = a by y = a b 12.3 Euler s method and numerical

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

UCI MATH CIRCLE: POPULATION DYNAMICS

UCI MATH CIRCLE: POPULATION DYNAMICS UCI MATH CIRCLE: POPULATION DYNAMICS ADAPTED FROM A SESSION OF THE UNIVERSITY OF UTAH MATH CIRCLE When Europeans first arrived in the Americas, Passenger Pigeons were perhaps the most populous bird in

More information

Chapter 2: Growth & Decay

Chapter 2: Growth & Decay Chapter 2: Growth & Decay 107/226 Introduction In this chapter, model biological systems whose population is so large or where growth is so fine-grained that continuity can be assumed. These continuous

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

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

Three Disguises of 1 x = e λx

Three Disguises of 1 x = e λx Three Disguises of 1 x = e λx Chathuri Karunarathna Mudiyanselage Rabi K.C. Winfried Just Department of Mathematics, Ohio University Mathematical Biology and Dynamical Systems Seminar Ohio University November

More information

Kasetsart University Workshop. Mathematical modeling using calculus & differential equations concepts

Kasetsart University Workshop. Mathematical modeling using calculus & differential equations concepts Kasetsart University Workshop Mathematical modeling using calculus & differential equations concepts Dr. Anand Pardhanani Mathematics Department Earlham College Richmond, Indiana USA pardhan@earlham.edu

More information

FIRST-ORDER SYSTEMS OF ORDINARY DIFFERENTIAL EQUATIONS III: Autonomous Planar Systems David Levermore Department of Mathematics University of Maryland

FIRST-ORDER SYSTEMS OF ORDINARY DIFFERENTIAL EQUATIONS III: Autonomous Planar Systems David Levermore Department of Mathematics University of Maryland FIRST-ORDER SYSTEMS OF ORDINARY DIFFERENTIAL EQUATIONS III: Autonomous Planar Systems David Levermore Department of Mathematics University of Maryland 4 May 2012 Because the presentation of this material

More information

Math 132 Lesson R: Population models and the spread of rumors Application

Math 132 Lesson R: Population models and the spread of rumors Application Math 132 Lesson R: Population models and the spread of rumors Application Population models are not limited to births and deaths. All kinds of quantifiable things pass through populations, from income

More information

MAT 122 Homework 7 Solutions

MAT 122 Homework 7 Solutions MAT 1 Homework 7 Solutions Section 3.3, Problem 4 For the function w = (t + 1) 100, we take the inside function to be z = t + 1 and the outside function to be z 100. The derivative of the inside function

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

MS 3011 Exercises. December 11, 2013

MS 3011 Exercises. December 11, 2013 MS 3011 Exercises December 11, 2013 The exercises are divided into (A) easy (B) medium and (C) hard. If you are particularly interested I also have some projects at the end which will deepen your understanding

More information

Section 6.3. x m+1 x m = i n x m, (6.3.1)

Section 6.3. x m+1 x m = i n x m, (6.3.1) Difference Equations to Differential Equations Section 6.3 Models of Growth and Decay In this section we will look at several applications of the exponential and logarithm functions to problems involving

More information

When using interval notation use instead of open circles, and use instead of solid dots.

When using interval notation use instead of open circles, and use instead of solid dots. P.1 Real Numbers PreCalculus P.1 REAL NUMBERS Learning Targets for P1 1. Describe an interval on the number line using inequalities. Describe an interval on the number line using interval notation (closed

More information

Review for Final Exam, MATH , Fall 2010

Review for Final Exam, MATH , Fall 2010 Review for Final Exam, MATH 170-002, Fall 2010 The test will be on Wednesday December 15 in ILC 404 (usual class room), 8:00 a.m - 10:00 a.m. Please bring a non-graphing calculator for the test. No other

More information

3 Inequalities Absolute Values Inequalities and Intervals... 18

3 Inequalities Absolute Values Inequalities and Intervals... 18 Contents 1 Real Numbers, Exponents, and Radicals 1.1 Rationalizing the Denominator................................... 1. Factoring Polynomials........................................ 1. Algebraic and Fractional

More information

Final Exam Review Packet

Final Exam Review Packet 1 Exam 1 Material Sections A.1, A.2 and A.6 were review material. There will not be specific questions focused on this material but you should know how to: Simplify functions with exponents. Factor quadratics

More information

Final Exam Review Packet

Final Exam Review Packet 1 Exam 1 Material Sections A.1, A.2 and A.6 were review material. There will not be specific questions focused on this material but you should know how to: Simplify functions with exponents. Factor quadratics

More information

Intermediate Algebra Chapter 12 Review

Intermediate Algebra Chapter 12 Review Intermediate Algebra Chapter 1 Review Set up a Table of Coordinates and graph the given functions. Find the y-intercept. Label at least three points on the graph. Your graph must have the correct shape.

More information

Integration, Separation of Variables

Integration, Separation of Variables Week #1 : Integration, Separation of Variables Goals: Introduce differential equations. Review integration techniques. Solve first-order DEs using separation of variables. 1 Sources of Differential Equations

More information

Limit. Chapter Introduction

Limit. Chapter Introduction Chapter 9 Limit Limit is the foundation of calculus that it is so useful to understand more complicating chapters of calculus. Besides, Mathematics has black hole scenarios (dividing by zero, going to

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

AP CALCULUS (AB) Outline Chapter 4 Overview. 2) Recovering a function from its derivatives and a single point;

AP CALCULUS (AB) Outline Chapter 4 Overview. 2) Recovering a function from its derivatives and a single point; AP CALCULUS (AB) Outline Chapter 4 Overview NAME Date Objectives of Chapter 4 1) Using the derivative to determine extreme values of a function and the general shape of a function s graph (including where

More information

a x a y = a x+y a x a = y ax y (a x ) r = a rx and log a (xy) = log a (x) + log a (y) log a ( x y ) = log a(x) log a (y) log a (x r ) = r log a (x).

a x a y = a x+y a x a = y ax y (a x ) r = a rx and log a (xy) = log a (x) + log a (y) log a ( x y ) = log a(x) log a (y) log a (x r ) = r log a (x). You should prepare the following topics for our final exam. () Pre-calculus. (2) Inverses. (3) Algebra of Limits. (4) Derivative Formulas and Rules. (5) Graphing Techniques. (6) Optimization (Maxima and

More information

2015 Math Camp Calculus Exam Solution

2015 Math Camp Calculus Exam Solution 015 Math Camp Calculus Exam Solution Problem 1: x = x x +5 4+5 = 9 = 3 1. lim We also accepted ±3, even though it is not according to the prevailing convention 1. x x 4 x+4 =. lim 4 4+4 = 4 0 = 4 0 = We

More information

SECTION A. f(x) = ln(x). Sketch the graph of y = f(x), indicating the coordinates of any points where the graph crosses the axes.

SECTION A. f(x) = ln(x). Sketch the graph of y = f(x), indicating the coordinates of any points where the graph crosses the axes. SECTION A 1. State the maximal domain and range of the function f(x) = ln(x). Sketch the graph of y = f(x), indicating the coordinates of any points where the graph crosses the axes. 2. By evaluating f(0),

More information

Sect Polynomial and Rational Inequalities

Sect Polynomial and Rational Inequalities 158 Sect 10.2 - Polynomial and Rational Inequalities Concept #1 Solving Inequalities Graphically Definition A Quadratic Inequality is an inequality that can be written in one of the following forms: ax

More information

1abcdef, 9, 10, 17, 20, 21, (in just do parts a, b and find domains)

1abcdef, 9, 10, 17, 20, 21, (in just do parts a, b and find domains) Sample Homework from Dr. Steve Merrin Math 1210 Calculus I Text: Calculus by James Stewart, 8th edition Chapter 1 sec 1.1 Some algebra review 3, 7, 8, 25, 27, 29-35, 38, 41, 43, 44, 63 Students should

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

Section 6: Second Derivative and Concavity Second Derivative and Concavity

Section 6: Second Derivative and Concavity Second Derivative and Concavity Chapter The Derivative Applied Calculus 1 Section 6: Second Derivative and Concavity Second Derivative and Concavity Graphically, a function is concave up if its graph is curved with the opening upward

More information

Population Dynamics. Max Flöttmann and Jannis Uhlendorf. June 12, Max Flöttmann and Jannis Uhlendorf () Population Dynamics June 12, / 54

Population Dynamics. Max Flöttmann and Jannis Uhlendorf. June 12, Max Flöttmann and Jannis Uhlendorf () Population Dynamics June 12, / 54 Population Dynamics Max Flöttmann and Jannis Uhlendorf June 12, 2007 Max Flöttmann and Jannis Uhlendorf () Population Dynamics June 12, 2007 1 / 54 1 Discrete Population Models Introduction Example: Fibonacci

More information

JMESTN Journal of Multidisciplinary Engineering Science and Technology (JMEST) ISSN: Vol. 2 Issue 4, April

JMESTN Journal of Multidisciplinary Engineering Science and Technology (JMEST) ISSN: Vol. 2 Issue 4, April Population Dynamics of Harvesting Fishery and Predator Kinfe Hailemariam Hntsa School of Mathematical and Statistical Sciences, Hawassa University, P. O. Box 5, Hawassa, ETHIOPIA Email: kinfhail@gmail.com

More information

Wed. Sept 28th: 1.3 New Functions from Old Functions: o vertical and horizontal shifts o vertical and horizontal stretching and reflecting o

Wed. Sept 28th: 1.3 New Functions from Old Functions: o vertical and horizontal shifts o vertical and horizontal stretching and reflecting o Homework: Appendix A: 1, 2, 3, 5, 6, 7, 8, 11, 13-33(odd), 34, 37, 38, 44, 45, 49, 51, 56. Appendix B: 3, 6, 7, 9, 11, 14, 16-21, 24, 29, 33, 36, 37, 42. Appendix D: 1, 2, 4, 9, 11-20, 23, 26, 28, 29,

More information

Chapter 2 Lecture. Density dependent growth and intraspecific competition ~ The Good, The Bad and The Ugly. Spring 2013

Chapter 2 Lecture. Density dependent growth and intraspecific competition ~ The Good, The Bad and The Ugly. Spring 2013 Chapter 2 Lecture Density dependent growth and intraspecific competition ~ The Good, The Bad and The Ugly Spring 2013 2.1 Density dependence, logistic equation and carrying capacity dn = rn K-N Dt K Where

More information

e. some other answer 6. The graph of the parabola given below has an axis of symmetry of: a. y = 5 b. x = 3 c. y = 3 d. x = 5 e. Some other answer.

e. some other answer 6. The graph of the parabola given below has an axis of symmetry of: a. y = 5 b. x = 3 c. y = 3 d. x = 5 e. Some other answer. Intermediate Algebra Solutions Review Problems Final Exam MTH 099 December, 006 1. True or False: (a + b) = a + b. True or False: x + y = x + y. True or False: The parabola given by the equation y = x

More information

Models of Infectious Disease Formal Demography Stanford Summer Short Course James Holland Jones, Instructor. August 15, 2005

Models of Infectious Disease Formal Demography Stanford Summer Short Course James Holland Jones, Instructor. August 15, 2005 Models of Infectious Disease Formal Demography Stanford Summer Short Course James Holland Jones, Instructor August 15, 2005 1 Outline 1. Compartmental Thinking 2. Simple Epidemic (a) Epidemic Curve 1:

More information

CS224W: Analysis of Networks Jure Leskovec, Stanford University

CS224W: Analysis of Networks Jure Leskovec, Stanford University Announcements: Please fill HW Survey Weekend Office Hours starting this weekend (Hangout only) Proposal: Can use 1 late period CS224W: Analysis of Networks Jure Leskovec, Stanford University http://cs224w.stanford.edu

More information

DIFFERENCE AND DIFFERENTIAL EQUATIONS IN MATHEMATICAL MODELLING. J. Banasiak

DIFFERENCE AND DIFFERENTIAL EQUATIONS IN MATHEMATICAL MODELLING. J. Banasiak DIFFERENCE AND DIFFERENTIAL EQUATIONS IN MATHEMATICAL MODELLING J. Banasiak ii Contents Basic ideas about mathematical modelling. Introduction: what is mathematical modelling?.........2 Simple difference

More information

Final Project Descriptions Introduction to Mathematical Biology Professor: Paul J. Atzberger. Project I: Predator-Prey Equations

Final Project Descriptions Introduction to Mathematical Biology Professor: Paul J. Atzberger. Project I: Predator-Prey Equations Final Project Descriptions Introduction to Mathematical Biology Professor: Paul J. Atzberger Project I: Predator-Prey Equations The Lotka-Volterra Predator-Prey Model is given by: du dv = αu βuv = ρβuv

More information

Differential Equations

Differential Equations Chapter 9 Differential Equations 9. Introduction A differential equation is a relationship between some (unknown) function and one of its derivatives. Examples of differential equations were encountered

More information

6x 2 8x + 5 ) = 12x 8

6x 2 8x + 5 ) = 12x 8 Example. If f(x) = x 3 4x + 5x + 1, then f (x) = 6x 8x + 5 Observation: f (x) is also a differentiable function... d dx ( f (x) ) = d dx ( 6x 8x + 5 ) = 1x 8 The derivative of f (x) is called the second

More information

C2 Differential Equations : Computational Modeling and Simulation Instructor: Linwei Wang

C2 Differential Equations : Computational Modeling and Simulation Instructor: Linwei Wang C2 Differential Equations 4040-849-03: Computational Modeling and Simulation Instructor: Linwei Wang Part IV Dynamic Systems Equilibrium: Stable or Unstable? Equilibrium is a state of a system which does

More information

A.P. Calculus BC Test Three Section Two Free-Response No Calculators Time 45 minutes Number of Questions 3

A.P. Calculus BC Test Three Section Two Free-Response No Calculators Time 45 minutes Number of Questions 3 A.P. Calculus BC Test Three Section Two Free-Response No Calculators Time 45 minutes Number of Questions 3 Each of the three questions is worth 9 points. The maximum possible points earned on this section

More information

Math 1120, Section 1 Calculus Final Exam

Math 1120, Section 1 Calculus Final Exam May 7, 2014 Name Each of the first 17 problems are worth 10 points The other problems are marked The total number of points available is 285 Throughout the free response part of this test, to get credit

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

Math 1A Chapter 3 Test Typical Problems Set Solutions

Math 1A Chapter 3 Test Typical Problems Set Solutions Math 1A Chapter 3 Test Typical Problems Set Solutions 1. Use the definition of the derivative to compute each of the following limits. a. b. c.. Find equations of the lines tangent to the curve which are

More information

Exam III #1 Solutions

Exam III #1 Solutions Department of Mathematics University of Notre Dame Math 10120 Finite Math Fall 2017 Name: Instructors: Basit & Migliore Exam III #1 Solutions November 14, 2017 This exam is in two parts on 11 pages and

More information

MATH 2053 Calculus I Review for the Final Exam

MATH 2053 Calculus I Review for the Final Exam MATH 05 Calculus I Review for the Final Exam (x+ x) 9 x 9 1. Find the limit: lim x 0. x. Find the limit: lim x + x x (x ).. Find lim x (x 5) = L, find such that f(x) L < 0.01 whenever 0 < x

More information

See animations and interactive applets of some of these at. Fall_2009/Math123/Notes

See animations and interactive applets of some of these at.   Fall_2009/Math123/Notes MA123, Chapter 7 Word Problems (pp. 125-153) Chapter s Goal: In this chapter we study the two main types of word problems in Calculus. Optimization Problems. i.e., max - min problems Related Rates See

More information

Exam A. Exam 3. (e) Two critical points; one is a local maximum, the other a local minimum.

Exam A. Exam 3. (e) Two critical points; one is a local maximum, the other a local minimum. 1.(6 pts) The function f(x) = x 3 2x 2 has: Exam A Exam 3 (a) Two critical points; one is a local minimum, the other is neither a local maximum nor a local minimum. (b) Two critical points; one is a local

More information

(MATH 1203, 1204, 1204R)

(MATH 1203, 1204, 1204R) College Algebra (MATH 1203, 1204, 1204R) Departmental Review Problems For all questions that ask for an approximate answer, round to two decimal places (unless otherwise specified). The most closely related

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

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

Math Exam Jam Solutions. Contents. 1 Linear Inequalities and Absolute Value Equations 2

Math Exam Jam Solutions. Contents. 1 Linear Inequalities and Absolute Value Equations 2 Math 11100 Exam Jam Solutions Contents 1 Linear Inequalities and Absolute Value Equations 2 2 Linear Equations, Graphing and Solving Systems of Equations 4 3 Polynomials and Rational Expressions 13 4 Radical

More information

Quadratic function and equations Quadratic function/equations, supply, demand, market equilibrium

Quadratic function and equations Quadratic function/equations, supply, demand, market equilibrium Exercises 8 Quadratic function and equations Quadratic function/equations, supply, demand, market equilibrium Objectives - know and understand the relation between a quadratic function and a quadratic

More information

Population modeling of marine mammal populations

Population modeling of marine mammal populations Population modeling of marine mammal populations Lecture 1: simple models of population counts Eli Holmes National Marine Fisheries Service nmfs.noaa.gov Today s lecture topics: Density-independent growth

More information

Calculus I Review Solutions

Calculus I Review Solutions Calculus I Review Solutions. Compare and contrast the three Value Theorems of the course. When you would typically use each. The three value theorems are the Intermediate, Mean and Extreme value theorems.

More information

Interdisciplinary Lively Application Project Spread of Disease Activity

Interdisciplinary Lively Application Project Spread of Disease Activity Interdisciplinary Lively Application Project Spread of Disease Activity Title: Spread of Disease Activity Authors: Bruce MacMillan Lynn Bennethum University of Colorado at Denver University of Colorado

More information

Ordinary Differential Equations: Worked Examples with Solutions. Edray Herber Goins Talitha Michal Washington

Ordinary Differential Equations: Worked Examples with Solutions. Edray Herber Goins Talitha Michal Washington Ordinary Differential Equations: Worked Examples with Solutions Edray Herber Goins Talitha Michal Washington July 31, 2016 2 Contents I First Order Differential Equations 5 1 What is a Differential Equation?

More information

Introduction to SEIR Models

Introduction to SEIR Models Department of Epidemiology and Public Health Health Systems Research and Dynamical Modelling Unit Introduction to SEIR Models Nakul Chitnis Workshop on Mathematical Models of Climate Variability, Environmental

More information

Mathematical and Computational Methods for the Life Sciences

Mathematical and Computational Methods for the Life Sciences Mathematical and Computational Methods for the Life Sciences Preliminary Lecture Notes Adolfo J. Rumbos November 24, 2007 2 Contents 1 Preface 5 2 Introduction: An Example from Microbial Genetics 7 I Deterministic

More information

f (x) = 2x x = 2x2 + 4x 6 x 0 = 2x 2 + 4x 6 = 2(x + 3)(x 1) x = 3 or x = 1.

f (x) = 2x x = 2x2 + 4x 6 x 0 = 2x 2 + 4x 6 = 2(x + 3)(x 1) x = 3 or x = 1. F16 MATH 15 Test November, 016 NAME: SOLUTIONS CRN: Use only methods from class. You must show work to receive credit. When using a theorem given in class, cite the theorem. Reminder: Calculators are not

More information

Dynamical Systems. Dennis Pixton

Dynamical Systems. Dennis Pixton Dynamical Systems Version 0.2 Dennis Pixton E-mail address: dennis@math.binghamton.edu Department of Mathematical Sciences Binghamton University Copyright 2009 2010 by the author. All rights reserved.

More information

Chapter 6: Exponential and Logarithmic Functions

Chapter 6: Exponential and Logarithmic Functions Section 6.1: Algebra and Composition of Functions #1-9: Let f(x) = 2x + 3 and g(x) = 3 x. Find each function. 1) (f + g)(x) 2) (g f)(x) 3) (f/g)(x) 4) ( )( ) 5) ( g/f)(x) 6) ( )( ) 7) ( )( ) 8) (g+f)(x)

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

1 Functions, Graphs and Limits

1 Functions, Graphs and Limits 1 Functions, Graphs and Limits 1.1 The Cartesian Plane In this course we will be dealing a lot with the Cartesian plane (also called the xy-plane), so this section should serve as a review of it and its

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

Interactions. Yuan Gao. Spring Applied Mathematics University of Washington

Interactions. Yuan Gao. Spring Applied Mathematics University of Washington Interactions Yuan Gao Applied Mathematics University of Washington yuangao@uw.edu Spring 2015 1 / 27 Nonlinear System Consider the following coupled ODEs: dx = f (x, y). dt dy = g(x, y). dt In general,

More information

A bunch of practice questions January 31, 2008

A bunch of practice questions January 31, 2008 A bunch of practice questions January 3, 28. Which of the following functions corresponds to the one plotted to the right? 7 6 (a) f(x) = x 3 4x 2 +, (b) f(x) = 2x 3 3x 2 +, (c) f(x) = x 3 4x 2 + 2x +,

More information

MA 223 PRACTICE QUESTIONS FOR THE FINAL 3/97 A. B. C. D. E.

MA 223 PRACTICE QUESTIONS FOR THE FINAL 3/97 A. B. C. D. E. MA 223 PRACTICE QUESTIONS FOR THE FINAL 3/97 1. Which of the lines shown has slope 1/3? 2. Suppose 280 tons of corn were harvested in 5 days and 940 tons in 20 days. If the relationship between tons T

More information

MATH 408N PRACTICE MIDTERM 1

MATH 408N PRACTICE MIDTERM 1 02/0/202 Bormashenko MATH 408N PRACTICE MIDTERM Show your work for all the problems. Good luck! () (a) [5 pts] Solve for x if 2 x+ = 4 x Name: TA session: Writing everything as a power of 2, 2 x+ = (2

More information