Loading [MathJax]/jax/element/mml/optable/GeneralPunctuation.js
Computing correction terms
- Can we add terms to the ODE such that the truncation error
is improved?
[DtDtue+ω2ue=C+R]n,
- Idea: choose Cn such that it absorbs the Δt2 term in Rn,
Cn=112ue⁗
- Downside: got a u'''' term
- Remedy: use the ODE u''=-\omega^2u to see that u'''' = \omega^4 u .
- Just apply the standard scheme to a modified ODE:
[D_tD_t u + \omega^2(1 - \frac{1}{12}\omega^2\Delta t^2)u=0]^n,
- Accuracy is \Oof{\Delta t^4} .