Euler Approximation

  • Numerical approach for approximating the solution of a DEQ
  • We can use local linearity to estimate a value near the point of tangency
  • Euler’s method uses repeated tangent line segments to approximate the actual solution curve

Usage

  • Given
  • Where is step size (how much increases each iteration)

Error

  • The Taylor series for the equation gives:
  • And Euler’r method uses:
  • The Euler method is a first-order method because it truncates all terms of