Skip to content
Part IA Michaelmas, Lent, Easter Term

Elementary Analysis

The Intuitive Notion of Limit

We write limxx0f(x)=K\lim_{x \to x_0} f(x) = K if f(x)f(x) can be made arbitrarily close to KK by taking xx sufficiently close to x0x_0.

Key point: This is about behaviour near x0x_0, not at x0x_0. The limit can exist even if f(x0)f(x_0) is undefined or different from KK.


The (ε, δ) Definition (Weierstrass)

limxx0f(x)=K\lim_{x \to x_0} f(x) = K if and only if: for any ε>0\varepsilon > 0, there exists δ>0\delta > 0 such that f(x)K<ε|f(x) - K| < \varepsilon for all xx satisfying 0<xx0<δ0 < |x - x_0| < \delta.

Function graph showing x₀, with ε-band around K and corresponding δ-interval around x₀, illustrating the ε-δ definition

Key features:

  • The order matters: for any ε\varepsilon, we must find some δ\delta
  • The condition 0<xx00 < |x - x_0| excludes x0x_0 itself
  • We control xx (through δ\delta) to control f(x)f(x) (through ε\varepsilon)

Analogy: A game where an opponent picks ε\varepsilon, and you must respond with a valid δ\delta.


Example: Proving limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1

We need: for any ε>0\varepsilon > 0, find δ\delta such that x<δsinxx1<ε|x| < \delta \Rightarrow \left|\frac{\sin x}{x} - 1\right| < \varepsilon.

Using the inequality sinx<x<tanx|\sin x| < |x| < |\tan x| for 0<x<π/20 < x < \pi/2:

  • From sinx<x<tanx\sin x < x < \tan x, we get cosx<sinxx<1\cos x < \frac{\sin x}{x} < 1
  • As x0x \to 0, cosx1\cos x \to 1, so sinxx\frac{\sin x}{x} is squeezed to 1

This uses the squeeze theorem: If g(x)f(x)h(x)g(x) \leq f(x) \leq h(x) and limg=limh=L\lim g = \lim h = L, then limf=L\lim f = L.


One-Sided Limits

Right-hand limit: limxa+f(x)\lim_{x \to a^+} f(x)

Left-hand limit: limxaf(x)\lim_{x \to a^-} f(x)

The (two-sided) limit exists if and only if both one-sided limits exist and are equal.

Example: The Heaviside step function: H(x)={0x<01x0H(x) = \begin{cases} 0 & x < 0 \\ 1 & x \geq 0 \end{cases}

has limx0+H(x)=1\lim_{x \to 0^+} H(x) = 1 and limx0H(x)=0\lim_{x \to 0^-} H(x) = 0. Since these differ, limx0H(x)\lim_{x \to 0} H(x) does not exist.


Limits at Infinity

limxf(x)=K\lim_{x \to \infty} f(x) = K if for any ε>0\varepsilon > 0, there exists XX such that f(x)K<ε|f(x) - K| < \varepsilon for all x>Xx > X.

Example: limx1x=0\lim_{x \to \infty} \frac{1}{x} = 0

Given ε>0\varepsilon > 0, choose X=1/εX = 1/\varepsilon. Then for x>Xx > X: 1x0=1x<1X=ε\left|\frac{1}{x} - 0\right| = \frac{1}{x} < \frac{1}{X} = \varepsilon


Continuity

A function ff is continuous at x=ax = a if:

  1. f(a)f(a) exists (the function is defined there)
  2. limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a)

(ε, δ) form: For any ε>0\varepsilon > 0, there exists δ>0\delta > 0 such that f(x)f(a)<ε|f(x) - f(a)| < \varepsilon for all xa<δ|x - a| < \delta.

Note: unlike the limit definition, this includes x=ax = a.

Types of discontinuity:

  • Removable: limit exists but ≠ function value
  • Jump: one-sided limits exist but differ
  • Essential: limit does not exist (e.g., oscillation)

Differentiability

A function ff is differentiable at x=ax = a if the limit:

f(a)=limh0f(a+h)f(a)hf'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}

exists.

Key relationship:

  • Differentiable \Rightarrow continuous
  • Continuous ⇏\not\Rightarrow differentiable

Example where continuous but not differentiable: f(x)=xf(x) = |x| at x=0x = 0. The left and right derivatives differ.


Big-O Notation

We write f(x)=O(g(x))f(x) = O(g(x)) as xax \to a if there exist constants K>0K > 0 and δ>0\delta > 0 such that:

f(x)Kg(x)for all 0<xa<δ|f(x)| \leq K|g(x)| \quad \text{for all } 0 < |x - a| < \delta

Intuition: ff is bounded by a multiple of gg near aa.

Examples:

  • x2+x=O(x2)x^2 + x = O(x^2) as xx \to \infty (the x2x^2 term dominates)
  • sinx=O(x)\sin x = O(x) as x0x \to 0 (since sinx/x1\sin x / x \to 1)

Notation convention: We usually state the tightest bound.


Why Rigorous Analysis Matters

The (ε, δ) framework:

  • Makes precise what “close” means
  • Avoids circular reasoning in limits
  • Handles pathological cases (discontinuous functions, functions that oscillate)
  • Provides foundations for calculus proofs

Historically, calculus was developed before rigorous foundations. The (ε, δ) definition (Weierstrass, 19th century) resolved centuries of confusion about infinitesimals, convergence, and continuity.