Skip to main content
Logo image

Section 14.3 Concepts

Subsection 14.3.1 Lines in the plane

When we view a single linear equation in two variables as a (very simple) system of equations, we require a single parameter to solve. We’ve previously seen that we can use matrix algebra to express the general solution to a system of equations as a linear combination of column matrices, where the parameters appear as coefficients.
When we interpret the column matrices in such a linear combination as vectors, we can investigate the geometry of the set of solutions, as we did in Discovery 14.1. For a general solution to ax+by=c of the form
x=x0+tp,
the vector x0 corresponds to the particular solution for t=0, and we can think of its terminal point as an “base” point on the line. When we vary the value of the parameter t, we get solutions that are vector sums of the base point x0 and scalar multiples of p. Geometrically, these vector sums all involve tacking some scaled copy of p onto the end of x0.
described in detail following the image
Diagram of a line in the plane described via a parameter.
The terminal points of all such vectors x trace out the line parallel to p that passes through the terminal point of x0. Since p is parallel to the line, we might think of p as a “direction” vector for the line.

Subsection 14.3.2 Lines in space

Two nonparallel planes in space must intersect in a line, as in Discovery 14.3. If we have algebraic equations a1x+b1y+c1z=d1 and a2x+b2y+c2z=d2 for these planes, then solving for the points of intersection is the same as solving the linear system formed by these two equations. The assumption that the planes are not parallel guarantees that we will need one (and only one) parameter to solve the system, and then the general solution can be expressed in a vector form
x=x0+tp,
just as in the previous case of a line in the plane. To visualize, we can imagine the diagram in the previous subsection above as floating in space instead of lying in the plane.

Subsection 14.3.3 Planes in space

When we view a single linear equation in three variables as a system of equations, we require two parameters to solve. As before, we can use matrix algebra to express the general solution as a linear combination of column matrices, where the parameters appear as coefficients.
Similarly to the vector description of a line, a parametric vector expression
x=x0+sp1+tp2
can be interpreted as follows. The terminal point of the vector x0 is an “base” point on the plane, corresponding to parameter values s=0 and t=0. The vectors p1 and p2 are parallel to the plane. Similarly to the vector description of a line, as we vary the values of s and t we obtain other points on the plane by tacking on linear combinations of p1 and p2 to the end of x0.
described in detail following the image
Diagram of a plane in space described with parameters.

Subsection 14.3.4 Parallel vectors as a “basis” for lines and planes

In a vector description x=x0+tp for a line, the “base” point at the head of x0 gets you onto the line, and then one can get to any other point on the line by following a scalar multiple of the parallel vector p. In this way, the parameter t effectively places a coordinate system on the line, where the integers are spaced apart by the length of p. (See the line diagram earlier in Subsection 14.3.1.)
Values of the parameter t are mapped to specific positions on the line, just as when we visualize the set of real numbers R along the real number line, where each real number represents a position on a line. This idea of a coordinate system along the line is more natural when the line passes through the origin, so that we can take x0=0. In this case we have x=tp, so that all points on the line correspond to scalar multiples of the parallel vector p, and parameter value t=0 corresponds to the origin. So the vector p tells us pretty much all we need to know about the line, and any other line that is parallel to this line could use the same parallel vector p, it would just need a different “base point” vector x0.
described in detail following the image
Diagram of a line through the origin in the plane described via a parameter.
In the plane, the standard basis vectors e1,e2 play the same role for the whole plane, representing our xy-coordinate system and setting up a grid as in Discovery 14.5.
described in detail following the image
Diagram of a parametric description of the plane using the standard basis vectors.
When we have a vector description x=x0+sp1+tp2 for a plane in space, scalar multiples of the vectors p1 and p2 form a grid on the plane in the same way (except that the grid lines will not be at right angles to each other if p1 and p2 are not).
described in detail following the image
Another diagram of a plane in space described with parameters.
The vectors p1 and p2 set up an st-coordinate system on the plane, where every point on the plane corresponds to a particular pair of parameter values, and vice versa, by adding the linear combination sp1+tp2 onto x0. If the plane passes through the origin (as in Discovery 14.7), then we can take x0 to be the zero vector, so that the origin corresponds to (s,t)=(0,0). Then every other point in the plane could be constructed as a linear combination of p1 and p2.

Subsection 14.3.5 Summary

Combining with our knowledge of normal vectors from the previous chapter, we now have several ways to describe lines and planes in R2 and R3.
Algebraic Geometric Vector
line in R2 ax+by=c
n(xx0)=0where n=(a,b)
x=x0+tp
plane in R3 ax+by+cz=d
n(xx0)=0where n=(a,b,c)
x=x0+sp1+tp2
line in R3
intersection ofplanesa1x+b1y+c1z=d1anda2x+b2y+c2z=d2
common xthat satisfyn1(xx0)=0andn2(xx0)=0wheren1=(a1,b1,c1),n2=(a2,b2,c2)
x=x0+tp
Figure 14.3.1. Descriptions of lines in R2 and lines and planes in R3.

Remark 14.3.2.

  • In both the Geometric and Vector columns, the vector x0 represents a fixed “base” point that is on the line or plane.
  • In the Geometric column, the n vectors are normal vectors to the line or plane, and their components are precisely the coefficients from the corresponding entry in the Algebraic column. Note that in R3, there are 360 ° of normal directions to a line, so we need two normal vectors (n1 and n2) to be able to specify the direction of the line — and then the line is parallel to n1×n2. While the normal vector n for a line in R2 or a plane in R3 are essentially unique (for a specific line or plane, it can only be replaced by a nonzero scalar multiple), the pair of normal vectors for a line in R3 is not unique (there are many pairs of normal vectors that are not just scalar multiples of other pairs that would describe the same line). We can say something about n1 and n2 though — for a given line in R3, every such pair of normal vectors must be parallel to a plane that is normal to the line.
  • In the Vector column, the p vectors are parallel to the line or plane. For a line in either R2 or R3, we would just need to know a second “base point” vector x1, and the we could take p=x1x0. Or, for a line in R3, we could start with two known, nonparallel normal vectors n1,n2 for the line, and then we could take p=n1×n2. For a plane in R3, we need three “known” points total, represented by some vectors x0, x1, x2. As long as these “known” points are not noncollinear, we can get the necessary vectors parallel to that plane by taking p1=x1x0 and p2=x2x0.
  • We can realize similar geometric “shapes” in R4, R5, and higher dimensions, even though we can’t “see” them. A line or plane in higher dimensions would have the same kind of vector description. The algebraic and geometric descriptions of lines in R2 and planes in R3, if adapted to be used in higher dimensions, would describe a hyperplane — some sort of “subspace” of n-dimensional space that is of one dimension lower. For example, similarly to how we might think of a plane in R3 as a “copy” of the plane (R2) sitting inside space (R3), we might imagine a hyperplane in R4 as a “copy” of R3 sitting inside R4.