Question:medium

Newton-Raphson method is used to find the root of \(x^2 - 3 = 0\). If the initial solution is taken as \(x = -2\), then the iterations tend to

Show Hint

Newton-Raphson iterations preserve the sign of the root for symmetric functions like parabolic equations.
Since \(x_0 = -2 < 0\), it must converge to the negative root \(-\sqrt{3}\).
Updated On: Jun 23, 2026
  • \(-\infty\)
  • \(-\sqrt{3}\)
  • \(\sqrt{3}\)
  • zero
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0