Unit #16 : Differential Equations

Size: px
Start display at page:

Download "Unit #16 : Differential Equations"

Transcription

1 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 a differential equation numerically. Discuss the method of separation of variables to solve a differential equation exactly. Reading: Sections 6.3,

2 2 Differential Equations Reading: Section 6.3 and 11.1 A differential equation (DE) is an equation involving the derivative(s) of an unknown function. Many of the laws of nature are easily expressed as differential equations. For example, here is one way to define the exponential function: dy dt = y Write this mathematical formula as a sentence, and then find a solution to the equation.

3 Unit 16 Differential Equations 3 How can the solution you found be altered and still satisfy the DE dy dt = y?

4 4 Making a further alteration to the function y = e t, find a family of functions all of which satisfy the DE dy dt = ky.

5 Unit 16 Differential Equations 5 The differential equation dy dt that = ky, when expressed as an English sentence, says the rate at which y changes is proportional to the magnitude of y. If k > 0, this is one way of characterizing exponential growth. If k < 0, the rate of change becomes negative and we are dealing with exponential decay.

6 6 If a DE involves the second derivative of a function, it is called a second order differential equation. Try to think of two functions that satisfy the differential equation d 2 y dt 2 = y. Then, try to combine these two functions to get even more solutions for this DE.

7 Unit 16 Differential Equations 7 Sources of Differential Equations We study differential equations primarily because many natural laws and theories are best expressed in this format. Translate the following sentence into an equation: The rate at which the potato cools off is proportional to the difference between the temperature of the potato and the temperature of the air around the potato.

8 8 Translate the following sentence into an equation: The rate at which a rumour spreads is proportional to the product of the people who have heard it and those who have not.

9 Unit 16 Differential Equations 9 Translate the following sentence into an equation: The rate at which water is leaking from the tank is proportional to the square root of the volume of water in the tank.

10 10 Translate the following sentence into an equation: As the meteorite plummets toward the Earth, its acceleration is inversely proportional to the square of its distance from the centre of the Earth. The previous examples indicate how easily differential equations can be constructed. Unfortunately, starting with those equations, we have a lot of work to do before we can predict will happen given the equation.

11 Unit 16 Differential Equations 11 Slope Fields Reading: Section 11.2 in the textbook. Consider the differential equation dy dx = cosx. Recall how we would use this derivative information to sketch y: dy values give the slopes of the graph of y dx Said another way, we are looking for a function y(x) which has, at each point, a slope given by cos(x). Give the most general function y that satisfies dy dx = cos(x).

12 12 We are now going to introduce an alternate way to get to this solution through graphical techniques. These are an extension of our slope interpretation. Example: Below is a slope field graph for the DE dy dx it constructed? 3 = cos(x). How was Sketch the functions y found earlier on the slope field.

13 Unit 16 Differential Equations 13 Slope fields are especially useful when we study more general differential equations, which can be written in the form d dx y = f(x,y). Examples are dy dx = x y, dy dx = xy, and dy dx = y x. Note: These forms cannot be directly integrated to find y(x). Try to solve for y given dy dx = 1 2 (x y)

14 14 Sketch the slope field for the differential equation dy dx = 1 (x y), and sketch 2 two solutions This sketch gives an idea of the form of y which satisfies dy dx = 1 (x y), without 2 needing to solve for y as a function.

15 Unit 16 Differential Equations 15 Example: (Logistic Growth) The growth of a population is often modeled by the logistic differential equation. For example, if bacteria are grown on a petri dish which really cannot support a bacterial culture larger than L, then a useful differential equation model for the population is dp = kp (L P), dt where P(t) is the size of the culture at time t. For what values of P is the function kp (L P) zero? largest? smallest?

16 16 Sketch the slope field associated with the differential equation dp = kp (L P). dt On the slope field, draw several solutions using different initial conditions.

17 Unit 16 Differential Equations 17 Euler s Method Reading: Section 11.3 in the textbook. We can extend the idea of a slope field (a visual technique) to Euler s method (a numerical technique). Euler s method can be used to produce approximations of the curve y(x) that satisfy a particular differential equation. Here is the idea: Knowing where you are in x and y, you look at the slope field at your location, set off in that direction for a small distance, look again and adjust your direction, set off in that direction for a small distance, etc.

18 18 Algorithmically, Start at a point (x i,y i ) Compute the slope there, using the DE dy dx = f(x i,y i ) Follow the slope for a step of x: x i+1 = x i + x y i+1 = y i + dy dx x }{{} y

19 Unit 16 Differential Equations 19 = x+y with initial con- Follow this procedure for the differential equation dy dx dition y(0) = 0.1. Use x = 0.1. x y slope y = slope x (0.1)(0.1) =

20 20 Here is a picture of the slope field for dy = x+y. On this slope field, sketch dx what you have done in creating the table of values. From the picture, would you say the values for y(x) in your table are over-estimates or under-estimates of the real y values?

21 Unit 16 Differential Equations 21 Separation of Variables Reading: Section 11.4 in the textbook. We have now considered both visual and approximate techniques for solving differential equations, which can be obtained with no calculus. The problem with those approaches is that they do not result in formulas for the function y that we want to identify. We (at last!) proceed to calculus-based techniques for finding a formula for y. Consider the differential equation dy dx = ky. Treating dx and dy as separable units, transform the equation so that only terms with y are on the left, and only terms with x are on the right. Place an integral sign in front of each side.

22 22 Evaluate the integrals. Solve for y. The solution gives a family of functions, one for each value of the integration constant. k is also a parameter, of course, but it is presumed to be specified in the differential equation.

23 Unit 16 Differential Equations 23 As soon as we are given an initial value, say y(0) = 10, the solution becomes unique. The solution with initial value y(0) = 10 is given by If y 0 > 0, this function describes exponential growth (k > 0) or decay (k < 0).

24 24 Use the method of separation of variables to solve the differential equation dr dx = 2R+3, and find the particular solution for which R(0) = 0.

25 Unit 16 Differential Equations 25 Classifying Differential Equations For any differential equation which is separable, we can at least attempt to find a solution using anti-derivatives. For equations which are not separable, we ll need other techniques. It is important, as a result, to be able to tell the difference! Indicate which of the following differential equations are separable. For those which are separable, set up the appropriate integrals to start solving for y. dy dx = x2 dy dx = ey x

26 26 dy dx = x+y dy dx = cos(x)cos(y)

27 Unit 16 Differential Equations 27 dy dx = cos(xy) A. Separable B. Not separable dy dx = ex +e y A. Separable B. Not separable dy dx = e(x+y) A. Separable B. Not separable

28 28 Note: all the original anti-derivatives we studied in first term are of the form dy dx = f(x) and so y = F(x) = f(x) dx. These are all immediately separable. The challenge is that most interesting scientific laws expressed in differential equation form aren t that easy to work with.

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

Integrals as Areas - Review. Integration to Find Areas and Volumes, Volumes of. Revolution

Integrals as Areas - Review. Integration to Find Areas and Volumes, Volumes of. Revolution Integrals as Areas - Review - Unit #3 : Revolution Goals: Integration to Find Areas and Volumes, Volumes of Be able to apply a slicing approach to construct integrals for areas and volumes. Be able to

More information

7.1 Day 1: Differential Equations & Initial Value Problems (30L)

7.1 Day 1: Differential Equations & Initial Value Problems (30L) A P 7.1 Day 1: Differential Equations & Initial Value Problems (30L) Calculus 30 & 30L I CAN SOLVE DIFFERENTIAL EQUATIONS AND INITIAL VALUE PROBLEMS VIDEO LINKS: a) http://bit.ly/2bxsc6r b) http://bit.ly/2sshyyh

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

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

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

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

More information

Numerical method for approximating the solution of an IVP. Euler Algorithm (the simplest approximation method)

Numerical method for approximating the solution of an IVP. Euler Algorithm (the simplest approximation method) Section 2.7 Euler s Method (Computer Approximation) Key Terms/ Ideas: Numerical method for approximating the solution of an IVP Linear Approximation; Tangent Line Euler Algorithm (the simplest approximation

More information

Numerical method for approximating the solution of an IVP. Euler Algorithm (the simplest approximation method)

Numerical method for approximating the solution of an IVP. Euler Algorithm (the simplest approximation method) Section 2.7 Euler s Method (Computer Approximation) Key Terms/ Ideas: Numerical method for approximating the solution of an IVP Linear Approximation; Tangent Line Euler Algorithm (the simplest approximation

More information

MA 102 Mathematics II Lecture Feb, 2015

MA 102 Mathematics II Lecture Feb, 2015 MA 102 Mathematics II Lecture 1 20 Feb, 2015 Differential Equations An equation containing derivatives is called a differential equation. The origin of differential equations Many of the laws of nature

More information

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

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

More information

First-Order Differential Equations

First-Order Differential Equations CHAPTER 1 First-Order Differential Equations 1. Diff Eqns and Math Models Know what it means for a function to be a solution to a differential equation. In order to figure out if y = y(x) is a solution

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

Goals: To develop skills needed to find the appropriate differential equations to use as mathematical models.

Goals: To develop skills needed to find the appropriate differential equations to use as mathematical models. Unit #16 : Differential Equations Goals: To develop skills needed to find the appropriate differential equations to use as mathematical models. Differential Equation Modelling - 1 Differential Equation

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

Goals: To develop skills needed to find the appropriate differential equations to use as mathematical models.

Goals: To develop skills needed to find the appropriate differential equations to use as mathematical models. Unit #17 : Differential Equations Goals: To develop skills needed to find the appropriate differential equations to use as mathematical models. Reading: Sections 11.5-11.7. In workingwiththemodels insections11.5

More information

New Material Section 1: Functions and Geometry occurring in engineering

New Material Section 1: Functions and Geometry occurring in engineering New Material Section 1: Functions and Geometry occurring in engineering 1. Plotting Functions: Using appropriate software to plot the graph of a function Linear f(x) = mx+c Quadratic f(x) = Px +Qx+R Cubic

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

Euler s Method (BC Only)

Euler s Method (BC Only) Euler s Method (BC Only) Euler s Method is used to generate numerical approximations for solutions to differential equations that are not separable by methods tested on the AP Exam. It is necessary to

More information

17 Exponential and Logarithmic Functions

17 Exponential and Logarithmic Functions 17 Exponential and Logarithmic Functions Concepts: Exponential Functions Power Functions vs. Exponential Functions The Definition of an Exponential Function Graphing Exponential Functions Exponential Growth

More information

APPLICATIONS OF DIFFERENTIATION

APPLICATIONS OF DIFFERENTIATION 4 APPLICATIONS OF DIFFERENTIATION APPLICATIONS OF DIFFERENTIATION 4.9 Antiderivatives In this section, we will learn about: Antiderivatives and how they are useful in solving certain scientific problems.

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

5 t + t2 4. (ii) f(x) = ln(x 2 1). (iii) f(x) = e 2x 2e x + 3 4

5 t + t2 4. (ii) f(x) = ln(x 2 1). (iii) f(x) = e 2x 2e x + 3 4 Study Guide for Final Exam 1. You are supposed to be able to determine the domain of a function, looking at the conditions for its expression to be well-defined. Some examples of the conditions are: What

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

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

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

6.0 INTRODUCTION TO DIFFERENTIAL EQUATIONS

6.0 INTRODUCTION TO DIFFERENTIAL EQUATIONS 6.0 Introduction to Differential Equations Contemporary Calculus 1 6.0 INTRODUCTION TO DIFFERENTIAL EQUATIONS This chapter is an introduction to differential equations, a major field in applied and theoretical

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

This practice exam is intended to help you prepare for the final exam for MTH 142 Calculus II.

This practice exam is intended to help you prepare for the final exam for MTH 142 Calculus II. MTH 142 Practice Exam Chapters 9-11 Calculus II With Analytic Geometry Fall 2011 - University of Rhode Island This practice exam is intended to help you prepare for the final exam for MTH 142 Calculus

More information

AP Calculus AB. Review for Test: Applications of Integration

AP Calculus AB. Review for Test: Applications of Integration Name Review for Test: Applications of Integration AP Calculus AB Test Topics: Mean Value Theorem for Integrals (section 4.4) Average Value of a Function (manipulation of MVT for Integrals) (section 4.4)

More information

Math 132 Information for Test 2

Math 132 Information for Test 2 Math 13 Information for Test Test will cover material from Sections 5.6, 5.7, 5.8, 6.1, 6., 6.3, 7.1, 7., and 7.3. The use of graphing calculators will not be allowed on the test. Some practice questions

More information

Practice Questions From Calculus II. 0. State the following calculus rules (these are many of the key rules from Test 1 topics).

Practice Questions From Calculus II. 0. State the following calculus rules (these are many of the key rules from Test 1 topics). Math 132. Practice Questions From Calculus II I. Topics Covered in Test I 0. State the following calculus rules (these are many of the key rules from Test 1 topics). (Trapezoidal Rule) b a f(x) dx (Fundamental

More information

5.5 Partial Fractions & Logistic Growth

5.5 Partial Fractions & Logistic Growth 5.5 Partial Fractions & Logistic Growth Many things that grow exponentially cannot continue to do so indefinitely. This is a good thing. Imagine if human population growth went unchecked: we d have people

More information

AP Calculus Testbank (Chapter 6) (Mr. Surowski)

AP Calculus Testbank (Chapter 6) (Mr. Surowski) AP Calculus Testbank (Chapter 6) (Mr. Surowski) Part I. Multiple-Choice Questions 1. Suppose that f is an odd differentiable function. Then (A) f(1); (B) f (1) (C) f(1) f( 1) (D) 0 (E). 1 1 xf (x) =. The

More information

Math 225 Differential Equations Notes Chapter 1

Math 225 Differential Equations Notes Chapter 1 Math 225 Differential Equations Notes Chapter 1 Michael Muscedere September 9, 2004 1 Introduction 1.1 Background In science and engineering models are used to describe physical phenomena. Often these

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

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

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

Section 4.3 Vector Fields

Section 4.3 Vector Fields Section 4.3 Vector Fields DEFINITION: A vector field in R n is a map F : A R n R n that assigns to each point x in its domain A a vector F(x). If n = 2, F is called a vector field in the plane, and if

More information

Slope Fields and Differential Equations. Copyright Cengage Learning. All rights reserved.

Slope Fields and Differential Equations. Copyright Cengage Learning. All rights reserved. Slope Fields and Differential Equations Copyright Cengage Learning. All rights reserved. Objectives Review verifying solutions to differential equations. Review solving differential equations. Review using

More information

AP Calculus Worksheet: Chapter 2 Review Part I

AP Calculus Worksheet: Chapter 2 Review Part I AP Calculus Worksheet: Chapter 2 Review Part I 1. Given y = f(x), what is the average rate of change of f on the interval [a, b]? What is the graphical interpretation of your answer? 2. The derivative

More information

Final Problem Set. 2. Use the information in #1 to show a solution to the differential equation ), where k and L are constants and e c L be

Final Problem Set. 2. Use the information in #1 to show a solution to the differential equation ), where k and L are constants and e c L be Final Problem Set Name A. Show the steps for each of the following problems. 1. Show 1 1 1 y y L y y(1 ) L.. Use the information in #1 to show a solution to the differential equation dy y ky(1 ), where

More information

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

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

More information

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

Population Changes at a Constant Percentage Rate r Each Time Period

Population Changes at a Constant Percentage Rate r Each Time Period Concepts: population models, constructing exponential population growth models from data, instantaneous exponential growth rate models, logistic growth rate models. Population can mean anything from bacteria

More information

1 Antiderivatives graphically and numerically

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

More information

1. The population of a bacteria culture increases at the rate of 3 times the square root of the present population.

1. The population of a bacteria culture increases at the rate of 3 times the square root of the present population. 1. The population of a bacteria culture increases at the rate of 3 times the square root of the present population. A. Model the population P = P(t) of the bacteria population with a differential equation.

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

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

3 Algebraic Methods. we can differentiate both sides implicitly to obtain a differential equation involving x and y:

3 Algebraic Methods. we can differentiate both sides implicitly to obtain a differential equation involving x and y: 3 Algebraic Methods b The first appearance of the equation E Mc 2 in Einstein s handwritten notes. So far, the only general class of differential equations that we know how to solve are directly integrable

More information

Modeling with Differential Equations: Introduction to the Issues

Modeling with Differential Equations: Introduction to the Issues Modeling with Differential Equations: Introduction to the Issues Warm-up Do you know a function...... whose first derivative is the same as the function itself, i.e. d f (x) = f (x)?... whose first derivative

More information

Parabolas and lines

Parabolas and lines Parabolas and lines Study the diagram at the right. I have drawn the graph y = x. The vertical line x = 1 is drawn and a number of secants to the parabola are drawn, all centred at x=1. By this I mean

More information

5.1 Separable Differential Equations

5.1 Separable Differential Equations 5.1 Separable Differential Equations A differential equation is an equation that has one or more derivatives in it. The order of a differential equation is the highest derivative present in the equation.

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

Target 6.1 The student will be able to use l Hôpital s Rule to evaluate indeterminate limits. lim. lim. 0, then

Target 6.1 The student will be able to use l Hôpital s Rule to evaluate indeterminate limits. lim. lim. 0, then Target 6.1 The student will be able to use l Hôpital s Rule to evaluate indeterminate limits. Recall from Section 2.1 Indeterminate form is when lim. xa g( Previously, we tried to reduce and then re-evaluate

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

Note: Final Exam is at 10:45 on Tuesday, 5/3/11 (This is the Final Exam time reserved for our labs). From Practice Test I

Note: Final Exam is at 10:45 on Tuesday, 5/3/11 (This is the Final Exam time reserved for our labs). From Practice Test I MA Practice Final Answers in Red 4/8/ and 4/9/ Name Note: Final Exam is at :45 on Tuesday, 5// (This is the Final Exam time reserved for our labs). From Practice Test I Consider the integral 5 x dx. Sketch

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

Solving Differential Equations: First Steps

Solving Differential Equations: First Steps 30 ORDINARY DIFFERENTIAL EQUATIONS 3 Solving Differential Equations Solving Differential Equations: First Steps Now we start answering the question which is the theme of this book given a differential

More information

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

Distance and Velocity

Distance and Velocity Distance and Velocity - Unit #8 : Goals: The Integral Determine how to calculate the area described by a function. Define the definite integral. Explore the relationship between the definite integral and

More information

Differential Equations

Differential Equations Chapter 7 Differential Equations 7. An Introduction to Differential Equations Motivating Questions In this section, we strive to understand the ideas generated by the following important questions: What

More information

AP Calculus BC Fall Final Part IIa

AP Calculus BC Fall Final Part IIa AP Calculus BC 18-19 Fall Final Part IIa Calculator Required Name: 1. At time t = 0, there are 120 gallons of oil in a tank. During the time interval 0 t 10 hours, oil flows into the tank at a rate of

More information

Applications of integrals

Applications of integrals ApplicationsofIntegrals.nb Applications of integrals There are many applications of definite integrals and we cannot include all of them in a document intended to be a review. However there are some very

More information

In general, if we start with a function f and want to reverse the differentiation process, then we are finding an antiderivative of f.

In general, if we start with a function f and want to reverse the differentiation process, then we are finding an antiderivative of f. Math 1410 Worksheet #27: Section 4.9 Name: Our final application of derivatives is a prelude to what will come in later chapters. In many situations, it will be necessary to find a way to reverse the differentiation

More information

MATH 1231 MATHEMATICS 1B Calculus Section 3A: - First order ODEs.

MATH 1231 MATHEMATICS 1B Calculus Section 3A: - First order ODEs. MATH 1231 MATHEMATICS 1B 2010. For use in Dr Chris Tisdell s lectures. Calculus Section 3A: - First order ODEs. Created and compiled by Chris Tisdell S1: What is an ODE? S2: Motivation S3: Types and orders

More information

Unit #5 : Implicit Differentiation, Related Rates. Goals: Introduce implicit differentiation. Study problems involving related rates.

Unit #5 : Implicit Differentiation, Related Rates. Goals: Introduce implicit differentiation. Study problems involving related rates. Unit #5 : Implicit Differentiation, Related Rates Goals: Introduce implicit differentiation. Study problems involving related rates. Textbook reading for Unit #5 : Study Sections 3.7, 4.6 Unit 5 - Page

More information

13 Implicit Differentiation

13 Implicit Differentiation - 13 Implicit Differentiation This sections highlights the difference between explicit and implicit expressions, and focuses on the differentiation of the latter, which can be a very useful tool in mathematics.

More information

Absolute and Local Extrema

Absolute and Local Extrema Extrema of Functions We can use the tools of calculus to help us understand and describe the shapes of curves. Here is some of the data that derivatives f (x) and f (x) can provide about the shape of the

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

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. D) u = - x15 cos (x15) + C

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. D) u = - x15 cos (x15) + C AP Calculus AB Exam Review Differential Equations and Mathematical Modelling MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the general solution

More information

CALCULUS BC., where P is the number of bears at time t in years. dt (a) Given P (i) Find lim Pt.

CALCULUS BC., where P is the number of bears at time t in years. dt (a) Given P (i) Find lim Pt. CALCULUS BC WORKSHEET 1 ON LOGISTIC GROWTH NAME Do not use your calculator. 1. Suppose the population of bears in a national park grows according to the logistic differential equation 5P 0.00P, where P

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

MAT 311 Midterm #1 Show your work! 1. The existence and uniqueness theorem says that, given a point (x 0, y 0 ) the ODE. y = (1 x 2 y 2 ) 1/3

MAT 311 Midterm #1 Show your work! 1. The existence and uniqueness theorem says that, given a point (x 0, y 0 ) the ODE. y = (1 x 2 y 2 ) 1/3 MAT 3 Midterm # Show your work!. The existence and uniqueness theorem says that, given a point (x 0, y 0 ) the ODE y = ( x 2 y 2 ) /3 has a unique (local) solution with initial condition y(x 0 ) = y 0

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

Lecture 2. Introduction to Differential Equations. Roman Kitsela. October 1, Roman Kitsela Lecture 2 October 1, / 25

Lecture 2. Introduction to Differential Equations. Roman Kitsela. October 1, Roman Kitsela Lecture 2 October 1, / 25 Lecture 2 Introduction to Differential Equations Roman Kitsela October 1, 2018 Roman Kitsela Lecture 2 October 1, 2018 1 / 25 Quick announcements URL for the class website: http://www.math.ucsd.edu/~rkitsela/20d/

More information

The Definite Integral. Day 6 Motion Problems Strategies for Finding Total Area

The Definite Integral. Day 6 Motion Problems Strategies for Finding Total Area The Definite Integral Day 6 Motion Problems Strategies for Finding Total Area ARRIVAL---HW Questions Working in PODS Additional Practice Packet p. 13 and 14 Make good use of your time! Practice makes perfect!

More information

Math 106 Answers to Exam 3a Fall 2015

Math 106 Answers to Exam 3a Fall 2015 Math 6 Answers to Exam 3a Fall 5.. Consider the curve given parametrically by x(t) = cos(t), y(t) = (t 3 ) 3, for t from π to π. (a) (6 points) Find all the points (x, y) where the graph has either a vertical

More information

Population Changes at a Constant Percentage Rate r Each Time Period

Population Changes at a Constant Percentage Rate r Each Time Period Concepts: population models, constructing exponential population growth models from data, instantaneous exponential growth rate models. Population can mean anything from bacteria in a petri dish, amount

More information

Introduction Growthequations Decay equations Forming differential equations Case studies Shifted equations Test INU0115/515 (MATHS 2)

Introduction Growthequations Decay equations Forming differential equations Case studies Shifted equations Test INU0115/515 (MATHS 2) GROWTH AND DECAY CALCULUS 12 INU0115/515 (MATHS 2) Dr Adrian Jannetta MIMA CMath FRAS Growth and Decay 1/ 24 Adrian Jannetta Introduction Some of the simplest systems that can be modelled by differential

More information

Exponential functions are defined and for all real numbers.

Exponential functions are defined and for all real numbers. 3.1 Exponential and Logistic Functions Objective SWBAT evaluate exponential expression and identify and graph exponential and logistic functions. Exponential Function Let a and b be real number constants..

More information

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

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

More information

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

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

Math 122 Fall Handout 11: Summary of Euler s Method, Slope Fields and Symbolic Solutions of Differential Equations

Math 122 Fall Handout 11: Summary of Euler s Method, Slope Fields and Symbolic Solutions of Differential Equations 1 Math 122 Fall 2008 Handout 11: Summary of Euler s Method, Slope Fields and Symbolic Solutions of Differential Equations The purpose of this handout is to review the techniques that you will learn for

More information

10 Exponential and Logarithmic Functions

10 Exponential and Logarithmic Functions 10 Exponential and Logarithmic Functions Concepts: Rules of Exponents Exponential Functions Power Functions vs. Exponential Functions The Definition of an Exponential Function Graphing Exponential Functions

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

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

MATH 307 Introduction to Differential Equations Autumn 2017 Midterm Exam Monday November

MATH 307 Introduction to Differential Equations Autumn 2017 Midterm Exam Monday November MATH 307 Introduction to Differential Equations Autumn 2017 Midterm Exam Monday November 6 2017 Name: Student ID Number: I understand it is against the rules to cheat or engage in other academic misconduct

More information

MAC 2311 Calculus I Spring 2004

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

More information

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

Mathematics 105 Calculus I. December 11, 2008

Mathematics 105 Calculus I. December 11, 2008 Mathematics 105 Calculus I FINAL EXAM SOLUTIONS December 11, 2008 Your Name: There are 9 problems in this exam. Please complete only eight, clearly crossing out the one you do not wish to be graded. If

More information

Project 1: Riemann Sums

Project 1: Riemann Sums MS 00 Integral Calculus and Differential Equations 1 Project 1: Riemann Sums In this project you prove some summation identities and then apply them to calculate various integrals from first principles.

More information

Find the indicated derivative. 1) Find y(4) if y = 3 sin x. A) y(4) = 3 cos x B) y(4) = 3 sin x C) y(4) = - 3 cos x D) y(4) = - 3 sin x

Find the indicated derivative. 1) Find y(4) if y = 3 sin x. A) y(4) = 3 cos x B) y(4) = 3 sin x C) y(4) = - 3 cos x D) y(4) = - 3 sin x Assignment 5 Name Find the indicated derivative. ) Find y(4) if y = sin x. ) A) y(4) = cos x B) y(4) = sin x y(4) = - cos x y(4) = - sin x ) y = (csc x + cot x)(csc x - cot x) ) A) y = 0 B) y = y = - csc

More information

Math 131. The Derivative and the Tangent Line Problem Larson Section 2.1

Math 131. The Derivative and the Tangent Line Problem Larson Section 2.1 Math 131. The Derivative and the Tangent Line Problem Larson Section.1 From precalculus, the secant line through the two points (c, f(c)) and (c +, f(c + )) is given by m sec = rise f(c + ) f(c) f(c +

More information

These notes are based mostly on [3]. They also rely on [2] and [1], though to a lesser extent.

These notes are based mostly on [3]. They also rely on [2] and [1], though to a lesser extent. Chapter 1 Introduction These notes are based mostly on [3]. They also rely on [2] and [1], though to a lesser extent. 1.1 Definitions and Terminology 1.1.1 Background and Definitions The words "differential

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

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

Topics from Algebra and Pre-Calculus. (Key contains solved problems)

Topics from Algebra and Pre-Calculus. (Key contains solved problems) Topics from Algebra and Pre-Calculus (Key contains solved problems) Note: The purpose of this packet is to give you a review of basic skills. You are asked not to use the calculator, except on p. (8) and

More information

Exam 3 MATH Calculus I

Exam 3 MATH Calculus I Trinity College December 03, 2015 MATH 131-01 Calculus I By signing below, you attest that you have neither given nor received help of any kind on this exam. Signature: Printed Name: Instructions: Show

More information

Extreme Values of Functions

Extreme Values of Functions Extreme Values o Functions When we are using mathematics to model the physical world in which we live, we oten express observed physical quantities in terms o variables. Then, unctions are used to describe

More information