Skip to main content
Mathematics LibreTexts

Numerically Solving Ordinary Differential Equations (Brorson)

  • Page ID
    108067
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    This is a textbooklet on solving Initial Value Problems (IVPs) with numerical methods. The target audience is advanced undergrads and masters students. It is meant as a set of course notes for MATH 7205, Numerical Analysis 2 taught at Northeastern every fall. The booklet covers basic Euler solvers, Runge-Kutta, and linear multistep methods. It discusses explicit vs. implicit methods. It discusses stability and the stability domains of some of the methods. It talks about adaptive methods and the concept of stiffness. Finally, it ends up with a chapter on symplectic methods and why they are important. Beyond the solver algorithms, the book includes many example ODEs and shows their solutions using the methods discussed. Accompanying the book are Matlab programs which implement the methods described in the text. Many figures in the text were produced using the Matlab programs.


    This page titled Numerically Solving Ordinary Differential Equations (Brorson) is shared under a CC BY-SA 3.0 license and was authored, remixed, and/or curated by Stuart Brorson.