Richardson extrapolation
Richardson extrapolation enables accurate limits of sequences to be achieved more accurately and quickly. We are trying to estimate some constant
Further, we might hope that the behaviour is a simple power of the parameter, negative in the case of
If the powers have been chosen correctly the multiplicative factors should tend towards constants in the appropriate limit. We can estimate these constants by evaluating the
A similar calculation gives:
We are looking to improve the estimate to
On the page Basic analysis, the limit as
should give us an improvement.
Generate estimates
Largest | 2 |
Moving to negative
Generate estimates from negative
Largest | 2 |
Both Richardson extrapolations seem to converge from below, and may suggest a quadratic (power 2) error. They both seem to be approaching a value around 2.718281... As a reminder Javascript in your browser gives:
Let us assume a quadratic error in
Generate estimates (2nd Richardson extrapolation)
Largest | 2 |
Generate estimates (2nd Richardson extrapolation, neg. ( ))
Largest | 2 |
Now the estimate seems to be between 2.7182818283 and 2.7182818286. Some further investigation can be made using a simple average of the even-order extrapolations for
Exploration of Richardson extrapolation
2 | |
Order: |
With the smallest