Differential Equations 6 Copyright © Cengage Learning. All rights reserved. 6.1 Day 1 2015.

Slides:



Advertisements
Similar presentations
Second-Order Differential
Advertisements

5 Copyright © Cengage Learning. All rights reserved. Logarithmic, Exponential, and Other Transcendental Functions.
Functions of Several Variables Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved. 4 Applications of Differentiation.
Copyright © Cengage Learning. All rights reserved.
CHAPTER Continuity Modeling with Differential Equations Models of Population Growth: One model for the growth of population is based on the assumption.
1 Part 1: Ordinary Differential Equations Ch1: First-Order Differential Equations Ch2: Second-Order Differential Equations Ch3: The Laplace Transform Ch4:
Logarithmic, Exponential, and Other Transcendental Functions 5 Copyright © Cengage Learning. All rights reserved.
Logarithmic, Exponential, and Other Transcendental Functions Copyright © Cengage Learning. All rights reserved.
Additional Topics in Differential Equations
AP Calculus Ms. Battaglia. Differential equation (in x and y): an equation that involves x, y, and the derivatives of y. A function y=f(x) is called a.
Modeling with differential equations One of the most important application of calculus is differential equations, which often arise in describing some.
Copyright © Cengage Learning. All rights reserved. 6 Inverse Functions.
Copyright © Cengage Learning. All rights reserved.
First, a little review: Consider: then: or It doesn’t matter whether the constant was 3 or -5, since when we take the derivative the constant disappears.
Copyright © Cengage Learning. All rights reserved. 17 Second-Order Differential Equations.
Ordinary Differential Equations
Slope Fields and Euler’s Method Copyright © Cengage Learning. All rights reserved Day
Functions of Several Variables Copyright © Cengage Learning. All rights reserved.
6 Differential Equations
Copyright © Cengage Learning. All rights reserved. 17 Second-Order Differential Equations.
Slope Fields and Euler’s Method
Differential Equations Copyright © Cengage Learning. All rights reserved.
Differential Equations Copyright © Cengage Learning. All rights reserved.
Warm-up It’s as easy as 1-2-3! 1)Start by separating variables. 2)Integrate both sides. 3) Solve for dy/dx. Solve = k(y – 80) This represents Newton’s.
Differential Equations
Sheng-Fang Huang. 1.1 Basic Concepts Modeling A model is very often an equation containing derivatives of an unknown function. Such a model is called.
Integration Copyright © Cengage Learning. All rights reserved.
Second-Order Differential
11 Copyright © Cengage Learning. All rights reserved. 3 Applications of Differentiation.
Vector-Valued Functions 12 Copyright © Cengage Learning. All rights reserved.
Integration 4 Copyright © Cengage Learning. All rights reserved.
Slope Fields (6.1) March 12th, I. General & Particular Solutions A function y=f(x) is a solution to a differential equation if the equation is true.
Problem of the Day What are all values of x for which the function f defined by f(x) = (x 2 - 3)e -x is increasing? A) There are no such values of x B)
Tuesday, October 15, 2013 Do Now:. 3-1 Solving Systems of Equations by Graphing Objectives: 1)solve systems of linear equations by graphing 2) Determine.
1 Differential Equations 6 Copyright © Cengage Learning. All rights reserved. 6.1 DE & Slope Fields BC Day 1.
6.1 Slope Fields and Euler’s Method. Verifying Solutions Determine whether the function is a solution of the Differential equation y” - y = 0 a. y = sin.
Differential Equations 6 Copyright © Cengage Learning. All rights reserved.
Vector-Valued Functions Copyright © Cengage Learning. All rights reserved.
Differential Equations Copyright © Cengage Learning. All rights reserved.
AP Calculus AB 6.3 Separation of Variables Objective: Recognize and solve differential equations by separation of variables. Use differential equations.
Warm Up 1.Find the particular solution to the initial value problem 2.Find the general solution to the differential equation.
1.1 Basic Concepts. Modeling
Copyright © Cengage Learning. All rights reserved.
4 Integration.
Antiderivatives.
Copyright © Cengage Learning. All rights reserved.
SLOPE FIELDS & EULER’S METHOD
SLOPE FIELDS & EULER’S METHOD
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
13 Functions of Several Variables
Calculus for ENGR2130 Lesson 2 Anti-Derivative or Integration
5 Logarithmic, Exponential, and Other Transcendental Functions
Copyright © Cengage Learning. All rights reserved.
AP Calculus BC April 18, 2016 Mr. Agnew
13 Functions of Several Variables
13 Functions of Several Variables
Intercepts and Symmetry
Section 7.1: Modeling with Differential Equations
Functions of Several Variables
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Antiderivatives and Indefinite Integration
Copyright © Cengage Learning. All rights reserved.
Slope Fields (6.1) January 10th, 2017.
Objectives To be able to find a specific function when given the derivative and a known location.
Copyright © Cengage Learning. All rights reserved.
Presentation transcript:

Differential Equations 6 Copyright © Cengage Learning. All rights reserved. 6.1 Day

2 Save The Date 2/25/2014  MOCK AP TEST ON TUESDAY 2/25  7:30-11:00  ATTENDANCE IS MANDATORY

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

4 Use initial conditions to find particular solutions of differential equations. Use slope fields to approximate solutions of differential equations. Use Euler’s Method to approximate solutions of differential equations. Objectives

5 General and Particular Solutions

6 A differential equation in x and y is an equation that involves x, y, and derivatives of y. A differential equation gives the slope of a solution curve at any point in the plane in terms o the coordinates of the point. A function y = f(x) is called a solution of a differential equation if the equation is satisfied when y and its derivatives are replaced by f(x) and its derivatives.

7 General and Particular Solutions For example, differentiation and substitution would show that y = e –2x is a solution of the differential equation y' + 2y = 0. Show it. It can be shown that every solution of the above differential equation is of the form y = Ce –2x General solution of y ' + 2y = 0 where C is any real number. This solution is called the general solution.

8 General and Particular Solutions The order of a differential equation is determined by the highest- order derivative in the equation. For instance, y' = 4y is a first-order differential equation. The second-order differential equation s''(t) = –32 has the general solution s(t) = –16t 2 + C 1 t + C 2 which contains two arbitrary constants. Show that s(t) is a general solution of the second order differential equation. It can be shown that a differential equation of order n has a general solution with n arbitrary constants.

9 Example 1 – Verifying Solutions Determine whether the function is a solution of the differential equation y '' – y = 0. a. y = sin x b. y = 4e –x c. y = Ce x Solution: a. Because y = sin x, y' = cos x, and y'' = –sin x, it follows that y'' – y = –sin x – sin x = –2sin x ≠ 0. So, y = sin x is not a solution.

10 Example 1 – Solution b. Because y = 4e –x, y' = –4e –x, and y'' = 4e –x, it follows that y'' – y = 4e –x – 4e –x = 0. So, y = 4e –x is a solution. c. Because y = Ce x, y' = Ce x, and y'' = Ce x, it follows that y'' – y = Ce x – Ce x = 0. So, y = Ce x is a solution for any value of C. cont’d

11 General and Particular Solutions Geometrically, the general solution of a first-order differential equation represents a family of curves known as solution curves, one for each value assigned to the arbitrary constant. For instance, you can verify that every function of the form is a solution of the differential equation xy' + y = 0. Show it.

12 Figure 6.1 shows four of the solution curves corresponding to different values of C. Particular solutions of a differential equation are obtained from initial conditions that give the values of the dependent variable or one of its derivatives for particular values of the independent variable. Figure 6.1 General and Particular Solutions

13 The term “initial condition” stems from the fact that, often in problems involving time, the value of the dependent variable or one of its derivatives is known at the initial time t = 0. For instance, the second-order differential equation s''(t) = –32 having the general solution s(t) = –16t 2 + C 1 t + C 2 General solution of s''(t) = –32 might have the following initial conditions. s(0) = 80, s'(0) = 64 Initial conditions In this case, the initial conditions yield the particular solution s(t) = –16t t Particular solution General and Particular Solutions

14 Example 2 – Finding a Particular Solution For the differential equation xy ' – 3y = 0, verify that y = Cx 3 is a solution, and find the particular solution determined by the initial condition y = 2 when x = –3. Solution: You know that y = Cx 3 is a solution because y' = 3Cx 2 and xy'– 3y = x(3Cx 2 ) – 3(Cx 3 ) = 0.

15 Example 2 – Solution Furthermore, the initial condition y = 2 when x = –3 yields y = Cx 3 General solution 2 = C(–3) 3 Substitute initial condition. Solve for C Particular solution and you can conclude that the particular solution is Try checking this solution by substituting for y and y' in the original differential equation cont’d xy ' – 3y = 0

16 Integrating to find solutions:  Use integration to find a general solution of the differential equation:

17 You try  Use integration to find a general solution of the differential equation:

18 Homework Pg. 409: 1-15 odds, odds, 31, odds