retagged by
1,841 views
4 votes
4 votes

Newton-Raphson iteration formula for finding $\sqrt[3]{c}$, where $c > 0$ is

  1. $x_{n+1}=\frac{2x_n^3 + \sqrt[3]{c}}{3x_n^2}$

  2. $x_{n+1}=\frac{2x_n^3 -  \sqrt[3]{c}}{3x_n^2}$

  3. $x_{n+1}=\frac{2x_n^3 + c}{3x_n^2}$

  4. $x_{n+1}=\frac{2x_n^3 -  c}{3x_n^2}$

retagged by

2 Answers

2 votes
2 votes
Answer is C. Direct application of the formula. With f(x)=X^{3}-c.

Related questions

6 votes
6 votes
2 answers
1
1 votes
1 votes
1 answer
3
Kathleen asked Sep 11, 2014
5,200 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,007 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