Lines and Planes in Vector and Parametric Form

60 min
0/18 practice checks

The vector form of a line

Definition (line in vector form). Let pRn\mathbf{p} \in \mathbf{R}^n and let dRn\mathbf{d} \in \mathbf{R}^n with d0\mathbf{d} \neq \mathbf{0}. The line through p\mathbf{p} with direction d\mathbf{d} is the set

L  =  {p+td  :  tR}Rn.L \;=\; \{\, \mathbf{p} + t\mathbf{d} \;:\; t \in \mathbf{R} \,\} \subseteq \mathbf{R}^n .

The equation

r  =  p+td,tR,\mathbf{r} \;=\; \mathbf{p} + t\mathbf{d}, \qquad t \in \mathbf{R},

is the vector form of LL. The scalar tt is the parameter, p\mathbf{p} is the position vector of one point of LL — the point reached at t=0t = 0 — and d\mathbf{d} is a direction vector for LL.

Read the definition as an instruction. Stand at p\mathbf{p}; choose a real number tt; travel the displacement tdt\mathbf{d}. As tt runs through R\mathbf{R} the resulting point r\mathbf{r} traces out the whole of LL: positive tt moves one way along the line, negative tt the other, and t|t| measures the distance travelled in units of d\|\mathbf{d}\|.

The structure: a fixed offset plus a span

Lesson 2 defined span{d}={td:tR}\operatorname{span}\{\mathbf{d}\} = \{\, t\mathbf{d} : t \in \mathbf{R} \,\} and showed that for d0\mathbf{d} \neq \mathbf{0} this is a line through the origin. Comparing that with the definition above,

L  =  p+span{d},where p+S:={p+s:sS}.L \;=\; \mathbf{p} + \operatorname{span}\{\mathbf{d}\}, \qquad \text{where } \mathbf{p} + S := \{\, \mathbf{p} + \mathbf{s} : \mathbf{s} \in S \,\}.

A line in vector form is therefore a span that has been translated by a fixed offset. Two cases arise.

  • If pspan{d}\mathbf{p} \in \operatorname{span}\{\mathbf{d}\} — in particular if p=0\mathbf{p} = \mathbf{0} — then L=span{d}L = \operatorname{span}\{\mathbf{d}\} exactly, and LL passes through the origin.
  • If pspan{d}\mathbf{p} \notin \operatorname{span}\{\mathbf{d}\} then LL misses the origin, and LL is not a span of anything.

The second statement needs its reason, and the reason is short. Every span contains 0\mathbf{0} (Lesson 2: take every coefficient to be zero). Now 0L\mathbf{0} \in L would mean p+td=0\mathbf{p} + t\mathbf{d} = \mathbf{0} for some tt, that is p=(t)dspan{d}\mathbf{p} = (-t)\mathbf{d} \in \operatorname{span}\{\mathbf{d}\}. So pspan{d}\mathbf{p} \notin \operatorname{span}\{\mathbf{d}\} forces 0L\mathbf{0} \notin L, and a set that omits 0\mathbf{0} cannot be a span.

Non-example (why d0\mathbf{d} \neq \mathbf{0} is required). If d=0\mathbf{d} = \mathbf{0} then p+t0=p\mathbf{p} + t\mathbf{0} = \mathbf{p} for every tt, so {p+t0:tR}={p}\{\,\mathbf{p} + t\mathbf{0} : t \in \mathbf{R}\,\} = \{\mathbf{p}\}, a single point. Writing a parameter into an equation does not by itself produce a line; the parameter must actually move the point.

Two points, and why one line has many equations

The line through two points. Let ab\mathbf{a} \neq \mathbf{b} in Rn\mathbf{R}^n and put d=ba\mathbf{d} = \mathbf{b} - \mathbf{a}, which is non-zero precisely because ab\mathbf{a} \neq \mathbf{b}. Then

r=a+t(ba),tR,\mathbf{r} = \mathbf{a} + t(\mathbf{b}-\mathbf{a}), \qquad t \in \mathbf{R},

is a line containing a\mathbf{a} (at t=0t = 0) and b\mathbf{b} (at t=1t = 1). The displacement ba\mathbf{b}-\mathbf{a} is the journey from a\mathbf{a} to b\mathbf{b} in the sense of Lesson 1. Values t[0,1]t \in [0,1] sweep the segment from a\mathbf{a} to b\mathbf{b}; values outside [0,1][0,1] continue past the ends.

Worked example. For a=(1,2,4)T\mathbf{a} = (1,-2,4)^{\mathsf{T}} and b=(4,1,2)T\mathbf{b} = (4,1,-2)^{\mathsf{T}}, ba=(3,3,6)T\mathbf{b}-\mathbf{a} = (3,3,-6)^{\mathsf{T}}, so the line through them is

r=(1,2,4)T+t(3,3,6)T.\mathbf{r} = (1,-2,4)^{\mathsf{T}} + t\,(3,3,-6)^{\mathsf{T}}.

The equation is not unique

One line has infinitely many vector equations, because two choices are free: which point of the line serves as the offset, and which non-zero multiple of the direction serves as d\mathbf{d}.

Take the line above, use b\mathbf{b} as the offset, and rescale the direction by 13-\tfrac{1}{3} to get (1,1,2)T(-1,-1,2)^{\mathsf{T}}:

r=(4,1,2)T+u(1,1,2)T.\mathbf{r} = (4,1,-2)^{\mathsf{T}} + u\,(-1,-1,2)^{\mathsf{T}}.

The two equations share no number, yet describe the same set. In components the first gives (1+3t,  2+3t,  46t)(1+3t,\; -2+3t,\; 4-6t) and the second gives (4u,  1u,  2+2u)(4-u,\; 1-u,\; -2+2u). Equating first components gives u=33tu = 3-3t. Substituting into the second component of the second form: 1(33t)=2+3t1-(3-3t) = -2+3t, which matches. Into the third: 2+2(33t)=46t-2+2(3-3t) = 4-6t, which also matches. Since t33tt \mapsto 3-3t is a bijection of R\mathbf{R} onto R\mathbf{R}, every point produced by one equation is produced by the other, and the two sets are equal.

Criterion. The equations r=p+td\mathbf{r} = \mathbf{p}+t\mathbf{d} and r=p+ud\mathbf{r} = \mathbf{p}'+u\mathbf{d}' describe the same line if and only if d=λd\mathbf{d}' = \lambda\mathbf{d} for some λ0\lambda \neq 0 and ppspan{d}\mathbf{p}' - \mathbf{p} \in \operatorname{span}\{\mathbf{d}\}. In words: the directions are parallel, and the second offset is a point of the first line. Both conditions are needed — parallel directions alone give parallel lines, which may be distinct.

Misconception. Two very different-looking equations may describe the same line, and two nearly identical ones may not. Compare (1,3)T+t(2,4)T(1,3)^{\mathsf{T}} + t(2,-4)^{\mathsf{T}} with (1,3)T+t(4,4)T(1,3)^{\mathsf{T}} + t(4,-4)^{\mathsf{T}}: they share an offset and differ in one entry, but (4,4)T(4,-4)^{\mathsf{T}} is not a scalar multiple of (2,4)T(2,-4)^{\mathsf{T}}, so these are two different lines crossing at (1,3)(1,3). Never compare vector equations by appearance; apply the criterion.

Component, Cartesian and symmetric forms

Writing r=(x,y,z)T\mathbf{r} = (x,y,z)^{\mathsf{T}} and equating components turns one vector equation into nn scalar parametric equations. In R3\mathbf{R}^3, with p=(p1,p2,p3)T\mathbf{p} = (p_1,p_2,p_3)^{\mathsf{T}} and d=(d1,d2,d3)T\mathbf{d} = (d_1,d_2,d_3)^{\mathsf{T}},

x=p1+td1,y=p2+td2,z=p3+td3.x = p_1 + t d_1, \qquad y = p_2 + t d_2, \qquad z = p_3 + t d_3.

In R2\mathbf{R}^2. Eliminate tt. If d10d_1 \neq 0 then t=(xp1)/d1t = (x-p_1)/d_1, so

y=p2+d2d1(xp1),y = p_2 + \frac{d_2}{d_1}\,(x - p_1),

a line of gradient m=d2/d1m = d_2/d_1. For p=(1,2)T\mathbf{p} = (1,2)^{\mathsf{T}} and d=(4,8)T\mathbf{d} = (4,-8)^{\mathsf{T}} this gives m=8/4=2m = -8/4 = -2 and y=22(x1)=2x+4y = 2 - 2(x-1) = -2x + 4. If d1=0d_1 = 0 the elimination is impossible: the line is vertical, x=p1x = p_1, and has no equation of the form y=mx+cy = mx + c. Vector form covers vertical lines with no special case, which is one practical reason to prefer it.

In R3\mathbf{R}^3. If d1,d2,d3d_1, d_2, d_3 are all non-zero, solving each parametric equation for tt and equating gives the symmetric form

xp1d1=yp2d2=zp3d3.\frac{x-p_1}{d_1} = \frac{y-p_2}{d_2} = \frac{z-p_3}{d_3}.

For p=(2,1,3)T\mathbf{p} = (2,-1,3)^{\mathsf{T}} and d=(1,4,2)T\mathbf{d} = (1,4,-2)^{\mathsf{T}} this reads x21=y+14=z32\dfrac{x-2}{1} = \dfrac{y+1}{4} = \dfrac{z-3}{-2}. If some di=0d_i = 0 that coordinate is constant and is recorded as a separate equation: for p=(1,5,2)T\mathbf{p} = (1,5,-2)^{\mathsf{T}} and d=(3,0,1)T\mathbf{d} = (3,0,1)^{\mathsf{T}} the line is x13=z+21\dfrac{x-1}{3} = \dfrac{z+2}{1} together with y=5y = 5.

Collinearity

Definition. Points of Rn\mathbf{R}^n are collinear if some single line contains all of them. Any two points are collinear; the content of the notion begins at three.

Theorem (collinearity test). Let a,b,cRn\mathbf{a}, \mathbf{b}, \mathbf{c} \in \mathbf{R}^n with ab\mathbf{a} \neq \mathbf{b}. Then a,b,c\mathbf{a}, \mathbf{b}, \mathbf{c} are collinear if and only if there is a scalar kRk \in \mathbf{R} with

ca=k(ba).\mathbf{c} - \mathbf{a} = k\,(\mathbf{b} - \mathbf{a}).

Plain reading. Start at a\mathbf{a} and record two journeys: the one to b\mathbf{b} and the one to c\mathbf{c}. The three points lie on one line exactly when the second journey is a rescaling of the first — same direction up to sign and length.

Proof. Suppose ca=k(ba)\mathbf{c}-\mathbf{a} = k(\mathbf{b}-\mathbf{a}). Since ab\mathbf{a} \neq \mathbf{b}, the vector d=ba\mathbf{d} = \mathbf{b}-\mathbf{a} is non-zero, so L:r=a+tdL: \mathbf{r} = \mathbf{a} + t\mathbf{d} is a line. It contains a\mathbf{a} at t=0t = 0, b\mathbf{b} at t=1t = 1, and c=a+kd\mathbf{c} = \mathbf{a} + k\mathbf{d} at t=kt = k. Hence all three are collinear.

Conversely, suppose all three lie on a line r=p+td\mathbf{r} = \mathbf{p} + t\mathbf{d} with d0\mathbf{d} \neq \mathbf{0}, say a=p+tad\mathbf{a} = \mathbf{p}+t_a\mathbf{d}, b=p+tbd\mathbf{b} = \mathbf{p}+t_b\mathbf{d}, c=p+tcd\mathbf{c} = \mathbf{p}+t_c\mathbf{d}. Subtracting, ba=(tbta)d\mathbf{b}-\mathbf{a} = (t_b-t_a)\mathbf{d} and ca=(tcta)d\mathbf{c}-\mathbf{a} = (t_c-t_a)\mathbf{d}. Because ab\mathbf{a} \neq \mathbf{b} we have tbtat_b \neq t_a, so we may set k=(tcta)/(tbta)k = (t_c-t_a)/(t_b-t_a) and obtain ca=k(ba)\mathbf{c}-\mathbf{a} = k(\mathbf{b}-\mathbf{a}). \blacksquare

The hypothesis ab\mathbf{a} \neq \mathbf{b} cannot be dropped. Take a=b=(0,0)T\mathbf{a} = \mathbf{b} = (0,0)^{\mathsf{T}} and c=(1,1)T\mathbf{c} = (1,1)^{\mathsf{T}}. These three points are collinear — the line r=t(1,1)T\mathbf{r} = t(1,1)^{\mathsf{T}} contains all of them — yet ba=0\mathbf{b}-\mathbf{a} = \mathbf{0}, so k(ba)=0cak(\mathbf{b}-\mathbf{a}) = \mathbf{0} \neq \mathbf{c}-\mathbf{a} for every kk and the criterion returns the wrong verdict. With coincident points the test says nothing.

Procedure. Compute ba\mathbf{b}-\mathbf{a} and ca\mathbf{c}-\mathbf{a}. Read off the candidate kk from the first component in which ba\mathbf{b}-\mathbf{a} is non-zero, then check that the same kk works in every remaining component. One mismatch is decisive.

Worked example 1 (collinear). a=(2,1,0)T\mathbf{a} = (2,-1,0)^{\mathsf{T}}, b=(5,1,4)T\mathbf{b} = (5,1,4)^{\mathsf{T}}, c=(4,5,8)T\mathbf{c} = (-4,-5,-8)^{\mathsf{T}}. Then ba=(3,2,4)T\mathbf{b}-\mathbf{a} = (3,2,4)^{\mathsf{T}} and ca=(6,4,8)T\mathbf{c}-\mathbf{a} = (-6,-4,-8)^{\mathsf{T}}. The first component gives k=6/3=2k = -6/3 = -2; then 22=4-2 \cdot 2 = -4 and 24=8-2 \cdot 4 = -8, both correct. The points are collinear.

Worked example 2 (not collinear). a=(1,1,2)T\mathbf{a} = (1,1,2)^{\mathsf{T}}, b=(4,3,5)T\mathbf{b} = (4,3,5)^{\mathsf{T}}, c=(7,5,9)T\mathbf{c} = (7,5,9)^{\mathsf{T}}. Then ba=(3,2,3)T\mathbf{b}-\mathbf{a} = (3,2,3)^{\mathsf{T}} and ca=(6,4,7)T\mathbf{c}-\mathbf{a} = (6,4,7)^{\mathsf{T}}. The first component gives k=2k = 2; the second agrees, since 22=42 \cdot 2 = 4; the third fails, since 23=672 \cdot 3 = 6 \neq 7. Not collinear.

Misconception. Example 2 is the standard trap: two of the three components agreed. A scalar multiple is an all-or-nothing relation between whole vectors, so partial agreement is not evidence. Check every component.

Planes in vector form

Definition (parallel vectors). Two vectors u,vRn\mathbf{u}, \mathbf{v} \in \mathbf{R}^n are parallel if one is a scalar multiple of the other. They are non-parallel otherwise; in particular non-parallel vectors are both non-zero, since 0=0u\mathbf{0} = 0\,\mathbf{u} is a multiple of everything.

Definition (plane in vector form). Let pRn\mathbf{p} \in \mathbf{R}^n and let u,vRn\mathbf{u}, \mathbf{v} \in \mathbf{R}^n be non-parallel. The plane through p\mathbf{p} with directions u,v\mathbf{u}, \mathbf{v} is

Π  =  {p+su+tv  :  s,tR}  =  p+span{u,v}.\Pi \;=\; \{\, \mathbf{p} + s\mathbf{u} + t\mathbf{v} \;:\; s, t \in \mathbf{R} \,\} \;=\; \mathbf{p} + \operatorname{span}\{\mathbf{u},\mathbf{v}\}.

Lesson 2 showed span{u,v}\operatorname{span}\{\mathbf{u},\mathbf{v}\} is a plane through the origin exactly when u,v\mathbf{u},\mathbf{v} are non-parallel, and collapses to a line when they are parallel. The offset p\mathbf{p} translates that plane, and as before Π\Pi contains 0\mathbf{0} — hence is itself a span — if and only if pspan{u,v}\mathbf{p} \in \operatorname{span}\{\mathbf{u},\mathbf{v}\}.

The plane through three points

Construction. Let a,b,c\mathbf{a}, \mathbf{b}, \mathbf{c} be non-collinear. Put u=ba\mathbf{u} = \mathbf{b}-\mathbf{a} and v=ca\mathbf{v} = \mathbf{c}-\mathbf{a}. Then

r=a+s(ba)+t(ca),s,tR,\mathbf{r} = \mathbf{a} + s(\mathbf{b}-\mathbf{a}) + t(\mathbf{c}-\mathbf{a}), \qquad s,t \in \mathbf{R},

is a plane containing a\mathbf{a} (at s=t=0s=t=0), b\mathbf{b} (at s=1,t=0s=1, t=0) and c\mathbf{c} (at s=0,t=1s=0, t=1).

Why non-collinearity is exactly the right hypothesis. Non-collinear points are in particular distinct, so u0\mathbf{u} \neq \mathbf{0} and v0\mathbf{v} \neq \mathbf{0}. Given ab\mathbf{a} \neq \mathbf{b}, the collinearity theorem says the three points are collinear if and only if v=ca\mathbf{v} = \mathbf{c}-\mathbf{a} is a scalar multiple of u=ba\mathbf{u} = \mathbf{b}-\mathbf{a}. Non-collinearity is therefore precisely the statement that v\mathbf{v} is not a multiple of u\mathbf{u}; and since u0\mathbf{u} \neq \mathbf{0}, u\mathbf{u} is then not a multiple of v\mathbf{v} either. So the three points are non-collinear if and only if u,v\mathbf{u},\mathbf{v} are non-parallel — the exact condition the definition of a plane demands.

Non-example (collinear points give no plane). If a,b,c\mathbf{a},\mathbf{b},\mathbf{c} are collinear with ab\mathbf{a} \neq \mathbf{b}, then v=ku\mathbf{v} = k\mathbf{u} and every su+tv=(s+tk)us\mathbf{u}+t\mathbf{v} = (s+tk)\mathbf{u} is a multiple of u\mathbf{u}. The set a+span{u,v}=a+span{u}\mathbf{a} + \operatorname{span}\{\mathbf{u},\mathbf{v}\} = \mathbf{a} + \operatorname{span}\{\mathbf{u}\} is the line through the three points. Two parameters were written down, but only one dimension was obtained. Three points determine a plane only when they are non-collinear.

Worked example. a=(1,0,2)T\mathbf{a} = (1,0,2)^{\mathsf{T}}, b=(3,1,2)T\mathbf{b} = (3,1,2)^{\mathsf{T}}, c=(0,2,5)T\mathbf{c} = (0,2,5)^{\mathsf{T}}. Then u=(2,1,0)T\mathbf{u} = (2,1,0)^{\mathsf{T}} and v=(1,2,3)T\mathbf{v} = (-1,2,3)^{\mathsf{T}}. These are non-parallel: matching first components would need λ=2\lambda = -2 in u=λv\mathbf{u} = \lambda\mathbf{v}, but then the second component would give 1=41 = -4. So the points are non-collinear and

Π:r=(1,0,2)T+s(2,1,0)T+t(1,2,3)T.\Pi: \quad \mathbf{r} = (1,0,2)^{\mathsf{T}} + s\,(2,1,0)^{\mathsf{T}} + t\,(-1,2,3)^{\mathsf{T}}.

Testing membership. A point q\mathbf{q} lies in Π\Pi if and only if qaspan{u,v}\mathbf{q}-\mathbf{a} \in \operatorname{span}\{\mathbf{u},\mathbf{v}\}, which is a linear system in the two unknowns s,ts,t — the same reduction Lesson 2 used for span membership, applied to qa\mathbf{q}-\mathbf{a} rather than q\mathbf{q}.

Take q=(6,0,1)T\mathbf{q} = (6,0,-1)^{\mathsf{T}}. The third components give 2+0s+3t=12 + 0s + 3t = -1, so t=1t = -1. The second give 0+s+2t=00 + s + 2t = 0, so s=2s = 2. Check the first: 1+2(2)+(1)(1)=61 + 2(2) + (-1)(-1) = 6. Consistent, so qΠ\mathbf{q} \in \Pi at (s,t)=(2,1)(s,t) = (2,-1).

Take q=(6,0,0)T\mathbf{q}' = (6,0,0)^{\mathsf{T}}. The third give 2+3t=02+3t = 0, so t=23t = -\tfrac{2}{3}; the second give s=43s = \tfrac{4}{3}; the first then give 1+83+23=13361 + \tfrac{8}{3} + \tfrac{2}{3} = \tfrac{13}{3} \neq 6. Inconsistent, so qΠ\mathbf{q}' \notin \Pi.

Perpendicularity: exactly as much dot product as is needed

Definition (dot product). For u,vRn\mathbf{u}, \mathbf{v} \in \mathbf{R}^n,

uv  =  u1v1+u2v2++unvn  R.\mathbf{u}\cdot\mathbf{v} \;=\; u_1v_1 + u_2v_2 + \cdots + u_nv_n \; \in \mathbf{R}.

The output is a scalar, not a vector.

The one fact used here. uv=0\mathbf{u}\cdot\mathbf{v} = 0 means u\mathbf{u} and v\mathbf{v} are perpendicular (equivalently, orthogonal). Take this as the working definition of perpendicular for now. Its agreement with the schoolroom notion of a right angle, together with norms, angles, projections, orthogonal complements and the rest of the theory, is developed in Section 9; nothing beyond the displayed fact is used in this section.

Normal form of a plane in R3\mathbf{R}^3

Let Π\Pi be a plane in R3\mathbf{R}^3 through the point p\mathbf{p}, and let n0\mathbf{n} \neq \mathbf{0} be perpendicular to every displacement that lies within Π\Pi; such an n\mathbf{n} is a normal to Π\Pi. A point r\mathbf{r} lies in Π\Pi exactly when the displacement rp\mathbf{r}-\mathbf{p} lies within Π\Pi, so

n(rp)=0nr=np.\mathbf{n}\cdot(\mathbf{r}-\mathbf{p}) = 0 \qquad\Longleftrightarrow\qquad \mathbf{n}\cdot\mathbf{r} = \mathbf{n}\cdot\mathbf{p}.

Writing n=(a,b,c)T\mathbf{n} = (a,b,c)^{\mathsf{T}} and r=(x,y,z)T\mathbf{r} = (x,y,z)^{\mathsf{T}} and expanding gives the Cartesian form

ax+by+cz=d,d=np.ax + by + cz = d, \qquad d = \mathbf{n}\cdot\mathbf{p}.

Finding a normal from two directions. n\mathbf{n} must satisfy nu=0\mathbf{n}\cdot\mathbf{u} = 0 and nv=0\mathbf{n}\cdot\mathbf{v} = 0: two linear equations in three unknowns, which always have a non-zero solution.

For u=(2,1,0)T\mathbf{u} = (2,1,0)^{\mathsf{T}} and v=(1,2,3)T\mathbf{v} = (-1,2,3)^{\mathsf{T}} the conditions are 2n1+n2=02n_1 + n_2 = 0 and n1+2n2+3n3=0-n_1 + 2n_2 + 3n_3 = 0. The first gives n2=2n1n_2 = -2n_1; substituting, n14n1+3n3=0-n_1 - 4n_1 + 3n_3 = 0, so 3n3=5n13n_3 = 5n_1. Choosing n1=3n_1 = 3 gives n=(3,6,5)T\mathbf{n} = (3,-6,5)^{\mathsf{T}}. Check: nu=66+0=0\mathbf{n}\cdot\mathbf{u} = 6-6+0 = 0 and nv=312+15=0\mathbf{n}\cdot\mathbf{v} = -3-12+15 = 0.

With p=(1,0,2)T\mathbf{p} = (1,0,2)^{\mathsf{T}}, d=np=3+0+10=13d = \mathbf{n}\cdot\mathbf{p} = 3 + 0 + 10 = 13, so the plane of the previous block is

3x6y+5z=13.3x - 6y + 5z = 13.

The three original points confirm it: a=(1,0,2)\mathbf{a} = (1,0,2) gives 30+10=133-0+10 = 13; b=(3,1,2)\mathbf{b} = (3,1,2) gives 96+10=139-6+10 = 13; c=(0,2,5)\mathbf{c} = (0,2,5) gives 012+25=130-12+25 = 13. So does the member (6,0,1)(6,0,-1): 1805=1318-0-5 = 13. The non-member (6,0,0)(6,0,0) gives 181318 \neq 13, agreeing with the parametric test.

A caution about dimension. In R3\mathbf{R}^3 a single linear equation describes a plane; in R2\mathbf{R}^2 the equation ax+by=eax+by = e describes a line. One equation removes one dimension, so normal form as stated is a fact about R3\mathbf{R}^3 specifically: a plane sitting inside R4\mathbf{R}^4 is not cut out by one equation. Section 2 turns this counting into a theorem.

The line LL in R2\mathbf{R}^2 has vector equation r=(2,1)T+t(3,4)T\mathbf{r} = (2,-1)^{\mathsf{T}} + t\,(3,4)^{\mathsf{T}}, tRt \in \mathbf{R}. Enter the yy-coordinate of the point of LL obtained at t=2t = 2.

Which equation describes the line in R2\mathbf{R}^2 through the point P=(1,5)P = (1,5) with direction vector d=(2,3)T\mathbf{d} = (-2,3)^{\mathsf{T}}?

Let A=(1,2,3)A = (1,2,-3) and B=(4,0,1)B = (4,0,1) in R3\mathbf{R}^3. Give the direction vector ba\mathbf{b}-\mathbf{a} of the line through AA and BB, written as its three components in order separated by commas (for example: 5,-1,0).

The point (7,10)(7,10) lies on the line r=(1,2)T+t(2,4)T\mathbf{r} = (1,-2)^{\mathsf{T}} + t\,(2,4)^{\mathsf{T}}. Find the value of tt that produces it.

Does the point Q=(5,7,0)Q = (5,7,0) lie on the line r=(1,1,5)T+t(2,4,2)T\mathbf{r} = (1,-1,5)^{\mathsf{T}} + t\,(2,4,-2)^{\mathsf{T}} in R3\mathbf{R}^3?

Let LL be the line r=(1,2)T+t(3,1)T\mathbf{r} = (1,2)^{\mathsf{T}} + t\,(3,-1)^{\mathsf{T}} in R2\mathbf{R}^2. Is LL a span, that is, is L=span{w}L = \operatorname{span}\{\mathbf{w}\} for some vector w\mathbf{w}?

The line r=(1,2)T+t(4,8)T\mathbf{r} = (1,2)^{\mathsf{T}} + t\,(4,-8)^{\mathsf{T}} in R2\mathbf{R}^2 can be written in Cartesian form y=mx+cy = mx + c. Enter the value of cc.

The points A=(1,2,3)A = (1,2,3), B=(3,6,7)B = (3,6,7) and C=(2,4,3)C = (-2,-4,-3) in R3\mathbf{R}^3 are collinear. Enter the scalar kk for which ca=k(ba)\mathbf{c}-\mathbf{a} = k\,(\mathbf{b}-\mathbf{a}).

Are the points A=(2,1)A = (2,1), B=(5,7)B = (5,7) and C=(0,2)C = (0,-2) in R2\mathbf{R}^2 collinear?

Let A=(1,0,2)A = (1,0,2), B=(3,1,2)B = (3,1,2) and C=(0,2,5)C = (0,2,5) in R3\mathbf{R}^3. Which equation describes the plane through these three points?

The line r=(2,1,6)T+t(1,2,3)T\mathbf{r} = (2,-1,6)^{\mathsf{T}} + t\,(1,2,-3)^{\mathsf{T}} meets the xyxy-plane (the plane z=0z = 0) in exactly one point. Enter the xx-coordinate of that point.

The point Q=(6,0,1)Q = (6,0,-1) lies in the plane Π:r=(1,0,2)T+s(2,1,0)T+t(1,2,3)T\Pi: \mathbf{r} = (1,0,2)^{\mathsf{T}} + s\,(2,1,0)^{\mathsf{T}} + t\,(-1,2,3)^{\mathsf{T}}. Enter the value of ss for which r=q\mathbf{r} = \mathbf{q}.

Let LL be the line r=(1,3)T+t(2,4)T\mathbf{r} = (1,3)^{\mathsf{T}} + t\,(2,-4)^{\mathsf{T}} in R2\mathbf{R}^2. Which of the following is a different vector equation for the same line LL?

A line in R3\mathbf{R}^3 has vector equation r=(2,1,3)T+t(1,4,2)T\mathbf{r} = (2,-1,3)^{\mathsf{T}} + t\,(1,4,-2)^{\mathsf{T}}. One of its points has x=5x = 5. Enter the yy-coordinate of that point.

For which value of kk are the points A=(1,2,1)A = (1,2,-1), B=(3,5,1)B = (3,5,1) and C=(7,k,5)C = (7,k,5) in R3\mathbf{R}^3 collinear? Enter the value of kk.

In R3\mathbf{R}^3, let L1:r=(1,0,2)T+t(2,1,1)TL_1: \mathbf{r} = (1,0,2)^{\mathsf{T}} + t\,(2,1,-1)^{\mathsf{T}} and L2:r=(0,3,1)T+u(1,1,2)TL_2: \mathbf{r} = (0,3,1)^{\mathsf{T}} + u\,(1,-1,2)^{\mathsf{T}}. Describe the relationship between L1L_1 and L2L_2 with one word: intersecting, parallel, or skew.

Someone writes down "the line through A=(2,5,1)A = (2,5,-1) and B=(2,5,1)B = (2,5,-1)" as r=a+t(ba)\mathbf{r} = \mathbf{a} + t(\mathbf{b}-\mathbf{a}), tRt \in \mathbf{R}. What set does this equation actually describe, and why?

Below is an attempt to find the plane through A=(1,1,1)A = (1,1,1), B=(3,4,5)B = (3,4,5) and C=(5,7,9)C = (5,7,9).

Step 1. u=ba=(2,3,4)T\mathbf{u} = \mathbf{b}-\mathbf{a} = (2,3,4)^{\mathsf{T}}.

Step 2. v=ca=(4,6,8)T\mathbf{v} = \mathbf{c}-\mathbf{a} = (4,6,8)^{\mathsf{T}}.

Step 3. Both u\mathbf{u} and v\mathbf{v} are non-zero, so r=a+su+tv\mathbf{r} = \mathbf{a} + s\mathbf{u} + t\mathbf{v} is the plane through AA, BB and CC.

Step 4. Taking s=t=1s = t = 1 gives (7,10,13)(7,10,13), which therefore lies in that plane.

Which is the first step that is invalid, and why?