Questions: Vector Norms and Magnitude

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

What is the distance between vectors u = (1, 3, −2) and v = (4, 7, −2) in ℝ³?

A||u|| − ||v||
B||u + v|| = √(5² + 10² + (−4)²)
C||u − v|| = √((1−4)² + (3−7)² + (−2−(−2))²) = √(9 + 16 + 0) = 5
D√(1² + 3² + (−2)²) − √(4² + 7² + (−2)²)
Question 2 Multiple Choice

If v = (−3, 4), what is ||−2v||?

A−10, because scaling by −2 makes the norm negative
B0, because −2 and v have opposite signs that cancel
C5, because negating v doesn't change its norm, so multiplying by −2 and negating cancels out
D10, because ||cv|| = |c| ||v||, so ||−2v|| = |−2| × ||v|| = 2 × 5 = 10
Question 3 True / False

The triangle inequality for norms states that ||u + v|| = ||u|| + ||v|| for any two vectors.

TTrue
FFalse
Question 4 True / False

Dividing any nonzero vector by its norm produces a unit vector that points in the same direction as the original vector.

TTrue
FFalse
Question 5 Short Answer

Why does the scaling property use |c| (absolute value of the scalar) rather than just c, and what geometric fact does this reflect?

Think about your answer, then reveal below.