Practice Vectors in ACT Math with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
What this quiz covers
This quiz focuses on Vectors, giving you a quick way to practice the rules, question types, and explanations that matter most for ACT Math.
How to use this quiz
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
All questions
Question 1
Which vector represents 4b if b=⟨0,7⟩?
⟨0,28⟩ (correct answer)
⟨0,7⟩
⟨4,7⟩
⟨4,28⟩
Explanation: This problem requires scalar multiplication of a vector. When multiplying vector ⟨a,b⟩ by scalar k, the result is ⟨ka,kb⟩. For 4b = 4⟨0,7⟩, we multiply each component by 4: ⟨4⋅0,4⋅7⟩ = ⟨0,28⟩. Scalar multiplication affects each component independently.
Question 2
A boat's velocity is v=⟨−2,1⟩ (in m/s). Which vector represents the opposite direction with the same speed?
⟨−2,−1⟩
⟨2,1⟩
⟨2,−1⟩ (correct answer)
⟨−1,2⟩
Explanation: The boat's velocity is v = ⟨-2, 1⟩ and we need the opposite direction with same speed. The opposite direction is found by negating the vector: -v equals -1 times ⟨-2, 1⟩ equals ⟨2, -1⟩. This reverses the direction while maintaining the same magnitude (speed). The magnitude remains square root of 5 in both cases.
Question 3
If v=⟨7,1⟩ and w=⟨1,7⟩, what is v−w?
\langle 6, -6 \rangle (correct answer)
\langle 8, 8 \rangle
\langle 6, 6 \rangle
\langle -6, 6 \rangle
Explanation: This problem asks for vector subtraction v - w where v = ⟨7, 1⟩ and w = ⟨1, 7⟩. For vector subtraction, angle brackets a comma b minus angle brackets c comma d equals angle brackets a minus c comma b minus d. Calculating: v minus w equals angle brackets 7 comma 1 minus angle brackets 1 comma 7 equals angle brackets 7 minus 1 comma 1 minus 7 equals angle brackets 6 comma negative 6. Subtract corresponding components.
Question 4
A skier's displacement changes from v=⟨2,−6⟩ to w=⟨−5,1⟩. What is v−w?
⟨−3,−5⟩
⟨7,−7⟩ (correct answer)
⟨−7,7⟩
⟨3,5⟩
Explanation: This question requires computing v - w, where v = ⟨2, -6⟩ and w = ⟨-5, 1⟩. Vector subtraction is done by subtracting components: ⟨a, b⟩ - ⟨c, d⟩ = ⟨a - c, b - d⟩. Calculate ⟨2 - (-5), -6 - 1⟩ = ⟨7, -7⟩. This emphasizes subtracting each corresponding component to find the difference vector. The wording about displacement change might suggest w - v as ⟨-7, 7⟩, but the question explicitly asks for v - w.
Question 5
What is v+w if v=⟨1,2⟩ and w=⟨3,4⟩?
⟨1,4⟩
⟨2,6⟩
⟨3,6⟩
⟨4,6⟩ (correct answer)
Explanation: This problem involves vector addition. When adding vectors ⟨a, b⟩ + ⟨c, d⟩, the result equals ⟨a + c, b + d⟩. For v + w = ⟨1, 2⟩ + ⟨3, 4⟩, we add corresponding components: ⟨1 + 3, 2 + 4⟩ = ⟨4, 6⟩. Vector addition requires adding components separately.
Question 6
If v=⟨10,−5⟩ and w=⟨−3,2⟩, what is v+w?
\langle 7, -7 \rangle
\langle 13, -7 \rangle
\langle 13, -3 \rangle
\langle 7, -3 \rangle (correct answer)
Explanation: This problem asks for vector addition v + w where v = ⟨10, -5⟩ and w = ⟨-3, 2⟩. For vector addition, angle brackets a comma b plus angle brackets c comma d equals angle brackets a plus c comma b plus d. Calculating: v plus w equals angle brackets 10 comma negative 5 plus angle brackets negative 3 comma 2 equals angle brackets 10 plus negative 3 comma negative 5 plus 2 equals angle brackets 7 comma negative 3. Add corresponding components.
Question 7
Which vector represents moving 4 units left and 2 units up?
⟨4,2⟩
⟨−4,−2⟩
⟨−4,2⟩ (correct answer)
⟨2,−4⟩
Explanation: We need a vector representing 4 units left and 2 units up. Moving left means negative x-component, and moving up means positive y-component. The vector is ⟨-4, 2⟩. Choice A ⟨4, 2⟩ would represent moving right instead of left.
Question 8
What is 21v if v=⟨10,−8⟩?
⟨5,−4⟩ (correct answer)
⟨5,4⟩
⟨20,−16⟩
⟨10,−4⟩
Explanation: We need to find (1/2)v where v = ⟨10, -8⟩. Scalar multiplication formula: k times ⟨a, b⟩ equals ⟨ka, kb⟩. Calculating: (1/2) times ⟨10, -8⟩ equals ⟨(1/2) times 10, (1/2) times (-8)⟩ equals ⟨5, -4⟩. Each component is halved.
Question 9
What is 3v if v=⟨−3,−6⟩?
⟨−6,−12⟩
⟨−9,−6⟩
⟨9,18⟩
⟨−9,−18⟩ (correct answer)
Explanation: This problem involves scalar multiplication. For scalar multiplication, k times ⟨a,b⟩ equals ⟨ka,kb⟩. We calculate 3v = 3⟨-3,-6⟩ = ⟨3×(-3), 3×(-6)⟩ = ⟨-9,-18⟩.
Question 10
In the standard (x,y) coordinate plane, u=⟨2,−5⟩ and v=⟨−3,1⟩. What is the magnitude of the vector u+v?
17 (correct answer)
5
37
41
Explanation: This is a vectors question testing addition and magnitude. Choice A (√17) is correct — add the vectors: u + v = ⟨2 + (−3), −5 + 1⟩ = ⟨−1, −4⟩. Magnitude = √((−1)² + (−4)²) = √(1 + 16) = √17. Choice B (5) adds the absolute values of the components instead of using the distance formula: |−1| + |−4| = 1 + 4 = 5. This is the "taxicab" distance, not the Euclidean magnitude. Choice C (√37) results from an error in the vector addition step, possibly computing ⟨−1, −6⟩ and finding √(1 + 36) = √37. Choice D (√41) results from using the original components of u without performing the addition: √(2² + (−5)² ) = √(4 + 25) = √29... or from computing the magnitude of v: √(9 + 1) = √10. Pro tip: Vector addition is component-wise — add x-components, add y-components. Then apply the distance formula (√(x² + y²)) to the resulting vector. The magnitude is never found by adding components directly.
Question 11
What is 2u+3v if u=⟨1,1⟩ and v=⟨2,3⟩?
⟨5,8⟩
⟨7,11⟩
⟨8,11⟩ (correct answer)
⟨6,9⟩
Explanation: This problem involves linear combination of vectors. We compute 2u + 3v = 2⟨1, 1⟩ + 3⟨2, 3⟩. First multiply: 2⟨1, 1⟩ = ⟨2, 2⟩ and 3⟨2, 3⟩ = ⟨6, 9⟩. Then add: ⟨2, 2⟩ + ⟨6, 9⟩ = ⟨8, 11⟩. Apply scalar multiplication first, then vector addition.
Question 12
What is the magnitude of x=⟨9,12⟩?
15 (correct answer)
21
144
81
Explanation: This problem asks for the magnitude of a vector. The magnitude of vector ⟨a, b⟩ equals √(a² + b²). For x = ⟨9, 12⟩, the magnitude equals √(9² + 12²) = √(81 + 144) = √225 = 15. This is a Pythagorean triple (9, 12, 15).
Question 13
What is u⋅v if u=⟨3,−2⟩ and v=⟨4,5⟩?
2 (correct answer)
7
22
23
Explanation: This problem asks for the dot product of two vectors. The dot product ⟨a, b⟩ · ⟨c, d⟩ equals ac + bd. For u · v = ⟨3, -2⟩ · ⟨4, 5⟩, we compute: (3)(4) + (-2)(5) = 12 + (-10) = 2. The dot product combines components through multiplication and addition.
Question 14
What is the magnitude of vector v=⟨3,4⟩?
5 (correct answer)
7
25
6
Explanation: This problem asks for the magnitude of a vector. The magnitude of a vector ⟨a, b⟩ equals the square root of (a² + b²). For vector v = ⟨3, 4⟩, the magnitude equals √(3² + 4²) = √(9 + 16) = √25 = 5. Choice C gave 25, which is the value before taking the square root.
Question 15
Which vector represents the addition of a=⟨5,−3⟩ and b=⟨−2,4⟩?
⟨−7,1⟩
⟨3,7⟩
⟨3,1⟩ (correct answer)
⟨7,1⟩
Explanation: This problem involves vector addition. Vector addition ⟨a, b⟩ + ⟨c, d⟩ equals ⟨a + c, b + d⟩. For a + b = ⟨5, -3⟩ + ⟨-2, 4⟩, we add corresponding components: ⟨5 + (-2), -3 + 4⟩ = ⟨3, 1⟩. Add components separately to get the sum vector.
Question 16
What is the magnitude of v=⟨12,5⟩?
144
17
17
13 (correct answer)
Explanation: This problem asks for the magnitude of a vector. The magnitude of vector ⟨a,b⟩ equals √(a2+b2). For v = ⟨12,5⟩, the magnitude equals √(122+52)=√(144+25)=√169=13. This is a Pythagorean triple (5, 12, 13).
Question 17
A force vector is v=⟨4,−9⟩. What is 3v?
⟨12,−9⟩
⟨7,−27⟩
⟨12,−27⟩ (correct answer)
⟨−12,27⟩
Explanation: This question involves scalar multiplication to find 3v, where v = ⟨4, -9⟩. Scalar multiplication by k of ⟨a, b⟩ is ⟨ka, kb⟩. Compute 3⟨4, -9⟩ = ⟨12, -27⟩. This demonstrates multiplying each component by the scalar to scale the vector. A distractor might involve adding the scalar to components, like ⟨7, -27⟩, which mixes operations incorrectly.
Question 18
A robot moves first by ⟨−4,7⟩ and then by ⟨6,−3⟩. Which vector represents the robot's net movement?
⟨2,−10⟩
⟨−10,10⟩
⟨2,4⟩ (correct answer)
⟨10,−10⟩
Explanation: This requires adding the robot's movement vectors <-4, 7> and <6, -3> for net movement. Add components: -4 + 6 = 2 and 7 + (-3) = 4, resulting in <2, 4>. This is the resultant displacement vector. Vector addition emphasizes combining individual movements component-wise.
Question 19
What is −2v if v=⟨9,−4⟩?
⟨−18,8⟩ (correct answer)
⟨18,8⟩
⟨−18,−8⟩
⟨−2,8⟩
Explanation: This problem involves scalar multiplication. For scalar multiplication, k times ⟨a,b⟩ equals ⟨ka,kb⟩. We calculate -2v = -2⟨9,-4⟩ = ⟨-2×9, -2×(-4)⟩ = ⟨-18,8⟩.
Question 20
What is 4v if v=⟨1,−7⟩?
⟨4,−28⟩ (correct answer)
⟨4,−7⟩
⟨−4,28⟩
⟨5,−21⟩
Explanation: This problem involves scalar multiplication. For scalar multiplication, k times ⟨a,b⟩ equals ⟨ka,kb⟩. We calculate 4v = 4⟨1,-7⟩ = ⟨4×1, 4×(-7)⟩ = ⟨4,-28⟩.