Calculus/Euler's Method

From testwiki
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