1 / 13

Lesson 9-2

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:

Download Presentation

Lesson 9-2

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lesson 9-2 Direction (Slope) FieldsandEuler’s Method

  2. 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)

  3. 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)

  4. y Slope Field Example x f(0) = -2

  5. Example 1 Given: dy -xy² ---- = -------- with f(-1) = 2 dx 2 Graph the slope field at the twelve indicated points

  6. Example 2 Given: dy -2x ---- = -------- with f(1) = -1 dx y Graph the slope field at the twelve indicated points

  7. Example 3 Given: dy ---- = x4(y – 2) with f(0) = 0 dx Graph the slope field at the twelve indicated points

  8. Example 4 Given: dy ---- = x2(y – 2) with f(0) = 3 dx Graph the slope field at the twelve indicated points

  9. 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: y1 = y0 + h F(x0, y0) (Stewart’s notation: h is ∆x and F is slope) y1 = y0 + slope(x0,y0) ∆x (from the notation in your notes) For the nth estimate: yn = yn-1 + h F(xn-1, yn-1) yn = yn-1 + slope(xn-1,yn-1) ∆x These iterative processes are just what spreadsheets were made for. The next slide shows example 3 on page 597 of Stewart

  10. Example 3 page 597

  11. Euler Example 1 dy x ----- = ------ dx y² 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). yn = yn-1 + slope(xn-1,yn-1) ∆x

  12. 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 = 1.3572 vs 1.319829 Important to note that the C is underthe cube root!! 3 3 with ∆x = 0.1 Euler’sMethod = 1.339315

  13. 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)

More Related