recategorized by
1,068 views
0 votes
0 votes

Backward Euler method for solving the differential equation $\frac{dy}{dx}=f(x, y)$ is specified by, (choose one of the following).

  1. $y_{n+1}=y_n+hf(x_n, y_n)$

  2. $y_{n+1}=y_n+hf(x_{n+1}, y_{n+1})$

  3. $y_{n+1}=y_{n-1}+2hf(x_n, y_n)$

  4. $y_{n+1}= (1+h)f(x_{n+1}, y_{n+1})$

recategorized by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
3 answers
1
Kathleen asked Oct 4, 2014
11,832 views
Match the following items(i) Newton-Raphson(a) Integration(ii) Runge-Kutta(b) Root finding(iii) Gauss-Seidel(c) Ordinary Differential Equations(iv) Simpson's Rule(d) Solu...
1 votes
1 votes
1 answer
4
Kathleen asked Sep 13, 2014
5,162 views
Simpson's rule for integration gives exact result when $f(x)$ is a polynomial of degree$1$$2$$3$$4$