Mechanical Engineering > GATE 2014 Set-4 > Numerical Methods
Consider an ordinary differential equation dx/dt = 4t+4. If x=x0 at t=0, the increment in x calculated using Runge-Kutta fourth order multi-step method with a step size of Δt=0.2 is
A
0.22
B
0.44
C
0.66
D
0.88

Explanation

Correct : d

Similar Questions

What is the worst-case time complexity of insertion in an AVL tree?
Question #23 Medium
Which operations on a binary search tree have O(h) complexity?
Question #31 Easy
Compare search complexities of sorted array vs balanced BST.
Question #47 Hard

Related Topics

Data Structures Binary Search Tree Time Complexity Algorithm Analysis Tree Algorithms Computer Science