Title: Lecture 32 Systems of Ordinary Differential Equations IVP
1Lecture 32 - Systems of Ordinary Differential
Equations - IVP
- CVEN 302
- November 14, 2001
2Systems of Ordinary Differential Equations - IVP
- Higher order differential equations
- Systems of equations
- Runge Kutta
- Adam Bashforth
- Adam Moulton
- Stiff Equations
3Systems of ODE - Initial Value Problems
These techniques can work on large systems of
equations to do series of integration of the
problem. The equations can be solved as a series
of ODEs.
4Systems of ODE - Initial Value Problems
Given a set of initial values, y1,y2,y1 and y2.
5Systems of ODE - Initial Value Problems
The problem is constructed of 4 first order ODEs
with four variables and initial conditions.
6Systems of ODE - Initial Value Problems
The problem can be written in matrix format and
solved accordingly.
7Systems of ODE - Initial Value Problems
Forcing functions can be added and setup to solve
the equations.
8Stiff Differential Equation
All the methods for approximating the solution
to initial value problems have error terms that
involve higher order derivative of the solution.
If the derivatives can be reasonably bounded, the
method will give a predicable error bound that
can be used to estimate the accuracy of the
technique.
9Stiff Differential Equation
Problems arise when the magnitude of the
derivative increases but the solution does not.
The error will grow so large and it will dominate
the calculation. For initial value problems for
which this is likely to occur are called Stiff
Equations. Stiff equations are characterized as
those whose exact solution have an exponential
and the higher order derivatives do not decay
quickly.
101-D Stiffness Equation
Use a step size of Dt 0.1 and y(0) 1/3.
Exact solution is y (1/3) exp(-30t).
11Summary
- Systems of ODEs
- Runge Kutta
- Adam Bashforth
- Predictor Corrector
- Stiff Differential Equations
12Homework
- Check the Homework webpage