CHAPTER 2 2.4 Continuity Euler’s Method Euler’s idea was to improve on linear approximation by proceeding only a short distance along the tangent line.

Slides:



Advertisements
Similar presentations
Linear Equations Review. Find the slope and y intercept: y + x = -1.
Advertisements

Derivatives - Equation of the Tangent Line Now that we can find the slope of the tangent line of a function at a given point, we need to find the equation.
Bellwork  Rewrite in slope intercept form:  4x + 2y = 8  3x = 4 – 2y.
Copyright © 2008 Pearson Education, Inc. Chapter 10 Differential Equations Copyright © 2008 Pearson Education, Inc.
First-Order Differential Equations
© 2010 Pearson Education, Inc. All rights reserved.
Announcements Topics: Work On:
Section 8.3 Slope Fields; Euler’s Method.  Calculus,10/E by Howard Anton, Irl Bivens, and Stephen Davis Copyright © 2009 by John Wiley & Sons, Inc. All.
NUMERICAL SOLUTION OF ORDINARY DIFFERENTIAL EQUATIONS
Copyright © 2006 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Numerical Solutions of Differential Equations Taylor Methods.
Calculus and Analytic Geometry II Cloud County Community College Spring, 2011 Instructor: Timothy L. Warkentin.
Section 6.1: Euler’s Method. Local Linearity and Differential Equations Slope at (2,0): Tangent line at (2,0): Not a good approximation. Consider smaller.
A Numerical Technique for Building a Solution to a DE or system of DE’s.
A Numerical Technique for Building a Solution to a DE or system of DE’s.
Modeling and simulation of systems Numerical methods for solving of differential equations Slovak University of Technology Faculty of Material Science.
Slope Fields and Euler’s Method Copyright © Cengage Learning. All rights reserved Day
Slope Fields Objective: To find graphs and equations of functions by the use of slope fields.
Differential Equations 7. Direction Fields and Euler's Method 7.2.
Boyce/DiPrima 9 th ed, Ch 2.7: Numerical Approximations: Euler’s Method Elementary Differential Equations and Boundary Value Problems, 9 th edition, by.
Slope Fields and Euler’s Method
Slope Fields and Euler’s Method
Differential Equations Copyright © Cengage Learning. All rights reserved.
Slope Fields and Euler’s Method
SPECIALIST MATHS Differential Equations Week 1. Differential Equations The solution to a differential equations is a function that obeys it. Types of.
DIFFERENTIAL EQUATIONS 10. DIFFERENTIAL EQUATIONS Unfortunately, it’s impossible to solve most differential equations in the sense of obtaining an explicit.
Question 1: What is the order of the following differential equation? A) 1 B) 2 C) 3 D) 4 E) Impossible to say.
Suppose we are given a differential equation and initial condition: Then we can approximate the solution to the differential equation by its linearization.
1 6.1 Slope Fields and Euler's Method Objective: Solve differential equations graphically and numerically.
Distance, Slope, & Linear Equations. Distance Formula.
Differential Equations Linear Equations with Variable Coefficients.
AP CALCULUS AB Chapter 6: Differential Equations and Mathematical Modeling Section 6.1: Slope Fields and Euler’s Met hod.
Ms. Battaglia AP Calculus. Estimate y(4) with a step size h=1, where y(x) is the solution to the initial value problem: y’ – y = 0 ; y(0) = 1.
WRITING LINEAR EQUATIONS FINDING THE SLOPE OF A LINE.
Warm up Problem Solve the IVP, then sketch the solution and state the domain.
Local Linear Approximation Objective: To estimate values using a local linear approximation.
Chapter 8 Systems of Linear Equations in Two Variables Section 8.3.
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.
1 6.1 Slope Fields and Euler's Method Objective: Solve differential equations graphically and numerically.
Section 14.3 Local Linearity and the Differential.
Pre-Algebra 11-2 Slope of a Line Warm-up Purple workbook – pg. 85 # 1 Need to be finished within the next 5 minutes Pictures or progress report.
Lesson 9-2 Direction (Slope) Fields and Euler’s Method.
Announcements Topics: -sections 6.4 (l’Hopital’s rule), 7.1 (differential equations), and 7.2 (antiderivatives) * Read these sections and study solved.
Solving Differential Equations Slope Fields. Solving DE: Slope Fields Slope Fields allow you to approximate the solutions to differential equations graphically.
Announcements Topics: -Introduction to (review of) Differential Equations (Chapter 6) -Euler’s Method for Solving DEs (introduced in 6.1) -Analysis of.
§ 4.2 The Exponential Function e x.
Differential Equations
SLOPE FIELDS & EULER’S METHOD
Tangent Lines (Sections 2.1 and 3.1 )
Further Applications of Integration
Section Euler’s Method
Differential Equations
First-Order Differential Equations
Copyright © Cengage Learning. All rights reserved.
Section 11.3 Euler’s Method
Some Substitutions If , we separate the variables. If , we multiply by
Euler’s Method of Approximation and Slope Fields
Numerical Solutions of Ordinary Differential Equations
Clicker Questions Friday Sep. 4, 2009
Numerical solution of first-order ordinary differential equations
Differential Equations
Choose the differential equation corresponding to this direction field
Clicker Questions Friday Sep. 4, 2009
Direction Fields and Euler's Method
Slope Fields (6.1) January 10th, 2017.
Solving a System of Linear Equations
Reading Between the Lines!
2-1: The Derivative Objectives: Explore the tangent line problem
Numerical Analysis Lecture 36.
Numerical solution of first-order ordinary differential equations 1. First order Runge-Kutta method (Euler’s method) Let’s start with the Taylor series.
Presentation transcript:

CHAPTER Continuity Euler’s Method Euler’s idea was to improve on linear approximation by proceeding only a short distance along the tangent line at ( x, y’(x)) and then making a midcourse correction by changing the direction as indicated by the direction field. In general, Euler’s method says to start at the point given by the initial value and proceed in the direction indicated by the direction field. Stop after a short time, look at the slope at the new location, and proceed in that direction. Keep stopping and changing the direction according to the direction field.

Euler’s Method Numerical method of finding approximate solutions of differential equations. y x

Euler’s Method y x Consider the initial value problem: y’ = F(x,y) y(x 0 )= y 0

Euler’s Method y x Consider the initial value problem: y’ = F(x,y) y(x 0 )= y 0 (x 0,y 0 ) y(x)

Euler’s Method y x Consider the initial value problem: y’ = F(x,y) y(x 0 )= y 0 (x 0,y 0 ) y0y0 x0x0 y(x)

Euler’s Method y x Consider the initial value problem: y’ = F(x,y) y(x 0 )= y 0 Slope =F (x 0,y 0 ) (x 0,y 0 ) y0y0 x0x0 (x 1,y 1 ) y(x)

Euler’s Method y x Consider the initial value problem: y’ = F(x,y) y(x 0 )= y 0 (x 0, y 0 ) y0y0 x0x0 h x1x1 (x 1, y 1 ) Slope =F (x 0,y 0 ) hF (x 0,y 0 ) y(x) x x 1 = x 0 + h

Euler’s Method y x Consider the initial value problem: y’ = F(x,y) y(x 0 )= y 0 (x 0, y 0 ) y0y0 x0x0 h x1x1 (x 1, y 1 ) Slope =F (x 0,y 0 ) hF (x 0,y 0 ) y(x) x x 1 = x 0 + h y 1 = y 0 + hF (x 0,y 0 )

y x (x 0, y 0 ) y0y0 x0x0 h x1x1 (x 1, y 1 ) Slope =F (x 1,y 1 ) hF (x 0,y 0 ) y(x) x x 1 = x 0 + h y 1 = y 0 + hF (x 0,y 0 ) h (x 2, y 2 ) x 2 = x 1 + h

y x (x 0, y 0 ) y0y0 x0x0 h x1x1 (x 1, y 1 ) Slope =F (x 1,y 1 ) hF (x 0,y 0 ) y(x) x x 1 = x 0 + h y 1 = y 0 + hF (x 0,y 0 ) h (x 2, y 2 ) x 2 = x 1 + h hF (x 1,y 1 ) y 3 = y 2 + hF (x 2,y 2 ) x 3 = x 2 + h y 2 = y 1 + hF (x 1,y 1 )

y x (x 0, y 0 ) y0y0 x0x0 h x1x1 (x 1, y 1 ) Slope =F (x 1,y 1 ) hF (x 0,y 0 ) y(x) x x 1 = x 0 + h y 1 = y 0 + hF (x 0,y 0 ) h (x 2, y 2 ) x 2 = x 1 + h hF (x 1,y 1 ) y 3 = y 2 + hF (x 2,y 2 ) x 3 = x 2 + h y 2 = y 1 + hF (x 1,y 1 ) x n = x n-1 + h y n = y n-1 +hF(x n-1,y n-1 ) x n = x n-1 + h y n = y n-1 +hF(x n-1,y n-1 )

CHAPTER Continuity Example: Use Euler’s method with step size 0.2 to estimate y(1), where y(x) is the solution of the initial-value problem y’ = x + y 2, y(0) = 0.