Orthonormal Bases: Determining Coefficients for Arbitrary Vector

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 5K views
mrxtothaz
Messages
14
Reaction score
0
If we have a vector that can be expressed in terms of some finite list of basis elements. If we have an orthonormal basis for a vector space V, then a vector v can be expressed as <v,e1>e1 +...+ <v,en>en. This appears to be widely used for many results (such as Gram-Schmidt), but the motivation for this is not clear to me. Not only that, I don't understand why this is the case (geometrically).

Obtaining the coefficients for a given vector (in terms of an orthonormal basis) using the inner product of the vector v with each basis element... why does this work?
 
Physics news on Phys.org
If you consider the version of the dot product involving cosine, [itex]v\cdot e_{1}=|v||e_{1}|cos\theta=|v|cos\theta[/itex] because [itex]e_{1}[/itex] is a unit vector. This is just the "[itex]e_1[/itex] component" of v (rather than the x or y component of v).
I included a poorly done illustration in Paint.
 

Attachments

  • Orthonormal Basis.JPG
    Orthonormal Basis.JPG
    18.2 KB · Views: 635
It works because it works on basis vectors. Define the linear operator A by
[tex]Av = \sum_{i=1}^n \langle v, e_i \rangle e_i.[/tex]
Then for any k,
[tex]Ae_k = \sum_{i=1}^n \langle e_k, e_i \rangle e_i<br /> = \sum_{i=1}^n \delta_{ki} e_i = e_k.[/tex]
It follows that A = I, so Av = v for any v.