The math optional, made finite. Daily Practice

Riemann Definite Integral; Integrability

At a Glance

Why This Chapter Matters

This atom appeared once in 2018 as a 10-mark Section A computation. UPSC asks you to evaluate a definite integral directly from the Riemann sum definition — bypassing the Fundamental Theorem — or to verify that a function is Riemann integrable using the ε\varepsilonδ\delta or Darboux criterion. This tests conceptual understanding of what integration means, not just computation skill. Note the scope boundary: this is the P1 (Calculus) version, where the expected depth is computing a limit of Riemann sums; the deeper analysis-level Darboux theory lives in P2-RA-11.

Minimum Theory

Riemann Sum Definition

Let f:[a,b]Rf: [a, b] \to \mathbb{R} be bounded. A partition P={x0,x1,,xn}P = \{x_0, x_1, \ldots, x_n\} with a=x0<x1<<xn=ba = x_0 < x_1 < \cdots < x_n = b divides [a,b][a,b] into nn subintervals of width Δxi=xixi1\Delta x_i = x_i - x_{i-1}.

A Riemann sum is

S(P,f,ξ)=i=1nf(ξi)Δxi,ξi[xi1,xi].S(P, f, \xi) = \sum_{i=1}^{n} f(\xi_i)\,\Delta x_i, \quad \xi_i \in [x_{i-1}, x_i].

ff is Riemann integrable on [a,b][a,b] with integral II if: for every ε>0\varepsilon > 0 there exists δ>0\delta > 0 such that P<δSI<ε\|P\| < \delta \Rightarrow |S - I| < \varepsilon for all choices of ξi\xi_i.

Darboux (Upper/Lower Sum) Criterion

U(P,f)=i=1nMiΔxi,Mi=sup[xi1,xi]f,U(P, f) = \sum_{i=1}^{n} M_i\,\Delta x_i, \quad M_i = \sup_{[x_{i-1},x_i]} f, L(P,f)=i=1nmiΔxi,mi=inf[xi1,xi]f.L(P, f) = \sum_{i=1}^{n} m_i\,\Delta x_i, \quad m_i = \inf_{[x_{i-1},x_i]} f.

ff is Riemann integrable iff infPU(P,f)=supPL(P,f)\inf_P U(P,f) = \sup_P L(P,f), equivalently iff for every ε>0\varepsilon > 0 there exists a partition PP with U(P,f)L(P,f)<εU(P,f) - L(P,f) < \varepsilon.

Evaluating via Riemann Sums

For the uniform partition PnP_n with xi=a+ibanx_i = a + i\cdot\frac{b-a}{n} and right-endpoint tags ξi=xi\xi_i = x_i:

abf(x)dx=limnbani=1nf ⁣(a+i(ba)n).\int_a^b f(x)\,dx = \lim_{n \to \infty} \frac{b-a}{n} \sum_{i=1}^{n} f\!\left(a + \frac{i(b-a)}{n}\right).

Key Summation Formulas

i=1ni=n(n+1)2,i=1ni2=n(n+1)(2n+1)6,i=1ni3=[n(n+1)2]2.\sum_{i=1}^{n} i = \frac{n(n+1)}{2}, \qquad \sum_{i=1}^{n} i^2 = \frac{n(n+1)(2n+1)}{6}, \qquad \sum_{i=1}^{n} i^3 = \left[\frac{n(n+1)}{2}\right]^2.

Integrability Results

Question Archetypes

ArchetypeRecognition
evaluate-from-definition”Evaluate abf(x)dx\int_a^b f(x)\,dx using the definition of Riemann integral (as a limit of sums)“

evaluate-from-definition (1 question; 2018)

Recognition Cues

Solution Template

  1. Write the uniform partition: xi=a+ihx_i = a + i\cdot h where h=(ba)/nh = (b-a)/n; right-endpoint tags ξi=xi\xi_i = x_i.
  2. Write Sn=hi=1nf(xi)S_n = h \sum_{i=1}^{n} f(x_i) explicitly.
  3. Substitute ff and simplify the sum using the summation formulas above.
  4. Take limnSn\lim_{n\to\infty} S_n; the result is abf(x)dx\int_a^b f(x)\,dx.
  5. (If asked for integrability) invoke the relevant theorem (continuity, monotonicity) or compute UL0U - L \to 0.

Worked Example

2018 Paper 1, 2018-P1-Q2b (10 marks)

Using the definition of the Riemann integral as a limit of sums, evaluate 01x2dx\displaystyle\int_0^1 x^2\,dx.

Step 1. Uniform partition.

Divide [0,1][0,1] into nn equal subintervals of width h=1/nh = 1/n. Right-endpoint tags: ξi=i/n\xi_i = i/n for i=1,2,,ni = 1, 2, \ldots, n.

Step 2. Riemann sum.

Sn=i=1nf ⁣(in)1n=i=1n(in)21n=1n3i=1ni2.S_n = \sum_{i=1}^{n} f\!\left(\frac{i}{n}\right) \cdot \frac{1}{n} = \sum_{i=1}^{n} \left(\frac{i}{n}\right)^2 \cdot \frac{1}{n} = \frac{1}{n^3} \sum_{i=1}^{n} i^2.

Step 3. Apply summation formula.

Sn=1n3n(n+1)(2n+1)6=(n+1)(2n+1)6n2.S_n = \frac{1}{n^3} \cdot \frac{n(n+1)(2n+1)}{6} = \frac{(n+1)(2n+1)}{6n^2}.

Step 4. Take the limit.

01x2dx=limnSn=limn(n+1)(2n+1)6n2.\int_0^1 x^2\,dx = \lim_{n \to \infty} S_n = \lim_{n \to \infty} \frac{(n+1)(2n+1)}{6n^2}.

Divide numerator and denominator by n2n^2:

=limn(1+1n)(2+1n)6=126=13.= \lim_{n \to \infty} \frac{\left(1 + \frac{1}{n}\right)\left(2 + \frac{1}{n}\right)}{6} = \frac{1 \cdot 2}{6} = \frac{1}{3}.

01x2dx=13\boxed{\int_0^1 x^2\,dx = \frac{1}{3}}

Verification (optional line): By the Fundamental Theorem, 01x2dx=[x3/3]01=1/3\int_0^1 x^2\,dx = \bigl[x^3/3\bigr]_0^1 = 1/3. Consistent.

Common Traps

Marks-Aware Writing

For a 10-mark computation:

Write out SnS_n fully before simplifying — do not skip to the answer. The limit computation should show the nn \to \infty step explicitly.

Practice Set

Only one historical question on this atom (shown above).

We've mapped all 13 years of this exam. Get new chapters, tools, and solutions as we release them — free.