]>
|
|
||
Given two vectors and whose components are elements of , with the same number of components, we define their dot product, written as or as the sum of the products of corresponding components: .
Obvious facts: the dot product is linear in and in and is symmetric between them.
We define the length of to be the positive square root of ; the length of is usually denoted by .
Wonderful Fact: the dot product is invariant under rotation of coordinates.
Exercises 3.1 Prove this statement. Solution
As a consequence of this fact, in evaluating , we can rotate coordinates so that the first basis vector is in the direction of and the second one is perpendicular to it in the plane of and .
Then
will have first two coordinates
and if the angle between
and
is
,
will have
as its similarly defined coordinates.
The dot product
therefore is
, in this coordinate system (that is, with these basis vectors), and hence in any coordinate system obtained by rotations from it.
The fact that the dot product is linear in each of its arguments is extremely important and valuable. It means that you can apply the distributive law in either argument to express the dot product of a sum or difference as the sum or difference of the dot products.
Exercises 3.2 Express the square of the area of a parallelogram with sides and in terms of dot products. Solution
The dot product of and divided by the magnitude of , which is , is called the component of in the direction of .
The vector in the direction having magnitude and sign of is called the projection of on .
The vector obtained by subtracting the projection of on from is called the projection of perpendicular to or normal to . (By definition this projection has zero component in the direction of , and is therefore normal to .)
Exercises:
3.3 Express the square of the component of in the direction of in terms of dot products. Solution
3.4 Express the component of perpendicular to in terms of dot products. Solution
3.5 Write out using the linearity of the dot product in each of its arguments. What famous law does this establish? Solution
3.6 Express the projection of on in terms of dot products and the vector . Solution
|
|