MAT360 Section Summary: 5.3

Higher-Order Taylor Methods

  1. Summary

    Rather than stop at the first term in the Taylor expansion, as Euler did,

    displaymath280

    we continue on and create an tex2html_wrap_inline308 order Taylor method:

    displaymath281

    You're perhaps wondering how we're going to compute the higher derivatives of y: well, recall the chain rule that we thought might come in handy sometimes for bounding the second derivatives in Euler's error calculations:

    displaymath282

    or, more simply,

    displaymath283

    We can continue this for higher derivatives, although the results quickly look rather nasty: e.g.

    displaymath284

    It's actually a lot easier if you're working with a particular case and don't have to work in general. For example, if you were looking at Exercise 6b, p. 256,

    displaymath285

    Then f(t,y)=t+y, and all higher partial derivatives of f disappear: so the general form is wasteful. We simply compute higher derivatives directly, as follows:

    displaymath286

    displaymath287

    So we've figured out quickly that all higher derivatives of y are equal. This is an interesting development: it means that y is a function of the form tex2html_wrap_inline320 (which is its own derivative plus some ``transiant stuff'' that disappeared quickly from the higher derivatives (sounds like a polynomial to me...)). You can check that the general solution is

    displaymath288

    where tex2html_wrap_inline322 . For 6b, p. 256, tex2html_wrap_inline324 , so y(t)=1+t is the unique solution.

  2. Definitions

    For Euler's method, the local truncation error is

    displaymath291

    for some tex2html_wrap_inline330 .

    For the Taylor method of order 2,

    displaymath292

    so the local truncation error is

    displaymath293

    for some tex2html_wrap_inline330 .

  3. Theorems/Formulas

    Theorem 5.12: If Taylor's method of order n approximates the usual IVP

      equation278

    and if tex2html_wrap_inline336 , then the local truncation error is tex2html_wrap_inline338 .




Fri Dec 2 00:50:03 EST 2005