edited by
2,957 views
6 votes
6 votes

The Newton-Raphson method is to be used to find the root of the equation $f(x)=0$ where $x_o$ is the initial approximation and $f’$  is the derivative of $f$. The method converges

  1. always
  2. only if $f$ is a polynomial
  3. only if $f(x_o) <0$
  4. none of the above
edited by

2 Answers

Best answer
4 votes
4 votes

Answer: D

The method will usually converge, provided this initial guess is close enough to the unknown zero, and that f$'$(x0) != 0.

Answer:

Related questions

4 votes
4 votes
2 answers
1
1 votes
1 votes
1 answer
3
Kathleen asked Sep 11, 2014
5,201 views
The Newton-Raphson iteration $x_{n+1} = \frac{1}{2}\left(x_n+\frac{R}{x_n}\right)$ can be used to compute thesquare of R reciprocal of R square root of R l...
1 votes
1 votes
0 answers
4
Kathleen asked Sep 21, 2014
1,008 views
Consider the series $x_{n+1} = \frac{x_n}{2}+\frac{9}{8x_n},x_0 = 0.5$ obtained from the Newton-Raphson method. The series converges to1.5$\sqrt{2}$1.61.4