The scalar product, also called dot product or inner product, of a and b is written as a⋅b, and is defined as
a⋅b = |a||b|\mathop{cos}\nolimits {θ}_{ab},
| (3.1) |
This is clearly a number (scalar) and not a vector. The angle {θ}_{ab} is the angle between the first and second vector, and thus
(One usually suppresses the subscript ab on the angle θ.) We thus see that order does not matter, or more formally, that the dot product is commutative.
Let us look at some special cases
\class{boxed}{a = \sqrt{a ⋅ a}\quad . }
|
This is a straighforward application of the previous two properties! A set where each vector is orthogonal to all the others is called an orthogonal set of vectors; if the vectors also have unit length, one speaks of an orthonormal set.
It is generally useful to list a few more properties:
Example 3.6:
Simplify {(a + b)}^{2}
Solution:
Let a = {a}_{1}i + {a}_{2}j + {a}_{3}k, b = {b}_{1}i + {b}_{2}j + {b}_{3}k, then
Example 3.7:
Find a unit vector which is perpendicular to (1,2,−1) and has y-component zero.
Solution:
This vector has the form a = ({a}_{x},0,{a}_{z}). Must be orthogonal to (1,2,−1), so
({a}_{x},0,{a}_{z}) ⋅ (1,2,−1) = 0,
|
which leads to
For this to be a unit vector {a}^{2} = 2{α}^{2} = 1, or α = ±1∕\sqrt{2} (we can choose either sign. Explain!). Thus
\class{boxed}{a = ( {1\over
\sqrt{2}},0, {1\over
\sqrt{2}})\quad . }
|