Decomposing a vector parallel and perpendicular to a fixed vector

  • Context: Graduate 
  • Thread starter Thread starter AxiomOfChoice
  • Start date Start date
  • Tags Tags
    Inner product Product
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
AxiomOfChoice
Messages
531
Reaction score
1
Suppose you have an inner product space [itex]V[/itex] (not necessarily finite dimensional; so it could be an infinite dimensional Hilbert space or something). Fix a vector [itex]\Phi[/itex] in this space. Given an arbitrary vector [itex]\Psi \in V[/itex], can I write it as
[tex] \Psi = \Psi^{\parallel} + \Psi^{\perp},[/tex]
where [itex]\Psi^{\parallel}[/itex] is parallel to the given [itex]\Phi[/itex] and [itex]\Psi^{\perp}[/itex] is perpendicular to the given [itex]\Phi[/itex]?
 
Physics news on Phys.org
If the inner product is positive definite, then you can. Just write:

[tex]\Psi^\parallel = \frac{(\Phi,\Psi)}{(\Phi,\Phi)}\,\Phi[/tex]

[tex]\Psi^\perp=\Psi-\Psi^\parallel[/tex]
 
This is just the fact that

[tex]V=<\Phi>\oplus <\Phi>^\perp[/tex]

where <> denotes the span.
 
The more general theorem says that if x is a member of a Hilbert space H, and K is a closed linear subspace of H, there's a unique y in K such that [itex]x-y\perp K[/itex]. If we define [itex]x_\parallel=y[/itex] and [itex]x_\perp=x-y[/itex], we can write [itex]x=x_\parallel+x_\perp[/itex]. The theorem also says that y is at the minimum distance from x: d(x,y)=d(x,K).

(I'm saying linear subspace to emphasize that it's a subspace of the vector space, not the Hilbert space. A closed linear subspace is a linear subspace that's also a closed set. Some authors use the term "linear subspace" only when the set is closed, and the term "linear manifold" when it may not be closed).
 
@Fredrik: V is not assumed to be a Hilbert space (i.e. need not be complete) in this topic.