The math optional, made finite. Daily Practice

Continuity of Functions on R; Epsilon-Delta

At a Glance

Why This Chapter Matters

This atom appears once in 13 years (2018, 15 marks) and is rated T4, so it is not a priority-one topic. However, the ε\varepsilon-δ\delta technique underpins every continuity argument in the paper, and UPSC’s question type is tightly predictable: prove continuity or discontinuity of a specific function from the definition. Mastering the template here pays dividends in related atoms (uniform continuity, P2-RA-09; properties on compact sets, P2-RA-10).

Minimum Theory

Definition (Continuity at a point). Let f:RRf:\mathbb{R}\to\mathbb{R} and x0Rx_0 \in \mathbb{R}. Then ff is continuous at x0x_0 if

ε>0,  δ>0 such that xx0<δ    f(x)f(x0)<ε.\forall\,\varepsilon > 0,\;\exists\,\delta > 0 \text{ such that } |x - x_0| < \delta \;\Rightarrow\; |f(x) - f(x_0)| < \varepsilon.

Sequential characterisation. ff is continuous at x0x_0 if and only if for every sequence (xn)(x_n) with xnx0x_n \to x_0 we have f(xn)f(x0)f(x_n) \to f(x_0).

Discontinuity via sequences. To prove ff is discontinuous at x0x_0, it suffices to exhibit a sequence xnx0x_n \to x_0 such that f(xn)↛f(x0)f(x_n) \not\to f(x_0).

Algebra of continuous functions. If ff and gg are continuous at x0x_0, so are f+gf+g, fgfg, and f/gf/g (provided g(x0)0g(x_0) \neq 0). Composition: if gg is continuous at x0x_0 and ff is continuous at g(x0)g(x_0), then fgf \circ g is continuous at x0x_0.

Key examples.

Proving continuity of f(x)=x2f(x) = x^2 at x0x_0. For xx0<δ|x - x_0| < \delta,

f(x)f(x0)=x2x02=x+x0xx0.|f(x) - f(x_0)| = |x^2 - x_0^2| = |x + x_0|\,|x - x_0|.

Restrict δ1\delta \leq 1 so that xx0<1|x - x_0| < 1 implies x<x0+1|x| < |x_0| + 1, giving x+x0x+x0<2x0+1|x + x_0| \leq |x| + |x_0| < 2|x_0| + 1. Then

f(x)f(x0)<(2x0+1)δ.|f(x) - f(x_0)| < (2|x_0| + 1)\,\delta.

Choose δ=min ⁣(1,ε2x0+1)\delta = \min\!\left(1,\, \dfrac{\varepsilon}{2|x_0|+1}\right). Then f(x)f(x0)<ε|f(x) - f(x_0)| < \varepsilon.

Question Archetypes

ArchetypeRecognition
prove-continuity”Prove ff is continuous at x0x_0 using the ε\varepsilon-δ\delta definition.”
prove-discontinuity”Prove ff is discontinuous at x0x_0.“
piecewise-analysis”Investigate continuity of a piecewise-defined function.”

prove-continuity (1 question(s); 2018)

Recognition Cues

Solution Template

  1. Write out f(x)f(x0)|f(x) - f(x_0)| explicitly.
  2. Factor or bound the expression to isolate xx0|x - x_0|.
  3. Impose a preliminary bound δ1\delta \leq 1 (or another convenient constant) to control the remaining factor.
  4. Choose δ=min(1,ε/C)\delta = \min(1, \varepsilon/C) where CC is the bound on the other factor.
  5. Verify: xx0<δf(x)f(x0)<Cδε|x - x_0| < \delta \Rightarrow |f(x) - f(x_0)| < C \cdot \delta \leq \varepsilon.

Worked Example

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

Using the ε\varepsilon-δ\delta definition, prove that f(x)=x2f(x) = x^2 is continuous at every point x0Rx_0 \in \mathbb{R}.

Proof.

Let x0Rx_0 \in \mathbb{R} and ε>0\varepsilon > 0 be given. We need to find δ>0\delta > 0 such that

xx0<δ    x2x02<ε.|x - x_0| < \delta \;\Longrightarrow\; |x^2 - x_0^2| < \varepsilon.

Observe that

x2x02=xx0x+x0.|x^2 - x_0^2| = |x - x_0|\,|x + x_0|.

Preliminary bound. Assume first that δ1\delta \leq 1, so xx0<1|x - x_0| < 1. Then

xxx0+x0<1+x0,|x| \leq |x - x_0| + |x_0| < 1 + |x_0|,

and by the triangle inequality,

x+x0x+x0<(1+x0)+x0=1+2x0.|x + x_0| \leq |x| + |x_0| < (1 + |x_0|) + |x_0| = 1 + 2|x_0|.

Choice of δ\delta. Set

δ=min ⁣(1,  ε1+2x0).\delta = \min\!\left(1,\; \frac{\varepsilon}{1 + 2|x_0|}\right).

Verification. For xx0<δ|x - x_0| < \delta,

x2x02=xx0x+x0<δ(1+2x0)ε1+2x0(1+2x0)=ε.|x^2 - x_0^2| = |x - x_0|\,|x + x_0| < \delta\,(1 + 2|x_0|) \leq \frac{\varepsilon}{1+2|x_0|}\,(1 + 2|x_0|) = \varepsilon.

Since ε>0\varepsilon > 0 was arbitrary and δ\delta depends only on ε\varepsilon and x0x_0, ff is continuous at x0x_0. As x0x_0 was arbitrary, f(x)=x2f(x) = x^2 is continuous on R\mathbb{R}.

f(x)=x2 is continuous on R.  \boxed{f(x) = x^2 \text{ is continuous on } \mathbb{R}.}\;\blacksquare

Common Traps

Marks-Aware Writing

At 15 marks, write a complete proof with every logical step made explicit: state ε>0\varepsilon > 0 given, state the goal, show the algebra, make the preliminary bound, choose δ\delta, verify the implication, and close with “since ε\varepsilon was arbitrary.” Skipping any of these steps risks losing 3–5 marks. Roughly: setup and algebra — 4 marks; preliminary bound and δ\delta choice — 5 marks; verification — 4 marks; conclusion — 2 marks.

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.