Numerical Solution of ODEs
We will cover following topics
PYQs
Euler Method
1) Use Euler’s method with step size to compute the approximate value of , correct up to five decimal places from the initial value problem, where , .
[2013, 15M]
2) Provide a computer algorithm to solve an ordinary differential equation in the interval for number of discrete points, where the initial value is , using Euler’s method.
[2012, 12M]
3) Find at from the following data:
[2012, 20M]
4) Suppose a computer spends 60 per cent of its time handling a particular type of computation when running a given program and its manufacturers make a change that improves its performance on that type of computation by a factor of 10. If the program takes 100 sec to execute, what will its execution time be after the change?
[2010, 6M]
Runge-Kutta Method
1) Using Runge-Kutta method of fourth order, solve with at . Use four decimal places for calculation and step length 0.2.
[2019, 10M]
2) Solve the initial value problem , in the interval using the Runge-Kutta fourth-order method with step size .
[2015, 15M]
3) Use Runge-Kutta formula of fourth order to find the value of at , where , . Take the step length .
[2014, 20M]
4) Find the value of using Runge-Kutta fourth order method with step size from the initial value problem: , .
[2009, 15M]
5) Apply the second order Runge-Kutta method to find an approximate value of at taking , given that satisfies the differential equation and the initial condition , .
[2007, 15M]
6) Given where , using the Runge-Kutta fourth order method, find and . Compare the approximate solution with its exact solution. ,
[2002, 20M]