Calculus/Euler's Method

From testwiki
Revision as of 01:25, 22 October 2006 by imported>Jaimeglz (Euler's Method of Approximating Curves)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Euler's Method of Approximating Curves

Euler's Method is a method for estimating the value of a function based upon the values of that function's first derivative.

The general algorithm for finding a value of y=f(x)  is:

yn+1=yn+Δxstepf(xn,yn) 

Examples

The easiest way to keep track of the successive values generated by the algorithm is to draw a table with columns for n,xn,yn,yn+1 .

Template:Calculus Stub