Skip to content
Sahithyan's S1
Sahithyan's S1 — Mathematics

Sequence of Functions

Types of Convergence

Pointwise convergence

ϵ>0  x[a,b]  NZ+  n>N  ;  fn(x)f(x)<ϵ\forall \epsilon \gt 0\; \forall x\in [a,b]\; \exists N \in \mathbb{Z^+}\; \forall n > N\;;\; \big|f_n(x)-f(x)\big| \lt \epsilon

Here NN depends on ϵ,x\epsilon, x.

Examples:

  • xnx^n on [0,1][0,1]

Uniformly convergence

ϵ>0  NZ+  x[a,b]  n>N  ;  fn(x)f(x)<ϵ\forall \epsilon \gt 0\; \exists N \in \mathbb{Z^+}\; \forall x\in [a,b]\; \forall n > N\;;\; \big|f_n(x)-f(x)\big| \lt \epsilon

Here NN depends on ϵ\epsilon only. Implies pointwise convergence.

Examples:

  • x2n\frac{x^2}{n} on [0,1][0,1]

Uniform convergence tests

Supremum test

Suppose un(x)u_n(x) is sequence of bounded functions. un(x)u_n(x) converges to u(x)u(x) uniformly iff:

limnsupxun(x)u(x)=0\lim_{n\to\infty} \sup_x\, \lvert u_n(x) - u(x) \rvert = 0

Properties of uniform convergence

Continuity

If un(x)u_n(x) is continuous and converging to u(x)u(x), then u(x)u(x) is also continuous.

Integrability

Explained in Converging Functions | Riemann Integration.

Differentiability

Uniform convergence-differentiation pair doesn’t go as smooth like integration was.

Suppose un(x)u_n(x) is a sequence of differentiable functions, and they uniformly converges to u(x)u(x). Differentiability of u(x)u(x) is not guaranteed. An example is:

un(x)=x2+1nu_n(x) = \sqrt{x^2 + \frac{1}{n}}

un(x)u_n(x) is differentiable but u(x)u(x) is only differentiable on R{0}\mathbb{R}-\set{0}.

Theorem

If (all conditions must be met):

  1. un(x)u_n(x) is differentiable on [a,b][a,b]
  2. un(x0)u_n(x_0) converges (pointwise) for some x0[a,b]x_0 \in [a,b]
  3. un(x)u_n'(x) converges to f(x)f(x) uniformly on [a,b][a,b]

Then:

  1. un(x)u_n(x) converges to u(x)u(x) uniformly on [a,b][a,b]
  2. u(x)u(x) is differentiable on [a,b][a,b]
  3. u(x)=f(x)u'(x)=f(x) OR in other words un(x)u_n'(x) converges to u(x)u'(x) uniformly