Courses / Mathematics I
Linear Algebra

Span and Linear Combinations

Mathematics I 235 words Free to read

Building with Vectors

A linear combination of vectors is an expression built by scaling and adding: c1v1+c2v2++ckvkc_1 v_1 + c_2 v_2 + \dots + c_k v_k, where cic_i are scalars. It is the fundamental way to construct new vectors.

The span span{v1,,vk}\operatorname{span}\{v_1, \dots, v_k\} is the collection of all possible linear combinations of those vectors. The span is always a subspace because it contains 0\mathbf{0} and is closed under vector addition and scalar multiplication.

Vector SetGeometric Span
Single nonzero vectorA line through the origin
Two non-parallel vectorsThe whole plane
Two parallel vectorsJust a line (redundant)
One vector's reach is a single line; dragging that line along a

Spanning and Systems

A spanning set for a space VV is a set of vectors whose span is all of VV. For example, (1,0)(1, 0) and (0,1)(0, 1) span R2\mathbb{R}^2 since any vector (a,b)=a(1,0)+b(0,1)(a, b) = a(1,0) + b(0,1).

To determine if ww is in the span of other vectors, solve the linear system w=c1v1++ckvkw = c_1 v_1 + \dots + c_k v_k for unknowns cic_i. A solution exists if and only if ww lies in the span.

Common pitfall: Assuming more vectors always span more. Adding a vector that is already a linear combination of the existing ones does not enlarge the span. Only a vector pointing in a genuinely new direction expands 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

Linear Algebra