Explanation
The magnitude of a vector is its length.
For vector ⟨x, y⟩:
|v| = √(x² + y²)
This comes from the Pythagorean Theorem.
Example:
v = ⟨3, 4⟩
|v| = √(3² + 4²) = √25 = 5
Quiz
-
What does |v| represent?
-
Write the magnitude formula.
-
Find the magnitude of ⟨6, 8⟩.
-
Is magnitude ever negative?
-
What theorem is used here?
Answer Key
-
Length of the vector
-
√(x² + y²)
-
10
-
No
-
Pythagorean Theorem