Skip to main content
Logo image

Discovery guide 14.1 Discovery guide

Discovery 14.1.

Begin with a set of xy-axes. Draw the vector x0=(3,0) with its tail at the origin, and then draw the vector p=(2,1) with its tail at the head of x0.

(a)

Consider the expression x=x0+tp in the parameter t. Think of x as a variable vector: using different values of t, x evaluates to different vectors. Draw the vector x for t=1 on your diagram with its tail at the origin and using a dashed line for the shaft of the arrow. Then do the same for t=2, t=1, t=1/2, t=3.

(b)

Suppose you continued sketching in the different possible x vectors forever, using every possible value for the parameter t. What shape would be traced out by all of the points at the heads of the different versions of x?

Discovery 14.2.

The equation x2y=3 defines a line in R2. We can also view this equation as a system of linear equations. Its solution requires one parameter.

(a)

Set y=t and then compute the parametric equation for x. Set x to be the variable vector x=[xy]. Fill in the vectors at below. Then compare with Discovery 14.1.
x=[xy]=[3+2tt]=[30]+t[21]

(b)

Use the line equation x2y=3 to verify that the point (4,1/2) lies on . Then determine the value of the parameter t so that x=(4,1/2).

Discovery 14.3.

Consider the two planes
Π1:2xy+5z=5,Π2:x+2y5z=10
in R3.

(a)

Verify that Π1 and Π2 are not parallel.
Hint.
Compare their normal vectors.

(b)

Two nonparallel planes must intersect in a line. Describe the line of intersection of Π1 and Π2 in the form x=x0+tp.
Hint.
Any point in the intersection must lie on both planes at once. That is, any point in the intersection must be a solution to the system of equations formed by the two plane equations.

Discovery 14.4.

The equation xy+5z=5 defines a plane in R3. We can also view this equation as a system of linear equations.

(a)

Similarly to Discovery 14.2, determine vectors x0, p1, and p2 so that
x=[xyz]=x0+sp1+tp2
describes all solutions to the equation (and hence all points on the plane).

(b)

Use the plane’s equation xy+5z=5 to verify that the point (1,1,1) lies on the plane.
Then determine the values of the parameters s and t so that the formula
x=x0+sp1+tp2
results in this point x=(1,1,1).

Discovery 14.5.

Draw a grid over the xy-plane, with a vertical line at each integer value of x and a horizontal line at each integer value of y. Then draw e1 and e2 on your diagram.
What does the decomposition (3,2)=3e1+2e2 look like on your grid?
How about (1,2)=(1)e1+2e2?
How about (3/2,2)=(3/2)e1+(2)e2?

Discovery 14.6.

Draw a “grid” over the xy-plane as follows: at each integer value along the x-axis, draw both a vertical line and a slant line parallel to the line y=x. Then draw u=(1,1) and e2 on your diagram.
What does the decomposition (3,2)=3u+(1)e2 look like on your grid?
How about (1,2)=(1)u+3e2?
How about (3/2,2)=(3/2)u+(7/2)e2?

Discovery 14.7.

The set of all solutions to the homogeneous equation x2y+3z=0 forms a plane in R3. We can solve this equation by assigning parameters y=s and z=t, so that all solutions can be described parametrically by
(x,y,z)=s(2,1,0)+t(3,0,1).
Discuss how the vectors p1=(2,1,0) and p2=(3,0,1) create a “grid” on the plane defined by x2y+3z=0, similarly to the grids you worked with in Discovery 14.5 and Discovery 14.6.

Discovery 14.8.

Determine the point of intersection of the line , described parametrically below left, and the plane Π, described algebraically below right.
:x=(2,0,3)+t(1,1,1)Π:2x+y3z=7
Hint.
The point of intersection is simultaneously on the line and on the plane.

Discovery 14.9.

Set up a system of equations whose solution is the point of intersection of the line and the plane Π, described parametrically below.
:x=(2,0,3)+t(1,1,1)Π:x=(3,1,0)+r(1,1,1)+s(3,0,2)
Hint.
The point of intersection is simultaneously on the line and on the plane.