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

Size: px
Start display at page:

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

Transcription

1 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 Background and Definitions The words "differential equations" suggest we will be working with equations. An equation is the statement that two mathematical expressions are equal. The equations studied in an algebra class were of the form x 2 + 5x + 3 = 0 or 2x 5 = 1. The unknown, denoted by the variable x in our examples, represents a number. Solving such equations means finding the value or values of x which make the equation a true statement. The equations we will study in these notes will be different. The word "differential" suggest they will contain derivatives. Let s look at a simple example. Example Let y denote some function of x. When we want to emphasize that y is a function of x, we will write y (x). If we let y = e 3x2 then y = 6xe 3x2 = 6xy. In other words, y satisfies the equation y = 6xy. This is a diff erential equation. Remark We quickly review some elementary notions and notation from Calculus, then we will define what a differential equation is. Let y = y (x) (some function of x). 1. x is called the independent variable, y is called the dependent variable. 2. When y depends only on one variable x, the derivative of y (with respect to x) is denoted y dy. It can also be denoted using Leibniz notation: dx. This notation is more explicit as it specifies clearly that it is the derivative 1

2 2 CHAPTER 1. INTRODUCTION of y with respect to x. The variable on top is the dependent variable, the variable at the bottom is the independent variable. 3. Higher order derivatives are denoted y or d2 y dx 2, y or d3 y. For higher dx3 orders, the notation is y (4) or d4 y dx 4, and in general y(n) or dn y for n 4. dxn 4. For functions of several variables, the derivatives are called partial derivatives. For example, if u is a function of x and y then the partial derivatives are denoted u x, u. This is similar to Leibniz notation. y 5. The derivative dy represents the instantaneous rate of change of y with dx respect to x. Students should remember from calculus that if y gives the position of an object, then the derivative dy represents the velocity of the dx d 2 y object and the second derivative, dx 2 represents the acceleration of the object. 6. When we say that a quantity A is proportional to another quantity B, we mean that there exists a constant k such that A = kb. Example The third order derivative of y = y (x) with respect to x is denoted d3 y dx 3. Example The fourth order partial derivative of u = u (x, y, t) with respect to t is denoted 4 u t 4. Example Let P = P (t) denote the population of a city as a function of time and assume P (t) > 0 for every t. What equation corresponds to the statement "P increases at a rate proportional to P ". The rate of increase of P is the same as the rate of change and is therefore dp dp. We are simply saying that constant k such that dp are talking about the rate of increase of P, it means dp have k > 0 since P > 0. is proportional to P hence, there exists a = kp. We can actually say more about k. Since we > 0 hence, we must Remark In the above example, if we had said "P decreases at a rate proportional to P ", then the corresponding equation would have been dp = kp where k < 0 (why?). Note that we can also write dp = kp where k > 0. The latter equation is the one we will use.

3 1.1. DEFINITIONS AND TERMINOLOGY 3 Example Let T (t) represent the temperature of an object placed in a room and T e denote the temperature of the room. We will assume T e does not change. If T e is different from the temperature of the object, then the temperature of the object will change with time. It will increase if the room is warmer than the object and decrease otherwise. Newton s law of cooling states that the temperature of the object will increase/decrease at a rate proportional to the diff erence between the temperature of the object and the temperature of the room. Write an equation corresponding to Newton s law of cooling. The rate of change of the temperature of the object is dt, so Newton s law of cooling says that dt = k (T T e) where k is a positive constant. We can verify that this equation agrees with our intuition. If the temperature of the object is less that that of the room, then T < T e hence k (T T e ) < 0 thus dt < 0 which means that T will decrease, which agrees with what we would observe. We are now ready to define differential equations. Definition A diff erential equation (DE) is an equation containing one or more unknown functions and some of their derivatives. When the unknown function is a function of one variable, the corresponding diff erential equation is called an ordinary diff erential equation or ODE. When the unknown function is a function of several variables, the corresponding diff erential equation is called a partial diff erential equation or PDE. We will only discuss ODEs in these notes. Example dy dx + 3x d2 y dx 2 + sin x = 0 This is an ODE. Example y + sin y + y = cos x This is an ODE. Example y = k where k is a constant. This is an ODE. Example u t = 2 u x u where u = u (x, y, t) y2 This is a PDE Where do ODEs Come From and What Do We Do With Them? We begin with some general remarks about differential equations. Differential equations arise from mathematical models which are developed in the sciences to help understand physical phenomena.

4 4 CHAPTER 1. INTRODUCTION When the model involves only one unknown quantity, we only need one differential equation. When the model involves several unknown quantities, we will need as many equations as there are unknown quantities. Sometimes, we can solve the differential equations. In this class, we will focus on solving differential equations (quantitative study). Often, we do not know how to solve the differential equations. However, we can usually still get information about the solution such as whether the unknown quantities are increasing, decreasing, going to infinity, going to 0, reaching an equilibrium,... (qualitative study). We now look at some examples. Example Consider the free fall of an object where an object is released from a certain height above the ground and subject only to gravity. Newton s second law of motion tells us that mass times acceleration equal the total force acting on the object. If we let h = h (t) be the height above the ground of the object and m be the mass of the object, then the acceleration of the object is d2 h 2 and the force due to gravity is mg so we obtain m d2 h 2 = mg or d 2 h 2 = g This is a diff erential equation, h (t) is the unknown function. Fortunately, this one is easy to solve. Integrating once with respect to t gives Integrating again gives dh = gt + C 1 h (t) = 1 2 gt2 + C 1 t + C 2 We will see that the constants C 1 and C 2 can be determined from the initial height and velocity of the object. Example Radioactive decay is another classical example from calculus. The model for radioactive decays says that the mass m of a radioactive object decreases at a rate proportional to the mass of the object. Derive a diff erential equation from this statement, then solve the equation to find a formula for m as a function of time. As we saw above, the equation we obtain is dm = km

5 1.1. DEFINITIONS AND TERMINOLOGY 5 Which can be written as Integrating on both sides gives dm m = k ln m = kt + C or m = e kt+c = m 0 e kt where m 0 = e C Classification of ODEs Even when we can solves differential equations, finding a solution is usually quite diffi cult. There is not one technique which works for all the equations. We classify differential equations into different categories. These categories will then determine how the equations are solved. The categories we will study in this class are: Type: If all the derivatives which appear in an equation are with respect to a single independent variable, we have an ordinary differential equation (ODE). Otherwise, we have a partial differential equation (PDE). We ll focus on ODEs in this class. Order: The order of a differential equation is the order of the highest order derivative present in the equation. Linearity: A differential equation is said to be linear if it is linear in its dependent variables and its derivatives that is if its dependent variable and its derivatives appear in additive combinations of their first power. In other words, a linear ODE is of the form a n (x) dn y dx n + a n 1 (x) dn 1 y dx n a 1 (x) dy dx + a 0 (x) y = b (x) where a 0 (x),..., a n (x) and b (x) only depend on x, the independent variable and some of these functions could be 0. We will only discuss linearity for ODEs. Example For each equation below, find the independent and dependent variables, then determine its type, its order and if it is linear. 1. d 3 y dy + sin x dx3 dx = ex

6 6 CHAPTER 1. INTRODUCTION Type: The dependent variable is y, there is only one independent variable, x. Hence, this is an ODE. Order: 3 Linear? yes, it is of the form a 3 (x) d3 y dx 3 + a 2 (x) d2 y dx 2 + a 1 (x) dy dx + a 0 (x) y = b (x) with a 3 (x) = 1, a 2 (x) = 0, a 1 (x) = sin x, a 0 (x) = 0 and b (x) = e x. 2. d 4 y dy + sin x dx4 dx = ey Type: The dependent variable is y, there is only one independent variable, x. Hence, this is an ODE. Order: 4 Linear? no, because of e y. ( 3. (1 y) x + dy ) = sin x dx Type: The dependent variable is y, there is only one independent variable, x. Hence, this is an ODE. Order: 1 Linear? no, because of y dy dx 4. 2 u x u y 2 = ex sin y Type: The dependent variable is u, the independent variables are x and y. Hence, this is a PDE. Order: 2 Linear? we only discuss linearity of ODEs. 5. t d2 x 2 + xdx = sin t Type: The dependent variable is x, there is only one independent variable, t. Hence, this is an ODE. Order: 2 Linear? no, because of x dx

7 1.1. DEFINITIONS AND TERMINOLOGY Exercises 1. Do # 1, 3, 5, 7, 9, 11, 13, 15 at the end of section 1.1 in your book. 2. Write the general form of a linear ordinary differential equation of order Write the general form of a linear ordinary differential equation of order 3.

8 Bibliography [1] Paul Blanchard, Robert L. Devaney, and Glen R. Hall, Diff erential equations, fourth ed., Brooks/Cole, CENGACE Learning, 2012 (English). [2] Charles H. Edwards, David E. Penney, and David T. Calvis, Diff erential equations and boundary value problems: Computing and modeling, fifth ed., Pearson, 2015 (English). [3] R. K. Nagle, Edward B. Saff, and Arthur D. Snider, Fundamentals of differential equations, eigth ed., Pearson/Addison-Wesley, 2012 (English). 185

4.4 Solving Initial Value Problems

4.4 Solving Initial Value Problems 4.4. SOLVING INITIAL VALUE PROBLEMS 4.4 Solving Initial Value Problems 4.4. Description of the Method and Examples In the introduction of the previous section, we used an example to show how the Laplace

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

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

MTH210 DIFFERENTIAL EQUATIONS. Dr. Gizem SEYHAN ÖZTEPE

MTH210 DIFFERENTIAL EQUATIONS. Dr. Gizem SEYHAN ÖZTEPE MTH210 DIFFERENTIAL EQUATIONS Dr. Gizem SEYHAN ÖZTEPE 1 References Logan, J. David. A first course in differential equations. Springer, 2015. Zill, Dennis G. A first course in differential equations with

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

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

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

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

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

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

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

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

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

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

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

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 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

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

Calculus II/III Summer Packet

Calculus II/III Summer Packet Calculus II/III Summer Packet First of all, have a great summer! Enjoy your time away from school. Come back fired up and ready to learn. I know that I will be ready to have a great year of calculus with

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Concepts Paul Dawkins Table of Contents Preface... Basic Concepts... 1 Introduction... 1 Definitions... Direction Fields... 8 Final Thoughts...19 007 Paul Dawkins i http://tutorial.math.lamar.edu/terms.aspx

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

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

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

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

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

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

Definition of differential equations and their classification. Methods of solution of first-order differential equations

Definition of differential equations and their classification. Methods of solution of first-order differential equations Introduction to differential equations: overview Definition of differential equations and their classification Solutions of differential equations Initial value problems Existence and uniqueness Mathematical

More information

Computational Neuroscience. Session 1-2

Computational Neuroscience. Session 1-2 Computational Neuroscience. Session 1-2 Dr. Marco A Roque Sol 05/29/2018 Definitions Differential Equations A differential equation is any equation which contains derivatives, either ordinary or partial

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

Introduction to Partial Differential Equations

Introduction to Partial Differential Equations Introduction to Partial Differential Equations Philippe B. Laval KSU Current Semester Philippe B. Laval (KSU) Key Concepts Current Semester 1 / 25 Introduction The purpose of this section is to define

More information

Math Reading assignment for Chapter 1: Study Sections 1.1 and 1.2.

Math Reading assignment for Chapter 1: Study Sections 1.1 and 1.2. Math 3350 1 Chapter 1 Reading assignment for Chapter 1: Study Sections 1.1 and 1.2. 1.1 Material for Section 1.1 An Ordinary Differential Equation (ODE) is a relation between an independent variable x

More information

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

Differential Equation (DE): An equation relating an unknown function and one or more of its derivatives.

Differential Equation (DE): An equation relating an unknown function and one or more of its derivatives. Lexicon Differential Equation (DE): An equation relating an unknown function and one or more of its derivatives. Ordinary Differential Equation (ODE): A differential equation that contains only ordinary

More information

3.8 Exponential Growth and Decay

3.8 Exponential Growth and Decay October 15, 2010 Population growth Population growth If y = f (t) is the number of individuals in a population of animals or humans at time t, then it seems reasonable to expect that the rate of growth

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

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

JUST THE MATHS UNIT NUMBER ORDINARY DIFFERENTIAL EQUATIONS 1 (First order equations (A)) A.J.Hobson

JUST THE MATHS UNIT NUMBER ORDINARY DIFFERENTIAL EQUATIONS 1 (First order equations (A)) A.J.Hobson JUST THE MATHS UNIT NUMBER 5. ORDINARY DIFFERENTIAL EQUATIONS (First order equations (A)) by A.J.Hobson 5.. Introduction and definitions 5..2 Exact equations 5..3 The method of separation of the variables

More information

MATH 18.01, FALL PROBLEM SET #5 SOLUTIONS (PART II)

MATH 18.01, FALL PROBLEM SET #5 SOLUTIONS (PART II) MATH 8, FALL 7 - PROBLEM SET #5 SOLUTIONS (PART II (Oct ; Antiderivatives; + + 3 7 points Recall that in pset 3A, you showed that (d/dx tanh x x Here, tanh (x denotes the inverse to the hyperbolic tangent

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 Lecture 1: Differential Equations - What Are They, Where Do They Come From, and What Do They Want?

Math Lecture 1: Differential Equations - What Are They, Where Do They Come From, and What Do They Want? Math 2280 - Lecture 1: Differential Equations - What Are They, Where Do They Come From, and What Do They Want? Dylan Zwick Fall 2013 Newton s fundamental discovery, the one which he considered necessary

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

The acceleration of gravity is constant (near the surface of the earth). So, for falling objects:

The acceleration of gravity is constant (near the surface of the earth). So, for falling objects: 1. Become familiar with a definition of and terminology involved with differential equations Calculus - Santowski. Solve differential equations with and without initial conditions 3. Apply differential

More information

(1) Rate of change: A swimming pool is emptying at a constant rate of 90 gal/min.

(1) Rate of change: A swimming pool is emptying at a constant rate of 90 gal/min. CHAPTER 1 Introduction 1. Bacground Models of physical situations from Calculus (1) Rate of change: A swimming pool is emptying at a constant rate of 90 gal/min. With V = volume in gallons and t = time

More information

Separable Differential Equations

Separable Differential Equations Separable Differential Equations MATH 6 Calculus I J. Robert Buchanan Department of Mathematics Fall 207 Background We have previously solved differential equations of the forms: y (t) = k y(t) (exponential

More information

7.1. Calculus of inverse functions. Text Section 7.1 Exercise:

7.1. Calculus of inverse functions. Text Section 7.1 Exercise: Contents 7. Inverse functions 1 7.1. Calculus of inverse functions 2 7.2. Derivatives of exponential function 4 7.3. Logarithmic function 6 7.4. Derivatives of logarithmic functions 7 7.5. Exponential

More information

1.5 First Order PDEs and Method of Characteristics

1.5 First Order PDEs and Method of Characteristics 1.5. FIRST ORDER PDES AND METHOD OF CHARACTERISTICS 35 1.5 First Order PDEs and Method of Characteristics We finish this introductory chapter by discussing the solutions of some first order PDEs, more

More information

Mathematics 111 (Calculus II) Laboratory Manual

Mathematics 111 (Calculus II) Laboratory Manual Mathematics (Calculus II) Laboratory Manual Department of Mathematics & Statistics University of Regina nd edition prepared by Patrick Maidorn, Fotini Labropulu, and Robert Petry University of Regina Department

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

Lecture 19: Solving linear ODEs + separable techniques for nonlinear ODE s

Lecture 19: Solving linear ODEs + separable techniques for nonlinear ODE s Lecture 19: Solving linear ODEs + separable techniques for nonlinear ODE s Geoffrey Cowles Department of Fisheries Oceanography School for Marine Science and Technology University of Massachusetts-Dartmouth

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

Important Properties of R

Important Properties of R Chapter 2 Important Properties of R The purpose of this chapter is to explain to the reader why the set of real numbers is so special. By the end of this chapter, the reader should understand the difference

More information

1 Differential. Equations. A differential equation is any equation that involves a derivative. For example, Newton s second law F ma

1 Differential. Equations. A differential equation is any equation that involves a derivative. For example, Newton s second law F ma 1 Differential Equations b The strange attractor for a Sprott system consisting of three quadratic differential equations. 1 A differential equation is any equation that involves a derivative. For example,

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

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

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

Boyce/DiPrima/Meade 11 th ed, Ch 1.1: Basic Mathematical Models; Direction Fields

Boyce/DiPrima/Meade 11 th ed, Ch 1.1: Basic Mathematical Models; Direction Fields Boyce/DiPrima/Meade 11 th ed, Ch 1.1: Basic Mathematical Models; Direction Fields Elementary Differential Equations and Boundary Value Problems, 11 th edition, by William E. Boyce, Richard C. DiPrima,

More information

Differential Equations

Differential Equations Differential Equations A differential equation (DE) is an equation which involves an unknown function f (x) as well as some of its derivatives. To solve a differential equation means to find the unknown

More information

CHAPTER 1: FIRST ORDER ORDINARY DIFFERENTIAL EQUATION

CHAPTER 1: FIRST ORDER ORDINARY DIFFERENTIAL EQUATION Classification by type - Ordinary Differential Equations (ODE) Contains one or more dependent variables with respect to one independent variable is the dependent variable while is the independent variable

More information

and verify that it satisfies the differential equation:

and verify that it satisfies the differential equation: MOTIVATION: Chapter One: Basic and Review Why study differential equations? Suppose we know how a certain quantity changes with time (for example, the temperature of coffee in a cup, the number of people

More information

Math 201 Solutions to Assignment 1. 2ydy = x 2 dx. y = C 1 3 x3

Math 201 Solutions to Assignment 1. 2ydy = x 2 dx. y = C 1 3 x3 Math 201 Solutions to Assignment 1 1. Solve the initial value problem: x 2 dx + 2y = 0, y(0) = 2. x 2 dx + 2y = 0, y(0) = 2 2y = x 2 dx y 2 = 1 3 x3 + C y = C 1 3 x3 Notice that y is not defined for some

More information

Ordinary Di erential Equations Lecture notes for Math 133A. Slobodan N. Simić

Ordinary Di erential Equations Lecture notes for Math 133A. Slobodan N. Simić Ordinary Di erential Equations Lecture notes for Math 133A Slobodan N. Simić c Slobodan N. Simić 2016 Contents Chapter 1. First order di erential equations 1 1.1. What is a di erential equation? 1 1.2.

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

Introduction to ODE s

Introduction to ODE s Roberto s Notes on Integral Calculus Chapter 3: Basics of differential equations Section 1 Introduction to ODE s What you need to know already: All basic concepts and methods of differentiation and indefinite

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

MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES

MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES J. WONG (FALL 2017) What did we cover this week? Basic definitions: DEs, linear operators, homogeneous (linear) ODEs. Solution techniques for some classes

More information

Exam Question 10: Differential Equations. June 19, Applied Mathematics: Lecture 6. Brendan Williamson. Introduction.

Exam Question 10: Differential Equations. June 19, Applied Mathematics: Lecture 6. Brendan Williamson. Introduction. Exam Question 10: June 19, 2016 In this lecture we will study differential equations, which pertains to Q. 10 of the Higher Level paper. It s arguably more theoretical than other topics on the syllabus,

More information

f : R 2 R (x, y) x 2 + y 2

f : R 2 R (x, y) x 2 + y 2 Chapter 2 Vector Functions 2.1 Vector-Valued Functions 2.1.1 Definitions Until now, the functions we studied took a real number as input and gave another real number as output. Hence, when defining a function,

More information

! 1.1 Definitions and Terminology

! 1.1 Definitions and Terminology ! 1.1 Definitions and Terminology 1. Introduction: At times, mathematics aims to describe a physical phenomenon (take the population of bacteria in a petri dish for example). We want to find a function

More information

Lecture 10. (2) Functions of two variables. Partial derivatives. Dan Nichols February 27, 2018

Lecture 10. (2) Functions of two variables. Partial derivatives. Dan Nichols February 27, 2018 Lecture 10 Partial derivatives Dan Nichols nichols@math.umass.edu MATH 233, Spring 2018 University of Massachusetts February 27, 2018 Last time: functions of two variables f(x, y) x and y are the independent

More information

CHAPTER 1. First-Order Differential Equations and Their Applications. 1.1 Introduction to Ordinary Differential Equations

CHAPTER 1. First-Order Differential Equations and Their Applications. 1.1 Introduction to Ordinary Differential Equations CHAPTER 1 First-Order Differential Equations and Their Applications 1.1 Introduction to Ordinary Differential Equations Differential equations are found in many areas of mathematics, science, and engineering.

More information

ES 111 Mathematical Methods in the Earth Sciences Lecture Outline 15 - Tues 20th Nov 2018 First and Higher Order Differential Equations

ES 111 Mathematical Methods in the Earth Sciences Lecture Outline 15 - Tues 20th Nov 2018 First and Higher Order Differential Equations ES 111 Mathematical Methods in the Earth Sciences Lecture Outline 15 - Tues 20th Nov 2018 First and Higher Order Differential Equations Integrating Factor Here is a powerful technique which will work (only!)

More information

Mathematical Computing

Mathematical Computing IMT2b2β Department of Mathematics University of Ruhuna A.W.L. Pubudu Thilan Differential Equations Types of Differential Equations Differential equations can basically be classified as ordinary differential

More information

Review sheet for midterm 2 solutions

Review sheet for midterm 2 solutions Review sheet for midterm solutions ) Solve the following differential equations: (a) dy dx = y 5 with y() = x Identify the equation as linear. m dy dx my x = 5m To use the product rule: dm dx = m x dm

More information

f (x) dx = F (b) F (a), where F is any function whose derivative is

f (x) dx = F (b) F (a), where F is any function whose derivative is Chapter 7 Riemann Integration 7.1 Introduction The notion of integral calculus is closely related to the notion of area. The earliest evidence of integral calculus can be found in the works of Greek geometers

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

then the substitution z = ax + by + c reduces this equation to the separable one.

then the substitution z = ax + by + c reduces this equation to the separable one. 7 Substitutions II Some of the topics in this lecture are optional and will not be tested at the exams. However, for a curious student it should be useful to learn a few extra things about ordinary differential

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

Math 152 Take Home Test 1

Math 152 Take Home Test 1 Math 5 Take Home Test Due Monday 5 th October (5 points) The following test will be done at home in order to ensure that it is a fair and representative reflection of your own ability in mathematics I

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

Systems of Linear ODEs

Systems of Linear ODEs P a g e 1 Systems of Linear ODEs Systems of ordinary differential equations can be solved in much the same way as discrete dynamical systems if the differential equations are linear. We will focus here

More information

AMATH 351 Mar 15, 2013 FINAL REVIEW. Instructor: Jiri Najemnik

AMATH 351 Mar 15, 2013 FINAL REVIEW. Instructor: Jiri Najemnik AMATH 351 Mar 15, 013 FINAL REVIEW Instructor: Jiri Najemni ABOUT GRADES Scores I have so far will be posted on the website today sorted by the student number HW4 & Exam will be added early next wee Let

More information

How to Use Calculus Like a Physicist

How to Use Calculus Like a Physicist How to Use Calculus Like a Physicist Physics A300 Fall 2004 The purpose of these notes is to make contact between the abstract descriptions you may have seen in your calculus classes and the applications

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

Solutions: Homework 8

Solutions: Homework 8 Solutions: Homework 8 1 Chapter 7.1 Problem 3 This is one of those problems where we substitute in solutions and just check to see if they work or not. (a) Substituting y = e rx into the differential equation

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

Solutions to Homework 1, Introduction to Differential Equations, 3450: , Dr. Montero, Spring y(x) = ce 2x + e x

Solutions to Homework 1, Introduction to Differential Equations, 3450: , Dr. Montero, Spring y(x) = ce 2x + e x Solutions to Homewor 1, Introduction to Differential Equations, 3450:335-003, Dr. Montero, Spring 2009 problem 2. The problem says that the function yx = ce 2x + e x solves the ODE y + 2y = e x, and ass

More information

MA 123 September 8, 2016

MA 123 September 8, 2016 Instantaneous velocity and its Today we first revisit the notion of instantaneous velocity, and then we discuss how we use its to compute it. Learning Catalytics session: We start with a question about

More information

First Order Linear Ordinary Differential Equations

First Order Linear Ordinary Differential Equations First Order Linear Ordinary Differential Equations The most general first order linear ODE is an equation of the form p t dy dt q t y t f t. 1 Herepqarecalledcoefficients f is referred to as the forcing

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

1. Taylor Polynomials of Degree 1: Linear Approximation. Reread Example 1.

1. Taylor Polynomials of Degree 1: Linear Approximation. Reread Example 1. Math 114, Taylor Polynomials (Section 10.1) Name: Section: Read Section 10.1, focusing on pages 58-59. Take notes in your notebook, making sure to include words and phrases in italics and formulas in blue

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

MATH 308 Differential Equations

MATH 308 Differential Equations MATH 308 Differential Equations Summer, 2014, SET 1 JoungDong Kim Set 1: Section 1.1, 1.2, 1.3, 2.1 Chapter 1. Introduction 1. Why do we study Differential Equation? Many of the principles, or laws, underlying

More information

4.9 Anti-derivatives. Definition. An anti-derivative of a function f is a function F such that F (x) = f (x) for all x.

4.9 Anti-derivatives. Definition. An anti-derivative of a function f is a function F such that F (x) = f (x) for all x. 4.9 Anti-derivatives Anti-differentiation is exactly what it sounds like: the opposite of differentiation. That is, given a function f, can we find a function F whose derivative is f. Definition. An anti-derivative

More information

The Starting Point: Basic Concepts and Terminology

The Starting Point: Basic Concepts and Terminology 1 The Starting Point: Basic Concepts and Terminology Let us begin our stu of differential equations with a few basic questions questions that any beginner should ask: What are differential equations? What

More information

MTH 3311 Test #2 Solutions

MTH 3311 Test #2 Solutions Pat Rossi MTH 3311 Test #2 Solutions S 2018 Name Directions: Do two of the three exercises. 1. A paratrooper and parachute weigh 160 lb. At the instant the parachute opens, she is traveling vertically

More information

Transforming Nonhomogeneous BCs Into Homogeneous Ones

Transforming Nonhomogeneous BCs Into Homogeneous Ones Chapter 10 Transforming Nonhomogeneous s Into Homogeneous Ones 10.1 Goal In the previous chapter, we looked at separation of variables. We saw that this method applies if both the boundary conditions and

More information

1.1. BASIC ANTI-DIFFERENTIATION 21 + C.

1.1. BASIC ANTI-DIFFERENTIATION 21 + C. .. BASIC ANTI-DIFFERENTIATION and so e x cos xdx = ex sin x + e x cos x + C. We end this section with a possibly surprising complication that exists for anti-di erentiation; a type of complication which

More information

Math 322. Spring 2015 Review Problems for Midterm 2

Math 322. Spring 2015 Review Problems for Midterm 2 Linear Algebra: Topic: Linear Independence of vectors. Question. Math 3. Spring Review Problems for Midterm Explain why if A is not square, then either the row vectors or the column vectors of A are linearly

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS Mr. Isaac Akpor Adjei (MSc. Mathematics, MSc. Biostats) isaac.adjei@gmail.com April 7, 2017 ORDINARY In many physical situation, equation arise which involve differential coefficients. For example: 1 The

More information

Math 5198 Mathematics for Bioscientists

Math 5198 Mathematics for Bioscientists Math 5198 Mathematics for Bioscientists Lecture 1: Course Conduct/Overview Stephen Billups University of Colorado at Denver Math 5198Mathematics for Bioscientists p.1/22 Housekeeping Syllabus CCB MERC

More information