← 2024 Paper 2

UPSC 2024 Maths Optional Paper 2 Q8b — Step-by-Step Solution

15 marks · Section B

Newton's forward difference interpolation · Numerical Analysis · asked 3× in 13 yrs · Read the full method →

Question

Using Newton’s forward difference formula, estimate f(2.5)f(2.5) from:

xx123456
f(x)f(x)0182764125

Technique

Build the forward-difference table; constant third differences → cubic; apply Newton’s forward formula at p=(2.51)/1=1.5p=(2.5-1)/1=1.5.

Solution

Step 1 — Forward-difference table.

xxffΔf\Delta fΔ2f\Delta^2 fΔ3f\Delta^3 fΔ4f\Delta^4 f
101660
2171260
3819186
4273724
56461
6125

Third differences are constant (= 6); fourth and higher vanish. The data is the cubic f(x)=(x1)3f(x)=(x-1)^3.

Step 2 — Newton’s forward formula.

With x0=1x_0=1, h=1h=1, p=(2.51)/1=1.5p=(2.5-1)/1=1.5:

f(2.5)f0+pΔf0+p(p1)2Δ2f0+p(p1)(p2)6Δ3f0.f(2.5)\approx f_0+p\,\Delta f_0+\frac{p(p-1)}{2}\Delta^2 f_0+\frac{p(p-1)(p-2)}{6}\Delta^3 f_0. =0+(1.5)(1)+(1.5)(0.5)2(6)+(1.5)(0.5)(0.5)6(6).=0+(1.5)(1)+\frac{(1.5)(0.5)}{2}(6)+\frac{(1.5)(0.5)(-0.5)}{6}(6). =1.5+2.250.375=3.375.=1.5+2.25-0.375=3.375.

(This is exact since the function is cubic and the rule is exact for cubics: (1.5)3=3.375(1.5)^3=3.375.)

Answer

  f(2.5)3.375.  \boxed{\;f(2.5)\approx 3.375.\;}
We post more of this — worked solutions, CSAT trap breakdowns, guide chapters — a few times a week on Telegram. Free, no sign-in. Join

This solution is part of the Maths Coverage Map — 13 years, mapped. Get the take-away PDF free.