SMA 208: Ordinary differential equations I

Size: px
Start display at page:

Download "SMA 208: Ordinary differential equations I"

Transcription

1 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 March 26, 2013 P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I March 26, / 14

2 Orthogonal trajectories An orthogonal trajectory of a family of a curve is a curve that intersects each curve of the family orthogonally, that is, at right angles. For instance, each member of the family y = mx of straight lines through the origin is an orthogonal trajectory of the family x 2 + y 2 = r 2 of concentric circles with center the origin. Example Find the orthogonal trajectories of the family of curves x = ky 2, where k is an arbitrary constant. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I March 26, / 14

3 The curves x = ky 2 form a family of parabolas whose axis of symmetry is the x-axis. If we differentiate x = ky 2, we get 1 = 2ky dy dy dx or dx = 1 2ky. This differential equation depends on k, but we need an equation that is valid for all values of k simultaneously. We eliminate k, k = x y 2, so that the differential equation can be written as dy dx = 1 2ky = ( 1 ) 2 x y 2 y or dy dx = y 2x. This means that the slope of the tangent line at any point (x, y) on one of the parabolas is y = y/(2x). On an orthogonal trajectory the slope of the tangent line must be the negative reciprocal of this slope. Therefore the orthogonal trajectories must satisfy the differential equation dy dx = 2x y. The above equation is separable, hence ydy = 2xdx = y 2 2 = x 2 + c = x 2 + y 2 2 = c. Thus the orthogonal trajectories are the family of ellipses. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I March 26, / 14

4 Example Find, in polar form, the orthogonal trajectories of the family of curves given by r = k sec θ. Solution Differentiation of r = k sec θ gives dr r sec θ dθ = k sec θ tan θ. k =, substituting this value to the above equation, dr dθ = r tan θ, r dθ dr = 1 tan θ. Therefore, the differential equation of the orthogonal family is dr rdθ = 1 dr tan θ or r = cot θdθ, whose solution is r sin θ = c. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I March 26, / 14

5 Questions Find the orthogonal trajectories of the family of curves. Use a graphic device to draw several members of each family on a common screen. 1 y = kx 2 2 y = cx 5 3 x 2 y 2 = k 4 y = (x + k) 1 5 y = ke x 6 x 2 + 2xy y 2 = k 7 y 2 = kx 3 8 e x cos y = k P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I March 26, / 14

6 Linear Models Questions Read lecture 1 and attempt the following questions 1 (Bacterial Growth) A culture initially has P 0 number of bacteria. At t = 1h the number of bacteria is measured to be 3 2 P 0. If the rate of growth is proportional to the number of bacteria P(t) present at time t, determine the time necessary for the number of bacteria to triple. 2 (Cooling of a cake) When a cake is removed from an oven, its temperature is measured at F. Three minutes later its temperature is F. How long will it take for the cake to cool off to a room temperature of 70 0 F? 3 A tank contains 20 kg of salt dissolved in 5000L of water. Brine that contains 0.03kg of salt per liter of water enters the tank at a rate of 25L/min. The solution is kept thoroughly mixed and drains from the tank at the same rate. How much salt remains in the tank after half an hour? P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I March 26, / 14

7 Questions (4) Psychologist interested in learning theory study learning curves. A learning curve is the graph of a function P(t), the performance of someone learning a skill as a function of the training time t. The derivative dp/dt represents the rate at which performance improves. (a) When do you think P increases most rapidly? What happens to dp/dt as t increases? Explain. (b) If M is the maximum level of performance of which the learner is capable, explain why the differential equation dp dt = k(m P) k a positive constant. is a reasonable model for learning. (c) Solve this differential equation to find an expression for P(t). What is the limit of this expression? P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I March 26, / 14

8 Questions (5) A glucose solution is administered intravenously into the bloodstream at a constant rate r. As the glucose is added, it is converted into other substances and removed from the bloodstream at a rate that is proportional to the concentration at that time. Thus a model for the concentration C = C(t) of the glucose in the bloodstream is dc dt = r kc where k is a positive constant. (a) Suppose that the concentration at time t = 0 at time t = 0 is C 0. Determine the concentration at any time t by solving the differential equation. (b) Assuming that C 0 < r/k, find lim t C(t) and interpret your answer. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I March 26, / 14

9 Questions (6) A certain small country has $10 billion in paper currency in circulation, and each day $50 million comes into the country s banks. The government decides to introduce new currency by having the bank replace old bills. Let x = x(t) denote the amount of new currency in circulation at time t, with x(0) = 0. (a) Formulate a mathematical model in the form of an initial-value problem that represents the flow of the new currency into circulation. (b) Solve the initial-value problem in part (a). (c) How long will it take for the new bills to account for 90% of the currency in circulation? (7) The air in a room with volume 180m 3 contains 0.15% carbon dioxide initially. Fresher air with only 0.05% carbon dioxide flows into the room at a rate of 2m 3 /min and the mixed air flows out at the same rate. Find the percentage of carbon dioxide in the room as a function of time. What happens in the long run? P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I March 26, / 14

10 Nonlinear Models An important class of first order equations are those in which the independent variable does not appear explicitly. Such equations are called autonomous and have the form dy dt = f (y). (Population dynamics) Let y = φ(t) be the population of the given species at time t. The simplest hypothesis is concerning the variation of population is that the rate of change of y is proportional to the current value of y, that is dy/dt = ry where the constant of proportionality r is called the rate of growth(if +ve) or decline (if -ve). Assume that r > 0 ( the population is growing) and subject to initial condition y = y 0 e rt. That is the population is growing exponentially for all time. This model has been observed to be reasonable for limited period of time. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I March 26, / 14

11 Logistic Growth To take account of the fact that the growth rate actually depends on the population, we replace r by a function h(y), that is dy/dt = h(y)y. We now want to choose h(y) so that h(y) r > 0 when y is y is small, h(y) decreases as y grows larger and h(y) < 0 when y is sufficiently large. The simplest function having these properties is h(y) = r ay, where a is also positive constant. Thus, dy/dt = (r ay)y. This equation is known as the Verhulst equation or Logistic equation. It is often convenient to write the logistic equation in the equivalent form as dy dt = r ( 1 y ) k y where k = r/a. The constant r is called the intrinsic growth rate, that is, the growth rate in the absence of any limiting factors. We can easily show that y = dy dt = r ( 1 y k ) y. y 0 k y 0 +(k y 0 )e rt is a solution of P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I March 26, / 14

12 Remark The solution, y = y 0 k y 0 + (k y 0 )e rt (1) contains the equilibrium solution y = φ 1 (t) = 0 and y = φ 2 (t) = k corresponding to the initial condition y 0 = 0 and y 0 = k respectively. From equation (1), if y 0 = 0 then y(t) = 0 for all t. If y 0 > 0 and if we let t in equation (1), then we obtain k lim t y(t) = y 0 y 0 = k. Thus for each y 0 > 0 the solution approaches the y = φ 2 (t) = k asymptotically (infact, exponentially) as t. Therefore we say that the constant solution φ 2 (t) = k is an asymptotically stable equilibrium or critical point. This means that after a long time the population is close to the saturation level k regardless of the initial population size as long as it is positive. We notice that even solution that is very near to zero grows as t increases and we have seen approach k as t. We say that φ 1 (t) = 0 is an unstable equilibrium solution. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I March 26, / 14

13 Questions 1 The Elk population in a( small mountain ) area is given by the logistic equation dp dt = 0.1P(t) 1 P(t) 300. If the initial Elk population is 120, find P as a function of t. What is the population in ten years? When does the population double? 2 Suppose that a given population can be divided into two parts: those who have a given disease and can infect others and those who do not have it but are susceptible. Let x be proportion of susceptible individual and y the proportion of infectious individual; then x + y = 1. Assume that the disease spread by contact between sick and well members of the population and that the rate of spread dy/dt is proportional to the number of such contacts. Further, assume that members of both groups move about freely among each other, so the number of contact is proportional to the product of x and y. Since x = 1 y, we obtain the initial value problem dy/dt = αy(1 y), y(0) = y 0 where α is a positive proportionality factor and y 0 is the initial proportion of infectious individuals. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I March 26, / 14

14 (a) Find the equilibrium points for the differential equation above and determine whether each is asymptotically stable or unstable. (b) Solve the initial value problem above and verify that the conclusions you reached in part (a) are correct. Show that y(t) 1 as t which means that ultimately the disease spreads through the entire population. (3) One model for the spread of a rumor is that the rate of spread is proportional to the product of the fraction y of the population who have heard the rumor and the fraction who have not heard the rumor. (a) Write a differential equation that is satisfied by y. (b) Solve the differential equation. (c) A small town has 100 inhabitants. At 8 AM, 80 people have heard a rumor. By noon half the town has heard it. At what time will 90% of the population have heard the rumor? P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I March 26, / 14

Find the orthogonal trajectories for the family of curves. 9. The family of parabolas symmetric with respect to the x-axis and vertex at the origin.

Find the orthogonal trajectories for the family of curves. 9. The family of parabolas symmetric with respect to the x-axis and vertex at the origin. Exercises 2.4.1 Find the orthogonal trajectories for the family of curves. 1. y = Cx 3. 2. x = Cy 4. 3. y = Cx 2 + 2. 4. y 2 = 2(C x). 5. y = C cos x 6. y = Ce x 7. y = ln(cx) 8. (x + y) 2 = Cx 2 Find

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

( ) ( ). ( ) " 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

Find the orthogonal trajectories for the family of curves.

Find the orthogonal trajectories for the family of curves. Exercises, Section 2.4 Exercises 2.4.1 Find the orthogonal trajectories for the family of curves. 1. y = Cx 3. 2. x = Cy 4. 3. y = Cx 2 +2. 4. y 2 =2(C x). 5. y = C cos x 6. y = Ce x 7. y = ln(cx) 8. (x

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

First Order Differential Equations

First Order Differential Equations Chapter 2 First Order Differential Equations Introduction Any first order differential equation can be written as F (x, y, y )=0 by moving all nonzero terms to the left hand side of the equation. Of course,

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

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

Applications of First Order Differential Equation

Applications of First Order Differential Equation Dr Mansoor Alshehri King Saud University MATH204-Differential Equations Center of Excellence in Learning and Teaching 1 / 39 Orthogonal Trajectories How to Find Orthogonal Trajectories Growth and Decay

More information

Limited Growth (Logistic Equation)

Limited Growth (Logistic Equation) Chapter 2, Part 2 2.4. Applications Orthogonal trajectories Exponential Growth/Decay Newton s Law of Cooling/Heating Limited Growth (Logistic Equation) Miscellaneous Models 1 2.4.1. Orthogonal Trajectories

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

Practice Final Exam Solutions

Practice Final Exam Solutions Important Notice: To prepare for the final exam, one should study the past exams and practice midterms (and homeworks, quizzes, and worksheets), not just this practice final. A topic not being on the practice

More information

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

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

More information

Practice Final Exam Solutions

Practice Final Exam Solutions Important Notice: To prepare for the final exam, study past exams and practice exams, and homeworks, quizzes, and worksheets, not just this practice final. A topic not being on the practice final does

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

Exam 1 Review. Part I. Finding solutions of a given differential equation. 1. Find the real numbers r such that y = e rx is a solution of y y 30y = 0.

Exam 1 Review. Part I. Finding solutions of a given differential equation. 1. Find the real numbers r such that y = e rx is a solution of y y 30y = 0. Exam 1 Review Part I. Finding solutions of a given differential equation. 1. Find the real numbers r such that y = e rx is a solution of y y 30y = 0. 2. Find the real numbers r such that y = e rx is a

More information

Math Applied Differential Equations

Math Applied Differential Equations Math 256 - Applied Differential Equations Notes Basic Definitions and Concepts A differential equation is an equation that involves one or more of the derivatives (first derivative, second derivative,

More information

DIFFERENTIATION RULES

DIFFERENTIATION RULES 3 DIFFERENTIATION RULES DIFFERENTIATION RULES 3.8 Exponential Growth and Decay In this section, we will: Use differentiation to solve real-life problems involving exponentially growing quantities. EXPONENTIAL

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

Ordinary Differential Equations (ODEs)

Ordinary Differential Equations (ODEs) c01.tex 8/10/2010 22: 55 Page 1 PART A Ordinary Differential Equations (ODEs) Chap. 1 First-Order ODEs Sec. 1.1 Basic Concepts. Modeling To get a good start into this chapter and this section, quickly

More information

Name Class. 5. Find the particular solution to given the general solution y C cos x and the. x 2 y

Name Class. 5. Find the particular solution to given the general solution y C cos x and the. x 2 y 10 Differential Equations Test Form A 1. Find the general solution to the first order differential equation: y 1 yy 0. 1 (a) (b) ln y 1 y ln y 1 C y y C y 1 C y 1 y C. Find the general solution to the

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

MAT01B1: Separable Differential Equations

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

More information

Mathematics 3C Summer 3B 2009 Worksheet Solutions NAME: MY WEBSITE: kgracekennedy/sb093c.html

Mathematics 3C Summer 3B 2009 Worksheet Solutions NAME: MY WEBSITE:   kgracekennedy/sb093c.html Mathematics 3C Summer 3B 2009 Worksheet Solutions NAME: MY WEBSITE: http://math.ucsb.edu/ kgracekenne/sb093c.html When typing in Latex cutting and pasting code and being distracted by formating lead to

More information

Solutions to Section 1.1

Solutions to Section 1.1 Solutions to Section True-False Review: FALSE A derivative must involve some derivative of the function y f(x), not necessarily the first derivative TRUE The initial conditions accompanying a differential

More information

Unit #16 : Differential Equations

Unit #16 : Differential Equations Unit #16 : Differential Equations Goals: To introduce the concept of a differential equation. Discuss the relationship between differential equations and slope fields. Discuss Euler s method for solving

More information

. For each initial condition y(0) = y 0, there exists a. unique solution. In fact, given any point (x, y), there is a unique curve through this point,

. For each initial condition y(0) = y 0, there exists a. unique solution. In fact, given any point (x, y), there is a unique curve through this point, 1.2. Direction Fields: Graphical Representation of the ODE and its Solution Section Objective(s): Constructing Direction Fields. Interpreting Direction Fields. Definition 1.2.1. A first order ODE of the

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

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS HANDOUT DIFFERENTIAL EQUATIONS For International Class Nikenasih Binatari NIP. 19841019 200812 2 005 Mathematics Educational Department Faculty of Mathematics and Natural Sciences State University of Yogyakarta

More information

Exam 1 Review: Questions and Answers. Part I. Finding solutions of a given differential equation.

Exam 1 Review: Questions and Answers. Part I. Finding solutions of a given differential equation. Exam 1 Review: Questions and Answers Part I. Finding solutions of a given differential equation. 1. Find the real numbers r such that y = e x is a solution of y y 30y = 0. Answer: r = 6, 5 2. Find the

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

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

SMA 208: Ordinary differential equations I

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

More information

Euler s Method and Logistic Growth (BC Only)

Euler s Method and Logistic Growth (BC Only) Euler s Method Students should be able to: Approximate numerical solutions of differential equations using Euler s method without a calculator. Recognize the method as a recursion formula extension of

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

sec x dx = ln sec x + tan x csc x dx = ln csc x cot x

sec x dx = ln sec x + tan x csc x dx = ln csc x cot x Name: Instructions: The exam will have eight problems. Make sure that your reasoning and your final answers are clear. Include labels and units when appropriate. No notes, books, or calculators are permitted

More information

A population is modeled by the differential equation

A population is modeled by the differential equation Math 2, Winter 2016 Weekly Homework #8 Solutions 9.1.9. A population is modeled by the differential equation dt = 1.2 P 1 P ). 4200 a) For what values of P is the population increasing? P is increasing

More information

Drill Exercise Differential equations by abhijit kumar jha DRILL EXERCISE - 1 DRILL EXERCISE - 2. e x, where c 1

Drill Exercise Differential equations by abhijit kumar jha DRILL EXERCISE - 1 DRILL EXERCISE - 2. e x, where c 1 DRILL EXERCISE -. Find the order and degree (if defined) of the differential equation 5 4 3 d y d y. Find the order and degree (if defined) of the differential equation n. 3. Find the order and degree

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

Math 116 Practice for Exam 3

Math 116 Practice for Exam 3 Math 116 Practice for Exam 3 Generated November 30, 2017 Name: SOLUTIONS Instructor: Section Number: 1. This exam has 6 questions. Note that the problems are not of equal difficulty, so you may want to

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

Worksheet 1.8: Geometry of Vector Derivatives

Worksheet 1.8: Geometry of Vector Derivatives Boise State Math 275 (Ultman) Worksheet 1.8: Geometry of Vector Derivatives From the Toolbox (what you need from previous classes): Calc I: Computing derivatives of single-variable functions y = f (t).

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

FINAL EXAM CALCULUS 2. Name PRACTICE EXAM SOLUTIONS

FINAL EXAM CALCULUS 2. Name PRACTICE EXAM SOLUTIONS FINAL EXAM CALCULUS MATH 00 FALL 08 Name PRACTICE EXAM SOLUTIONS Please answer all of the questions, and show your work. You must explain your answers to get credit. You will be graded on the clarity of

More information

1.1 Motivation: Why study differential equations?

1.1 Motivation: Why study differential equations? Chapter 1 Introduction Contents 1.1 Motivation: Why stu differential equations?....... 1 1.2 Basics............................... 2 1.3 Growth and decay........................ 3 1.4 Introduction to Ordinary

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

a Write down the coordinates of the point on the curve where t = 2. b Find the value of t at the point on the curve with coordinates ( 5 4, 8).

a Write down the coordinates of the point on the curve where t = 2. b Find the value of t at the point on the curve with coordinates ( 5 4, 8). Worksheet A 1 A curve is given by the parametric equations x = t + 1, y = 4 t. a Write down the coordinates of the point on the curve where t =. b Find the value of t at the point on the curve with coordinates

More information

6.5 Separable Differential Equations and Exponential Growth

6.5 Separable Differential Equations and Exponential Growth 6.5 2 6.5 Separable Differential Equations and Exponential Growth The Law of Exponential Change It is well known that when modeling certain quantities, the quantity increases or decreases at a rate proportional

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

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

201-NYB-05 - Calculus 2 MODELING WITH DIFFERENTIAL EQUATIONS

201-NYB-05 - Calculus 2 MODELING WITH DIFFERENTIAL EQUATIONS 201-NYB-05 - Calculus 2 MODELING WITH DIFFERENTIAL EQUATIONS 1. Mixing problem. Consider a tank initially containing 100 liters of water with 20 kg of salt uniformly dissolved in the water. Suppose a solution

More information

FINAL EXAM CALCULUS 2. Name PRACTICE EXAM

FINAL EXAM CALCULUS 2. Name PRACTICE EXAM FINAL EXAM CALCULUS 2 MATH 2300 FALL 208 Name PRACTICE EXAM Please answer all of the questions, and show your work. You must explain your answers to get credit. You will be graded on the clarity of your

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

1. (13%) Find the orthogonal trajectories of the family of curves y = tan 1 (kx), where k is an arbitrary constant. Solution: For the original curves:

1. (13%) Find the orthogonal trajectories of the family of curves y = tan 1 (kx), where k is an arbitrary constant. Solution: For the original curves: 5 微甲 6- 班期末考解答和評分標準. (%) Find the orthogonal trajectories of the family of curves y = tan (kx), where k is an arbitrary constant. For the original curves: dy dx = tan y k = +k x x sin y cos y = +tan y

More information

Math221: HW# 2 solutions

Math221: HW# 2 solutions Math: HW# solutions Andy Royston October, 5 8..4 Integrate each side from to t: t d x dt dt dx dx (t) dt dt () g k e kt t t ge kt dt g k ( e kt ). () Since the object starts from rest, dx dx () v(). Now

More information

Nonlinear Autonomous Systems of Differential

Nonlinear Autonomous Systems of Differential Chapter 4 Nonlinear Autonomous Systems of Differential Equations 4.0 The Phase Plane: Linear Systems 4.0.1 Introduction Consider a system of the form x = A(x), (4.0.1) where A is independent of t. Such

More information

Chapter1. Ordinary Differential Equations

Chapter1. Ordinary Differential Equations Chapter1. Ordinary Differential Equations In the sciences and engineering, mathematical models are developed to aid in the understanding of physical phenomena. These models often yield an equation that

More information

Final Examination Solutions

Final Examination Solutions Math. 5, Sections 5 53 (Fulling) 7 December Final Examination Solutions Test Forms A and B were the same except for the order of the multiple-choice responses. This key is based on Form A. Name: Section:

More information

SPS Mathematical Methods Lecture #7 - Applications of First-order Differential Equations

SPS Mathematical Methods Lecture #7 - Applications of First-order Differential Equations 1. Linear Models SPS 2281 - Mathematical Methods Lecture #7 - Applications of First-order Differential Equations (a) Growth and Decay (b) Half-life of Radioactive (c) Carbon Dating (d) Newton s Law of

More information

Math 2373: Linear Algebra and Differential Equations

Math 2373: Linear Algebra and Differential Equations Math 373: Linear Algebra and Differential Equations Paul Cazeaux* Fraser Hall 1, MW 15:35-1:5 September 7 th, 1 December th, 1 Contents 1 First-order differential equations 1 1.1 Dynamical systems and

More information

y = sin(x) y = x x = 0 x = 1.

y = sin(x) y = x x = 0 x = 1. Math 122 Fall 2008 Unit Test 2 Review Problems Set B We have chosen these problems because we think that they are representative of many of the mathematical concepts that we have studied. There is no guarantee

More information

9.3: Separable Equations

9.3: Separable Equations 9.3: Separable Equations An equation is separable if one can move terms so that each side of the equation only contains 1 variable. Consider the 1st order equation = F (x, y). dx When F (x, y) = f (x)g(y),

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

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

Math 116 Second Midterm November 14, 2012

Math 116 Second Midterm November 14, 2012 Math 6 Second Midterm November 4, Name: EXAM SOLUTIONS Instructor: Section:. Do not open this exam until you are told to do so.. This exam has pages including this cover. There are 8 problems. Note that

More information

Worksheet 9. Math 1B, GSI: Andrew Hanlon. 1 Ce 3t 1/3 1 = Ce 3t. 4 Ce 3t 1/ =

Worksheet 9. Math 1B, GSI: Andrew Hanlon. 1 Ce 3t 1/3 1 = Ce 3t. 4 Ce 3t 1/ = Worksheet 9 Math B, GSI: Andrew Hanlon. Show that for each of the following pairs of differential equations and functions that the function is a solution of a differential equation. (a) y 2 y + y 2 ; Ce

More information

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

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

More information

Basic Theory of Differential Equations

Basic Theory of Differential Equations page 104 104 CHAPTER 1 First-Order Differential Equations 16. The following initial-value problem arises in the analysis of a cable suspended between two fixed points y = 1 a 1 + (y ) 2, y(0) = a, y (0)

More information

Math 116 Practice for Exam 2

Math 116 Practice for Exam 2 Math 116 Practice for Exam 2 Generated November 11, 2016 Name: SOLUTIONS Instructor: Section Number: 1. This exam has 9 questions. Note that the problems are not of equal difficulty, so you may want to

More information

Problem Max. Possible Points Total

Problem Max. Possible Points Total MA 262 Exam 1 Fall 2011 Instructor: Raphael Hora Name: Max Possible Student ID#: 1234567890 1. No books or notes are allowed. 2. You CAN NOT USE calculators or any electronic devices. 3. Show all work

More information

( + ) 3. AP Calculus BC Chapter 6 AP Exam Problems. Antiderivatives. + + x + C. 2. If the second derivative of f is given by f ( x) = 2x cosx

( + ) 3. AP Calculus BC Chapter 6 AP Exam Problems. Antiderivatives. + + x + C. 2. If the second derivative of f is given by f ( x) = 2x cosx Chapter 6 AP Eam Problems Antiderivatives. ( ) + d = ( + ) + 5 + + 5 ( + ) 6 ( + ). If the second derivative of f is given by f ( ) = cos, which of the following could be f( )? + cos + cos + + cos + sin

More information

Exam 4 SCORE. MA 114 Exam 4 Spring Section and/or TA:

Exam 4 SCORE. MA 114 Exam 4 Spring Section and/or TA: Exam 4 Name: Section and/or TA: Last Four Digits of Student ID: Do not remove this answer page you will return the whole exam. You will be allowed two hours to complete this test. No books or notes may

More information

First order differential equations

First order differential equations First order differential equations Samy Tindel Purdue University Differential equations and linear algebra - MA 262 Taken from Differential equations and linear algebra by Goode and Annin Samy T. First

More information

y0 = F (t0)+c implies C = y0 F (t0) Integral = area between curve and x-axis (where I.e., f(t)dt = F (b) F (a) wheref is any antiderivative 2.

y0 = F (t0)+c implies C = y0 F (t0) Integral = area between curve and x-axis (where I.e., f(t)dt = F (b) F (a) wheref is any antiderivative 2. 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 continuous

More information

Practice Exam 1 Solutions

Practice Exam 1 Solutions Practice Exam 1 Solutions 1a. Let S be the region bounded by y = x 3, y = 1, and x. Find the area of S. What is the volume of the solid obtained by rotating S about the line y = 1? Area A = Volume 1 1

More information

Calculus I Sample Exam #01

Calculus I Sample Exam #01 Calculus I Sample Exam #01 1. Sketch the graph of the function and define the domain and range. 1 a) f( x) 3 b) g( x) x 1 x c) hx ( ) x x 1 5x6 d) jx ( ) x x x 3 6 . Evaluate the following. a) 5 sin 6

More information

Autonomous Equations and Stability Sections

Autonomous Equations and Stability Sections A B I L E N E C H R I S T I A N U N I V E R S I T Y Department of Mathematics Autonomous Equations and Stability Sections 2.4-2.5 Dr. John Ehrke Department of Mathematics Fall 2012 Autonomous Differential

More information

Differential Equations & Separation of Variables

Differential Equations & Separation of Variables Differential Equations & Separation of Variables SUGGESTED REFERENCE MATERIAL: As you work through the problems listed below, you should reference Chapter 8. of the recommended textbook (or the equivalent

More information

DON T PANIC! If you get stuck, take a deep breath and go on to the next question. Come back to the question you left if you have time at the end.

DON T PANIC! If you get stuck, take a deep breath and go on to the next question. Come back to the question you left if you have time at the end. Math 307A, Midterm 1 Spring 2013 Name: Instructions. DON T PANIC! If you get stuck, take a deep breath and go on to the next question. Come back to the question you left if you have time at the end. There

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

Final Exam Review Part I: Unit IV Material

Final Exam Review Part I: Unit IV Material Final Exam Review Part I: Unit IV Material Math114 Department of Mathematics, University of Kentucky April 26, 2017 Math114 Lecture 37 1/ 11 Outline 1 Conic Sections Math114 Lecture 37 2/ 11 Outline 1

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

Math 2250 Lab 3 Due Date : 2/2/2017

Math 2250 Lab 3 Due Date : 2/2/2017 Math 2250 Lab Due Date : 2/2/2017 Name: UID: Unless stated otherwise, show all your work and explain your reasoning. You are allowed to use any results from lecture or the text as long as they are referenced

More information

Math Applied Differential Equations

Math Applied Differential Equations Math 256 - Applied Differential Equations Notes Existence and Uniqueness The following theorem gives sufficient conditions for the existence and uniqueness of a solution to the IVP for first order nonlinear

More information

Show all your work. If you use the calculator, say so and explain what you did. f(x) =(2x +5) 1 3

Show all your work. If you use the calculator, say so and explain what you did. f(x) =(2x +5) 1 3 Old Exams, Math 142, Calculus, Dr. Bart Show all your work. If you use the calculator, say so and explain what you did. 1. Find the domain and range of the following functions: f(x) = p x 2 ; 4 f(x) =ln(x

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

ANOTHER FIVE QUESTIONS:

ANOTHER FIVE QUESTIONS: No peaking!!!!! See if you can do the following: f 5 tan 6 sin 7 cos 8 sin 9 cos 5 e e ln ln @ @ Epress sin Power Series Epansion: d as a Power Series: Estimate sin Estimate MACLAURIN SERIES ANOTHER FIVE

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

Chapter 6: Messy Integrals

Chapter 6: Messy Integrals Chapter 6: Messy Integrals Review: Solve the following integrals x 4 sec x tan x 0 0 Find the average value of 3 1 x 3 3 Evaluate 4 3 3 ( x 1), then find the area of ( x 1) 4 Section 6.1: Slope Fields

More information

9.1 Solving Differential Equations

9.1 Solving Differential Equations 9.1 Solving Differential Equations What is a differential equation? Real-world examples: The order of a differential equation is the order of the that occurs in the equation. A differential equation is

More information

Old Math 330 Exams. David M. McClendon. Department of Mathematics Ferris State University

Old Math 330 Exams. David M. McClendon. Department of Mathematics Ferris State University Old Math 330 Exams David M. McClendon Department of Mathematics Ferris State University Last updated to include exams from Fall 07 Contents Contents General information about these exams 3 Exams from Fall

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

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

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

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

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

More information

Homework 3, due February 4, 2015 Math 307 G, J. Winter 2015

Homework 3, due February 4, 2015 Math 307 G, J. Winter 2015 Homework 3, due February 4, 205 Math 307 G, J. Winter 205 In Problems -8, find the general solution of the equation. If initial conditions are given, solve also the initial value problem. is Problem. y

More information

Section 11.1 What is a Differential Equation?

Section 11.1 What is a Differential Equation? 1 Section 11.1 What is a Differential Equation? Example 1 Suppose a ball is dropped from the top of a building of height 50 meters. Let h(t) denote the height of the ball after t seconds, then it is known

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

Practice Midterm 1 Solutions Written by Victoria Kala July 10, 2017

Practice Midterm 1 Solutions Written by Victoria Kala July 10, 2017 Practice Midterm 1 Solutions Written by Victoria Kala July 10, 2017 1. Use the slope field plotter link in Gauchospace to check your solution. 2. (a) Not linear because of the y 2 sin x term (b) Not linear

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