12-267/Numerical Methods

From Drorbn
Revision as of 20:55, 25 October 2012 by Twine (talk | contribs) (Created page, based largely off of http://imgur.com/a/uLSlM posted by Simon1)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Numerical methods: and , is a solution.

1. Using the proof of Picard's Theorem:


2. The Euler Method:

if h is constant

Backward Euler formula:

Local truncation error: where

Local error is proportional to .

Global error is proportional to h.


3. Improved Euler Formula (or Heun Formula):

Local truncation error is proportional to

Global truncation error is proportional to


4. The Runge-Kutta Method:

where

Local truncation error is proportional to .

Global truncation error is proportional to .


Based largely off of a note available here Simon1 --Twine 20:55, 25 October 2012 (EDT)