Courses / Mathematics I
Linear Algebra

Span and Linear Combinations

A linear combination of vectors v1, , vk is any expression with scalar coefficients ci.

Mathematics I 314 words Free to read

Everything You Can Reach

A linear combination of vectors v1,,vkv_1, \dots, v_k is any expression c1v1+c2v2++ckvkc_1 v_1 + c_2 v_2 + \dots + c_k v_k with scalar coefficients cic_i. It is the most basic way to build new vectors from old ones — adding scaled copies. The collection of all linear combinations of a given set is its span, written span{v1,,vk}\operatorname{span}\{v_1, \dots, v_k\} — the entire region those vectors can reach.

The span is always a subspace (it contains 0\mathbf{0}, taking all ci=0c_i = 0, and is closed under the operations). It is, in fact, the smallest subspace containing the given vectors. Geometrically:

A set of vectors is a spanning set for a space VV if span\operatorname{span} of the set is all of VV — every vector in VV is some linear combination of them. For example, (1,0)(1, 0) and (0,1)(0, 1) span R2\mathbb{R}^2: any (a,b)=a(1,0)+b(0,1)(a, b) = a(1,0) + b(0,1).

Determining whether a vector ww is in the span of others is exactly solving a linear system: w=c1v1++ckvkw = c_1 v_1 + \dots + c_k v_k is a system in the unknowns cic_i, which has a solution precisely when ww lies in the span. This ties spanning directly to the Gaussian-elimination machinery of Unit 3.

Common pitfall: assuming that more vectors always span more. Adding a vector that is already a linear combination of the others does not enlarge the span — two parallel vectors span only a line, not a plane. What grows the span is a vector pointing in a genuinely new direction (one not already reachable). Redundant vectors expand the list without expanding the reach.

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

11practice questions
2interactive scenes
Start Mathematics I free

Linear Algebra