y = (1 y)cos t Answer: The equation is not autonomous because of the cos t term.

Size: px
Start display at page:

Download "y = (1 y)cos t Answer: The equation is not autonomous because of the cos t term."

Transcription

1 Math 211 Homework #4 Februar 9, = Answer: Note that = is autonomous, having form = f(). Solve the equation f()= 0 to find the equilibrium points. f()= = 0 = 1. Thus, (t) = 1 is an equilibrium solution, as shown in the following figure t Equilibrium solution of = = (1 )cos t Answer: The equation is not autonomous because of the cos t term.

2 f () ( 1,0) (1,0) Answer: The equilibrium points are =±1. Both are unstable. The equilibrium solutions are (t) = 1 and (t) = = 2 7 Answer: (i) In this case, f()= 2 7, whose graph is shown in the figure below f ()=2 7 (7/2,0) Graph of the right-hand side of = 2 7. (ii) The phase line is easil captured from the figure above and is shown in the figure below. 7 2 Phase line for = 2 7.

3 (iii) The phase line in the figure above indicates that solutions decrease if <7/2 and increase if >7/2. This allows us to easil construct the phase portrait shown in the t plane in the figure below. Note the unstable equilibrium solution, (t) = 7/2. (0,7/2) t Phase portrait for = = ( + 1)( 2 9) Answer: (i) In this case, f() = ( + 1)( 2 9) factors as f() = ( + 1)( 3)( + 3), whose graph is shown in the figure below. f ()=(+1)( 2 9) ( 3,0) ( 1,0) (3,0) Graph of the right-hand side of = ( + 1)( 2 9). (ii) The phase line is easil captured from the figure above, and is shown in the figure below.

4 3 1 3 Phase line for = ( + 1)( 2 9). (iii) The phase line in the figure below shows that solutions decrease if < 3, increase for 3 << 1, decrease if 1 <<3, and increase for >3. This allows us to easil construct the phase portrait shown in the t plane in the figure below. Note the unstable equilibrium solution, (t) = 3, the stable equilibrium solution, (t) = 1, and the unstable equilibrium solution, (t) = 3. (0,3) t (0, 1) (0, 3) Phase portrait for = ( + 1)( 2 9) A tank contains 100 gallons of pure water. A salt solution with concentration 3 lb/gal enters the tank at a rate of 2 gal/min. Solution drains from the tank at a rate of 2 gal/min. Use qualitative analsis to find the eventual concentration of the salt solution in the tank. Answer: Let x(t) represent the amount of salt in the tank at time t. The rate at which solution enters the tank is given b Rate In = 2 gal/min 3 lb/gal = 6 lb/min. The rate at which solution leaves the tank is Consequentl, Rate Out = 2 gal/min dx dt x 100 lb/gal = 1 50 x lb/min. = x.

5 Let c(t) represent the concentration of salt in the solution at time t. Thus, c(t) = x(t)/100 and 100c = x. 100c = (100c) c = c Let f(c) = 6/100 (1/50)c. Setting f(c) = 0 produces the equilibrium point c = 3, as shown in the figure below. f (c)= c (3,0) c Graph of f(c)= 6/100 (1/50)c The phase line on the c-axis in the figure above shows that c = 3 is a stable equilibrium point so a trajector with initial condition c(0) = 0 (the initial concentration of salt is zero) should approach the stable equilibrium solution c(t) = 3, as shown in the figure below,

6 c (0,3) (0,0) t Eventual salt concentration A biologist prepares a culture. After 1 da of growth, the biologist counts 1000 cells. After 2 das of growth, he counts Assuming a Malthusian model, what is the reproduction rate and how man cells were present initiall? Answer: The equation of the Malthusian model is P(t) = Ce rt. Appl the cell counts to solve for r and C. P(1) = 1000, so Ce r = 1000, i.e. r = ln(1000/c). Also, P(2) = 3000, so Ce 2r = 3000, i.e. r = 1 ln(3000/c). Setting these equal 2 and solving, one obtains C = 1000/3. Substituting C into r = ln(1000/c) gives that r = ln Suppose a population is growing according to the logistic equation, ( dp = rp 1 P ). dt K Prove that the rate at which the population is increasing is at its greatest when the population is at one-half of its carring capacit. Hint: Consider the second derivative of P. Answer: To find the minimum and maximum growth rate, use the first derivative test on the growth rate dp /dt. That is, set d 2 P/dt 2 = 0. Obtain d 2 ( P dt = 2 rp 1 2P ). k Thus, dp /dt reaches an extremum when P = 0 and when P = k/2. One wants to show that dp /dt is a maximum when P = k/2. So, one checks that d 2 P/dt 2 changes sign from positive to negative at P = k/2. When P = k/2, P = r(k/2)(1 (k/2)/k) = rk/4, which is positive. So an possible change in sign of d 2 P/dt 2 is in the third factor (1 2P/k). This factor does change sign from positive to negative at P = k/2, so d 2 P/dt 2 changes sign from positive to negative at P = k/2. Therefore dp /dt reaches a maximum at P = k/2.

7 In The Biolog of Population Growth, published in 1925, the biologist Ramond Pearl reported the data shown in Table 3 for the growth of a population of fruit flies. Table 1 The growth of another population of fruit flies. Da Number of flies Da Number of flies Da Number of flies (a) Notice that data were not collected sstematicall. However, data were collected on das 9 and 18. Use the method of Example 1.18 to estimate the natural reproductive rate and the carring capacit for a logistic model. Answer: Use the following three data points to estimate r and k: Da Number of Flies P P P Set h = 9. Equation (1.17) gives r = 1 ( ) 163(52 6) 9 ln = (163 52) Then using this in equation (1.16), one obtains K = (6)(52)(1 e 0.269(9) ) = e 0.269(9) The plot of the logistic curve with these parameters is shown as the dashed curve in Figure 1. (b) Answer: This part was not assigned since the nonlinear least squares program required to do it is not readil available. However, we will present the results because the comparison of the two results is quite striking. To compute the parameters we want to find values of the parameters P 0, r, and K which minimise 11 [ ( )] P(tj ) 2 log, j=1 where t j and P j are the data from Table 1, and P(t)is the logistic function in equation with parameters P 0, r, and K. To do this we write a MATLAB m-file ex313b.m P j

8 with the contents function = ex313b(u) K = u(1); P0 = u(2); r = u(3); t=[ ]; N=[ ]; pp = K*P0./(P0 + (K - P0)*exp(-r*t)); = log(pp./n); Then we execute the commands >> u = lsqnonlin( ex313b,[320,6,0.3]); Optimization terminated successfull: Relative function value changing b less than OPTIONS.TolFun >> K=u(1) K = >> P0 = u(2) P0 = >> r=u(3) r = (c) The plot of the logistic curve with these parameters is shown as the solid curve in Figure 1. The MATLAB command lsqnonlin is not part of the standard MATLAB. It is part of the Optimization Toolbox, which must be purchased separatel. This means that while the command should be available on an Rice owned computer, it will probabl not be available on our home computer using the Student Edition of MATLAB. Is the logistic model a good one for this data? Answer: As can be seen in Figure 1, the logistic model with the parameters from part (a) poorl approximates the data for short times, and at long times it is terrible.

9 However, when we use all of the data, as we did in part (b), we get a logistic curve that fits reasonabl well. 400 Number of flies Time in das Figure A biologist develops a culture that obes the modified logistic equation ( P = 0.38p 1 P ) h(t), (1) 1000 where the harvesting is defined b the piecewise function { 200, if t<3, h(t) = 0, otherwise. (2) (a) Use our numerical solver to plot solution trajectories for initial bacterial populations ranging between 0 and You ll note that in some cases, the population recovers, but in others, the bacterial count goes to zero. Determine experimentall the critical initial population that separates these two behaviors. Answer: In Figure 2, the nine curves are given b initial conditions P(0) = 300, P(0) = 400, P(0) = 410, P(0) = 414, P(0) = 415, P(0) = 420, P(0) = 600, P(0) = 800, P(0) = Note that the solution curve with initial condition P(0) = 415 never reaches zero, although the curve with initial condition P(0) = 414 does. Thus, the critical population is between 414 and 415.

10 p p = (0.38) p (1 p/1000) h h = 200 (t<3) t Figure 2. (b) Use an analtic method to determine the exact value of the critical initial population found in part (a). Justif our answer. Answer: The critical initial population will be the initial condition for a solution curve which has P = 0 when t = 3. Writing the differential equation for t<3gives dp = 0.38P P dt Separate variables. dp P P 200 = dt. Integrating this, one obtains t + C = ( ) P tan Using conditions P(3) = 0, one obtains 3 + C = ( ) tan or C = Now setting t = 0 and solving for P = P 0, one obtains P 0 = On the da of his birth, Jason s grandmother pledges to make available $50,000 on his eighteenth birthda for his college education. She negotiates an account paing 6.25% annual interest, compounded continuousl, with no initial deposit, but agrees to deposit a fixed amount each ear. What annual deposit should be made to reach her goal? Answer: Let P(t) represent the balance in the account t ears after Jason s da of birth. Let r represent the annual rate, d the annual deposit. Since no initial investment is required, P = rp + d, P(0) = 0.

11 This equation is linear, with integrating factor e rt. Consequentl, ( e rt P ) = de rt, e rt P = d r e rt + C, P = d r + Cert. Use P(0) = 0 to produce C = d/r and P(t) = d r ( e rt 1 ). Because P(18) = 50000, = d ( e r(18) 1 ), r d = 50000r e 18r 1, d = 50000(0.0625) e 18(0.0625) 1, d $1, Don and Heidi would like to bu a home. The ve examined their budget and determined that the can afford monthl paments of $1000. If the annual interest is 7.25% and the term of the loan is 30 ears, what amount can the afford to borrow? Answer: Let P(t)represent the loan balance after t ears. Let r represent the annual interest rate, w the annual pament, and P 0 the amount of the loan. Then P = rp w, P(0) = P 0. The equation is linear with integrating factor e rt. Consequentl, ( e rt P ) = we rt, e rt P = w r e rt + C, P = w r + Cert. Use P(0) = P 0 to produce C = P 0 w/r and P(t) = w ( r + P 0 w ) e rt. r

12 Now, $1,000 per month makes $12,000 per ear, so w = Furthermore, the term of the loan is 30 ears, so P(30) = 0 and 0 = w ( r + P 0 w ) e r(30), r we 30r w = P 0 re 30r, P 0 = w ( e 30r 1 ), re 30r P 0 = ( e 30(0.0725) 1 ), e 20(0.0725) P 0 $146, 713. M3.18. Here are the MATLAB commands that will produce the figure. x=0:0.01:4*pi; hold on plot(x, sin(x), - ) plot(x, cos(x), : ) legend( = sin(x), = cos(x) ) xlabel( x ) label( ) hold off M3.19. Here are the MATLAB commands that will produce the figure. x=-3:0.01:3; hold on plot(x, sin(x), - ) plot(x, x - (x.^3)/6, -- ) plot(x, x - (x.^3)/6 + (x.^5)/120, : ) legend( = sin(x), = x - x^3/6, = x - x^3/6 + x^5/120 ) title( Talor polnomial approximations to = sin x. ) xlabel( x-axis ) label( -axis ) hold off The polnomials given are the third- and fifth-order Talor polnomials for the sine function.

ODE Math 3331 (Summer 2014) June 16, 2014

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

More information

Homework 2 Solutions Math 307 Summer 17

Homework 2 Solutions Math 307 Summer 17 Homework 2 Solutions Math 307 Summer 17 July 8, 2017 Section 2.3 Problem 4. A tank with capacity of 500 gallons originally contains 200 gallons of water with 100 pounds of salt in solution. Water containing

More information

Name: October 24, 2014 ID Number: Fall Midterm I. Number Total Points Points Obtained Total 40

Name: October 24, 2014 ID Number: Fall Midterm I. Number Total Points Points Obtained Total 40 Math 307O: Introduction to Differential Equations Name: October 24, 204 ID Number: Fall 204 Midterm I Number Total Points Points Obtained 0 2 0 3 0 4 0 Total 40 Instructions.. Show all your work and box

More information

Math 308 Exam I Practice Problems

Math 308 Exam I Practice Problems Math 308 Exam I Practice Problems This review should not be used as your sole source of preparation for the exam. You should also re-work all examples given in lecture and all suggested homework problems..

More information

Three major steps in modeling: Construction of the Model Analysis of the Model Comparison with Experiment or Observation

Three major steps in modeling: Construction of the Model Analysis of the Model Comparison with Experiment or Observation Section 2.3 Modeling : Key Terms: Three major steps in modeling: Construction of the Model Analysis of the Model Comparison with Experiment or Observation Mixing Problems Population Example Continuous

More information

Math 3201 Chapter 6 Review Name:

Math 3201 Chapter 6 Review Name: Math 01 Chapter 6 Review Name: Multiple Choice 1. Which of the following is an exponential function? A. f(x) = x B. g(x) = ( 1) x C. h(x) = 17 x D. j(x) = x. Match the following graph with its function.

More information

Math 308 Exam I Practice Problems

Math 308 Exam I Practice Problems Math 308 Exam I Practice Problems This review should not be used as your sole source for preparation for the exam. You should also re-work all examples given in lecture and all suggested homework problems..

More information

Problem Sheet 1.1 First order linear equations;

Problem Sheet 1.1 First order linear equations; Problem Sheet 1 First order linear equations; In each of Problems 1 through 8 find the solution of the given initial value problem 5 6 7 8 In each of Problems 9 and 10: (a) Let be the value of for which

More information

Sect2.1. Any linear equation:

Sect2.1. Any linear equation: Sect2.1. Any linear equation: Divide a 0 (t) on both sides a 0 (t) dt +a 1(t)y = g(t) dt + a 1(t) a 0 (t) y = g(t) a 0 (t) Choose p(t) = a 1(t) a 0 (t) Rewrite it in standard form and ḡ(t) = g(t) a 0 (t)

More information

3. A boat that costs $4000 decreases in value by 17% per year. How much will the boat be worth after 6 years?

3. A boat that costs $4000 decreases in value by 17% per year. How much will the boat be worth after 6 years? Algebra Stud Guide 1. Write a recursive formula for the sequence.,, 50, 50,.... Given that u = 3, u = 1, and u = 5u + u where n 3, what is the fifth term of the sequence? [A] 57 [B] 63 [C] 307 [D] 1649

More information

Differential Equations

Differential Equations Universit of Differential Equations DEO PAT- ET RIE Definition: A differential equation is an equation containing a possibl unknown) function and one or more of its derivatives. Eamples: sin + + ) + e

More information

First Order ODEs, Part II

First Order ODEs, Part II Craig J. Sutton craig.j.sutton@dartmouth.edu Department of Mathematics Dartmouth College Math 23 Differential Equations Winter 2013 Outline Existence & Uniqueness Theorems 1 Existence & Uniqueness Theorems

More information

Math 217 Practice Exam 1. Page Which of the following differential equations is exact?

Math 217 Practice Exam 1. Page Which of the following differential equations is exact? Page 1 1. Which of the following differential equations is exact? (a) (3x x 3 )dx + (3x 3x 2 ) d = 0 (b) sin(x) dx + cos(x) d = 0 (c) x 2 x 2 = 0 (d) (1 + e x ) + (2 + xe x ) d = 0 CORRECT dx (e) e x dx

More information

Section 2.5 Mixing Problems. Key Terms: Tanks Mixing problems Input rate Output rate Volume rates Concentration

Section 2.5 Mixing Problems. Key Terms: Tanks Mixing problems Input rate Output rate Volume rates Concentration Section 2.5 Mixing Problems Key Terms: Tanks Mixing problems Input rate Output rate Volume rates Concentration The problems we will discuss are called mixing problems. They employ tanks and other receptacles

More information

= 2e t e 2t + ( e 2t )e 3t = 2e t e t = e t. Math 20D Final Review

= 2e t e 2t + ( e 2t )e 3t = 2e t e t = e t. Math 20D Final Review Math D Final Review. Solve the differential equation in two ways, first using variation of parameters and then using undetermined coefficients: Corresponding homogenous equation: with characteristic equation

More information

Math Homework 3 Solutions. (1 y sin x) dx + (cos x) dy = 0. = sin x =

Math Homework 3 Solutions. (1 y sin x) dx + (cos x) dy = 0. = sin x = 2.6 #10: Determine if the equation is exact. If so, solve it. Math 315-01 Homework 3 Solutions (1 y sin x) dx + (cos x) dy = 0 Solution: Let P (x, y) = 1 y sin x and Q(x, y) = cos x. Note P = sin x = Q

More information

Math 2Z03 - Tutorial # 3. Sept. 28th, 29th, 30th, 2015

Math 2Z03 - Tutorial # 3. Sept. 28th, 29th, 30th, 2015 Math 2Z03 - Tutorial # 3 Sept. 28th, 29th, 30th, 2015 Tutorial Info: Tutorial Website: http://ms.mcmaster.ca/ dedieula/2z03.html Office Hours: Mondays 3pm - 5pm (in the Math Help Centre) Tutorial #3: 2.8

More information

Differential equations

Differential equations Differential equations Math 27 Spring 2008 In-term exam February 5th. Solutions This exam contains fourteen problems numbered through 4. Problems 3 are multiple choice problems, which each count 6% of

More information

dy x a. Sketch the slope field for the points: (1,±1), (2,±1), ( 1, ±1), and (0,±1).

dy x a. Sketch the slope field for the points: (1,±1), (2,±1), ( 1, ±1), and (0,±1). Chapter 6. d x Given the differential equation: dx a. Sketch the slope field for the points: (,±), (,±), (, ±), and (0,±). b. Find the general solution for the given differential equation. c. Find the

More information

Will Murray s Differential Equations, IV. Applications, modeling, and word problems1

Will Murray s Differential Equations, IV. Applications, modeling, and word problems1 Will Murray s Differential Equations, IV. Applications, modeling, and word problems1 IV. Applications, modeling, and word problems Lesson Overview Mixing: Smoke flows into the room; evenly mixed air flows

More information

Solutions to the Review Questions

Solutions to the Review Questions Solutions to the Review Questions Short Answer/True or False. True or False, and explain: (a) If y = y + 2t, then 0 = y + 2t is an equilibrium solution. False: (a) Equilibrium solutions are only defined

More information

Compartmental Analysis

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

More information

MATH 115 MIDTERM EXAM

MATH 115 MIDTERM EXAM MATH 11 MIDTERM EXAM Department of Mathematics Universit of Michigan Februar 12, 2003 NAME: INSTRUCTOR: ID NUMBER: SECTION NO: 1. Do not open this eam until ou are told to begin. 2. This eam has 11 pages

More information

Math 2300 Calculus II University of Colorado Final exam review problems

Math 2300 Calculus II University of Colorado Final exam review problems Math 300 Calculus II University of Colorado Final exam review problems. A slope field for the differential equation y = y e x is shown. Sketch the graphs of the solutions that satisfy the given initial

More information

Solutions for homework 11

Solutions for homework 11 Solutions for homework Section 9 Linear Sstems with constant coefficients Overview of the Technique 3 Use hand calculations to find the characteristic polnomial and eigenvalues for the matrix ( 3 5 λ T

More information

MA 214 Calculus IV (Spring 2016) Section 2. Homework Assignment 2 Solutions

MA 214 Calculus IV (Spring 2016) Section 2. Homework Assignment 2 Solutions MA 214 Calculus IV (Spring 2016) Section 2 Homework Assignment 2 Solutions 1 Boyce and DiPrima, p 60, Problem 2 Solution: Let M(t) be the mass (in grams) of salt in the tank after t minutes The initial-value

More information

Introduction to di erential equations

Introduction to di erential equations Chapter 1 Introduction to di erential equations 1.1 What is this course about? A di erential equation is an equation where the unknown quantity is a function, and where the equation involves the derivative(s)

More information

Do not write below here. Question Score Question Score Question Score

Do not write below here. Question Score Question Score Question Score MATH-2240 Friday, May 4, 2012, FINAL EXAMINATION 8:00AM-12:00NOON Your Instructor: Your Name: 1. Do not open this exam until you are told to do so. 2. This exam has 30 problems and 18 pages including this

More information

Math Spring 2014 Homework 2 solution

Math Spring 2014 Homework 2 solution Math 3-00 Spring 04 Homework solution.3/5 A tank initially contains 0 lb of salt in gal of weater. A salt solution flows into the tank at 3 gal/min and well-stirred out at the same rate. Inflow salt concentration

More information

Math 3201 Sample Exam. PART I Total Value: 50% 1. Given the Venn diagram below, what is the number of elements in both A and B, n(aub)?

Math 3201 Sample Exam. PART I Total Value: 50% 1. Given the Venn diagram below, what is the number of elements in both A and B, n(aub)? Math 0 Sample Eam PART I Total : 50%. Given the Venn diagram below, what is the number of elements in both A and B, n(aub)? 6 8 A green white black blue red ellow B purple orange. Given the Venn diagram

More information

Solutions to the Review Questions

Solutions to the Review Questions Solutions to the Review Questions Short Answer/True or False. True or False, and explain: (a) If y = y + 2t, then 0 = y + 2t is an equilibrium solution. False: This is an isocline associated with a slope

More information

Pre-Calculus First Semester Review

Pre-Calculus First Semester Review NON CALCULATOR Pre-Calculus First Semester Review Unit 1: 1 37 Unit : 1 18, 38 49 Unit 3: 19,, 5 6 [1.] Find the domain. Epress the answer in interval notation. 1. f( ) log ( 5) = +. 3 f( ) = 7 + 4 [1.]

More information

Review Problems for Exam 2

Review Problems for Exam 2 Calculus II Math - Fall 4 Name: Review Problems for Eam In question -6, write a differential equation modeling the given situations, you do not need to solve it.. The rate of change of a population P is

More information

Review for FINALS. FINAL CULMINATING date FINAL EXAM date

Review for FINALS. FINAL CULMINATING date FINAL EXAM date Date: Name: Review for FINALS FINAL CULMINATING date FINAL EXAM date Success Criteria Ensure our Journals are complete and corrected. These ou ma use on the CULMINATING (but not on the EXAM) Complete the

More information

MATH 251 Examination I October 10, 2013 FORM A. Name: Student Number: Section:

MATH 251 Examination I October 10, 2013 FORM A. Name: Student Number: Section: MATH 251 Examination I October 10, 2013 FORM A Name: Student Number: Section: This exam has 13 questions for a total of 100 points. Show all you your work! In order to obtain full credit for partial credit

More information

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

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

More information

DEplot(D(y)(x)=2*sin(x*y(x)),y(x),x=-2..2,[[y(1)=1]],y=-5..5)

DEplot(D(y)(x)=2*sin(x*y(x)),y(x),x=-2..2,[[y(1)=1]],y=-5..5) Project #1 Math 181 Name: Email your project to ftran@mtsac.edu with your full name and class on the subject line of the email. Do not turn in a hardcopy of your project. Step 1: Initialize the program:

More information

Solving Exponential and Logarithmic Equations

Solving Exponential and Logarithmic Equations 5.5 Solving Exponential and Logarithmic Equations Essential Question How can ou solve exponential and logarithmic equations? Solving Exponential and Logarithmic Equations Work with a partner. Match each

More information

MATH 294???? FINAL # 4 294UFQ4.tex Find the general solution y(x) of each of the following ODE's a) y 0 = cosecy

MATH 294???? FINAL # 4 294UFQ4.tex Find the general solution y(x) of each of the following ODE's a) y 0 = cosecy 3.1. 1 ST ORDER ODES 1 3.1 1 st Order ODEs MATH 294???? FINAL # 4 294UFQ4.tex 3.1.1 Find the general solution y(x) of each of the following ODE's a) y 0 = cosecy MATH 294 FALL 1990 PRELIM 2 # 4 294FA90P2Q4.tex

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) A) 4 13 C) 2 3 2) A) 0 B) 1 3 C) 5 13

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) A) 4 13 C) 2 3 2) A) 0 B) 1 3 C) 5 13 Math 30 Final Eam Review Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the slope of the line passing through the given pair of points.

More information

Homework Solutions: , plus Substitutions

Homework Solutions: , plus Substitutions Homework Solutions: 2.-2.2, plus Substitutions Section 2. I have not included any drawings/direction fields. We can see them using Maple or by hand, so we ll be focusing on getting the analytic solutions

More information

SMA 208: Ordinary differential equations I

SMA 208: Ordinary differential equations I SMA 208: Ordinary differential equations I Modeling with First Order differential equations Lecturer: Dr. Philip Ngare (Contacts: pngare@uonbi.ac.ke, Tue 12-2 PM) School of Mathematics, University of Nairobi

More information

17 Exponential Functions

17 Exponential Functions Eponential Functions Concepts: Eponential Functions Graphing Eponential Functions Eponential Growth and Eponential Deca The Irrational Number e and Continuousl Compounded Interest (Section. &.A). Sketch

More information

Ordinary Differential Equations

Ordinary Differential Equations Ordinary Differential Equations Swaroop Nandan Bora swaroop@iitg.ernet.in Department of Mathematics Indian Institute of Technology Guwahati Guwahati-781039 A first-order differential equation is an equation

More information

Section 8: Differential Equations

Section 8: Differential Equations Chapter 3 The Integral Applied Calculus 228 Section 8: Differential Equations A differential equation is an equation involving the derivative of a function. The allow us to express with a simple equation

More information

Section 11.1 Rational Exponents Goals: 1. To use the properties of exponents. 2. To evaluate and simplify expressions containing rational exponents.

Section 11.1 Rational Exponents Goals: 1. To use the properties of exponents. 2. To evaluate and simplify expressions containing rational exponents. Section 11.1 Rational Eponents Goals: 1. To use the properties of eponents.. To evaluate and simplif epressions containing rational eponents. I. Properties to Review m n A. a a = m B. ( a ) n = C. n a

More information

Math Assignment 2

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

More information

Chapter 2: First Order ODE 2.4 Examples of such ODE Mo

Chapter 2: First Order ODE 2.4 Examples of such ODE Mo Chapter 2: First Order ODE 2.4 Examples of such ODE Models 28 January 2018 First Order ODE Read Only Section! We recall the general form of the First Order DEs (FODE): dy = f (t, y) (1) dt where f (t,

More information

LECTURE 4-1 INTRODUCTION TO ORDINARY DIFFERENTIAL EQUATIONS

LECTURE 4-1 INTRODUCTION TO ORDINARY DIFFERENTIAL EQUATIONS 130 LECTURE 4-1 INTRODUCTION TO ORDINARY DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS: A differential equation (DE) is an equation involving an unknown function and one or more of its derivatives. A differential

More information

Differential Equations: Homework 2

Differential Equations: Homework 2 Differential Equations: Homework Alvin Lin January 08 - May 08 Section.3 Exercise The direction field for provided x 0. dx = 4x y is shown. Verify that the straight lines y = ±x are solution curves, y

More information

AP CALCULUS BC SUMMER PREVIEW

AP CALCULUS BC SUMMER PREVIEW AP CALCULUS BC SUMMER PREVIEW Name: Your summer homework assignment is to write complete solutions for all of the problems listed in this packet. It is important that you have mastered the concepts covered

More information

Differential Equations Spring 2007 Assignments

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

More information

Do not write in this space. Problem Possible Score Number Points Total 48

Do not write in this space. Problem Possible Score Number Points Total 48 MTH 337. Name MTH 337. Differential Equations Exam II March 15, 2019 T. Judson Do not write in this space. Problem Possible Score Number Points 1 8 2 10 3 15 4 15 Total 48 Directions Please Read Carefully!

More information

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

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

More information

APPM 2360: Final Exam 10:30am 1:00pm, May 6, 2015.

APPM 2360: Final Exam 10:30am 1:00pm, May 6, 2015. APPM 23: Final Exam :3am :pm, May, 25. ON THE FRONT OF YOUR BLUEBOOK write: ) your name, 2) your student ID number, 3) lecture section, 4) your instructor s name, and 5) a grading table for eight questions.

More information

MATH 251 Examination I October 8, 2015 FORM A. Name: Student Number: Section:

MATH 251 Examination I October 8, 2015 FORM A. Name: Student Number: Section: MATH 251 Examination I October 8, 2015 FORM A Name: Student Number: Section: This exam has 14 questions for a total of 100 points. Show all you your work! In order to obtain full credit for partial credit

More information

WebAssign Lesson 6-3 Taylor Series (Homework)

WebAssign Lesson 6-3 Taylor Series (Homework) WebAssign Lesson 6-3 Taylor Series (Homework) Current Score : / 56 Due : Tuesday, August 5 204 0:59 AM MDT Jaimos Skriletz Math 75, section 3, Summer 2 204 Instructor: Jaimos Skriletz. /4 points Consider

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

Math 3313: Differential Equations First-order ordinary differential equations

Math 3313: Differential Equations First-order ordinary differential equations Math 3313: Differential Equations First-order ordinary differential equations Thomas W. Carr Department of Mathematics Southern Methodist University Dallas, TX Outline Math 2343: Introduction Separable

More information

Math 266, Midterm Exam 1

Math 266, Midterm Exam 1 Math 266, Midterm Exam 1 February 19th 2016 Name: Ground Rules: 1. Calculator is NOT allowed. 2. Show your work for every problem unless otherwise stated (partial credits are available). 3. You may use

More information

Study Guide COPYRIGHT RESERVED ANY UNAUTHORISED REPRODUCTION OF THIS MATERIAL IS STRICTLY PROHIBITED.

Study Guide COPYRIGHT RESERVED ANY UNAUTHORISED REPRODUCTION OF THIS MATERIAL IS STRICTLY PROHIBITED. Stud Guide COPYRIGHT RESERVED ANY UNAUTHORISED REPRODUCTION OF THIS MATERIAL IS STRICTLY PROHIBITED www.get-tuition.co.za info@get-tuition.co.za http://www.facebook.com/?refhome#!/pages/johannesburg-south-africa/educ8/0668697?vwall

More information

First Order Differential Equations Chapter 1

First Order Differential Equations Chapter 1 First Order Differential Equations Chapter 1 Doreen De Leon Department of Mathematics, California State University, Fresno 1 Differential Equations and Mathematical Models Section 1.1 Definitions: An equation

More information

MATH 2410 PRACTICE PROBLEMS FOR FINAL EXAM

MATH 2410 PRACTICE PROBLEMS FOR FINAL EXAM MATH 2410 PRACTICE PROBLEMS FOR FINAL EXAM Date and place: Saturday, December 16, 2017. Section 001: 3:30-5:30 pm at MONT 225 Section 012: 8:00-10:00am at WSRH 112. Material covered: Lectures, quizzes,

More information

Systems of Linear Equations

Systems of Linear Equations Sstems of Linear Equations Monetar Sstems Overload Lesson 3-1 Learning Targets: Use graphing, substitution, and elimination to solve sstems of linear equations in two variables. Formulate sstems of linear

More information

Math 251, Spring 2005: Exam #2 Preview Problems

Math 251, Spring 2005: Exam #2 Preview Problems Math 5, Spring 005: Exam # Preview Problems. Using the definition of derivative find the derivative of the following functions: a) fx) = e x e h. Use the following lim =, e x+h = e x e h.) h b) fx) = x

More information

Algebra II. Chapter 8 Notes. Exponential and Logarithmic Functions. Name

Algebra II. Chapter 8 Notes. Exponential and Logarithmic Functions. Name Algebra II Chapter 8 Notes Eponential and Logarithmic Functions Name Algebra II 8.1 Eponential Growth Toda I am graphing eponential growth functions. I am successful toda when I can graph eponential growth

More information

2 Ordinary Differential Equations: Initial Value Problems

2 Ordinary Differential Equations: Initial Value Problems Ordinar Differential Equations: Initial Value Problems Read sections 9., (9. for information), 9.3, 9.3., 9.3. (up to p. 396), 9.3.6. Review questions 9.3, 9.4, 9.8, 9.9, 9.4 9.6.. Two Examples.. Foxes

More information

MA 266 Review Topics - Exam # 2 (updated)

MA 266 Review Topics - Exam # 2 (updated) MA 66 Reiew Topics - Exam # updated Spring First Order Differential Equations Separable, st Order Linear, Homogeneous, Exact Second Order Linear Homogeneous with Equations Constant Coefficients The differential

More information

Grade 11 Mathematics Page 1 of 6 Final Exam Review (updated 2013)

Grade 11 Mathematics Page 1 of 6 Final Exam Review (updated 2013) Grade Mathematics Page of Final Eam Review (updated 0) REVIEW CHAPTER Algebraic Tools for Operating With Functions. Simplify ( 9 ) (7 ).. Epand and simplify. ( ) ( ) ( ) ( 0 )( ). Simplify each of the

More information

Homework Solutions:

Homework Solutions: Homework Solutions: 1.1-1.3 Section 1.1: 1. Problems 1, 3, 5 In these problems, we want to compare and contrast the direction fields for the given (autonomous) differential equations of the form y = ay

More information

Chapters 8.1 & 8.2 Practice Problems

Chapters 8.1 & 8.2 Practice Problems EXPECTED SKILLS: Chapters 8.1 & 8. Practice Problems Be able to verify that a given function is a solution to a differential equation. Given a description in words of how some quantity changes in time

More information

Practice Problems For Test 1

Practice Problems For Test 1 Practice Problems For Test 1 Population Models Exponential or Natural Growth Equation 1. According to data listed at http://www.census.gov, the world s total population reached 6 billion persons in mid-1999,

More information

The Fundamental Theorem of Calculus: Suppose f continuous on [a, b]. 1.) If G(x) = x. f(t)dt = F (b) F (a) where F is any antiderivative

The Fundamental Theorem of Calculus: Suppose f continuous on [a, b]. 1.) If G(x) = x. f(t)dt = F (b) F (a) where F is any antiderivative 1 Calulus pre-requisites you must know. Derivative = slope of tangent line = rate. Integral = area between curve and x-axis (where area can be negative). The Fundamental Theorem of Calculus: Suppose f

More information

Differential Equations

Differential Equations Math 181 Prof. Beydler 9.1/9.3 Notes Page 1 of 6 Differential Equations A differential equation is an equation that contains an unknown function and some of its derivatives. The following are examples

More information

CHAPTER 3 Exponential and Logarithmic Functions

CHAPTER 3 Exponential and Logarithmic Functions CHAPTER Eponential and Logarithmic Functions Section. Eponential Functions and Their Graphs......... Section. Logarithmic Functions and Their Graphs......... Section. Properties of Logarithms..................

More information

Chapter 3 Exponential and Logarithmic Functions

Chapter 3 Exponential and Logarithmic Functions Chapter 3 Exponential and Logarithmic Functions Overview: 3.1 Exponential Functions and Their Graphs 3.2 Logarithmic Functions and Their Graphs 3.3 Properties of Logarithms 3.4 Solving Exponential and

More information

Practice UNIT 2 ACTIVITY 2.2 ACTIVITY 2.1

Practice UNIT 2 ACTIVITY 2.2 ACTIVITY 2.1 ACTIVITY.. Use the regression capabilities of our graphing calculator to create a model to represent the data in the table. - - 0. -. ACTIVITY. Determine the -intercept and end behavior of each function.

More information

R Function Tutorial in Module 8.2

R Function Tutorial in Module 8.2 R Function Tutorial in Module 8.2 Introduction to Computational Science: Modeling and Simulation for the Sciences, 2 nd Edition Angela B. Shiflet and George W. Shiflet Wofford College 2014 by Princeton

More information

Sample Questions, Exam 1 Math 244 Spring 2007

Sample Questions, Exam 1 Math 244 Spring 2007 Sample Questions, Exam Math 244 Spring 2007 Remember, on the exam you may use a calculator, but NOT one that can perform symbolic manipulation (remembering derivative and integral formulas are a part of

More information

D1.3 Separable Differential Equations

D1.3 Separable Differential Equations Section 5.3 Separable Differential Equations D.3 Separable Differential Equations Sketching solutions of a differential equation using its direction field is a powerful technique, and it provides a wealth

More information

Slope Fields and Differential Equations

Slope Fields and Differential Equations Student Stud Session Slope Fields and Differential Equations Students should be able to: Draw a slope field at a specified number of points b hand. Sketch a solution that passes through a given point on

More information

Section 2.1 Differential Equation and Solutions

Section 2.1 Differential Equation and Solutions Section 2.1 Differential Equation and Solutions Key Terms: Ordinary Differential Equation (ODE) Independent Variable Order of a DE Partial Differential Equation (PDE) Normal Form Solution General Solution

More information

Homework 2 Solution Section 2.2 and 2.3.

Homework 2 Solution Section 2.2 and 2.3. Homework Solution Section. and.3...4. Write each of the following autonomous equations in the form x n+1 = ax n + b and identify the constants a and b. a) x n+1 = 4 x n )/3. x n+1 = 4 x n) 3 = 8 x n 3

More information

Math 2410Q - 10 Elementary Differential Equations Summer 2017 Midterm Exam Review Guide

Math 2410Q - 10 Elementary Differential Equations Summer 2017 Midterm Exam Review Guide Math 410Q - 10 Elementary Differential Equations Summer 017 Mierm Exam Review Guide Math 410Q Mierm Exam Info: Covers Sections 1.1 3.3 7 questions in total Some questions will have multiple parts. 1 of

More information

Systems of Linear Equations

Systems of Linear Equations Sstems of Linear Equations Monetar Sstems Overload Lesson 3-1 Learning Targets: Use graphing, substitution, and elimination to solve sstems of linear equations in two variables. Formulate sstems of linear

More information

Exponential and Logarithmic Functions

Exponential and Logarithmic Functions 7 Eponential and Logarithmic Functions In this chapter ou will stud two tpes of nonalgebraic functions eponential functions and logarithmic functions. Eponential and logarithmic functions are widel used

More information

for any C, including C = 0, because y = 0 is also a solution: dy

for any C, including C = 0, because y = 0 is also a solution: dy Math 3200-001 Fall 2014 Practice exam 1 solutions 2/16/2014 Each problem is worth 0 to 4 points: 4=correct, 3=small error, 2=good progress, 1=some progress 0=nothing relevant. If the result is correct,

More information

(C) BOARDWORK: Examples: Solve w/ & w/o calculator (approx vs exact)

(C) BOARDWORK: Examples: Solve w/ & w/o calculator (approx vs exact) (A Lesson Context BIG PICTURE of this UNIT: How do algebraically & graphically work with growth and decay applications? What are logarithms and how do we invert or undo an exponential function? How do

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

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

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

More information

Chapter 3 Exponential and Logarithmic Functions

Chapter 3 Exponential and Logarithmic Functions Chapter 3 Exponential and Logarithmic Functions Overview: 3.1 Exponential Functions and Their Graphs 3.2 Logarithmic Functions and Their Graphs 3.3 Properties of Logarithms 3.4 Solving Exponential and

More information

Polynomial Functions. INVESTMENTS Many grandparents invest in the stock market for

Polynomial Functions. INVESTMENTS Many grandparents invest in the stock market for 4-1 BJECTIVES Determine roots of polnomial equations. Appl the Fundamental Theorem of Algebra. Polnomial Functions INVESTMENTS Man grandparents invest in the stock market for their grandchildren s college

More information

Matlab Problem Sets. Math 246 Spring 2012 Sections 0112, 0122, 0132, R. Lipsman

Matlab Problem Sets. Math 246 Spring 2012 Sections 0112, 0122, 0132, R. Lipsman Matlab Problem Sets 1 Math 246 Spring 2012 Sections 0112, 0122, 0132, 0142 R. Lipsman 2 Problem Set A Practice with MATLAB In this problem set, you will use MATLAB to do some basic calculations, and then

More information

Chapter 1: Introduction

Chapter 1: Introduction Chapter 1: Introduction Definition: A differential equation is an equation involving the derivative of a function. If the function depends on a single variable, then only ordinary derivatives appear and

More information

Math 308 Week 8 Solutions

Math 308 Week 8 Solutions Math 38 Week 8 Solutions There is a solution manual to Chapter 4 online: www.pearsoncustom.com/tamu math/. This online solutions manual contains solutions to some of the suggested problems. Here are solutions

More information

CHAPTER 3 Exponential and Logarithmic Functions

CHAPTER 3 Exponential and Logarithmic Functions CHAPTER Eponential and Logarithmic Functions Section. Eponential Functions and Their Graphs......... Section. Logarithmic Functions and Their Graphs......... Section. Properties of Logarithms..................

More information

M122 College Algebra Review for Final Exam

M122 College Algebra Review for Final Exam M1 College Algebra Review for Final Eam Revised Fall 017 for College Algebra - Beecher All answers should include our work (this could be a written eplanation of the result, a graph with the relevant feature

More information

dollars for a week of sales t weeks after January 1. What is the total revenue (to the nearest hundred dollars) earned from t = 10 to t = 16?

dollars for a week of sales t weeks after January 1. What is the total revenue (to the nearest hundred dollars) earned from t = 10 to t = 16? MATH 7 RIOHONDO SPRING 7 TEST (TAKE HOME) DUE 5//7 NAME: SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. ) A department store has revenue from the sale

More information

Graded and supplementary homework, Math 2584, Section 4, Fall 2017

Graded and supplementary homework, Math 2584, Section 4, Fall 2017 Graded and supplementary homework, Math 2584, Section 4, Fall 2017 (AB 1) (a) Is y = cos(2x) a solution to the differential equation d2 y + 4y = 0? dx2 (b) Is y = e 2x a solution to the differential equation

More information

Math 2214 Solution Test 1D Spring 2015

Math 2214 Solution Test 1D Spring 2015 Math 2214 Solution Test 1D Spring 2015 Problem 1: A 600 gallon open top tank initially holds 300 gallons of fresh water. At t = 0, a brine solution containing 3 lbs of salt per gallon is poured into the

More information