The math optional, made finite. Daily Practice

Fundamental theorems of integral calculus

At a Glance

Why This Chapter Matters

The two fundamental theorems of calculus are not just background — UPSC asks directly about their hypotheses. The 2017 question makes you diagnose exactly where FTC1 applies and where it fails (at the jump discontinuities of the floor function). The 2020 question uses the “King’s rule” reflection symmetry that collapses a hard integral into an easy one — a trick that appears repeatedly across years and papers. Both problems reward knowing the precise statement of a theorem over mechanical computation.

Minimum Theory

FTC1 (integral-function differentiability). If ff is Riemann integrable on [a,b][a,b] and F(x)=axf(t)dtF(x) = \int_a^x f(t)\,dt, then FF is continuous on [a,b][a,b]. Moreover, at every point x0x_0 where ff is continuous, FF is differentiable and F(x0)=f(x0)F'(x_0) = f(x_0).

FTC2. If FF is differentiable on [a,b][a,b] with F=fF' = f Riemann integrable on [a,b][a,b], then abf(t)dt=F(b)F(a)\int_a^b f(t)\,dt = F(b) - F(a).

Continuity of the integral function. If ff is bounded on [a,b][a,b], then F(x)=axf(t)dtF(x) = \int_a^x f(t)\,dt is Lipschitz (and hence continuous) on [a,b][a,b] regardless of any discontinuities of ff. Differentiability requires the integrand to be continuous at the point in question.

Symmetry (King’s rule). On [0,a][0,a]: 0af(x)dx=0af(ax)dx\int_0^a f(x)\,dx = \int_0^a f(a-x)\,dx. This follows by the substitution xaxx \mapsto a-x. Applying it and adding the two forms often collapses a complicated numerator into 11 or another simple expression.

Fundamental theorems and FTC diagram

Question Archetypes

ArchetypeRecognition
integral-function-smoothnessf(t)=0t[]dxf(t) = \int_0^t [\cdot]\,dx; find where ff is differentiable / continuous”
symmetry-integral”Show 0π/2dx=constant\int_0^{\pi/2} \cdots dx = \text{constant}”; numerator contains sin2x\sin^2 x or cos2x\cos^2 x in denominator with sinx+cosx\sin x + \cos x

integral-function-smoothness (1 question(s); 2017)

Recognition Cues — The function is defined by F(x)=0xg(t)dtF(x) = \int_0^x g(t)\,dt where gg has known discontinuities (typically a piecewise or floor function). The question asks exactly where FF is differentiable and/or continuous but not differentiable. Apply FTC1: continuity is free (bounded integrand), differentiability requires continuity of gg at the point.

Solution Template

  1. Identify discontinuities of gg. Pinpoint every point where the integrand is discontinuous.
  2. Prove FF is continuous everywhere. Use the Lipschitz bound: F(t)F(t0)gtt00|F(t)-F(t_0)| \le \|g\|_\infty |t-t_0| \to 0.
  3. Non-integer tt: apply FTC1. At any tt where gg is continuous, F(t)=g(t)F'(t) = g(t).
  4. Integer tt: compute one-sided derivatives. In a left neighbourhood of nn, the integrand has value n1n-1; in a right neighbourhood, value nn. The one-sided derivatives are F(n)=n1F'_-(n) = n-1 and F+(n)=nF'_+(n) = n; they differ, so FF is not differentiable at nn.
  5. State answers clearly. Differentiable set; continuous-but-not-differentiable set.

Worked Example

2017 Paper 2, 2017-P2-Q2a (15 marks)

Let f(t)=0t[x]dxf(t) = \displaystyle\int_0^t [x]\,dx, where [x][x] denotes the largest integer x\le x. (i) Determine all real numbers tt at which ff is differentiable. (ii) Determine all real numbers tt at which ff is continuous but not differentiable.

Step 1 — ff is continuous everywhere.

The floor function [x][x] is bounded on every bounded interval. For any t0t_0,

f(t)f(t0)=t0t[x]dxsup[t01,t0+1][x]tt00.|f(t)-f(t_0)| = \left|\int_{t_0}^t [x]\,dx\right| \le \sup_{[t_0-1,t_0+1]}|[x]| \cdot |t-t_0| \to 0.

So ff is continuous on all of R\mathbb{R}.

Step 2 — Differentiability at non-integer tt.

If tZt \notin \mathbb{Z}, then tt lies in some open interval (n,n+1)(n, n+1) where [x]=n[x] = n is constant, hence continuous. By FTC1, f(t)=[t]f'(t) = [t].

Step 3 — One-sided derivatives at integers.

At an integer nn, compute:

f(n)=limh0f(n+h)f(n)h=[nϵ]=n1,f'_-(n) = \lim_{h \to 0^-} \frac{f(n+h)-f(n)}{h} = [n-\epsilon] = n-1,

f+(n)=limh0+f(n+h)f(n)h=[n+ϵ]=n.f'_+(n) = \lim_{h \to 0^+} \frac{f(n+h)-f(n)}{h} = [n+\epsilon] = n.

Since f+(n)f(n)=10f'_+(n) - f'_-(n) = 1 \ne 0, the derivative does not exist at any integer. This includes n=0n=0: f(0)=10=f+(0)f'_-(0) = -1 \ne 0 = f'_+(0).

Answers:

(i) f is differentiable at all tRZ, with f(t)=[t].\boxed{(i)\ f \text{ is differentiable at all } t \in \mathbb{R} \setminus \mathbb{Z},\text{ with } f'(t) = [t].}

(ii) f is continuous but not differentiable at all tZ.\boxed{(ii)\ f \text{ is continuous but not differentiable at all } t \in \mathbb{Z}.}

Common Traps


symmetry-integral (1 question(s); 2020)

Recognition Cues — A definite integral over [0,π/2][0, \pi/2] where the integrand involves a sum sinx+cosx\sin x + \cos x in the denominator. The standard move is to apply the King substitution xπ/2xx \mapsto \pi/2 - x and add the two forms. After the substitution, the numerator often simplifies via sin2x+cos2x=1\sin^2 x + \cos^2 x = 1.

Solution Template

  1. Name the integral II. Write I=0π/2f(x)dxI = \int_0^{\pi/2} f(x)\,dx.
  2. Apply King’s rule. Set J=0π/2f(π/2x)dxJ = \int_0^{\pi/2} f(\pi/2 - x)\,dx; use the identities sin(π/2x)=cosx\sin(\pi/2-x) = \cos x, cos(π/2x)=sinx\cos(\pi/2-x) = \sin x to simplify JJ.
  3. Identify I=JI = J (if it holds). Check that the substitution just swaps sincos\sin \leftrightarrow \cos in the integrand.
  4. Add I+JI + J. The combined numerator usually becomes sin2x+cos2x=1\sin^2 x + \cos^2 x = 1 (or another simple form), leaving a tractable integral.
  5. Evaluate the resulting integral. Rewrite the denominator as 2sin(x+π/4)\sqrt{2}\sin(x + \pi/4) and integrate using csctdt=logtan(t/2)\int \csc t\,dt = \log|\tan(t/2)|.
  6. Simplify. Use tan(π/8)=21\tan(\pi/8) = \sqrt{2}-1 and tan(3π/8)=2+1\tan(3\pi/8) = \sqrt{2}+1 to obtain the exact value.

Worked Example

2020 Paper 2, 2020-P2-Q4b (15 marks)

Show that 0π/2sin2xsinx+cosxdx=12loge(1+2)\displaystyle\int_0^{\pi/2}\frac{\sin^2 x}{\sin x+\cos x}\,dx=\frac{1}{\sqrt2}\log_e(1+\sqrt2).

Let I=0π/2sin2xsinx+cosxdxI = \int_0^{\pi/2}\dfrac{\sin^2 x}{\sin x+\cos x}\,dx.

Step 1 — King’s rule. Substitute xπ/2xx \mapsto \pi/2 - x:

J=0π/2cos2xcosx+sinxdx.J = \int_0^{\pi/2}\frac{\cos^2 x}{\cos x+\sin x}\,dx.

Since the denominator is unchanged and the numerator swaps sin2cos2\sin^2 \leftrightarrow \cos^2, we get I=JI = J.

Step 2 — Add.

2I=I+J=0π/2sin2x+cos2xsinx+cosxdx=0π/2dxsinx+cosx.2I = I + J = \int_0^{\pi/2}\frac{\sin^2 x + \cos^2 x}{\sin x + \cos x}\,dx = \int_0^{\pi/2}\frac{dx}{\sin x + \cos x}.

Step 3 — Evaluate K=0π/2dx/(sinx+cosx)K = \int_0^{\pi/2} dx/(\sin x + \cos x).

Write sinx+cosx=2sin(x+π/4)\sin x + \cos x = \sqrt{2}\sin(x+\pi/4), so

K=120π/2csc ⁣(x+π4)dx.K = \frac{1}{\sqrt{2}}\int_0^{\pi/2} \csc\!\left(x+\frac{\pi}{4}\right)dx.

Substitute t=x+π/4t = x + \pi/4, limits π/4\pi/4 to 3π/43\pi/4:

K=12[logtant2]π/43π/4=12logtan(3π/8)tan(π/8).K = \frac{1}{\sqrt{2}}\Big[\log\big|\tan\tfrac{t}{2}\big|\Big]_{\pi/4}^{3\pi/4} = \frac{1}{\sqrt{2}}\log\frac{\tan(3\pi/8)}{\tan(\pi/8)}.

Step 4 — Simplify. Using tan(π/8)=21\tan(\pi/8) = \sqrt{2}-1 and tan(3π/8)=2+1\tan(3\pi/8) = \sqrt{2}+1:

tan(3π/8)tan(π/8)=2+121=(2+1)2.\frac{\tan(3\pi/8)}{\tan(\pi/8)} = \frac{\sqrt{2}+1}{\sqrt{2}-1} = (\sqrt{2}+1)^2.

Therefore K=12log(2+1)2=22log(1+2)=2log(1+2)K = \dfrac{1}{\sqrt{2}}\log(\sqrt{2}+1)^2 = \dfrac{2}{\sqrt{2}}\log(1+\sqrt{2}) = \sqrt{2}\log(1+\sqrt{2}).

Step 5 — Finish.

I=K2=22log(1+2)=12log(1+2).I = \frac{K}{2} = \frac{\sqrt{2}}{2}\log(1+\sqrt{2}) = \frac{1}{\sqrt{2}}\log(1+\sqrt{2}).

0π/2sin2xsinx+cosxdx=12loge(1+2)\boxed{\int_0^{\pi/2}\frac{\sin^2 x}{\sin x+\cos x}\,dx = \frac{1}{\sqrt{2}}\log_e(1+\sqrt{2})}

Common Traps

Marks-Aware Writing

A 15-mark answer for the FTC question requires: (1) an explicit Lipschitz/uniform continuity argument to establish global continuity, (2) FTC1 cited for non-integers with f(t)=[t]f'(t) = [t] written clearly, (3) both one-sided limits computed at a general integer nn with the difference =1= 1 shown. Omitting the continuity proof or treating t=0t=0 carelessly each costs marks.

For the symmetry integral: (1) define II and JJ and show I=JI = J by King’s rule, (2) add and simplify to get 2I=1/(sinx+cosx)2I = \int 1/(\sin x + \cos x), (3) evaluate via 2sin(x+π/4)\sqrt{2}\sin(x+\pi/4) and the csc\csc antiderivative, (4) compute tan(π/8)\tan(\pi/8) and tan(3π/8)\tan(3\pi/8) and carry through the logarithm identity. All four steps must appear for full marks.

Practice Set

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