Next: Numerical integration (aka quadrature)
Up: October lecture summary
Previous: Newton's method
October 4
Newton's method used the first two terms of a function's Taylor
series, and omitted the others. Page 14 of the Course Notes provides
a formula for the error you can expect from this omission, called the
truncation error. If you omit all the terms from
on, your error is:
Although this formula doesn't tell us exactly what
is, it
tells us its general neighbourhood. Often we can estimate the maximum
size that
can be in the interval
, and get
an idea of how bad our error can be. In the case of Newton's method,
this tells us that if
is distance
from the root, then
is some constant times
from the root -- quadratic
convergence.
However, when
is big, you might not have convergence. You might
experiment with the innocent function
in the interval
to find a couple of points where Newton's method fails to
converge.
Subsections
Danny Heap
2002-12-16