1 / 16

6.1 day 2

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 was made he had already lost most of the sight in his right eye.). Leonhard Euler 1707 - 1783.

fynn
Download Presentation

6.1 day 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. 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 was made he had already lost most of the sight in his right eye.) Leonhard Euler 1707 - 1783 Greg Kelly, Hanford High School, Richland, Washington

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

  3. We will practice with an easy one that can be solved. Initial value: There are many differential equations that can not be solved. We can still find an approximate solution.

  4. Exact Solution:

  5. This is called Euler’s Method. It is more accurate if a smaller value is used for dx. It gets less accurate as you move away from the initial value.

  6. Y= The TI-89 has Euler’s Method built in. Example: We will do the slopefield first: MODE Graph….. 6: DIFF EQUATIONS We use: y1 for y t for x

  7. WINDOW t0=0 tmax=150 tstep=.2 tplot=0 xmin=0 xmax=300 xscl=10 ymin=0 ymax=150 yscl=10 ncurves=0 diftol=.001 fldres=14 Y= GRAPH MODE Graph….. 6: DIFF EQUATIONS We use: y1 for y t for x not critical

  8. WINDOW t0=0 tmax=150 tstep=.2 tplot=0 xmin=0 xmax=300 xscl=10 ymin=0 ymax=150 yscl=10 ncurves=0 diftol=.001 fldres=14 GRAPH

  9. I and change Solution Method to EULER. Press WINDOW If tstep is larger the graph is faster. If tstep is smaller the graph is more accurate. Y= GRAPH While the calculator is still displaying the graph: yi1=10 tstep = .2

  10. F8 F3 You can also investigate the curve by using . Trace To plot another curve with a different initial value: Either move the curser or enter the initial conditions when prompted.

  11. WINDOW t0=0 tmax=10 tstep=.5 tplot=0 xmin=0 xmax=10 xscl=1 ymin=0 ymax=5 yscl=1 ncurves=0 Estep=1 fldres=14 Y= GRAPH Now let’s use the calculator to reproduce our first graph: We use: y1 for y t for x I Change Fields to FLDOFF.

  12. F3 Use to confirm that the points are the same as the ones we found by hand. Trace TblSet Press and set: Press Table

  13. Press Table This gives us a table of the points that we found in our first example.

  14. The calculator also contains a similar but more complicated (and more accurate) formula called the Runge-Kutta method. You don’t need to know anything about it other than the fact that it is used more often in real life. This is the RK solution method on your calculator. The book refers to an “Improved Euler’s Method”. We will not be using it, and you do not need to know it. p

More Related