Next: Second Order Differential Equations
Up: Method Numeric, fourth order Runge-Kutta Method
Previous: Method Numeric, fourth order Runge-Kutta Method
Project
Use the fourth order Runge-Kutta algorithm to solve the differential equation.
-
Integrate outwards to t=4.0 using different step sizes h. (Starting with h=0.5
and getting smaller)
-
Compare your numerical results to the analytical result and the
results you got from the Euler algorithm.
Some source code available in:
C,
Fortran
A plot showing a possible
result of your investigation.
Next: Second Order Differential Equations
Up: Method Numeric, fourth order Runge-Kutta Method
Previous: Method Numeric, fourth order Runge-Kutta Method