Separable Differential Equations

Size: px
Start display at page:

Download "Separable Differential Equations"

Transcription

1 Separable Differential Equations MATH 6 Calculus I J. Robert Buchanan Department of Mathematics Fall 207

2 Background We have previously solved differential equations of the forms: y (t) = k y(t) (exponential growth/decay) y (t) = k(y(t) T a ) (Newton s Law of Cooling) These are examples of first-order separable ordinary differential equations.

3 First-order Separable ODEs Every first-order ordinary differential equation can be written in the form: y = f (x, y) A first-order ordinary differential equation is separable if the equation above can be re-written in the form: g(y)y = h(x) Note: the expressions involving y and y are on one side of the equation and the expressions involving x are on the other.

4 Examples Determine which of the following first-order ordinary differential equations are separable.. y = 2xy(cos y ) 2. y = x 2 (x y) 3. y = 2x sin y x 3 y 4. y = y 2 (x 2 3x + 2)

5 Solution. y = 2xy(cos y ) 2. y = x 2 (x y) y(cos y ) y = 2x (separable) x y y = x 2 (not separable) 3. y = 2x sin y x 3 y 2 sin y x 2 y y = x (not separable) 4. y = y 2 (x 2 3x + 2) y 2 y = x 2 3x + 2 (separable)

6 Solving a Separable First-order ODE We may solving a separable first-order ordinary differential equation by. separating the variables x and y, 2. integrating both sides of the equation, and 3. solving for y (if possible). g(y)y = h(x) g(y) dy dx = h(x) g(y) dy = h(x) dx g(y) dy = h(x) dx

7 Example Solve the following separable first-order ordinary differential equation: y = (y ) cos x Assume y >.

8 Solution y = (y ) cos x dy y dx = cos x dy = cos x dx y y dy = cos x dx ln(y ) = sin x + K (since y >, K is constant) e ln(y ) = sin x+k e y = e sin x e K y(x) = + C e sin x (where C = e K )

9 Family of Solutions y(x) = + C e sin x y x c=0. c=0.2 c=0.3 c=0.4 c=0.5 c=0.6 c=0.7 c=0.8 c=0.9 c=.

10 Example Solve the following separable first-order ordinary differential equation: y y 2 = x ln x Assume y.

11 Solution y = dy dx = y 2 x ln x y 2 x ln x dy = y 2 x ln x dx dy = y 2 y 2 dy = u du x ln x dx (substitute u = ln x, du = x dx) sin y = ln u + C = ln ln x + C y(x) = sin(c + ln ln x )

12 Family of Solutions y(x) = sin(c + ln ln x ) y x c=-0.5 c=-0.4 c=-0.3 c=-0.2 c=-0. c=0. c=0. c=0.2 c=0.3 c=0.4 c=0.5

13 Solving an Initial Value Problem If we have an initial condition, then we may solve for the arbitrary constant C in the solution to the ordinary differential equation.

14 Solving an Initial Value Problem If we have an initial condition, then we may solve for the arbitrary constant C in the solution to the ordinary differential equation. Example Solve the following initial value problem. y = x y 2 y(0) =

15 Solution ( of 2) y = x y 2 dy dx = x y 2 y 2 dy = (x ) dx y 2 dy = (x ) dx 3 y 3 = 2 x 2 x + C y 3 = 3 2 x 2 3x + 3C y(x) = x 2 3x + 3C (general solution) If y(0) = then = (0)2 3(0) + 3C which implies C = /3.

16 Solution (2 of 2) y(x) = x 2 3x y x

17 Logistic Equation Our previous model for exponential growth has a significant flaw. y (t) = k y(t) y(0) = A lim y(t) = lim A t t ek t = when k > 0.

18 Logistic Equation Our previous model for exponential growth has a significant flaw. y (t) = k y(t) y(0) = A lim y(t) = lim A t t ek t = when k > 0. We can introduce a slightly more complicated model called the logistic equation to bound the growth of the population. y (t) = k y(t)(m y(t)) y(0) = A The constant M is called the carrying capacity.

19 Equilibrium Solutions Consider the logistic equation with the special initial condition: y (t) = k y(t)(m y(t)) y(0) = 0. We can verify that y(t) = 0 is a solution to this initial value problem.

20 Equilibrium Solutions Consider the logistic equation with the special initial condition: y (t) = k y(t)(m y(t)) y(0) = 0. We can verify that y(t) = 0 is a solution to this initial value problem. Likewise the constant function y(t) = M satisfies the initial value problem: y (t) = k y(t)(m y(t)) y(0) = M.

21 Equilibrium Solutions Consider the logistic equation with the special initial condition: y (t) = k y(t)(m y(t)) y(0) = 0. We can verify that y(t) = 0 is a solution to this initial value problem. Likewise the constant function y(t) = M satisfies the initial value problem: y (t) = k y(t)(m y(t)) y(0) = M. These are called equilibrium solutions.

22 Non-equilibrium Solution ( of 3) Consider the logistic equation with initial condition: y = k y(m y) y(0) = A. dy = k dt y(m y) ( /M + /M ) dy = k dt y M y ( M y + ) dy = k dt M y ( M y + ) dy = k dt M y (ln y ln M y ) = k t + C M

23 Non-equilibrium Solution (2 of 3) So far we have M (ln y ln M y ) = k t + C ln y M y = km t + CM y M y = e km t+cm = e km t e CM

24 Non-equilibrium Solution (2 of 3) So far we have M (ln y ln M y ) = k t + C ln y M y = km t + CM y M y = e km t+cm = e km t e CM When t = 0, y = A and thus we have A M A = ecm. Now we may solve for y(t).

25 Non-equilibrium Solution (3 of 3) Case: 0 < A < M Case: M < A y M y = A M A y M y ekm t = y = ( y + A ) M A ekm t = y M y y(t) = y(t) = A M A ekm t A M A ekm t (M y) AM M A ekm t AMe km t M A + Ae km t = A M A ekm t AMe km t M A + Ae km t

26 Family of Solutions M = 500, k = /0, y(t) = 500Ae 50t 500 A + Ae 50t. 600 y t

27 Example Solve the following case of the logistic equation. y = y(5 y) y(0) = 2 y(t) = AMe km t M A + Ae km t

28 Example Solve the following case of the logistic equation. y = y(5 y) y(0) = 2 y(t) = y(t) = = AMe km t M A + Ae km t (2)(5)e ()(5) t e ()(5) t 0e 5t 3 + 2e 5t

29 Homework Read Section 7.2 Exercises: 33 odd

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics Mathematical Models MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Ordinary Differential Equations The topic of ordinary differential equations (ODEs) is

More information

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Spring Department of Mathematics

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Spring Department of Mathematics Mathematical Models MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 Ordinary Differential Equations The topic of ordinary differential equations (ODEs)

More information

Arc Length and Surface Area in Parametric Equations

Arc Length and Surface Area in Parametric Equations Arc Length and Surface Area in Parametric Equations MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2011 Background We have developed definite integral formulas for arc length

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

Chain Rule. MATH 311, Calculus III. J. Robert Buchanan. Spring Department of Mathematics

Chain Rule. MATH 311, Calculus III. J. Robert Buchanan. Spring Department of Mathematics 3.33pt Chain Rule MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Spring 2019 Single Variable Chain Rule Suppose y = g(x) and z = f (y) then dz dx = d (f (g(x))) dx = f (g(x))g (x)

More information

Absolute Convergence and the Ratio Test

Absolute Convergence and the Ratio Test Absolute Convergence and the Ratio Test MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Bacground Remar: All previously covered tests for convergence/divergence apply only

More information

Absolute Convergence and the Ratio Test

Absolute Convergence and the Ratio Test Absolute Convergence and the Ratio Test MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Bacground Remar: All previously covered tests for convergence/divergence apply only

More information

Review of Power Series

Review of Power Series Review of Power Series MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Introduction In addition to the techniques we have studied so far, we may use power

More information

2.12: Derivatives of Exp/Log (cont d) and 2.15: Antiderivatives and Initial Value Problems

2.12: Derivatives of Exp/Log (cont d) and 2.15: Antiderivatives and Initial Value Problems 2.12: Derivatives of Exp/Log (cont d) and 2.15: Antiderivatives and Initial Value Problems Mathematics 3 Lecture 14 Dartmouth College February 03, 2010 Derivatives of the Exponential and Logarithmic Functions

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Terminology A differential equation is an equation that contains an unknown function together with one or more of its derivatives. 1 Examples: 1. y = 2x + cos x 2. dy dt =

More information

Continuity. MATH 161 Calculus I. J. Robert Buchanan. Fall Department of Mathematics

Continuity. MATH 161 Calculus I. J. Robert Buchanan. Fall Department of Mathematics Continuity MATH 161 Calculus I J. Robert Buchanan Department of Mathematics Fall 2017 Intuitive Idea A process or an item can be described as continuous if it exists without interruption. The mathematical

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS 1. Basic Terminology A differential equation is an equation that contains an unknown function together with one or more of its derivatives. 1 Examples: 1. y = 2x + cos x 2. dy dt

More information

Calculus and Parametric Equations

Calculus and Parametric Equations Calculus and Parametric Equations MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Introduction Given a pair a parametric equations x = f (t) y = g(t) for a t b we know how

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

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Terminology A differential equation is an equation that contains an unknown function together with one or more of its derivatives. 1 Examples: 1. y = 2x + cos x 2. dy dt =

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS 1. Basic Terminology A differential equation is an equation that contains an unknown function together with one or more of its derivatives. 1 Examples: 1. y = 2x + cos x 2. dy dt

More information

Fundamental Theorem of Calculus

Fundamental Theorem of Calculus Fundamental Theorem of Calculus MATH 6 Calculus I J. Robert Buchanan Department of Mathematics Summer 208 Remarks The Fundamental Theorem of Calculus (FTC) will make the evaluation of definite integrals

More information

Homogeneous Equations with Constant Coefficients

Homogeneous Equations with Constant Coefficients Homogeneous Equations with Constant Coefficients MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 General Second Order ODE Second order ODEs have the form

More information

Bessel s Equation. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics

Bessel s Equation. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics Bessel s Equation MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Background Bessel s equation of order ν has the form where ν is a constant. x 2 y + xy

More information

Taylor and Maclaurin Series

Taylor and Maclaurin Series Taylor and Maclaurin Series MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Background We have seen that some power series converge. When they do, we can think of them as

More information

Introduction to Differential Equations

Introduction to Differential Equations Chapter 1 Introduction to Differential Equations 1.1 Basic Terminology Most of the phenomena studied in the sciences and engineering involve processes that change with time. For example, it is well known

More information

1.2. Introduction to Modeling. P (t) = r P (t) (b) When r > 0 this is the exponential growth equation.

1.2. Introduction to Modeling. P (t) = r P (t) (b) When r > 0 this is the exponential growth equation. G. NAGY ODE January 9, 2018 1 1.2. Introduction to Modeling Section Objective(s): Review of Exponential Growth. The Logistic Population Model. Competing Species Model. Overview of Mathematical Models.

More information

MT410 EXAM 1 SAMPLE 1 İLKER S. YÜCE DECEMBER 13, 2010 QUESTION 1. SOLUTIONS OF SOME DIFFERENTIAL EQUATIONS. dy dt = 4y 5, y(0) = y 0 (1) dy 4y 5 =

MT410 EXAM 1 SAMPLE 1 İLKER S. YÜCE DECEMBER 13, 2010 QUESTION 1. SOLUTIONS OF SOME DIFFERENTIAL EQUATIONS. dy dt = 4y 5, y(0) = y 0 (1) dy 4y 5 = MT EXAM SAMPLE İLKER S. YÜCE DECEMBER, SURNAME, NAME: QUESTION. SOLUTIONS OF SOME DIFFERENTIAL EQUATIONS where t. (A) Classify the given equation in (). = y, y() = y () (B) Solve the initial value problem.

More information

Linear Independence and the Wronskian

Linear Independence and the Wronskian Linear Independence and the Wronskian MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 Operator Notation Let functions p(t) and q(t) be continuous functions

More information

Antiderivatives and Indefinite Integrals

Antiderivatives and Indefinite Integrals Antiderivatives and Indefinite Integrals MATH 151 Calculus for Management J. Robert Buchanan Department of Mathematics Fall 2018 Objectives After completing this lesson we will be able to use the definition

More information

Systems of Ordinary Differential Equations

Systems of Ordinary Differential Equations Systems of Ordinary Differential Equations MATH 365 Ordinary Differential Equations J Robert Buchanan Department of Mathematics Fall 2018 Objectives Many physical problems involve a number of separate

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

Solutions for homework 1. 1 Introduction to Differential Equations

Solutions for homework 1. 1 Introduction to Differential Equations Solutions for homework 1 1 Introduction to Differential Equations 1.1 Differential Equation Models The phrase y is proportional to x implies that y is related to x via the equation y = kx, where k is a

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Chapter 1 Introduction and Basic Terminology Most of the phenomena studied in the sciences and engineering involve processes that change with time. For example, it is well known

More information

Series Solutions Near an Ordinary Point

Series Solutions Near an Ordinary Point Series Solutions Near an Ordinary Point MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 Ordinary Points (1 of 2) Consider the second order linear homogeneous

More information

Series Solutions Near a Regular Singular Point

Series Solutions Near a Regular Singular Point Series Solutions Near a Regular Singular Point MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Background We will find a power series solution to the equation:

More information

Solutionbank Edexcel AS and A Level Modular Mathematics

Solutionbank Edexcel AS and A Level Modular Mathematics Page of Exercise A, Question Use the binomial theorem to expand, x

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

Mean Value Theorem. MATH 161 Calculus I. J. Robert Buchanan. Summer Department of Mathematics

Mean Value Theorem. MATH 161 Calculus I. J. Robert Buchanan. Summer Department of Mathematics Mean Value Theorem MATH 161 Calculus I J. Robert Buchanan Department of Mathematics Summer 2018 Background: Corollary to the Intermediate Value Theorem Corollary Suppose f is continuous on the closed interval

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

. 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

2 nd ORDER O.D.E.s SUBSTITUTIONS

2 nd ORDER O.D.E.s SUBSTITUTIONS nd ORDER O.D.E.s SUBSTITUTIONS Question 1 (***+) d y y 8y + 16y = d d d, y 0, Find the general solution of the above differential equation by using the transformation equation t = y. Give the answer in

More information

Mean Value Theorem. MATH 161 Calculus I. J. Robert Buchanan. Summer Department of Mathematics

Mean Value Theorem. MATH 161 Calculus I. J. Robert Buchanan. Summer Department of Mathematics Mean Value Theorem MATH 161 Calculus I J. Robert Buchanan Department of Mathematics Summer 2018 Background: Corollary to the Intermediate Value Theorem Corollary Suppose f is continuous on the closed interval

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

Power Series. Part 1. J. Gonzalez-Zugasti, University of Massachusetts - Lowell

Power Series. Part 1. J. Gonzalez-Zugasti, University of Massachusetts - Lowell Power Series Part 1 1 Power Series Suppose x is a variable and c k & a are constants. A power series about x = 0 is c k x k A power series about x = a is c k x a k a = center of the power series c k =

More information

Copyright 2015 Jimmy Broomfield. License: Creative Commons CC BY-NC 4.0

Copyright 2015 Jimmy Broomfield.   License: Creative Commons CC BY-NC 4.0 J I M M Y B R O O M F I E L D A B R I E F G U I D E T O C A L C U L U S I I T H E U N I V E R S I T Y O F M I N N E S O TA Copyright 5 Jimmy Broomfield http://moodle.umn.edu License: Creative Commons CC

More information

Math 104: l Hospital s rule, Differential Equations and Integration

Math 104: l Hospital s rule, Differential Equations and Integration Math 104: l Hospital s rule, and Integration Ryan Blair University of Pennsylvania Tuesday January 22, 2013 Math 104:l Hospital s rule, andtuesday Integration January 22, 2013 1 / 8 Outline 1 l Hospital

More information

Implicit Differentiation and Inverse Trigonometric Functions

Implicit Differentiation and Inverse Trigonometric Functions Implicit Differentiation an Inverse Trigonometric Functions MATH 161 Calculus I J. Robert Buchanan Department of Mathematics Summer 2018 Explicit vs. Implicit Functions 0.5 1 y 0.0 y 2 0.5 3 4 1.0 0.5

More information

Power series solutions for 2nd order linear ODE s (not necessarily with constant coefficients) a n z n. n=0

Power series solutions for 2nd order linear ODE s (not necessarily with constant coefficients) a n z n. n=0 Lecture 22 Power series solutions for 2nd order linear ODE s (not necessarily with constant coefficients) Recall a few facts about power series: a n z n This series in z is centered at z 0. Here z can

More information

Extrema of Functions of Several Variables

Extrema of Functions of Several Variables Extrema of Functions of Several Variables MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Background (1 of 3) In single-variable calculus there are three important results

More information

Solutions of Math 53 Midterm Exam I

Solutions of Math 53 Midterm Exam I Solutions of Math 53 Midterm Exam I Problem 1: (1) [8 points] Draw a direction field for the given differential equation y 0 = t + y. (2) [8 points] Based on the direction field, determine the behavior

More information

Math 34B. Practice Exam, 3 hrs. March 15, 2012

Math 34B. Practice Exam, 3 hrs. March 15, 2012 Math 34B Practice Exam, 3 hrs March 15, 2012 9.3.4c Compute the indefinite integral: 10 x+9 dx = 9.3.4c Compute the indefinite integral: 10 x+9 dx = = 10 x 10 9 dx = 10 9 10 x dx = 10 9 e ln 10x dx 9.3.4c

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

2.2 Separable Equations

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

More information

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

Partial Derivatives for Math 229. Our puropose here is to explain how one computes partial derivatives. We will not attempt

Partial Derivatives for Math 229. Our puropose here is to explain how one computes partial derivatives. We will not attempt Partial Derivatives for Math 229 Our puropose here is to explain how one computes partial derivatives. We will not attempt to explain how they arise or why one would use them; that is left to other courses

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

Solving differential equations (Sect. 7.4) Review: Overview of differential equations.

Solving differential equations (Sect. 7.4) Review: Overview of differential equations. Solving differential equations (Sect. 7.4 Previous class: Overview of differential equations. Exponential growth. Separable differential equations. Review: Overview of differential equations. Definition

More information

University of Regina Department of Mathematics and Statistics Math 111 All Sections (Winter 2013) Final Exam April 25, 2013

University of Regina Department of Mathematics and Statistics Math 111 All Sections (Winter 2013) Final Exam April 25, 2013 University of Regina Department of Mathematics and Statistics Math 111 All Sections (Winter 013) Final Exam April 5, 013 Name: Student Number: Please Check Off Your Instructor: Dr. R. McIntosh (001) Dr.

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

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

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

Modeling with First-Order Equations

Modeling with First-Order Equations Modeling with First-Order Equations MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 Radioactive Decay Radioactive decay takes place continuously. The number

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

Some Basic Modeling with Differential Equations

Some Basic Modeling with Differential Equations Some Basic Modeling with Differential Equations S. F. Ellermeyer Kennesaw State University October 6, 2003 1 What is a Mathematical Model? A mathematical model is an equation or set of equations that attempt

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

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

Modeling with Differential Equations

Modeling with Differential Equations Modeling with Differential Equations 1. Exponential Growth and Decay models. Definition. A quantity y(t) is said to have an exponential growth model if it increases at a rate proportional to the amount

More information

XXIX Applications of Differential Equations

XXIX Applications of Differential Equations MATHEMATICS 01-BNK-05 Advanced Calculus Martin Huard Winter 015 1. Suppose that the rate at which a population of size yt at time t changes is proportional to the amount present. This gives rise to the

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

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

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

Calculus Math 21B, Winter 2009 Final Exam: Solutions

Calculus Math 21B, Winter 2009 Final Exam: Solutions Calculus Math B, Winter 9 Final Exam: Solutions. (a) Express the area of the region enclosed between the x-axis and the curve y = x 4 x for x as a definite integral. (b) Find the area by evaluating the

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

Modeling Via Differential Equations

Modeling Via Differential Equations Modeling Via Differential Equations S. F. Ellermeyer Kennesaw State University May 31, 2003 Abstract Mathematical modeling via differential equations is introduced. We partially follow the approach in

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

Section 5.5 More Integration Formula (The Substitution Method) 2 Lectures. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I

Section 5.5 More Integration Formula (The Substitution Method) 2 Lectures. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I Section 5.5 More Integration Formula (The Substitution Method) 2 Lectures College of Science MATHS : Calculus I (University of Bahrain) Integrals / 7 The Substitution Method Idea: To replace a relatively

More information

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

Math 1280 Notes 4 Last section revised, 1/31, 9:30 pm. 1 competing species Math 1280 Notes 4 Last section revised, 1/31, 9:30 pm. This section and the next deal with the subject of population biology. You will already have seen examples of this. Most calculus

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

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

8.3 Partial Fraction Decomposition

8.3 Partial Fraction Decomposition 8.3 partial fraction decomposition 575 8.3 Partial Fraction Decomposition Rational functions (polynomials divided by polynomials) and their integrals play important roles in mathematics and applications,

More information

1 Differential Equations

1 Differential Equations Reading [Simon], Chapter 24, p. 633-657. 1 Differential Equations 1.1 Definition and Examples A differential equation is an equation involving an unknown function (say y = y(t)) and one or more of its

More information

Diff. Eq. App.( ) Midterm 1 Solutions

Diff. Eq. App.( ) Midterm 1 Solutions Diff. Eq. App.(110.302) Midterm 1 Solutions Johns Hopkins University February 28, 2011 Problem 1.[3 15 = 45 points] Solve the following differential equations. (Hint: Identify the types of the equations

More information

Applications of Exponential Functions in the Modeling of Physical Phenomenon

Applications of Exponential Functions in the Modeling of Physical Phenomenon Applications of Exponential Functions in the Modeling of Physical Phenomenon by Cesar O. Aguilar Department of Mathematics SUNY Geneseo Many real-world quantities of interest undergo changes that can be

More information

1.1 Differential Equation Models. Jiwen He

1.1 Differential Equation Models. Jiwen He 1.1 Math 3331 Differential Equations 1.1 Differential Equation Models Jiwen He Department of Mathematics, University of Houston jiwenhe@math.uh.edu math.uh.edu/ jiwenhe/math3331 Jiwen He, University of

More information

Infinite Series. MATH 211, Calculus II. J. Robert Buchanan. Spring Department of Mathematics

Infinite Series. MATH 211, Calculus II. J. Robert Buchanan. Spring Department of Mathematics Infinite Series MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Background Consider the repeating decimal form of 2/3. 2 3 = 0.666666 = 0.6 + 0.06 + 0.006 + 0.0006 + = 6(0.1)

More information

Fixed-Point Iteration

Fixed-Point Iteration Fixed-Point Iteration MATH 375 Numerical Analysis J. Robert Buchanan Department of Mathematics Fall 2013 Motivation Several root-finding algorithms operate by repeatedly evaluating a function until its

More information

Math 31S. Rumbos Fall Solutions to Exam 1

Math 31S. Rumbos Fall Solutions to Exam 1 Math 31S. Rumbos Fall 2011 1 Solutions to Exam 1 1. When people smoke, carbon monoxide is released into the air. Suppose that in a room of volume 60 m 3, air containing 5% carbon monoxide is introduced

More information

Vectors in the Plane

Vectors in the Plane Vectors in the Plane MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Vectors vs. Scalars scalar quantity having only a magnitude (e.g. temperature, volume, length, area) and

More information

Math 2a Prac Lectures on Differential Equations

Math 2a Prac Lectures on Differential Equations Math 2a Prac Lectures on Differential Equations Prof. Dinakar Ramakrishnan 272 Sloan, 253-37 Caltech Office Hours: Fridays 4 5 PM Based on notes taken in class by Stephanie Laga, with a few added comments

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

The integrating factor method (Sect. 1.1)

The integrating factor method (Sect. 1.1) The integrating factor method (Sect. 1.1) Overview of differential equations. Linear Ordinary Differential Equations. The integrating factor method. Constant coefficients. The Initial Value Problem. Overview

More information

Complex Numbers and Euler s Identity

Complex Numbers and Euler s Identity Complex Numbers and Euler s Identity MATH 171 Freshman Seminar for Mathematics Majors J. Robert Buchanan Department of Mathematics 2010 Background Easy: solve the equation 0 = 1 z 2. 0 = 1 z 2 = (1 z)(1

More information

Math 1 Lecture 23. Dartmouth College. Wednesday

Math 1 Lecture 23. Dartmouth College. Wednesday Math 1 Lecture 23 Dartmouth College Wednesday 11-02-16 Contents Reminders/Announcements Last Time Derivatives of Logarithmic and Exponential Functions Examish Exercises Reminders/Announcements WebWork

More information

Dynamic Characteristics. Lecture04 SME3242 Instrumentation

Dynamic Characteristics. Lecture04 SME3242 Instrumentation Dynamic Characteristics Lecture04 SME3242 Instrumentation 1 Static transfer function how the output related to input if the input is constant Dynamic transfer function also called time response Lecture04

More information

Motion in Space. MATH 311, Calculus III. J. Robert Buchanan. Fall Department of Mathematics. J. Robert Buchanan Motion in Space

Motion in Space. MATH 311, Calculus III. J. Robert Buchanan. Fall Department of Mathematics. J. Robert Buchanan Motion in Space Motion in Space MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Background Suppose the position vector of a moving object is given by r(t) = f (t), g(t), h(t), Background

More information

Math 107H Fall 2008 Course Log and Cumulative Homework List

Math 107H Fall 2008 Course Log and Cumulative Homework List Date: 8/25 Sections: 5.4 Math 107H Fall 2008 Course Log and Cumulative Homework List Log: Course policies. Review of Intermediate Value Theorem. The Mean Value Theorem for the Definite Integral and the

More information

UCLA: Math 3B Problem set 8 (solutions) Fall, 2016

UCLA: Math 3B Problem set 8 (solutions) Fall, 2016 This week you will get practice applying the exponential and logistic models and describing their qualitative behaviour. Some of these questions take a bit of thought, they are good practice if you generally

More information

Modeling with First-Order Equations

Modeling with First-Order Equations Modeling with First-Order Equations MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Radioactive Decay Radioactive decay takes place continuously. The number

More information

Lecture 2. Classification of Differential Equations and Method of Integrating Factors

Lecture 2. Classification of Differential Equations and Method of Integrating Factors Math 245 - Mathematics of Physics and Engineering I Lecture 2. Classification of Differential Equations and Method of Integrating Factors January 11, 2012 Konstantin Zuev (USC) Math 245, Lecture 2 January

More information

Georgia Tech PHYS 6124 Mathematical Methods of Physics I

Georgia Tech PHYS 6124 Mathematical Methods of Physics I Georgia Tech PHYS 612 Mathematical Methods of Physics I Instructor: Predrag Cvitanović Fall semester 2012 Homework Set #5 due October 2, 2012 == show all your work for maximum credit, == put labels, title,

More information

Logarithmic and Exponential Equations and Change-of-Base

Logarithmic and Exponential Equations and Change-of-Base Logarithmic and Exponential Equations and Change-of-Base MATH 101 College Algebra J. Robert Buchanan Department of Mathematics Summer 2012 Objectives In this lesson we will learn to solve exponential equations

More information

Mathematics 132 Calculus for Physical and Life Sciences 2 Exam 3 Review Sheet April 15, 2008

Mathematics 132 Calculus for Physical and Life Sciences 2 Exam 3 Review Sheet April 15, 2008 Mathematics 32 Calculus for Physical and Life Sciences 2 Eam 3 Review Sheet April 5, 2008 Sample Eam Questions - Solutions This list is much longer than the actual eam will be (to give you some idea of

More information

18.01 EXERCISES. Unit 3. Integration. 3A. Differentials, indefinite integration. 3A-1 Compute the differentials df(x) of the following functions.

18.01 EXERCISES. Unit 3. Integration. 3A. Differentials, indefinite integration. 3A-1 Compute the differentials df(x) of the following functions. 8. EXERCISES Unit 3. Integration 3A. Differentials, indefinite integration 3A- Compute the differentials df(x) of the following functions. a) d(x 7 + sin ) b) d x c) d(x 8x + 6) d) d(e 3x sin x) e) Express

More information

CALCULUS II MATH Dr. Hyunju Ban

CALCULUS II MATH Dr. Hyunju Ban CALCULUS II MATH 2414 Dr. Hyunju Ban Introduction Syllabus Chapter 5.1 5.4 Chapters To Be Covered: Chap 5: Logarithmic, Exponential, and Other Transcendental Functions (2 week) Chap 7: Applications of

More information