Magnitude of a Vector

How far did you actually move?

The magnitude is the straight-line distance the vector covers - just like using Pythagoras' theorem to find the direct distance across a field instead of walking along its edges.

|a| = √(x² + y²) for a = (x,y)

Example: a = (3,4). |a| = √(9+16) = √25 = 5.

Discussion

How was the lesson? Discuss Lesson

Related Exercises

Find the magnitude

Find the magnitude of (6,8).Find the magnitude of (5,12).A vector has magnitude 13 and one component is 5. Find the …

View Exercise Submit Exercise