Exercises — Linear independence — formal definition, testing
Recall What every symbol means (open if any notation is new)
- — our vectors (arrows / lists of numbers).
- — unknown scalars (plain numbers) we multiply vectors by.
- — the zero vector (the arrow of length zero; the list of all zeros).
- — stack vectors as columns of matrix ; then . Asking "when is this ?" is the independence test.
- — number of pivots after row reduction = number of genuinely independent directions.
- — a single number, defined only for square ; zero means the columns are squashed flat (dependent).
Level 1 — Recognition
L1.1
State, without any computation, whether is independent in , and why.
Recall Solution
Independent. points purely East, purely North — neither is a scalar multiple of the other, so neither is redundant. Algebraically forces : only the trivial (boring) solution.
L1.2
Is independent? Answer by inspection.
Recall Solution
Dependent. Look: . That is a visible scalar multiple. So is a nontrivial combo (the coefficient is not zero). Dependent.
L1.3
A set of three vectors includes the zero vector: . Independent or not?
Recall Solution
Dependent. Any set containing is dependent, because has coefficient — a nontrivial way to hit zero.
Level 2 — Application
L2.1
Test in using the determinant. This is the square case ( vectors in ), so Determinant applies.
Recall Solution
, so independent. Why determinant here? For two vectors in the plane, is the signed area of the parallelogram they span (Figure below). Zero area means they lie on one line (parallel = dependent); nonzero area means they open up a genuine 2D region.

L2.2
Test using the determinant, then interpret geometrically.
Recall Solution
dependent. Indeed : the two arrows lie on the same line, so the parallelogram is squashed to a line segment — zero area (see figure).
L2.3
Use rank / row reduction (not determinant — the matrix is non-square) to test in .
Recall Solution
Two pivots (columns 1 and 2), for two columns. Every column has a pivot no free variable only . Independent.
Level 3 — Analysis
L3.1
Are independent? Row reduce, count pivots, and if dependent, state an explicit nontrivial combination equal to .
Recall Solution
Two pivots for three columns → a free variable → dependent. Find the combo: solve . From the reduced rows, and . Let : then . Check: So — the redundant passenger.
L3.2
For which value(s) of are dependent in ?
Recall Solution
Dependent : At , — parallel, dependent. For every other , independent.
L3.3
Explain, using rank, why any 4 vectors in must be dependent — and why exactly 3 independent vectors is the maximum.
Recall Solution
Stack the vectors as columns: is . Row reduction produces at most one pivot per row, and there are only rows, so . But independence of columns needs a pivot in each of the columns, i.e. . Since , that is impossible: a free variable always exists → dependent. Maximum independent count number of rows dimension . (This is why ; see Basis and dimension.)
Level 4 — Synthesis
L4.1
Vectors . Find all for which they form a basis of . (Recall: a basis independent and spanning; for vectors in these coincide — see Basis and dimension and Invertible matrix theorem.)
Recall Solution
Square case, so use the determinant. With columns : Expand along the first row: . So they form a basis for all . At , : dependent, not a basis. Why this is the whole answer: for vectors in , invertible independent spanning basis. One determinant settles everything.
L4.2
You are told for a matrix . (a) Are its columns independent? (b) How many columns of are in a maximal independent subset? (c) What is the dimension of the null space (the solution space of )?
Recall Solution
(a) No. Independence of columns needs pivots, but rank gives only pivots → free variables → nontrivial solutions → dependent. (b) A maximal independent subset has size columns (the pivot columns). (c) By the rank–nullity idea, . Two free variables ⇔ a -dimensional space of nontrivial combinations. (See Homogeneous systems and null space.)
Level 5 — Mastery
L5.1
Consider the columns of (a) Determine the rank. (b) State whether the columns are independent. (c) Identify a maximal independent subset of the columns. (d) Write one dependent column as a combination of the chosen independent ones.
Recall Solution
Row reduce. Pivots sit in column 1 and column 4. (a) . (b) Dependent ( pivots columns). (c) Pivot columns give a maximal independent subset: . (d) Non-pivot columns are combinations of . Directly: and (each uses ). Check:
L5.2
Prove: if is independent, then is also independent.
Recall Solution
Suppose . Group by original vector: Since is independent, every coefficient must be : From the first two, and . Put into the third: , hence . Only the trivial solution → the new set is independent. (The system has coefficient matrix with determinant , confirming only the trivial solution.)
L5.3
Decide if the polynomials are independent in the space of polynomials of degree . (Treat coefficients of as coordinates.)
Recall Solution
Coordinate vectors (in the order ): . Same setup as L5.2's implicit matrix. Determinant: independent. Linear independence is a coordinate statement — it works identically for polynomials once you list their coefficients as a vector.
Recap ladder
Connections
- Linear independence — formal definition, testing — the parent this page drills.
- Determinant — the square-case test (L2, L4).
- Rank of a matrix — pivot counting for non-square cases (L2, L3, L5).
- Homogeneous systems and null space — free variables ⇔ dependence (L4.2).
- Basis and dimension — maximal independent sets (L3.3, L4.1).
- Invertible matrix theorem — the equivalence chain used in L4.1.