Linear Combinations and the Idea of Span

60 min
0/18 practice checks

The linear combination

Lesson 1 supplied two operations on Rn\mathbf{R}^n: addition of vectors and multiplication of a vector by a real number. Everything in this course is built from those two and nothing else. The object that packages them together is the following.

Definition (linear combination). Let v1,v2,,vk\mathbf{v}_1, \mathbf{v}_2, \ldots, \mathbf{v}_k be vectors in Rn\mathbf{R}^n and let c1,c2,,ckc_1, c_2, \ldots, c_k be real numbers. The vector

c1v1+c2v2++ckvkc_1\mathbf{v}_1 + c_2\mathbf{v}_2 + \cdots + c_k\mathbf{v}_k

is called a linear combination of v1,,vk\mathbf{v}_1, \ldots, \mathbf{v}_k. The numbers c1,,ckc_1, \ldots, c_k are the weights (equivalently, the coefficients) of the combination.

Two remarks on the definition, both of which are used constantly.

First, the expression needs no brackets. Addition in Rn\mathbf{R}^n is associative and commutative (Lesson 1), so the terms may be grouped and reordered freely, and the sum of kk terms is unambiguous. The result is a single vector in Rn\mathbf{R}^n — the same Rn\mathbf{R}^n the vi\mathbf{v}_i live in, since neither operation changes the number of components.

Second, and more importantly: the weights range over the whole of R\mathbf{R}. They may be negative, they may be zero, they may be fractions or irrational numbers. There is no requirement that they be positive, that they be integers, or that they sum to anything in particular.

Example. Take v1=(1,2)T\mathbf{v}_1 = (1,2)^{\mathsf{T}} and v2=(3,1)T\mathbf{v}_2 = (3,-1)^{\mathsf{T}} in R2\mathbf{R}^2.

weights (c1,c2)(c_1,c_2)c1v1+c2v2c_1\mathbf{v}_1 + c_2\mathbf{v}_2value
(2,1)(2,1)(2,4)T+(3,1)T(2,4)^{\mathsf{T}} + (3,-1)^{\mathsf{T}}(5,3)T(5,3)^{\mathsf{T}}
(1,0)(-1,0)(1,2)T+(0,0)T(-1,-2)^{\mathsf{T}} + (0,0)^{\mathsf{T}}(1,2)T(-1,-2)^{\mathsf{T}}
(12,12)(\tfrac{1}{2},-\tfrac{1}{2})(12,1)T+(32,12)T(\tfrac{1}{2},1)^{\mathsf{T}} + (-\tfrac{3}{2},\tfrac{1}{2})^{\mathsf{T}}(1,32)T(-1,\tfrac{3}{2})^{\mathsf{T}}
(0,0)(0,0)(0,0)T+(0,0)T(0,0)^{\mathsf{T}} + (0,0)^{\mathsf{T}}(0,0)T(0,0)^{\mathsf{T}}

The last row is worth a name: the combination with every weight equal to 00 is the trivial combination, and it always produces 0\mathbf{0}, whatever the vectors are.

The familiar case is already an instance. With the vectors e1=(1,0)T\mathbf{e}_1 = (1,0)^{\mathsf{T}} and e2=(0,1)T\mathbf{e}_2 = (0,1)^{\mathsf{T}} of Lesson 1,

[74]=7[10]+(4)[01]=7e14e2,\begin{bmatrix} 7 \\ -4 \end{bmatrix} = 7\begin{bmatrix} 1 \\ 0 \end{bmatrix} + (-4)\begin{bmatrix} 0 \\ 1 \end{bmatrix} = 7\mathbf{e}_1 - 4\mathbf{e}_2,

so writing a vector in components is writing it as a linear combination. Nothing new has been introduced; what is new is the decision to allow the vi\mathbf{v}_i to be arbitrary vectors rather than the ei\mathbf{e}_i.

Span: the set of everything reachable

One linear combination is one vector. Fixing the vectors v1,,vk\mathbf{v}_1, \ldots, \mathbf{v}_k and letting the weights vary over all of R\mathbf{R} produces not one vector but a whole collection of them, and that collection is the object of interest.

Definition (span). Let v1,,vkRn\mathbf{v}_1, \ldots, \mathbf{v}_k \in \mathbf{R}^n. The span of v1,,vk\mathbf{v}_1, \ldots, \mathbf{v}_k is the set of all their linear combinations:

span{v1,,vk}={c1v1++ckvk  :  c1,,ckR}.\operatorname{span}\{\mathbf{v}_1, \ldots, \mathbf{v}_k\} = \{\, c_1\mathbf{v}_1 + \cdots + c_k\mathbf{v}_k \; : \; c_1, \ldots, c_k \in \mathbf{R} \,\}.

Read the notation carefully. The braces on the left enclose a list of vectors; the braces on the right enclose a set defined by a condition, and the colon is read "such that". The whole expression names a subset of Rn\mathbf{R}^n — typically an infinite one.

The grammar follows from this. If bRn\mathbf{b} \in \mathbf{R}^n, then "bspan{v1,,vk}\mathbf{b} \in \operatorname{span}\{\mathbf{v}_1,\ldots,\mathbf{v}_k\}" is a statement that is either true or false; it asserts that at least one choice of weights produces b\mathbf{b}. By contrast "span{v}=v\operatorname{span}\{\mathbf{v}\} = \mathbf{v}" is not false but meaningless, because it equates a set with one of its elements.

Three facts fall straight out of the definition.

Proposition 1. For any v1,,vkRn\mathbf{v}_1, \ldots, \mathbf{v}_k \in \mathbf{R}^n:

  1. 0span{v1,,vk}\mathbf{0} \in \operatorname{span}\{\mathbf{v}_1, \ldots, \mathbf{v}_k\};
  2. vjspan{v1,,vk}\mathbf{v}_j \in \operatorname{span}\{\mathbf{v}_1, \ldots, \mathbf{v}_k\} for each jj;
  3. if x\mathbf{x} and y\mathbf{y} lie in the span and tRt \in \mathbf{R}, then x+y\mathbf{x}+\mathbf{y} and txt\mathbf{x} lie in the span.

Proof. (1) Take the trivial combination: 0v1++0vk=00\mathbf{v}_1 + \cdots + 0\mathbf{v}_k = \mathbf{0}, using 0v=00\mathbf{v} = \mathbf{0} from Lesson 1. (2) Take cj=1c_j = 1 and every other weight 00; the combination collapses to 1vj=vj1\mathbf{v}_j = \mathbf{v}_j. (3) Write x=icivi\mathbf{x} = \sum_i c_i \mathbf{v}_i and y=idivi\mathbf{y} = \sum_i d_i \mathbf{v}_i. Collecting terms with the distributive laws gives x+y=i(ci+di)vi\mathbf{x}+\mathbf{y} = \sum_i (c_i+d_i)\mathbf{v}_i and tx=i(tci)vit\mathbf{x} = \sum_i (tc_i)\mathbf{v}_i, and both right-hand sides are linear combinations of the same vectors. \blacksquare

Part (1) has a geometric consequence used repeatedly from here on: every span contains the origin. Part (3) says a span is closed under exactly the two operations that built it; the standard name for a set with this property is introduced in Section 5, and there is no need for it yet.

What spans look like

Call two vectors u,vRn\mathbf{u}, \mathbf{v} \in \mathbf{R}^n parallel if one is a scalar multiple of the other: that is, if v=cu\mathbf{v} = c\mathbf{u} for some cRc \in \mathbf{R}, or u=dv\mathbf{u} = d\mathbf{v} for some dRd \in \mathbf{R}. Both clauses are needed because of the zero vector: 0=0u\mathbf{0} = 0\mathbf{u} holds for every u\mathbf{u}, but if u=0\mathbf{u} = \mathbf{0} and v0\mathbf{v} \neq \mathbf{0} then v\mathbf{v} is not a multiple of u\mathbf{u}.

One vector

Theorem 2. Let vRn\mathbf{v} \in \mathbf{R}^n.

  • If v=0\mathbf{v} = \mathbf{0} then span{v}={0}\operatorname{span}\{\mathbf{v}\} = \{\mathbf{0}\}: a set with exactly one element.
  • If v0\mathbf{v} \neq \mathbf{0} then span{v}={cv:cR}\operatorname{span}\{\mathbf{v}\} = \{\, c\mathbf{v} : c \in \mathbf{R} \,\} is the line through the origin in the direction of v\mathbf{v}.

Proof. If v=0\mathbf{v} = \mathbf{0} then cv=0c\mathbf{v} = \mathbf{0} for every cc, so the set of combinations has the single element 0\mathbf{0}. If v0\mathbf{v} \neq \mathbf{0}, then by Lesson 1 the vector cvc\mathbf{v} has magnitude cv|c|\,\|\mathbf{v}\| and lies on the line through 0\mathbf{0} and v\mathbf{v}, pointing the same way when c>0c>0 and the opposite way when c<0c<0; as cc runs over R\mathbf{R} every point of that line is obtained exactly once. \blacksquare

The hypothesis v0\mathbf{v} \neq \mathbf{0} cannot be dropped: span{(0,0)T}\operatorname{span}\{(0,0)^{\mathsf{T}}\} is a single point, not a line.

Two vectors

Theorem 3. Let u,vR3\mathbf{u}, \mathbf{v} \in \mathbf{R}^3.

  • If u\mathbf{u} and v\mathbf{v} are parallel, then span{u,v}=span{u}\operatorname{span}\{\mathbf{u},\mathbf{v}\} = \operatorname{span}\{\mathbf{u}\} or span{v}\operatorname{span}\{\mathbf{v}\}, hence is a line through the origin (or {0}\{\mathbf{0}\} if both vectors are 0\mathbf{0}).
  • If neither is a scalar multiple of the other — informally, if they point in genuinely different directions — then span{u,v}\operatorname{span}\{\mathbf{u},\mathbf{v}\} is a plane through the origin containing both u\mathbf{u} and v\mathbf{v}.

Proof of the first part. Suppose v=cu\mathbf{v} = c\mathbf{u}. Any combination becomes

c1u+c2v=c1u+c2(cu)=(c1+c2c)u,c_1\mathbf{u} + c_2\mathbf{v} = c_1\mathbf{u} + c_2(c\mathbf{u}) = (c_1 + c_2 c)\mathbf{u},

which is a multiple of u\mathbf{u}; conversely every multiple tut\mathbf{u} arises by taking c1=tc_1 = t, c2=0c_2 = 0. So the two sets coincide. The case u=dv\mathbf{u} = d\mathbf{v} is identical with the roles exchanged. \blacksquare

For the second part, note that the weights c1c_1 and c2c_2 act like two coordinates that may be set separately: sliding c1c_1 moves the result along the line of u\mathbf{u}, sliding c2c_2 moves it along the line of v\mathbf{v}, and because the two directions genuinely differ, the two sliders sweep out a flat two-directional sheet rather than a single line. Lesson 3 gives this sheet its parametric equation and pins down the argument.

The condition cannot be dropped. With u=(1,2,3)T\mathbf{u} = (1,2,3)^{\mathsf{T}} and v=(2,4,6)T\mathbf{v} = (2,4,6)^{\mathsf{T}} we have v=2u\mathbf{v} = 2\mathbf{u}, so

c1u+c2v=(c1+2c2)u,c_1\mathbf{u} + c_2\mathbf{v} = (c_1 + 2c_2)\mathbf{u},

and span{u,v}\operatorname{span}\{\mathbf{u},\mathbf{v}\} is the line through the origin in the direction (1,2,3)T(1,2,3)^{\mathsf{T}}, not a plane. Two vectors are supplied but only one direction is; the second vector adds nothing. Recognising when this collapse happens is important enough that Section 5 devotes a definition to it.

Consequence: spans never miss the origin

By Proposition 1(1), 0\mathbf{0} belongs to every span. So the line ={(x,y)T:y=x+1}\ell = \{\,(x,y)^{\mathsf{T}} : y = x+1\,\} in R2\mathbf{R}^2 is not the span of any list of vectors whatsoever, since (0,0)T(0,0)^{\mathsf{T}} \notin \ell. A line or plane that misses the origin can be described — Lesson 3 does exactly that — but it is never a span.

Membership is a system of linear equations

The question "is bspan{a1,,ak}\mathbf{b} \in \operatorname{span}\{\mathbf{a}_1, \ldots, \mathbf{a}_k\}?" asks whether weights exist with c1a1++ckak=bc_1\mathbf{a}_1 + \cdots + c_k\mathbf{a}_k = \mathbf{b}. Two vectors in Rn\mathbf{R}^n are equal precisely when they agree in every one of the nn components, so this single vector equation is nn scalar equations in the kk unknowns c1,,ckc_1, \ldots, c_k. Membership holds if and only if that system has at least one solution.

Example A (membership holds). Is b=(4,5)T\mathbf{b} = (4,5)^{\mathsf{T}} in span{a1,a2}\operatorname{span}\{\mathbf{a}_1, \mathbf{a}_2\}, where a1=(1,2)T\mathbf{a}_1 = (1,2)^{\mathsf{T}} and a2=(2,1)T\mathbf{a}_2 = (2,1)^{\mathsf{T}}?

Write the requirement out:

c1[12]+c2[21]=[45]c1+2c2=42c1+2c2=5c_1\begin{bmatrix} 1 \\ 2 \end{bmatrix} + c_2\begin{bmatrix} 2 \\ 1 \end{bmatrix} = \begin{bmatrix} 4 \\ 5 \end{bmatrix} \quad\Longleftrightarrow\quad \begin{aligned} c_1 + 2c_2 &= 4 \\ 2c_1 + \phantom{2}c_2 &= 5 \end{aligned}

Double the first equation to get 2c1+4c2=82c_1 + 4c_2 = 8 and subtract the second: 3c2=33c_2 = 3, so c2=1c_2 = 1 and then c1=42=2c_1 = 4 - 2 = 2. Check by substitution, always:

2(1,2)T+1(2,1)T=(2,4)T+(2,1)T=(4,5)T=b.2(1,2)^{\mathsf{T}} + 1(2,1)^{\mathsf{T}} = (2,4)^{\mathsf{T}} + (2,1)^{\mathsf{T}} = (4,5)^{\mathsf{T}} = \mathbf{b}.

The answer is yes, and the weights (c1,c2)=(2,1)(c_1,c_2) = (2,1) are the certificate.

Example B (membership fails). Is b=(1,1,1)T\mathbf{b} = (1,1,1)^{\mathsf{T}} in span{a1,a2}\operatorname{span}\{\mathbf{a}_1, \mathbf{a}_2\}, where a1=(1,0,1)T\mathbf{a}_1 = (1,0,1)^{\mathsf{T}} and a2=(2,1,3)T\mathbf{a}_2 = (2,1,3)^{\mathsf{T}}?

Here three components give three equations in two unknowns:

c1+2c2=1c1+2c2=1c1+3c2=1\begin{aligned} c_1 + 2c_2 &= 1 \\ \phantom{c_1 + 2}c_2 &= 1 \\ c_1 + 3c_2 &= 1 \end{aligned}

The second equation forces c2=1c_2 = 1; the first then forces c1=12=1c_1 = 1 - 2 = -1. Every unknown is now determined, so the third equation is a consistency test, and it fails: c1+3c2=1+3=21c_1 + 3c_2 = -1 + 3 = 2 \neq 1. No weights exist, so bspan{a1,a2}\mathbf{b} \notin \operatorname{span}\{\mathbf{a}_1,\mathbf{a}_2\}.

Geometrically, a1\mathbf{a}_1 and a2\mathbf{a}_2 are not parallel (no scalar cc has c(1,0,1)T=(2,1,3)Tc(1,0,1)^{\mathsf{T}} = (2,1,3)^{\mathsf{T}}, since the middle component would need 0=10 = 1), so by Theorem 3 their span is a plane through the origin in R3\mathbf{R}^3 — and b\mathbf{b} is a point of R3\mathbf{R}^3 off that plane.

Notice what has happened. A geometric question about membership of an infinite set has become a finite piece of arithmetic: eliminate, solve, check. It also runs in reverse — the exercises below ask both "find the weights" and "show no weights exist". Deciding solvability of such systems efficiently and in general, for any number of equations and unknowns, is the central computational question of Section 2.

Three failures to guard against

1. Treating a span as one vector, or as a number. span{(1,2)T}\operatorname{span}\{(1,2)^{\mathsf{T}}\} is not (1,2)T(1,2)^{\mathsf{T}}, and it is not 11 or 22. It is the infinite set {(c,2c)T:cR}\{(c,2c)^{\mathsf{T}} : c \in \mathbf{R}\}, which contains (1,2)T(1,2)^{\mathsf{T}}, (0,0)T(0,0)^{\mathsf{T}}, (3,6)T(-3,-6)^{\mathsf{T}}, (π,2π)T(\pi, 2\pi)^{\mathsf{T}} and infinitely many others. Any answer to "what is the span?" must describe a set.

2. Assuming two vectors span a plane. The phrase "two vectors" refers to the length of the list, not to the number of directions supplied. If u=(3,1,2)T\mathbf{u} = (3,-1,2)^{\mathsf{T}} and v=(6,2,4)T\mathbf{v} = (-6,2,-4)^{\mathsf{T}} then v=2u\mathbf{v} = -2\mathbf{u} and the span is a line; if u=v=0\mathbf{u} = \mathbf{v} = \mathbf{0} the span is {0}\{\mathbf{0}\}. Before asserting "plane", verify that neither vector is a scalar multiple of the other.

3. Assuming that more vectors means a bigger span. Adding a vector to the list can leave the span completely unchanged. Take u=(1,0)T\mathbf{u} = (1,0)^{\mathsf{T}}, v=(0,1)T\mathbf{v} = (0,1)^{\mathsf{T}} and w=(1,1)T\mathbf{w} = (1,1)^{\mathsf{T}} in R2\mathbf{R}^2. Then w=u+v\mathbf{w} = \mathbf{u} + \mathbf{v}, so

c1u+c2v+c3w=(c1+c3)u+(c2+c3)v,c_1\mathbf{u} + c_2\mathbf{v} + c_3\mathbf{w} = (c_1+c_3)\mathbf{u} + (c_2+c_3)\mathbf{v},

which already lies in span{u,v}\operatorname{span}\{\mathbf{u},\mathbf{v}\}; and the reverse inclusion holds by taking c3=0c_3 = 0. The two spans are equal. In general span{v1,,vk}span{v1,,vk,w}\operatorname{span}\{\mathbf{v}_1,\ldots,\mathbf{v}_k\} \subseteq \operatorname{span}\{\mathbf{v}_1,\ldots,\mathbf{v}_k,\mathbf{w}\} always holds, so a span can never shrink when a vector is appended — but it need not grow, and it grows precisely when w\mathbf{w} was not already reachable.

Self-check

Before starting the exercises, answer these in writing and compare with the worked solutions that follow.

  1. Give three distinct elements of span{(2,1)T}\operatorname{span}\{(2,-1)^{\mathsf{T}}\}, one of which has a negative first component.
  2. Explain in one sentence why {(x,y)T:y=2x+3}\{(x,y)^{\mathsf{T}} : y = 2x + 3\} cannot equal span{v}\operatorname{span}\{\mathbf{v}\} for any vR2\mathbf{v} \in \mathbf{R}^2.
  3. State the exact hypothesis under which span{u,v}\operatorname{span}\{\mathbf{u},\mathbf{v}\} is a plane through the origin in R3\mathbf{R}^3, and give a pair of vectors showing the hypothesis cannot be weakened to "u\mathbf{u} and v\mathbf{v} are both non-zero".

Let u=(1,2,3)T\mathbf{u} = (1,-2,3)^{\mathsf{T}} and v=(4,0,1)T\mathbf{v} = (4,0,-1)^{\mathsf{T}} in R3\mathbf{R}^3, and let w=3u2v\mathbf{w} = 3\mathbf{u} - 2\mathbf{v}. Enter the third component w3w_3.

In R2\mathbf{R}^2 let a=(1,1)T\mathbf{a} = (1,1)^{\mathsf{T}}, b=(3,2)T\mathbf{b} = (3,-2)^{\mathsf{T}} and c=(0,5)T\mathbf{c} = (0,5)^{\mathsf{T}}. Compute the linear combination x=2a+0b+(1)c\mathbf{x} = 2\mathbf{a} + 0\mathbf{b} + (-1)\mathbf{c} and enter its second component x2x_2.

Let a=(2,3)T\mathbf{a} = (-2,3)^{\mathsf{T}} and b=(6,9)T\mathbf{b} = (6,-9)^{\mathsf{T}} in R2\mathbf{R}^2. There is exactly one scalar cc with b=ca\mathbf{b} = c\,\mathbf{a}. Enter cc.

Is b=(4,6,3)T\mathbf{b} = (4,6,-3)^{\mathsf{T}} a scalar multiple of a=(2,3,1)T\mathbf{a} = (2,3,1)^{\mathsf{T}}?

In R3\mathbf{R}^3 write b=(5,0,2)T\mathbf{b} = (5,0,-2)^{\mathsf{T}} as a linear combination c1e1+c2e2+c3e3c_1\mathbf{e}_1 + c_2\mathbf{e}_2 + c_3\mathbf{e}_3, where e1=(1,0,0)T\mathbf{e}_1 = (1,0,0)^{\mathsf{T}}, e2=(0,1,0)T\mathbf{e}_2 = (0,1,0)^{\mathsf{T}} and e3=(0,0,1)T\mathbf{e}_3 = (0,0,1)^{\mathsf{T}}. Enter the weight c3c_3.

Describe span{(3,1)T}\operatorname{span}\{(3,-1)^{\mathsf{T}}\} as a subset of R2\mathbf{R}^2.

Find the real numbers c1,c2c_1, c_2 with c1(1,2)T+c2(3,1)T=(9,4)Tc_1(1,2)^{\mathsf{T}} + c_2(3,-1)^{\mathsf{T}} = (9,4)^{\mathsf{T}}, and enter c1c_1.

In R3\mathbf{R}^3 let a1=(1,1,1)T\mathbf{a}_1 = (1,1,1)^{\mathsf{T}}, a2=(2,1,3)T\mathbf{a}_2 = (2,-1,3)^{\mathsf{T}} and b=(5,2,6)T\mathbf{b} = (5,2,6)^{\mathsf{T}}. It is a fact that b=c1a1+c2a2\mathbf{b} = c_1\mathbf{a}_1 + c_2\mathbf{a}_2 for suitable real c1,c2c_1, c_2. Enter c1c_1.

Is b=(2,5)T\mathbf{b} = (2,5)^{\mathsf{T}} an element of span{(1,2)T,(2,4)T}\operatorname{span}\{(1,2)^{\mathsf{T}}, (2,4)^{\mathsf{T}}\}?

Let a1=(1,0,1)T\mathbf{a}_1 = (1,0,1)^{\mathsf{T}} and a2=(0,1,1)T\mathbf{a}_2 = (0,1,1)^{\mathsf{T}} in R3\mathbf{R}^3. Is b=(1,2,3)T\mathbf{b} = (1,2,3)^{\mathsf{T}} in span{a1,a2}\operatorname{span}\{\mathbf{a}_1,\mathbf{a}_2\}?

Let a1=(1,1,0)T\mathbf{a}_1 = (1,1,0)^{\mathsf{T}} and a2=(0,1,1)T\mathbf{a}_2 = (0,1,1)^{\mathsf{T}} in R3\mathbf{R}^3. Is b=(3,1,2)T\mathbf{b} = (3,-1,2)^{\mathsf{T}} in span{a1,a2}\operatorname{span}\{\mathbf{a}_1,\mathbf{a}_2\}?

Describe span{(2,4,6)T,(1,2,3)T}\operatorname{span}\{(2,-4,6)^{\mathsf{T}}, (-1,2,-3)^{\mathsf{T}}\} as a geometric object in R3\mathbf{R}^3. Answer with a short phrase, for example "a plane through the origin" or "a line through the origin".

Let u,v\mathbf{u}, \mathbf{v} be arbitrary vectors in Rn\mathbf{R}^n. Which of the following is a correct and complete justification that 0span{u,v}\mathbf{0} \in \operatorname{span}\{\mathbf{u},\mathbf{v}\}?

For which value of tt does the vector (t,6)T(t,6)^{\mathsf{T}} lie in span{(2,3)T}\operatorname{span}\{(2,-3)^{\mathsf{T}}\}? Enter tt.

For which value of kk does b=(1,k,5)T\mathbf{b} = (1,k,5)^{\mathsf{T}} lie in span{(1,2,1)T,(0,1,3)T}\operatorname{span}\{(1,2,-1)^{\mathsf{T}}, (0,1,3)^{\mathsf{T}}\}? Enter kk.

Consider u=(1,2,t)T\mathbf{u} = (1,-2,t)^{\mathsf{T}} and v=(3,6,9)T\mathbf{v} = (-3,6,9)^{\mathsf{T}} in R3\mathbf{R}^3. For exactly one value of tt the set span{u,v}\operatorname{span}\{\mathbf{u},\mathbf{v}\} is a line through the origin rather than a plane. Enter that value of tt.

Consider the claim: if u,v,wRn\mathbf{u}, \mathbf{v}, \mathbf{w} \in \mathbf{R}^n and w\mathbf{w} is different from both u\mathbf{u} and v\mathbf{v}, then span{u,v,w}\operatorname{span}\{\mathbf{u},\mathbf{v},\mathbf{w}\} contains strictly more vectors than span{u,v}\operatorname{span}\{\mathbf{u},\mathbf{v}\}. Must this be true?

The following argument is offered.

Claim. For u=(1,2,3)T\mathbf{u} = (1,-2,3)^{\mathsf{T}} and v=(2,4,6)T\mathbf{v} = (-2,4,-6)^{\mathsf{T}}, the set span{u,v}\operatorname{span}\{\mathbf{u},\mathbf{v}\} is a plane through the origin in R3\mathbf{R}^3. Step 1. u\mathbf{u} and v\mathbf{v} are both non-zero vectors in R3\mathbf{R}^3. Step 2. The span of two non-zero vectors in R3\mathbf{R}^3 is a plane through the origin. Step 3. Hence span{u,v}\operatorname{span}\{\mathbf{u},\mathbf{v}\} is a plane through the origin. Step 4. In particular (0,0,0)T(0,0,0)^{\mathsf{T}} belongs to span{u,v}\operatorname{span}\{\mathbf{u},\mathbf{v}\}.

At which step does the argument first fail, and why?