MATH 414 Lecture 3

From Notes
Jump to navigation Jump to search

« previous | Friday, January 17, 2014 | next »


Distance

Difference in length in a vector space:

dist(u,v)=uv


In signal space L2, recall

f=ab|f(t)|2dt

Hence dist(f,g)=ab|f(t)g(t)|2dt


Convergence

Approximation

If we have a sequence of functions {fn(t)}n=1

  1. Naïve convergence: Fix t. then limnfn(t)=f(t)
  2. Uniform convergence: (Visual convergence): A sequence fn converges uniformly to f on [a,b] if and only if for all ϵ>0 there exists a N depending only on ϵ such that |fn(t)f(t)|<ϵ for all nN and t[a,b].
  3. Convergence in the mean or in L2:

Example

fn(t)=tn 0t<1.

Fix t. Let n and fn(t) converges to 0.

Naïve convergence
observe tn=enlog(1t). For tN=ϵ, we have N=logϵlogt.
for nN, tn<tN<ϵ
Uniform Convergence
tn does not converge uniformly since for any ϵ<1 and N, tn1 as t1
L2
ab|tn|2dt=abt2ndt=12n+1t2n+1|ab=12n+1, which converges to 0 as n. Therefore f converges in L2.
Note: Uniform convergence implies both Naïve convergence and L2 convergence, but neither implies uniform, and they do not imply each other.

Orthogonality and Subspaces

We say that u and v are orthogonal if and only if u,v=0.

We say that UV is a subspace (not empty, but 0U), then v is orthogonal to U when vu for all uU.

We say that {u1,u2,,un} is an orthonormal set iff uj,uk=δj,k, where δj,k is the j,k-th entry in the identity matrix; that is,

δj,k={1j=k0otherwise

  1. An orthonormal set is always linearly independent
  2. If U=Span{u1,,un}V, then uU can be written as u=j=1nu,ujuj (think ı^, ȷ^, and Failed to parse (unknown function "\math"): {\displaystyle \math{k}} in 3)
  3. Orthonormal projection onto U of a vector vV is defined as p=ProjU(v)=j=1nv,ujuj, where vpU=Span{u1,,un}.