StreakPeaked· Practice

ExamsGATEEngineering Mathematics

Let x² - 117 = 0. The iterative steps for the solution using Newton-Raphson's method is given by

  1. xₖ₊₁ = 1/2 (xₖ + 117/xₖ)
  2. xₖ₊₁ = xₖ - 117/xₖ
  3. xₖ₊₁ = xₖ - xₖ/117
  4. xₖ₊₁ = xₖ - 1/2 (xₖ + 117/xₖ)

Correct answer: xₖ₊₁ = 1/2 (xₖ + 117/xₖ)

Solution

The correct option is derived from the Newton-Raphson method, which involves using the function and its derivative to find roots. In this case, the iterative formula simplifies to the average of the current guess and the ratio of the constant to the current guess, effectively refining the estimate for the square root of 117.

Related GATE Engineering Mathematics questions

⚔️ Practice GATE Engineering Mathematics free + battle 1v1 →