Topics:

  • Be able to decompose vectors into orthogonal components.
    • Know how to compute the orthogonal projection of one vector onto another.

Decomposing Vectors into Orthogonal Components

or Finding Projections

study this

consider two vectors and

!400

Draw a perpendicular line from to or its line of direction to find a point . The vector is called the orthogonal projection of onto or the vector projection of onto and is denoted \text{proj}_\vec{a}\vec{a} and the length of the vector projection is called the scalar projection and is denoted .

To find

\text{comp}_\vec{a}\vec{b} = \|\vec{b}\| \cos \theta = \frac{\|\vec{a}\| \|\vec{b}\| \cos \theta}{\|\vec{a}\|} = \underbrace{{\frac{\vec{a} \cdot \vec{b}}{\|\vec{a}\|}}}_{{\text{no }\theta\text{!}}}

1/15/25