4.5.11 · D1Linear Algebra (Full)

Foundations — Pivot positions, free variables

3,083 words14 min readBack to topic

Before we can talk about "pivots" and "free variables", we must earn every piece of notation the parent note throws at you. We build them one at a time, each on top of the last. Nothing is assumed.


1. The unknowns — and what a subscript means

Why not ? Once you have more than three unknowns you run out of letters. Writing lets us talk about however many unknowns at once, and the letter stands for "the total number of unknowns."


2. What is a linear equation? (the atom)

Now that mean "labelled unknowns," we can build the smallest object of the whole subject.

The picture — read the figure. The figure below plots the equation . The horizontal axis is , the vertical axis is . The blue line is the set of all pairs that make the equation true; the orange dots are two example solutions sitting on it. Notice the line is perfectly straight — that straightness is exactly what "linear" buys us.

Figure — Pivot positions, free variables
Figure 1: one linear equation in two unknowns traces a straight line; every point on the blue line is a solution.

Why the topic needs it. The entire subject is about systems of these — several straight constraints at once. If the equations bent or curved, none of the tidy counting rules would hold. Straightness is what makes everything downstream (pivots, ranks, dimensions) work.


3. The letter — counting the unknowns (columns)

The picture. Line up your unknowns left to right. There are slots. Later, each slot becomes a column of numbers — so " columns" and " variables" will turn out to be the same count. Hold on to that fact: it becomes the heart of the free-variable formula once we have defined the last symbol it needs.


4. Stacking equations into a system and reading it as a grid

The idea that unlocks everything: the unknowns just mark positions. We can strip the 's away and keep only the numbers, lined up in a grid:

Each row is one equation. Each column on the left holds the numbers multiplying one particular unknown. That grid of numbers is a matrix.


5. What is a matrix? Rows, columns, and the size

Read the figure. The figure shows our grid of numbers. The orange arrow on the left spans the two rows and is labelled " rows (equations)". The green arrow on top spans the three columns and is labelled " columns (variables)". Fix these two directions in your mind: rows run across, columns run down.

Figure — Pivot positions, free variables
Figure 2: anatomy of an matrix — counts rows (equations), counts columns (variables).

Why the topic needs it. Every rule in the parent note is phrased as "if is with pivots…". You cannot use the free-variable formula if you can't tell which count is and which is . is the one that matters for free variables because free variables come from columns.


6. The compact notation

The bold in and signals "this is a whole column of numbers", not a single number. The plain is just a shorthand for the entire system at once.


7. The augmented matrix

Why the topic needs it. The parent note's consistency test — "is the augmented column a pivot column?" — is a statement about this glued-on last column. You can only ask that question if you've kept attached.


8. Row reduction and echelon form (borrowed tool — why we use it)

The three legal moves (see Row Reduction and Echelon Forms):

  1. Swap two rows.
  2. Multiply a row by a nonzero number.
  3. Add a multiple of one row to another.

Read the figure. The figure shows a reduced grid. The red bold numbers are the leading entries — the first nonzero number of each nonzero row — and the blue staircase line traces how each one steps down-and-right from the last. Column 2 (green note) never hosts a leading number; keep an eye on it, it becomes our first free column.

Figure — Pivot positions, free variables
Figure 3: echelon "staircase" — leading entries (red) are the step-corners; the column with no leading entry (green) will be a free variable.


9. Leading entry, pivot position, pivot column — the payoff terms

Now every symbol in the parent's core definitions is earned.

The picture. In the staircase of Figure 3, a pivot is the "corner" number where each step begins. Its column is committed to solving one particular unknown; a non-pivot column is a column no step ever landed on.


10. Rank — just "how many pivots"

Why the topic needs it. Because "number of pinned-down unknowns" "number of pivots" , and "leftover free unknowns" . The whole counting formula lives or dies on knowing is the pivot count.


11. Consistency — is there any solution at all?

Why it comes before counting. Free variables measure the size of the solution set — but only if a solution exists. This is the separate check the parent note keeps warning about, expanded in Existence and Uniqueness of Solutions. (Recall from Section 6 that a homogeneous system is never in this trap — it is always consistent.)


12. Putting the count to work — what means

Here is the payoff that ties every symbol together. Assume the system is consistent (otherwise there are zero solutions, full stop). Then:

So the logic chain is: consistent? → if no, zero solutions; if yes, look at means unique, means infinitely many. That single number decides the entire qualitative outcome.


13. The bracket-vector solution form (the notation)

The parent's answer to Example 1 was

Read the figure. The 3-D figure plots this solution. The orange dot is the fixed start point . The green arrow is the direction you slide along as you turn the knob . The blue line is the full set of solutions — every point on it is a valid for some value of . (Deeper in Null Space and Solution Sets of Ax=0.)

Figure — Pivot positions, free variables
Figure 4: one free variable acts as a knob; sweeping it traces the whole solution line in 3-D.


Prerequisite map

The diagram below is a flow chart: each box is one concept from this page, and each arrow means "you need the box at the tail before the box at the head makes sense." Read it top to bottom — start at "Linear equation" and follow the arrows; every path eventually funnels into the parent topic at the bottom. It is just a visual table of contents for the dependency order we built above.

Linear equation

System of equations

Unknowns x1 to xn

Matrix A size m by n

Augmented matrix A bar b

Row reduction

Echelon form staircase

Unique RREF

Pivot positions

Rank r equals pivot count

Bound r at most min m n

Free equals n minus r

Homogeneous Ax equals 0 always consistent

Consistency check

Zero free unique, more free infinite

Pivot positions and free variables


Equipment checklist

Reveal each line and check you can answer without hesitation.

In a linear equation, what power may each unknown appear to?
Only the first power — no squares, products, or funny functions.
Does the subscript in mean a power?
No — it is a name tag (the third unknown), not an exponent.
What does count, and what does count?
= number of columns/variables; = number of rows/equations.
What does the bold in and signal?
That it is a whole column of numbers, not a single number.
What does unpack into?
The full system: each row of combined with the unknowns equals that row's entry of .
Why is a homogeneous system always consistent?
Because (the trivial solution) always satisfies .
What is the augmented matrix ?
with the right-hand-side column glued on after a bar, packing the whole system into one grid.
Why do we row-reduce at all?
To reshape the system into a staircase that solves itself, without changing the solution set.
What extra conditions does RREF add over plain echelon form?
Every leading entry is a and is the only nonzero number in its column; RREF is unique.
What is a pivot position?
The spot in holding a leading in the RREF; its column is a pivot column.
What is the rank ?
The number of pivot positions (equivalently, nonzero rows in echelon form).
Why is , and what does it guarantee?
Each pivot needs its own row and own column, so can't exceed or ; hence .
State the free-variable formula.
.
For a consistent system, what do vs free variables give?
⇒ a unique solution (one point); ⇒ infinitely many (a line, plane, …).
What makes a system inconsistent?
A row with , i.e. , which is impossible.
In the solution , what is ?
The free variable as an adjustable knob; sweeping it traces the solution flat.

Connections