Which vector represents if ?
ACT Math · Learn by Concept
ACT Math Help: Vectors
Review real example questions for Vectors in ACT Math.
Question 1 / 10
0 of 10 answered
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.