Linear combinations
Take and . Scale each by anything, add the results:
Any expression of that shape — scale, then add — is a linear combination. Watch the visual sweep through values of and , tracing where the tip lands.
The reachable set
Look at the answer: . Choosing and freely produces any pair of numbers, so every point in the plane is reachable. Nothing is out of range.
Now change one thing. Keep , but make :
The second coordinate is stuck at zero, whatever you choose. You can reach and , but is impossible. Two vectors, and they only cover a single line.
Why the second case collapsed
was already a scaled copy of . It offered no direction did not already provide, so it bought nothing.
That is the first genuinely important idea here: what matters is not how many vectors you have, but how many independent directions they give you. Two vectors along one line are worth exactly one vector.
The recipe reading
Return to and read it backwards. The coordinates are the amounts of and in the recipe.
Coordinates were never really points in space. They are always amounts of chosen ingredients. That sounds like a triviality when the ingredients are and . It becomes the key to the entire second half of this path once the ingredients change.
Two questions follow, and they define the next two steps: what exactly does a set of vectors reach, and what makes a good set of ingredients?