Guest
You need to login to ask any Questions from chapter RK-4-METHOD of Numerical-Methods-lab-sheet
Chapter:
FIRST ORDER DIFFERENTIAL EQUATION USING RK-4 METHOD
TITLE:
TO SOLVE FIRST ORDER DIFFERENTIAL EQUATION USING RK-4 METHOD
OBJECTIVES:
To be able to follow the algorithm of RK-4 method to solve first order differential equation.
To build some programming concepts by solving practical problems.
TOOLS REQUIRED:
Computer workstation
Program software (as necessary)
THEORY:
RUNGE-KUTTA method is a method for solving differential equation without requiring the calculations of higher derivatives and hence gives greater accuracy. The runge kutta method possess the advantage of requiring only the function values at some selected points.
The fourth order RK method is most commonly used. The working rule for finding the increment of K of y corresponding to an increment h of x by RK-4 method from
Show More