Questions: Vectors in R^n: Addition and Scalar Multiplication

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Vector v = (3, -2) is multiplied by the scalar -2. What is the resulting vector?

A(-6, 4)
B(6, -4)
C(-3, 2)
D(-6, -4)
Question 2 Multiple Choice

Two copies of vector u = (2, 5) are drawn at different starting points in the plane. Are they the same vector?

ANo — vectors are identified by their starting point, so different placements are different vectors
BOnly if one copy is placed at the origin
CYes — a vector is defined by its direction and magnitude, not its location
DIt depends on whether the vectors are parallel
Question 3 True / False

A vector's components uniquely determine a fixed location in the coordinate plane.

TTrue
FFalse
Question 4 True / False

The sum of any vector v and its negation -v equals the zero vector (0, 0, ..., 0).

TTrue
FFalse
Question 5 Short Answer

Explain why vector addition in ℝⁿ automatically satisfies commutativity and associativity without requiring a separate proof for each dimension n.

Think about your answer, then reveal below.