Search CTRL + K

Lecture 02 - Banach Spaces

Pasted image 20240828161513.png

A hierarchy of mathematical spaces: The inner product induces a norm. The norm induces a metric. The metric induces a topology. We are working from outside in, starting from metric spaces trying to work towards Inner product spaces. We are seeking inner products since they have the ability to determine whether two objects in the space are orthogonal to each other.

Consider the following wave equation problem:
Pasted image 20240828155024.png

yxx=1k2ytt

With initial conditions:

y(0,t)=y(π,t)=0y(x,0)=F(x)yt(x,0)=0

We know, due to Bernoulli, we can solve this problem using separation of variables:

y(x,t)=f(x)g(t)

Proceeding forward by differentiating we can obtain:

fg=1k2fgff=1k2gg

Since the left hand side is a function of x only while the right hand side is a function of t only then we deduce that they must be equal to a constant for all x and t. Thus we obtain the following two ODE problems:

f(x)=cf(x)f(0)=f(π)=0g(t)=ck2g(t)g(0)=0g(0)=F(x)/f(x)

Thus we reduced our PDE problem to a system of ODEs. We obtain the following solutions:

If c=n2f(x)=sin(nx)g(t)=ancos(knt)+bηsin(knt)

Thus we obtain:

yn(x,t)=sin(nx)(ancos(knt)+bnsin(knt))

and by the super position principle our solution can be written as a series of yn. Thus we obtain our solution to be:

y(x,t)=n=1sin(nx)(ancos(knt)+bnsin(knt))

Banach Space

Definition

A metric (or a distance function) d on a a set M is a function on f:M×MR that satisfies the following conditions:

  • Non negativity: d(x,y)0 and d(x,y)=0x=y
  • Symmetry: d(x,y)=d(y,x)
  • Triangle Inequality: d(x,z)d(x,y)+d(y,z)
Exercise

Let M be the set of cities in Indonesia. Determine which of the following are a metric on M.

  1. d(A,B) is the price of 2nd class railway ticket from A to B.
  2. d(A,B) is the offpeak driving time from A to B.
Definition

Let V be a real (or complex) vector space. A norm on V is a real-valued function, ||X||, such that:

  • ||X||0 and ||X||=0X=0
  • ||λX||=|λ|||X|| for λR (or C) and vV
  • ||X+Y||||X||+||Y||
Definition

  1. We say a sequence {xn} is convergent in a metric space (M,d) if ϵ>0,N>>1 such that nN
d(xn,x)<ϵ
  1. Let {xk}k1 in a metric space (M,d) is a Cauchy sequence if ϵ>0 NN such that if k,l>n then d(xk,xl)<ϵ
  2. (M,d) is a complete metric space if every Cauchy sequence is convergent.

Definition

A Banach space is a complete normed space.

Example

  • l2n on Rn or Cn is the set of sequences of length n, i.e. xlsn then x=(x1,x2,...,xn) such that
||x||=i=1nxi2
  • Ξ=C([a,b])||f||=Maxaxb |f(x)|