12-267/Numerical Methods: Difference between revisions

From Drorbn
Jump to navigationJump to search
(Created page, based largely off of http://imgur.com/a/uLSlM posted by Simon1)
(No difference)

Revision as of 20:55, 25 October 2012

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)