Question:medium

If \(x_0=1.2\) is the initial guess of the solution of \(x^3+2x-1=0\), then the \(1^{\text{st}}\) iteration solution \(x_1=\)

Show Hint

Newton-Raphson iteration is \[ \boxed{ x_{n+1} = x_n-\frac{f(x_n)}{f'(x_n)}. } \] It provides quadratic convergence when the initial guess is sufficiently close to the root.
Updated On: Jul 14, 2026
  • \(0.705\)
  • \(0.675\)
  • \(0.815\)
  • \(0.795\)
Show Solution

The Correct Option is A

Solution and Explanation

Was this answer helpful?
0