Skip to content
Related Articles
Get the best out of our app
GeeksforGeeks App
Open App
geeksforgeeks
Browser
Continue

Related Articles

GATE | GATE CS 1997 | Question 28

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

Using the forward Eular method to solve y”(t) = f(t), y'(0) = 0 with a step size of h, we obtain the following values of in the first four iterations:

a. 0, h f(0), h (f(0) + f(h)) and h (f(0) – f(h) + f(2h))

b. 0, 0, h2 f(0) and 2h2 f(0) + f(h)

c. 0, 0h2 f(0) and 3h2 f(0)

d. 0, 0, h f(0) + h2 f(0) and  h f(0) + h2 f(0) + hf(h)
(A) a
(B) b
(C) c
(D) d


Answer: (D)

Explanation:

Quiz of this Question
Please comment below if you find anything wrong in the above post

My Personal Notes arrow_drop_up
Last Updated : 16 Oct, 2017
Like Article
Save Article
Similar Reads