Orthogonal Basis and Its Coordinates
📂Linear AlgebraOrthogonal Basis and Its Coordinates
Definition
An inner product space basis V that is an orthogonal set is called an orthogonal basis. If S is an orthonormal set, it is called an orthonormal basis.
Theorem
If S={v1,v2,…,vn} is an orthogonal basis of the inner product space V, and let u∈V. Then, the following equation holds.
u=∥v1∥2⟨u,v1⟩v1+∥v2∥2⟨u,v2⟩v2+⋯+∥vn∥2⟨u,vn⟩vn=i=1∑n∥vi∥2⟨u,vi⟩vi
If S is an orthonormal basis, the following equation holds.
u=⟨u,v1⟩v1+⟨u,v2⟩v2+⋯+⟨u,vn⟩vn=i=1∑n⟨u,vi⟩vi
Explanation
From the above theorem, the following vector is said to be the coordinates of u∈V with respect to the basis S.
(u)S=(⟨u,v1⟩,⟨u,v2⟩,…,⟨u,vn⟩)
Proof
Since S is a basis of V, u∈V has the following unique linear combination representation.
u=c1v1+c2v2+⋯+cnvn
Taking the inner product of u with each of vi yields the following.
⟨u,vi⟩=⟨c1v1+c2v2+⋯+cnvn,vi⟩=c1⟨v1,vi⟩+c2⟨v2,vi⟩+⋯ci⟨vi,vi⟩+⋯+cn⟨vn,vi⟩=ci⟨vi,vi⟩=ci∥vi∥2
⟹ci=∥vi∥2⟨u,vi⟩
Since the ci that satisfy the above equations are unique, substituting them into (eq1) gives the following.
u=∥v1∥2⟨u,v1⟩v1+∥v2∥2⟨u,v2⟩v2+⋯+∥vn∥2⟨u,vn⟩vn=i=1∑n∥vi∥2⟨u,vi⟩vi
If S is an orthonormal set, then ∥vi∥2=1 holds, so (thm2) is satisfied.
■