Orthogonal projection (vectors)

TsAmE

Junior Member
Joined
Aug 28, 2010
Messages
55
Show that the vector orthab=bprojab\displaystyle orth_{a}b = b - proj_{a}b (orthogonal projection of b) is orthogonal to a

I have no idea on how to start. I only know the scalar and vector projection formulae.
 
Hello, TsAmE!

Show that:   ortha(b)  =  bproja(b)\displaystyle \text{Show that: }\;\text{orth}_{\bf a}(\bf b) \;=\; b - \text{proj}_{a}(b)

A diagram should make it clear . . .


Code:
                        *
                     *  |
              b   *     |
               *        | orth_a(b)
            *           |
         *              |
      * - - - - - - - - * - - - *
           proj_a(b)
      : - - - - - - a - - - - - :

We see that:   proja(b)+ortha(b)  =  b\displaystyle \text{We see that: }\;\text{proj}_{\bf a}(\bf b) + \text{orth}_a(b) \;=\; b

Therefore:   ortha(b)  =  bproja(b)\displaystyle \text{Therefore: }\;\text{orth}_{\bf a}(\bf b) \;=\; b - \text{proj}_a(b)

 
Top