Lesson 9-2 Direction (Slope) Fields and Euler’s Method
Solutions to Differential Equations The solution to a differential equation is a function and it may be general or particular (given an initial condition) There are 3 ways to solve a differential equation: –Analytically (Separate & Integrate) –Graphically (with Slope Fields) –Numerically (with Euler’s Method)
Direction or Slope Field The directional field allows us to visualize the general shape of the solution curves by indicating the direction (the slope at that point) in which the curves proceed at each point. We draw the curve, given an initial condition, so that it is parallel to the nearby line segments (slopes in the field)
f(0) = -2 Slope Field Example
Example 1 Given: dy -xy² ---- = with f(-1) = 2 dx 2 Graph the slope field at the twelve indicated points
Example 2 Given: dy -2x ---- = with f(1) = -1 dx y Graph the slope field at the twelve indicated points
Example 3 Given: dy ---- = x 4 (y – 2) with f(0) = 0 dx Graph the slope field at the twelve indicated points
Example 4 Given: dy ---- = x 2 (y – 2) with f(0) = 3 dx Graph the slope field at the twelve indicated points
Euler’s Method Euler’s method is an iterative process (like fractals in Geometry) in which the next value is dependent on the previous value. It is used in many different applications and is the foundation of an area of mathematics called Time Series Analysis. Some hurricane models are based on these same type of algorithms. For the first estimate: y 1 = y 0 + h F(x 0, y 0 ) (Stewart’s notation: h is ∆x and F is slope) y 1 = y 0 + slope(x 0,y 0 ) ∆x (from the notation in your notes) For the nth estimate: y n = y n-1 + h F(x n-1, y n-1 ) y n = y n-1 + slope(x n-1,y n-1 ) ∆x These iterative processes are just what spreadsheets were made for. The next slide shows example 3 on page 597 of Stewart
Example 3 page 597 islopexy∆x= = x + y = xi + ∆x =yi-1 + ∆xslopei-1
Euler Example 1 Given with y(0) = 1; Use Euler’s method starting at x = 0 with a step size of 0.2 (∆x) to approximate y(1). y n = y n-1 + slope(x n-1,y n-1 ) ∆x dy x = dx y² islopexy∆x=
Euler Example 1 cont Now find the particular solution to and find y(1). Compare the exact and approximate values. Remember the steps to solve simple differential equations! dy x = dx y² dy x = dx y² y² dy = x dx∫ y² dy = ∫ x dx ⅓y³ = ½x² + C y = (3/2)x² + C y(0) = 1 so C = 1 y(1) = (3/2) + 1 = vs with ∆x = 0.1 Euler’s Method = Important to note that the C is under the cube root!!
Summary & Homework Summary: –Slope field is just the slope of the function, the value of the derivative graphed at the point –Euler’s method, an iterative method, allows us to solve for the function analytically Homework: –pg 599 – 601: 3-7, 11, 12, (Euler Problem 23)