UPSC 2026 Maths Optional Paper 2 Q5b — Step-by-Step Solution
10 marks · Section B
Newton-Raphson method (convergence, geometric meaning) · Numerical Analysis · asked 7× in 14 yrs · Read the full method →
Question
By using the Newton-Raphson iterative formula, establish the formula
xi+1=31(2xi+xi2N)
to find the cube root of N. Use this formula, if established, to find the cube root of 63 correct to four decimal places with the initial approximation 3⋅9.
Technique
“Establish” means derive, not quote: choose f(x)=x3−N (whose positive root isN1/3), write Newton–Raphson xi+1=xi−f(xi)/f′(xi), and simplify. The numerical part is then three iterations from x0=3.9; the marks in the second half are for displaying every iterate and for justifying the four-decimal claim — and the justification that actually holds water is a bracket α<N1/3<β, not “two iterates agreed”.
Solution
Step 1 — Choose the function and state Newton–Raphson.
To compute N1/3 (N>0) we need the real root of
f(x)=x3−N,f′(x)=3x2.
f is continuous, f(0)=−N<0, f(x)→+∞, and f′(x)=3x2>0 for x>0: so f has exactly one positive zero, namely x=N1/3, and it is a simple root (f′(N1/3)=3N2/3=0) — which is what entitles us to expect second-order convergence.
The Newton–Raphson iteration (the tangent at (xi,f(xi)) met with the x-axis) is
Sign. For xi>0 we have 2xi+r>0, so ei+1>0 whenever ei=0: every iterate from x1 onwards overshoots above r. (Geometrically: f is convex on x>0, so the tangent line lies below the curve and meets the axis to the right of the root.)
Monotonicity. For xi>r, xi−xi+1=3xi2xi3−N>0, so x1>x2>x3>⋯>r: the iterates decrease monotonically to r. This gives a rigorous upper bound for r at every stage — and it is the honest half of the “four decimal places” claim.
The successive differences fall as 8×10−2→1.6×10−3→6.5×10−7 — the number of correct digits roughly doubles each step, exactly the quadratic behaviour predicted by (∗) with asymptotic constant 1/r≈0.2513. A fourth iteration would change x3 only in about the thirteenth decimal (by (∗), e4≈e32/r with e3≈1.1×10−13), so the iteration has converged to the precision carried.
Step 5 — Why the answer is correct to four decimal places (the part worth doing properly).
Rounding x3 blindly is not an argument, and neither is ”x2 and x3 agree to six places” — agreement of successive iterates is evidence, not proof (it fails, for instance, for a slowly convergent linear iteration). Here is a proof, and it takes two lines.
Upper bound. By Step 3(2), the iterates decrease monotonically to r, so
r<x3=3.9790572079.
Lower bound.x↦x3 is strictly increasing on x>0, so it suffices to test one cube:
(3.97905)3=62.999658<63⟹3.97905<r.
Hence
3.97905<r<3.97906,
so r=3.9790… with the fifth decimal digit 5 followed by more, and
r∈(3.97905,3.97915)⟹rrounded to four decimals=3.9791.
(For completeness the upper end of the four-decimal window also checks directly: (3.97915)3=63.004408>63, so r<3.97915.)
∴363=3.9791(correct to four decimal places).■
Step 6 — A trap worth naming. A candidate who stops at x1=3.98067 and rounds gets 3.9807 — wrong in the third decimal. One iterate is never enough here because e1≈1.6×10−3; it is e2≈6.5×10−7 that first clears the 5×10−5 needed for four decimals. Two iterations suffice for the stated accuracy; the third is written down to demonstrate convergence.