Multistep methods - PowerPoint PPT Presentation

1 / 16
About This Presentation
Title:

Multistep methods

Description:

Multistep methods – PowerPoint PPT presentation

Number of Views:313
Avg rating:3.0/5.0
Slides: 17
Provided by: tonyc7
Category:

less

Transcript and Presenter's Notes

Title: Multistep methods


1
  • Multistep methods
  • previous methods use information at xi to
    predict yi1
  • multistep methods use information from xi-1,
    xi-2, etc.
  • leads to better results

2
Simple 2nd order method to start Look at Heun
method Euler predictor - O(h2)
Trapezoid corrector - O(h3)
3
To improve predictor, use third order Euler
along with same old corrector
iterated until converged
4
Can make one more modification - a predictor
modifier Comes from error analysis of yi10
5
  • So sequence is
  • predict
  • adjust prediction
  • correct
  • convereged?
  • if not, correct again

6
Example of non-self starting Heun method Need two
initial conditions
7
  • Non-self starting Heun method is O(h3) accurate
    in predictor and corrector
  • Uses
  • midpoint method for predictor (open)
  • trapezoid method for corrector (closed)
  • Try higher order methods

8
  • We have a number of options
  • Newton-Cotes formulas
  • open
  • closed
  • Adams formulas
  • open (Adams-Bashforth)
  • closed (Adams-Moulton)

9
Newton-Cotes approach - Open methods Given can
write
n is order of interpolating polynomial
10
n1
(midpoint method)
n2
n3
11
Newton-Cotes -- Closed methods General form
Integral evaluated using closed Newton-Cotes
formulas
12
n1
(trapezoid rule)
n2
(Simpsons 1/3 rule)
13
Adams formulas Open formulas - Adams
Bashforth Example How to get 2nd order
Adams-Bashforth
Taylor series
rewrite
14
Use backwards difference for derivative
and substitute
15
End up with second order Adams-Bashforth
with error term
Can do the same proceedure on other order Taylor
series, other finite differences Get higher order
Adams Bashforth
16
General form for Adams-Bashforth
The bs are listed in your book Example 4th order
Write a Comment
User Comments (0)
About PowerShow.com