M408M Learning Module Pages
Main page Chapter 10: Parametric Equations and Polar CoordinatesChapter 12: Vectors and the Geometry of SpaceLearning module LM 12.1: 3-dimensional rectangular coordinates:Learning module LM 12.2: Vectors:Learning module LM 12.3: Dot products:DefinitionsProperties Projections and components Worked problems Learning module LM 12.4: Cross products:Learning module LM 12.5: Equations of Lines and Planes:Learning module LM 12.6: Surfaces:Chapter 13: Vector FunctionsChapter 14: Partial DerivativesChapter 15: Multiple Integrals |
Projections and componentsThe geometric definition of dot product helps us express the projection of one vector onto another as well as the component of one vector in the direction of another. But let's approach the concept from a different direction: given vectors ${\bf a},\ {\bf b}$ and scalars $\lambda, \ \mu$, we know how to form the linear combination ${\bf u} = \lambda {\bf a} + \mu {\bf b}$ to create a new vector $\bf u$. Suppose instead that we start with vectors ${\bf a},\ {\bf b}$, and a vector $\bf u$. Then we can try to determine scalars $\lambda, \ \mu$ so that $${\bf u} \ = \ \lambda {\bf a} + \mu {\bf b}\,.$$ In mathematical terms, this provides a representation of $\bf u$ in terms of ${\bf a},\ {\bf b}$. It is an extremely important idea that occurs everywhere one tries to model a theoretical or practical situation. (You did something very similar to this with Taylor series, taking for ${\bf a},\ {\bf b}$ the monomials $1,\, x,\, x^2, \, x^3, \, \ldots \ $ and $\bf u$ a function $f(x)$.) The term $ \lambda {\bf a}$ can be thought of as the projection of $\bf u$ on $\bf a$. For simplicity, let's start with just two vectors $\bf u$ and $\bf v$ shown below in dark blue and light blue respectively.
Important Special cases: Since the vectors ${\bf i},\, {\bf j},\,$ and $\bf k$ all have unit length, a vector ${\bf v} = \langle\,a,\,b,\,c\,\rangle$ can be written as $${\bf v} \ = \ ({\bf v}\cdot {\bf i})\,{\bf i} + ({\bf v}\cdot {\bf j})\,{\bf j} + ({\bf v}\cdot {\bf k})\,{\bf k} \ = \ a\,{\bf i} + b\,{\bf j} + c\,{\bf k}\,.$$ Components of velocity, or of force vectors like gravity, will be important in this and many other courses. Directional Angles and Directional Cosines: A vector ${\bf v} = \langle a, b, c \rangle$ makes an angle $\alpha$ with the $x$-axis, $\beta$ with the $y$-axis, and $\gamma$ with the $z$-axis. The angles $\alpha$, $\beta$, and $\gamma$ are called the directional angles of ${\bf v}$ and $\cos(\alpha)$, $\cos(\beta)$ and $\cos(\gamma)$ are called the directional cosines of ${\bf v}$. Computing directional cosines is easy: $$\cos(\alpha) \ = \ \frac{{\bf v}\cdot {\bf i}}{\|{\bf v}\| \|{\bf i}\|} \ = \ \frac{a}{\sqrt{a^2+b^2+c^2}}.$$Similarly, $$\cos(\beta) \ =\ \frac{b}{\sqrt{a^2+b^2+c^2}}; \qquad \cos(\gamma)\ = \ \frac{c}{\sqrt{a^2+b^2+c^2}}.$$ |