4.5.16 · D5Linear Algebra (Full)

Question bank — Span — definition

1,821 words8 min readBack to topic

True or false — justify

True or false: A span can be a line that does not pass through the origin.
False. Choosing all scalars zero always yields , so every span contains the origin. Picture it: an off-origin line (like ) is a legal set of points, but you cannot "stay home" at on it, so it fails the very first membership check — see the red dashed line in the figure below, which is not a span.
True or false: If , then is a plane.
False. lies on the same line as (just twice as long), so laying them tip-to-tail never leaves that line; the span stays one-dimensional. See the collapse figure below where both arrows sit on one ray.
True or false: .
True. Reordering the arrows changes nothing you can build — the same tip-to-tail combinations exist either way, so the reachable territory is identical.
True or false: The span of the empty set is empty.
False. The span of is (the empty combination gives zero), which is the smallest possible subspace — a single point at the origin, not "nothing."
True or false: If , then .
True. already sits inside the current reachable region (the plane or line), so throwing it into the generator list adds no new direction to travel in; the shape is unchanged.
True or false: Three vectors in always span all of .
False. They fill only if they are linearly independent. If all three lie in one flat plane (coplanar), every combination stays in that plane — you get a 2D sheet, not the whole space.
True or false: Restricting scalars to still gives the span.
False. With only nonnegative scalars you can never go "backwards," so instead of a full line through the origin you get a one-sided cone/wedge. See the cone-vs-line panel below: the span (green) opens both ways; the cone (orange) opens one way.
True or false: A span is closed under subtraction.
True. Subtracting is the same as adding the flipped vector ; spans are closed under both flipping and adding, so the tip-to-tail result lands back inside.
True or false: for a nonzero in is one-dimensional.
True. A single nonzero arrow, stretched and flipped, sweeps out exactly a line through the origin — one free scalar, one dimension.
True or false: If span , the matrix with columns has determinant zero.
False. Spanning means the two arrows point in different directions, so the parallelogram they make has nonzero area — and area is exactly , which is therefore nonzero (see Determinant).

Spot the error

Claim: " is just the set ."
Wrong. The mental slip is treating the generators as the whole answer. But the span is the infinite fill you get by stretching and adding them — a line or plane, not isolated dots. The vectors are seeds; the span is the whole field they grow (all linear combinations).
Claim: " is in because both entries are positive."
Wrong. The slip is confusing "looks similar / positive" with "on the line." The span of is the single line of slope ; the point has slope , so it sits off that line. Algebra confirms: needs from the first entry but then gives in the second. Sign of entries is irrelevant — geometry is which line.
Claim: "Adding any extra vector always makes the span bigger."
Wrong. The slip: "more arrows = more reach." But if the new arrow already lies inside the current line/plane, it points nowhere new, so the shape does not grow at all. In the collapse figure, adding to keeps a line. Growth needs a genuinely independent direction.
Claim: " contains because we can scale freely."
Wrong. Those two arrows both live flat in the floor (-plane), so every combination stays on the floor with third coordinate . The point floats straight up off the floor — unreachable. Free scaling still can't lift you out of the plane the generators lie in.
Claim: "Two vectors always span a plane in ."
Wrong. The slip counts how many vectors instead of how many directions. Two arrows span a plane only if they point differently; if one is a multiple of the other (or one is ), they share a line and span at most that line — as the collapse figure shows.
Claim: " is only in the span if one of the generators is ."
Wrong. The origin is guaranteed no matter what the generators are: set all scalars to zero and you land at . Every span shape in the overview figure passes through the black origin dot for exactly this reason.

Why questions

Why does a span always pass through the origin?
Because is always a legal choice of scalars, and it yields — you can always choose to "not move," landing exactly at the origin.
Why is a span always a subspace and never just a random blob?
It contains and is closed under both addition () and scaling () — exactly the three subspace conditions — so it is a perfectly flat sheet/line through the origin, never a bent or floating blob.
Why do we allow negative and zero scalars, not just positive ones?
Negatives let us reach the opposite direction and zeros let us drop a vector; together they turn a one-sided cone into a full symmetric flat through the origin — this is the exact difference drawn in the cone-vs-line figure.
Why does testing "" reduce to solving a linear system?
The question "do scalars exist with ?" is literally a set of linear equations in the unknowns ; a solution existing means yes, none means no.
Why does a nonzero determinant of the matrix prove they span ?
Nonzero determinant means the matrix is invertible, so has a (unique) solution for every target — every vector is reachable. Geometrically the two arrows enclose a real, non-flattened parallelogram of nonzero area.
Why does collapse the span to a line?
Every combination becomes , a single scalar times , so all outputs lie on the one line through .
Why is the number of generators not the same as the dimension of the span?
Generators can be redundant (dependent); dimension counts only genuinely independent directions, which is the size of a basis — often fewer than the number of generators.

Edge cases

What is (the zero vector alone)?
Just — every scalar multiple of is still , so the span is the single-point origin subspace.
What is the span of the empty set of vectors?
The zero subspace , since the "empty sum" of scaled vectors is defined to be .
What does look like if ?
A line through the origin in the direction of , extending infinitely both ways because scalars can be positive or negative.
What is if every ?
Still ; no matter how many zero vectors you list, every combination is zero.
If , can their span be all of ?
Yes — three vectors in must be dependent, but two of them can already be independent and span the whole plane; extra vectors just don't shrink it.
Can a span in be exactly a single point?
Yes — the span of only zero vectors (or the empty set) is , a zero-dimensional point at the origin.
If one generator is a linear combination of the others, does the span change when you delete it?
No. That generator was redundant, so removing it leaves the same reachable set — this is exactly how you prune down toward a basis.

The trap-spotter's strategy, as a flowchart

Run every span question through these three gates in order — the diagram mirrors the mnemonic below.

no

yes

no

yes

yes

no

A span question

Does the shape hit the origin

Not a span - reject

Are the arrows independent

Dimension drops - line not plane

Am I confusing generators with the fill

Remember span is infinite - all combinations

Answer with confidence


Connections

  • Linear combination — every membership test is built from these.
  • Linear independence — decides whether extra generators enlarge the span.
  • Subspace — what every span is.
  • Basis — a span's minimal, non-redundant generating set.
  • Dimension — counts independent directions, not raw generators.
  • Determinant — the full-span test in square cases.
  • Column space — the span of a matrix's columns.