Quantum states are written as arrows — that is the whole secret of the notation. Before a single qubit appears, let us make sure an arrow holds no mystery: what it is, how to read it as numbers, and how to add and stretch one. This is the gentlest page in the course; everything later leans on it.
Picture a single arrow drawn on the floor. It tells you exactly two things and nothing else: how long it is, and which way it points. Move it across the room without turning or resizing it and it is still the same arrow. That is all a vector is — a length and a direction.
A pirate's treasure map says "walk 3 paces east, then 4 paces north." That instruction is a vector: it has a length (how far the treasure ends up from you) and a direction (which way to face). It does not matter where you start digging from — the same "3 east, 4 north" always points to the same spot relative to you. Slide it anywhere; it is the same arrow.
To turn an arrow into numbers, stand it at an origin and shine two lights — one from the side, one from above. The shadows it casts on the two walls are its components: the first number says how far across, the second how far up. Write them as a stacked list and you have the vector. (The treasure map's "3 east, 4 north" becomes simply [3, 4].)
Grab the teal tip and drag it anywhere — the components and length update as you move. Add a second amber arrow and the two combine tip‑to‑tail: walk along the first, then the second, and the green arrow is where you end up.
The two components and the arrow form a right triangle: the components are the legs, the arrow is the hypotenuse. So the length is the square root of the squared components — the only formula you need to carry forward.
Keep this picture. When a qubit is written α|0⟩ + β|1⟩, the α and β are exactly these components — and demanding the arrow have length 1 is what makes the probabilities add up.
"A vector is a point — a dot on the map." Not quite. It is the trip, not the destination: a length and direction you can start from anywhere. Two people standing in different spots can both follow "3 east, 4 north" — same vector, different endpoints.
"To add arrows, add their lengths." No — you add them tip‑to‑tail, component by component. An arrow of length 3 plus one of length 4 can total 5 (if they sit at a right angle), not 7. Length is not something you can just add up.