Part 12: Stirling and Bessel Formula for UPSC ISS: When to Use Which

Practice on the go. Get our Android app.
Install App

Welcome to Part 12, the final part of Module 3, updated for the UPSC ISS 2026 to 2027 cycle. In Part 11 we met the Gauss Forward and Backward formulas. They work, but their zig zag paths are clumsy for hand calculation. Mathematicians fixed this by averaging them, and the averages became the two most powerful weapons of central interpolation: Stirling’s formula and Bessel’s formula.

The decision rule in one breath: Stirling’s formula, the mean of the two Gauss formulas, works best for small step values, 14<u<14-\tfrac{1}{4} < u < \tfrac{1}{4}. Bessel’s formula, the mean of Gauss Forward and the origin shifted backward formula, works best for 14<u<34\tfrac{1}{4} < u < \tfrac{3}{4}. And at exactly u=12u = \tfrac{1}{2}​, every odd order term of Bessel’s formula vanishes.

Why this matters for marks: with 80 questions in 120 minutes at 2.5 marks each and about 0.83 deducted per wrong answer, picking the wrong central formula means endless fractional arithmetic with no calculator, and usually a skipped or wrongly guessed question.

This post is Part 12 of the Central Differences Guide (Module 3), inside our UPSC ISS Numerical Analysis Complete Guide. Books and strategy live at the UPSC ISS hub.

The Story of Karan and the Actuarial Table

Karan, an ISS officer in the insurance regulatory sector, analyzes a life expectancy table for ages 30, 40, 50, 60, and 70. His director asks for two estimates: the value at age 51, and the value at age 55.

Karan makes 50 the central origin with h=10h = 10. For age 51, u=515010=0.1u = \dfrac{51 – 50}{10} = 0.1, very close to zero, so he uses Stirling’s formula. For age 55, u=555010=0.5u = \dfrac{55 – 50}{10} = 0.5, exactly midway between two arguments, so he uses Bessel’s formula, where half the terms vanish automatically. Karan finishes in 2 minutes while others wrestle with fractions for 15.

Have you ever applied a formula blindly and watched the calculations explode? Share your story in the comments.
0
Have you ever applied a formula blindly and watched the calculations explode? Share your story in the comments.x

Stirling’s Interpolation Formula

Construction. Stirling’s formula is the arithmetic mean of Gauss’s Forward and Gauss’s Backward formulas. Averaging the two zig zag paths, it takes the mean of the odd differences just above and below the central line, and the even differences exactly on the central line.yu=y0+u[Δy1+Δy02]+u22!Δ2y1+u(u21)3![Δ3y2+Δ3y12]+u2(u21)4!Δ4y2+y_u = y_0 + u\left[\frac{\Delta y_{-1} + \Delta y_0}{2}\right] + \frac{u^2}{2!}\,\Delta^2 y_{-1} + \frac{u(u^2 – 1)}{3!}\left[\frac{\Delta^3 y_{-2} + \Delta^3 y_{-1}}{2}\right] + \frac{u^2(u^2 – 1)}{4!}\,\Delta^4 y_{-2} + \dots

The golden exam rule. Stirling gives the best results when the target lies very close to the central origin:14<u<14-\frac{1}{4} < u < \frac{1}{4}

Bessel’s Interpolation Formula

Construction. Bessel’s formula is also a mean of the Gauss pair, but with a twist: the origin of the backward formula is first shifted to the next point. The result uses odd differences below the central line and the means of even differences on and below the line.yu=y0+y12+(u12)Δy0+u(u1)2![Δ2y1+Δ2y02]+u(u12)(u1)3!Δ3y1+y_u = \frac{y_0 + y_1}{2} + \left(u – \frac{1}{2}\right)\Delta y_0 + \frac{u(u-1)}{2!}\left[\frac{\Delta^2 y_{-1} + \Delta^2 y_0}{2}\right] + \frac{u\left(u – \frac{1}{2}\right)(u-1)}{3!}\,\Delta^3 y_{-1} + \dots

The golden exam rule. Bessel gives the best results when the target lies near the middle of an interval:14<u<34\frac{1}{4} < u < \frac{3}{4}

Stirling averages the odd differences while Bessel averages the even differences. Which pattern is easier for you to remember? Tell us below.
0
Stirling averages the odd differences while Bessel averages the even differences. Which pattern is easier for you to remember? Tell us below.x

StatChakravyuh Pro Tips

  1. The half value magic. Every odd order term in Bessel’s formula carries the factor (u12)\left(u – \tfrac{1}{2}\right). So at u=12u = \tfrac{1}{2}, all odd order differences vanish instantly, cutting the calculation roughly in half. This special case is called the formula for interpolating to halves, and UPSC loves it.
  2. The origin shift discipline. If your computed uu comes out as 0.8, do not force Bessel. Shift the origin to the next tabulated value so the new uu becomes minus 0.2, then use Stirling. Always keep uu as small as possible.
  3. The one line identification. If a question asks which formula has zero coefficients for all odd order differences at u=12u = \tfrac{1}{2}​, the answer is Bessel, no calculation needed.
  4. The family tree. Gauss Forward and Backward are the parents. Their plain mean is Stirling. Their mean with a shifted origin is Bessel. Knowing the tree converts several theory questions into instant marks.

Solved PYQ Masterclass

PYQ pattern (strategy selection type): Census data is given for 1980, 1990, 2000, 2010, and 2020. Case A asks for the population of 1992. Case B asks for the population of 1995. Which formulas apply?

Mental solution.

Case A, year 1992. With origin 2000 and h=10h = 10, u=1992200010=0.8u = \dfrac{1992 – 2000}{10} = -0.8, uncomfortably large. Shift the origin to 1990: new u=1992199010=0.2u = \dfrac{1992 – 1990}{10} = 0.2. Since 0.20.2 lies inside (14,14)\left(-\tfrac{1}{4}, \tfrac{1}{4}\right), use Stirling’s formula.

Case B, year 1995. Keep the origin at 1990: u=1995199010=0.5u = \dfrac{1995 – 1990}{10} = 0.5. This sits inside (14,34)\left(\tfrac{1}{4}, \tfrac{3}{4}\right) and is the exact half value, so use Bessel’s formula, where the odd difference terms vanish and the arithmetic collapses.

Two strategy decisions, zero calculations, and both questions are worth the same 2.5 marks as the longest computation on the paper.

Common Traps to Avoid

Trap 1: Using Bessel for a large uu like 0.8 instead of shifting the origin. The correct habit is shift first, then choose.

Trap 2: Swapping the two u ranges. Small uu near zero belongs to Stirling; uu near one half belongs to Bessel.

Trap 3: Forgetting that both formulas, like every central formula, demand strictly equal intervals.

Frequently Asked Questions

  1. What is the main difference between Stirling’s and Bessel’s formulas?

    Stirling’s formula is the plain mean of Gauss Forward and Backward, averaging the odd differences. Bessel’s formula is the mean of Gauss Forward and the origin shifted backward formula, averaging the even differences.

  2. When should I use Stirling’s formula?

    When the computed step value lies very close to the origin, specifically in the range 14<u<14-\tfrac{1}{4} < u < \tfrac{1}{4}.

  3. When should I use Bessel’s formula?

    When the target lies near the middle of an interval, specifically when 14<u<34\tfrac{1}{4} < u < \tfrac{3}{4}.

  4. What is the formula for interpolating to halves?

    It is Bessel’s formula at u=12u = \tfrac{1}{2}​, where the coefficients of all odd order differences become exactly zero, making the calculation dramatically shorter.

  5. Can Stirling’s formula handle unequal intervals?

    No. Stirling, Bessel, and the entire Gauss family require strictly equal intervals. Unequal intervals belong to Module 4 with divided differences and Lagrange’s formula.

Take the Next Step with StatChakravyuh

Join the Free UPSC ISS WhatsApp Community. The Module 3 Practice PDF with 40 MCQs, a formula sheet, and the PYQ pattern collection releases in the community this Sunday. 👉 Join the WhatsApp Community now

Enroll in the Free UPSC ISS Course. Structured lessons and practice sets on the Practice Improve Repeat system, at zero cost. 👉 Enroll in the Free Course

Module 3 is complete. Next stop, Module 4: we finally break the equal interval rule and handle messy real world data with Divided Differences and Lagrange’s formula.

Help other aspirants
UPSC ISS 2027 · Complete Chakravyuh

Stop buying tests one by one. Get all 6 papers in one package.

Complete Chakravyuh is the complete UPSC ISS test series for 2027. More than 6000 questions across all 6 papers, with every descriptive answer evaluated within 3 days. Practice. Improve. Repeat.

6000+Questions
All 6Papers Covered
6 + 1Courses in One
3 DaysAnswer Evaluation
₹7,499 ₹15,999 Regular price till 30 September 2026

Have a doubt or suggestion? Message us on WhatsApp

Subscribe
Notify of
guest
1 Comment
Oldest
Newest Most Voted
trackback
1 month ago

[…] cycle. In Modules 1 to 3 we lived in a perfect world where every formula, from Newton Gregory to Stirling and Bessel, demanded equally spaced arguments. Real data is rarely that polite. When the intervals turn […]

1
0
Got a similar doubt? Discuss here.x
()
x