Skip to main content

Section 6.4 Inner product space

Subsection 6.4.1 Abstract Vector Space

  1. Let Pn(x)={a0+a1x+…+anxn|ai∈R} is a vector space with two operations
    (a0+a1x+…+anxn)+(b0+b1x+…+bnxn)=(a0+b0)+(a1+b1)x+…+(an+bn)xn
    k(a0+a1x+…+anxn)=(ka0)+(ka1)x+…+(kan)xn
  2. Define C[a,b] be the set of all real-valued continuous functions defined on the interval [a,b]. C[a,b] is a vector space with operations
    (f+g)(x)=f(x)+g(x) and (cf)(x)=c[f(x)].

Subsection 6.4.2 Inner Product Space

Let u,v, and w be vectors in a vector space V, and let c be any scalar. An inner product on V is a function that associates a real number ⟨u,v⟩ with each pair of vectors u and v and satisfies the axioms listed below.
  1. ⟨u,v⟩=⟨v,u⟩
  2. ⟨u,v+w⟩=⟨u,v⟩+⟨u,w⟩
  3. c⟨u,v⟩=⟨cu,v⟩
  4. ⟨v,v⟩≥0, and ⟨v,v⟩=0 if and only if v=0.

Definition 6.4.1. Inner Product Space.

A vector space V with an inner product is called an inner product space.

Example 6.4.3.

On C[1,4], find the angle between f(x)=x2−x+1 and g(x)=5x+6.

Subsection 6.4.3 Gram-Schmidt Process in an Inner Product Space

Example: In C[0,2], find an orthonormal basis of the space W=span{1,x,x2}.