\(\newcommand{\bx}{\textbf{x}} \newcommand{\bo}{\textbf{0}} \newcommand{\bv}{\textbf{v}} \newcommand{\bu}{\textbf{u}} \newcommand{\bq}{\textbf{q}} \newcommand{\by}{\textbf{y}} \newcommand{\bb}{\textbf{b}} \newcommand{\ba}{\textbf{a}} \newcommand{\grad}{\boldsymbol{\nabla}} \newcommand{\pd}[2]{\frac{\partial #1}{\partial #2}} \newcommand{\pdd}[2]{\frac{\partial^2 #1}{\partial #2^2}} \newcommand{\pddm}[3]{\frac{\partial^2 #1}{\partial #2 \partial #3}} \newcommand{\deriv}[2]{\frac{d #1}{d #2}} \newcommand{\lt}{ < } \newcommand{\gt}{ > } \newcommand{\amp}{ & } \)

Section6.1Numerical Ordinary Differential Equations (ODEs)

In this section we will solve first order ordinary differential equations of the form \begin{equation*} y'(t) = f(t,y(t)) \end{equation*} with initial condition \(y(t_0)=y_0\) for \(t\ge t_0\). These are known as “ordinary” differenatial equations since they contain only “ordinary” derivatives; not partial derivatives. Given that we are solving the problem with given intial information these are also called intial value problems.

Subsection6.1.1Euler, Runge-Kutta, and Friends

Subsection6.1.2Implicit Methods and Shooting Methods