All topics

s5.1.4

Vectors: Components and Magnitude

1,000 questions

A vector from initial point (a,b)(a,b) to terminal point (c,d)(c,d) has components ca,  db\langle c-a,\; d-b \rangle — terminal minus initial, in that order.

Its magnitude is v=(ca)2+(db)2|v| = \sqrt{(c-a)^2 + (d-b)^2}. Contest questions almost always ask for v2|v|^2 so the answer stays an integer.

For a sum, add componentwise first and take the magnitude once; never take two square roots where one will do.

Practise this