Vectors in the Plane and Space
≈ 20 minA vector is an ordered list of numbers carrying both size and direction. In the plane we write ; in space, .
Addition is component-wise: . Scalar multiplication stretches: .
The magnitude (length) comes from Pythagoras:
The dot product combines two vectors into a single number:
It measures how much two vectors point the same way. A dot product of zero means the vectors are perpendicular.
Worked example.
Find the magnitude of the vector .
Compute .
Compute the dot product .
Find the magnitude of the three-dimensional vector .

