5. Euler’s Method.

Slides:



Advertisements
Similar presentations
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.
Advertisements

Section Differentials. Local Linearity If a function is differentiable at a point, it is at least locally linear. Differentiable.
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.
Euler’s Method. Leonhard Euler Pronounced like Leon-ard Oiler Swiss mathematician and physicist Introduced the idea of a function f(x) Wrote the work.
Section 2.2 THE GEOMETRY OF SYSTEMS. Some old geometry We learned to represent a DE with a slope field, which is a type of vector field. Solutions to.
Find an equation of the tangent line to the curve at the point (2,3)
Slope Fields and Euler’s Method. When taking an antiderivative that is not dealing with a definite integral, be sure to add the constant at the end. Given:find.
A Numerical Technique for Building a Solution to a DE or system of DE’s.
Euler’s Method BC Only Copyright © Cengage Learning. All rights reserved Day
6.1: Antiderivatives and Slope Fields. First, a little review: Consider: then: or It doesn’t matter whether the constant was 3 or -5, since when we take.
BC Calculus – Quiz Review
Implicit Differentiation 3.6. Implicit Differentiation So far, all the equations and functions we looked at were all stated explicitly in terms of one.
Slope Fields Objective: To find graphs and equations of functions by the use of slope fields.
Slope Fields and Euler’s Method
Determine whether the function y = x³ is a solution of the differential equation x²y´ + 3y = 6x³.
The Definition of the Derivative LESSON 3 OF 20. Deriving the Formula You can use the coordinates in reverse order and still get the same result. It doesn’t.
Differential Equations Copyright © Cengage Learning. All rights reserved.
Consider: then: or It doesn’t matter whether the constant was 3 or -5, since when we take the derivative the constant disappears. However, when we try.
Slope Fields and Euler’s Method
CHAPTER Continuity Euler’s Method Euler’s idea was to improve on linear approximation by proceeding only a short distance along the tangent line.
SPECIALIST MATHS Differential Equations Week 1. Differential Equations The solution to a differential equations is a function that obeys it. Types of.
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.
6.6 Euler’s Method Leonhard Euler made a huge number of contributions to mathematics, almost half after he was totally blind. (When this portrait was made.
Whiteboardmaths.com © 2004 All rights reserved
Lesson: ____ Section: 3.7  y is an “explicitly defined” function of x.  y is an “implicit” function of x  “The output is …”
Warm up Problem Solve the IVP, then sketch the solution and state the domain.
6.6Euler’s Method Leonhard Euler Leonhard Euler made a huge number of contributions to mathematics, almost half after he was totally blind.
6.1: DIFFERENTIAL EQUATIONS AND SLOPE FIELDS. DEFINITION: DIFFERENTIAL EQUATION An equation involving a derivative is called a differential equation.
1 6.1 Slope Fields and Euler's Method Objective: Solve differential equations graphically and numerically.
First Peoples Buffalo Jump State Park, near Great Falls, Montana Greg Kelly, Hanford High School, Richland, WashingtonPhoto by Vickie Kelly, day.
Lesson 9-2 Direction (Slope) Fields and Euler’s Method.
Aim: How do we take second derivatives implicitly? Do Now: Find the slope or equation of the tangent line: 1)3x² - 4y² + y = 9 at (2,1) 2)2x – 5y² = -x.
§ 4.2 The Exponential Function e x.
6.6 Euler’s Method Leonhard Euler made a huge number of contributions to mathematics, almost half after he was totally blind. (When this portrait was made.
Antiderivatives with Slope Fields
Euler’s mehod..
6.1 – 6.3 Differential Equations
SLOPE FIELDS & EULER’S METHOD
Implicit Differentiation
Slope Fields If you enjoyed connecting the dots, you’ll love slope fields It is a graphical method to find a particular solution to any differential equation.
40. Section 9.3 Slope Fields and Euler’s Method
Implicit Differentiation
3.6 Chain Rule.
Equations of Tangents.
Numerical Methods: Euler’s and Advanced Euler’s (Heun’s) Methods
6.6 Euler’s Method Leonhard Euler made a huge number of contributions to mathematics, almost half after he was totally blind. (When this portrait was made.
The Quick Guide to Calculus
Further Applications of Integration
Slope Fields & Differential Equations
Question Find the derivative of Sol..
Part (a) Keep in mind that dy/dx is the SLOPE! We simply need to substitute x and y into the differential equation and represent each answer as a slope.
8. Linearization and differentials
6.1 day 2 Euler’s Method Leonhard Euler made a huge number of contributions to mathematics, almost half after he was totally blind. (When this portrait.
Euler’s Method Leonhard Euler made a huge number of contributions to mathematics, almost half after he was totally blind. (When this portrait was made.
Section 11.3 Euler’s Method
Some Substitutions If , we separate the variables. If , we multiply by
Numerical Solutions of Ordinary Differential Equations
Implicit Differentiation
7.2 Euler’s Method Leonhard Euler made a huge number of contributions to mathematics, almost half after he was totally blind. (When this portrait was made.
Euler's method Rita Korsunsky.
6.1 day 2 Euler’s Method Leonhard Euler made a huge number of contributions to mathematics, almost half after he was totally blind. (When this portrait.
Specialist Mathematics
Gradients and Tangents
Euler’s Method Leonhard Euler made a huge number of contributions to mathematics, almost half after he was totally blind. (When this portrait was made.
7. Implicit Differentiation
Slope Fields (6.1) January 10th, 2017.
Slope Fields.
Reading Between the Lines!
Presentation transcript:

5. Euler’s Method

Euler (oiler) Leonhard Euler made a huge number of contributions to mathematics, almost half after he was totally blind. (When this portrait was made he had already lost most of the sight in his right eye.) Leonhard Euler 1707 - 1783

It was Euler who originated the following notations: (function notation) (base of natural log) (pi) (summation) (finite change) Leonhard Euler 1707 - 1783

We are still looking at differential equations that can not be solved. Yesterday we saw that slope fields gave us a graphical solution, Euler came up with a numeric method based on tangent line approximations Euler’s method basically involves “walking out along a tightrope” from an initial point along its tangent line. Instead of walking along the same line the whole time (as in a tangent line approximation), we change tangent lines with each step (of length ∆x). This involves recalculating the point and slope after each step. This will produce a much more accurate approximation than simply using the original tangent line.

The error gets worse as you get further away from initial value The error gets better if you use a smaller ∆ x If the curve is concave down, Euler overestimates the y value, if the curve is concave up Euler underestimates it

Euler’s Method Table (you need to memorize!!) (x,y) ∆x (x + ∆x, y + ∆y)

Example 1 Use Euler’s Method with two equal steps for dy/dx= x – 2 and if y=5 when x=0, to approximate y(0.8) (x,y) ∆x (x + ∆x, y + ∆y)

Example 2 Use Euler’s Method for dy/dx= 2x – y and f(2) = 3 with five equal steps to approximate f(1.5). (x,y) ∆x (x + ∆x, y + ∆y)

Example 3 Assume that f and f’ have the values given in the table. Use Euler’s Method with two equal steps to approximate the value of f(2.6)