Skip to main content
Logo image

Discovery guide 13.1 Discovery guide

Recall that for u=(u1,u2,,un) and v=(v1,v2,,vn), the dot product of u and v is defined by the formula given below on the left. It is an important formula because if θ is the angle between two nonzero vectors u and v, then θ satisfies both 0θπ and the formula given below on the right.
uv=u1v1+u2v2++unvncosθ=uvuv

Discovery 13.1.

Based on the graph of y=cosθ on domain 0θπ provided below, what can you say about uv in the case that θ is acute? … obtuse? … right?
described in detail following the image
Graph of y=cosθ.
Extending the concept of perpendicular to higher dimensions, vectors u and v are called orthogonal if uv=0.

Discovery 13.2.

(a)

Can you guess a vector v=(v1,v2) that is orthogonal to u=(1,3) in the plane? Make sure your guess satisfies the definition of orthogonal: you need uv=0.

(b)

What relationship to your initial guess v will other vectors in the plane that are orthogonal to u have?
Hint.
Draw a diagram of your vectors u and v, both with initial points at the origin. On your diagram, how can you modify your intial guess v geometrically while still maintaining orthogonality with u?

(c)

Turn the pattern of your guess from Task a into a general pattern for vectors in the plane: if u=(a,b), then an example of a vector orthogonal to u is
v=(XXX,XXX).

Discovery 13.3.

(a)

Draw the vector a=(3,1) in the xy-plane with its tail at the origin. Now imagine you were to also draw in every possible scalar multiple of a (positive, negative, zero, fractional, etc.). What geometric shape would these scalar multiples of a trace out? Draw this shape on your diagram.

(b)

Plot the point Q(4,4) on your diagram. On the line defined by a that you drew in the first part of this activity, draw in the point that you think is closest to Q. Label this point P. Now draw PQ, and label this vector as n.
What is the relationship between n and the line? What is the value of na?

(c)

Vector OP is parallel to a, so OP is a scalar multiple of a. Our goal is to determine the scalar k so that the head of ka lies at P. Complete the triangle in your diagram by drawing in the vector u=OQ.
Then express n as a combination of u and ka.

(d)

Substitute your expression for n from Task c into your equation for na from Task b, and then solve for k as a formula in u and a.
Now complete the general formula:
ka=(XXXXXX)a
(where in the brackets you should fill in a formula in the variable letters u and a, without using their actual numerical components, that describes how to compute ka from u and a).
The vector ka in Discovery 13.3 is called the orthogonal projection of u onto a, and we write projau to mean this vector. It is also sometimes called the vector component of u parallel to a. The vector n=uprojau is called the vector component of u orthogonal to a.
The same problem can be solved in higher dimensions by the same formula for projau.

Discovery 13.4.

(a)

Suppose u is orthogonal to a. What is projau? What is the component of u orthogonal to a?

(b)

Answer the same two questions in the case that u is parallel to a.

Discovery 13.5.

If is the line through the origin and parallel to a vector a, and u is some other vector, then our construction in Discovery 13.3 guarantees that projau represents the closest point on to the terminal point of u.
The distance between a point and a line is defined as the shortest (i.e. perpendicular) distance between the two. Use the orthogonal projection to come up with a procedure to determine the distance between the line :y=x/2 and the point Q(2,4).

Discovery 13.6.

The homogeneous linear equation 2x+3y=0 defines a line through the origin in R2 (i.e. the xy-plane).

(a)

Recall that a point (x,y) lies on the line if and only if its coordinates satisfy the given equation. Let’s consider such a point as the terminal point of the vector x=(x,y) with its initial point at the origin. Does the left-hand side of the equation for the line look like the formula for some quantity related to x and some other vector? Perhaps some quantity that we’ve been exploring in detail recently?

(b)

In light of the first part of this activity, what does the right-hand side of the equation for the line say about the relationship between a vector x=(x,y) that lies along the line and the other special vector you identified in the previous part?

Discovery 13.7.

The nonhomogeneous linear equation 2x+3y=8 defines a line through the point P(1,2) in R2.

(a)

Draw the line and label the point P(1,2). Choose another arbitrary point on the line and label it Q(x,y). Draw the vector v=PQ along the line. Express the components of v as formulas in x and y.

(b)

Draw the vector n=(2,3) (from the coefficients in the line equation, just as in Discovery 13.6) with its tail at P. What do you notice about the relationship between this normal vector and the vector v parallel to the line? Express this relationship in terms of the dot product, and then expand out this dot product.
The same sort of analysis can be carried out for a plane in space determined by algebraic equation ax+by+cz=d. The coefficients form a normal vector n=(a,b,c) that is perpendicular to the plane (i.e. orthogonal to every vector that is parallel to the plane), and given some specific point x0=(x0,y0,z0) that lies on the plane, the plane can be described by the point-normal form n(xx0)=0.

Discovery 13.8.

Consider the planes Π1, Π2, and Π3 described algebraically below.
Π1:xy+2z=2Π2:2x2y+4z=7Π3:xy+3z=2
Use the concept of normal vector to justify the claim that Π1 and Π2 are parallel, but that Π3 is not parallel to either of Π1 or Π2.
Orthogonal projection onto a plane in space is a little more complicated, and is likely something you would learn about in a second course in linear algebra. But it’s possible to use a different strategy to determine the distance between a point and a plane by using the fact that a plane has one unique normal “direction.”

Discovery 13.9.

(a)

Using the diagram below as inspiration, come up with a procedure to determine the distance d between a point Q and a plane Π.
Hint.
Determine a vector that represents an equivalent distance, and then d will be the norm of this vector.

(b)

Come up with a procedure using vectors to determine the distance between parallel planes. Do not assume that either of the planes passes through the origin.
Hint.
Find a way to reduce this problem to the problem in the first part of this activity.
described in detail following the image
Diagram illustrating procedure to determine the distance between a point and a plane in space.