Section 12.4 Examples
Subsection 12.4.1 The norm of a vector
Example 12.4.1. Basic computation examples.
Here are a few examples of computing the norm of a vector, in various dimensions.
- Consider
in Then, - Consider
in Then, - Consider
in Then,
Example 12.4.2. Norms of the standard basis vectors.
Example 12.4.3. Normalizing vectors.
We can scale any nonzero vector to a unit vector by dividing by its norm, and this normalized version of the vector will always be parallel to the original.
Let’s carry this out for the vectors from Example 12.4.1 above.
- We computed the norm of
to be Therefore, the scaled vector ). - We computed the norm of
to be Therefore, the scaled vector - We computed the norm of
to be Therefore, the scaled vector
Subsection 12.4.2 Dot product and the angle between vectors
Here is an example of using the dot product to determine the angle between vectors.