Jump to content

Talk:Predictor–corrector method

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jeffareid (talk | contribs) at 22:28, 22 July 2009 (Proposed example). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconMathematics Unassessed
WikiProject iconThis article is within the scope of WikiProject Mathematics, a collaborative effort to improve the coverage of mathematics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
???This article has not yet received a rating on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's priority scale.

Proposed example

Example of a trapezoidal predictor-corrector method

first calculate an initial guess value via Euler ( note in this example h = , ) :

next improve the initial guess through iteration of the trapezoidal rule:

...

until some fixed value n and/or until the guesses converge to within some error tolerance e:

then use the final guess as the next step:

If I remember correctly, the iterative process converges quadratically. Note that the overall error is unrelated to convergence in the algorithm but instead to the step size and the core method, which in this example is a trapezoidal, (linear) approximation of the actual function. The step size h ( ) needs to be relatively small in order to get a good approximation. Also see stiff equation

Jeffareid (talk) 22:27, 22 July 2009 (UTC)[reply]