Given the boudary-value problem
![]()
it may not be possible to obtain an exact solution. In such case various methods are available for obtaining an approximate or numerical solution. In the following we list several methods.
- Step by step or Euler method
- Taylor series method
- Picard’s method
- Runge-Kutta method
1. Step by step or Euler method
In this method we replace the differential equation of (1) by the approximation
![]()
so that
![]()
By continuity in this manner we can then find
, etc. We choose
sufficiently small so as to obtain good approximations.
A modified procedure of this method can also be used.
2. Taylor series method
By successive differentiation of the differential equation in (1) we can find
. Then the solution is given by the Taylor series
![]()
assuming that the series converges. If it does we can obtain
to any desired accuracy.
3. Picard’s method
By integrating the differential equation in (1) and using the boundary condition, we find
![]()
Assuming the approximation
, we obtain from (5) a new approximation.
![]()
Using this in (5) we obtain another approximation.
![]()
Continuing in this manner we obtain a sequence of approximations
. The limit of this sequence, if it exists, is the required solution. However, by carrying out the procedure a few times, good approximations can be obtained.
4. Runge-Kutta method
This method consists of computing
![]()
Then
![]()
These methods can also be adapted for higher order differential equations by writing them as several first order equations.
Numerical methods for solving differential equations
