Section 13.4 Examples
Subsection 13.4.1 Orthogonal vectors
Example 13.4.1. Testing for orthogonality.
As in Discovery 13.2, and as discussed in Subsection 13.3.2, it’s fairly easy to form orthogonal vectors in And it’s not that much more difficult in
- The vectors
and are orthogonal in because - The vectors
and are orthogonal in because
Example 13.4.2. Orthogonality of the standard basis vectors.
In the standard basis vectors are always orthogonal to each other. When we compute with the in the component of won’t line up with the in the component of and we’ll get a computation something like
Subsection 13.4.2 Orthogonal projection
Let’s complete the computations from Discovery 13.3.
Example 13.4.3. Using orthogonal projection to compute distance from a point to a line in .
The line through the origin and parallel to consists of all scalar multiples of We would like to know the following.
- What is the point on this line closest to the point
- What is the distance from
to the line?
will be a normal vector for the line, extending from to and so the norm of this vector represents the (perpendicular) distance between and the line:
Subsection 13.4.3 Cross product
Here is an example of using the cross product to answer a geometry question in
Example 13.4.4. Using cross product to determine the equation of a plane in .
Suppose we would like to determine the equation of the plane in that passes through the point and is parallel to the vectors and
The equation we are looking for is of the form We know that can be taken to be the components of any normal vector for the plane. A normal vector for the plane must be orthogonal to the plane, and hence must be orthogonal to each of and We can use the cross product to compute such a vector:
So we can use as the equation of the plane, for some as-yet-to-be-determined value of But we also know that the plane passes through the point so we must have
Thus, the plane can be described algebraically by the equation or in point-normal form by the equation where is as computed above, is the “base” point and is a variable point.