The magnitude (or length) of a vector tells you how long the vector is. For a vector written in components, such as (\langle a, b \rangle) or ((a, b)), use the Pythagorean idea:
[ |\vec v| = \sqrt{a^2 + b^2} ]
For a vector in three components, use
[ |\vec v| = \sqrt{a^2 + b^2 + c^2}. ]
If the vector is (\langle 3, 4 \rangle), then
[ |\vec v| = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5. ]
A good check is to see whether the length makes sense. For integer components, the result is often a whole number or a simplified radical. Also, make sure you used every component exactly once and squared them before adding. If the final answer can be simplified, write it in simplest exact form.
© 2023-2026 AI MATH COACH