📚 Linear Algebra, Interactive Edition
⇩ Download ▾

2.5 When a Third Vector Is Redundant

The previous section left a matrix with two columns and a plane's worth of reach, and closed on an obvious idea for enlarging it: add another column. Keep ๐ฏ1=(1,0,0.5) and ๐ฏ2=(0,1,0.5), and bring in a third vector

๐ฏ 3 = ( 1 , 1 , h )

whose tip sits above or below the point (1,1) at a height h you control. The first two vectors span the plane z=0.5x+0.5y, and the question is whether ๐ฏ3 buys anything. It does exactly when it escapes that plane โ€” a vector already lying in the sheet adds only combinations the sheet already contained. The figure below hangs the third vector on a slider so you can watch it escape, land, and escape again.

A semi-transparent tilted plane through the origin, the span of a red vector (1, 0, 0.5) and a blue vector (0, 1, 0.5) that both lie flat inside it. A green vector runs from the origin to (1, 1, h), and a dashed amber segment drops from its tip to the point (1, 1, 1) marked on the plane, measuring how far the green vector stands out of the sheet. A slider h moves the green tip up and down. At h = 1 the dashed segment closes to nothing, the green vector lies in the plane, and it equals the red plus the blue; at every other h the green vector escapes the plane and the three vectors together reach all of space.Explore in 3D (opens in a new tab)
The plane spanned by the red ๐ฏ1=(1,0,0.5) and the blue ๐ฏ2=(0,1,0.5), both lying flat in it, with the green ๐ฏ3=(1,1,h) running from the origin to a tip the slider h raises and lowers. The dashed amber segment measures the gap from that tip down to the black dot at (1,1,1), which is where the plane sits underneath it.

Explore the figure

  1. At the default h=2 the green vector stands clear of the sheet and the dashed gap is one unit long. Orbit until you are convinced that no amount of red and blue โ€” stretched, flipped, added โ€” could ever reach that tip, because every combination of them stays in the plane.
  2. Drag h down to 1. The gap closes, the black dot swallows the green tip, and the green vector lies flat in the sheet. It has arrived at (1,1,1), which is ๐ฏ1+๐ฏ2: the third vector has become a combination of the first two.
  3. Keep dragging to h=0. The green vector escapes again, now leaving the plane on the underside. Escape is the ordinary situation; the landing at h=1 was the accident.
  4. Sweep h across the whole slider and count the settings at which the green vector lies in the plane. As in the last section, a vertical line meets a plane once โ€” so among all the heights, exactly one makes the third vector redundant.

The test, and what it measures

The definition names what you watched. Vectors ๐ฏ1,โ€ฆ,๐ฏk are linearly independent when the only combination of them equal to the zero vector is the one with all coefficients zero. If some combination with a coefficient that is not zero produces 0, they are dependent, and that combination is called a dependency relation.

Run the test. We need every (c1,c2,c3) with c1๐ฏ1+c2๐ฏ2+c3๐ฏ3=0, which is three equations, one per coordinate:

c 1 + c 3 = 0 , c 2 + c 3 = 0 , 0.5 c 1 + 0.5 c 2 + h c 3 = 0

The first two hand over c1=โˆ’c3 and c2=โˆ’c3 immediately. Substituting both into the third leaves

โˆ’ 0.5 c 3 โˆ’ 0.5 c 3 + h c 3 = ( h โˆ’ 1 ) c 3 = 0

and now everything hinges on the factor hโˆ’1. If hโ‰ 1 it is nonzero, forcing c3=0, hence c1=c2=0: only the trivial combination works, and the three vectors are independent. If h=1 the factor dies, c3 is free, and taking c3=โˆ’1 gives the dependency relation

๐ฏ 1 + ๐ฏ 2 โˆ’ ๐ฏ 3 = 0

which is step 2 of your exploration, written algebraically.

The quantity hโˆ’1 that decided everything has a name you have already met in a different costume. Arrange the three vectors as the columns of a matrix and take its determinant.

โˆ’1+h
The determinant of the three columns โœ“ Computed ยท mojocas 0.1.0 โœ“ Agrees with the text The determinant of the three columns, computed exactly by mojocas 0.1.0, and confirmed to agree with the result stated in the text.

The three vectors stacked as columns and handed to a computer algebra system: the determinant is exactly the factor hโˆ’1 that the elimination produced. It is nonzero for every h but one, and it vanishes at h=1 โ€” the single slider setting at which the green vector lands in the plane. Chapter 4 explains why a determinant knows this: it is measuring the volume of the box the three vectors build, and a box whose three edges lie in one plane has no volume at all.

Independence is about spans, not about vectors

Dependence is not a defect of any one vector; it is a statement about the set. At h=1 the relation ๐ฏ1+๐ฏ2โˆ’๐ฏ3=0 can be solved for any of the three, so each is a combination of the other two and no one of them is the redundant one. What is true is that the set carries a passenger: some vector can be dropped without shrinking the span, which is why "redundant" describes the situation better than it describes any member of it.

That is also the practical payoff. When the three are independent โ€” every h but one โ€” their span is all of โ„3, so the equation A๐ฑ=๐› from the last section becomes solvable for every target ๐›, and solvable in exactly one way. When h=1 the span stays the plane it was, most targets remain out of reach, and the ones in reach are now reachable in infinitely many ways: adding any multiple of (1,1,โˆ’1) to a solution gives another solution, since that combination contributes nothing.

An original work of XYZ Homework, built around interactive XYZ 3D figures. Its chapter sequence is aligned to Interactive Linear Algebra (Margalit & Rabinoff, Georgia Tech, GNU FDL); this work is original, copies nothing from it, and is not affiliated with or endorsed by its authors. License: CC-BY-NC-SA-4.0.

These eBooks are a prerelease and are not yet certified conformant with WCAG 2.1 AA or ADA Title II. Every page is built against an automated accessibility gate, and the published editions will meet ADA Title II requirements when they release in late September 2026. If something is unusable, please tell us.