ACT MATH • PREPARING FOR HIGHER MATH

Vectors

Master the math of magnitude and direction to tackle ACT vector problems with confidence.

Historical Context & Motivation

For centuries, scientists and mathematicians struggled with a fundamental challenge: how do you describe quantities that have both a size and a direction? A ship sailing 30 miles northeast is not the same as a ship sailing 30 miles south, even though both travel the same distance. This need to capture direction alongside magnitude led to the invention of vectors, one of the most powerful tools in mathematics and physics. Understanding vectors is essential for the ACT, especially in the Preparing for Higher Math category, because they connect algebra, geometry, and trigonometry into a single elegant framework.

1687
Newton's Principia
Isaac Newton described forces as quantities with both magnitude and direction—essentially using vector ideas—though the formal language of vectors didn't yet exist.
1843
Hamilton's Quaternions
William Rowan Hamilton invented quaternions, a number system that extended complex numbers and laid groundwork for modern vector algebra.
1881
Gibbs & Heaviside Formalize Vectors
Josiah Willard Gibbs and Oliver Heaviside independently stripped quaternions down to the simpler, more practical system of vectors we use today.
1900s
Vectors Enter the Classroom
Vector notation became standard in physics and engineering curricula, eventually making its way into high school math and standardized tests like the ACT.

The central question that vectors answer is straightforward: how can we mathematically represent something that has both size and direction, and then combine multiple such quantities? Whether you're adding two forces acting on an object or finding the displacement between two points on a coordinate grid, vectors give you a clean, reliable method to do so.

Core Principles & Definitions

Before diving into calculations, you need a solid grasp of what vectors are and how they differ from ordinary numbers. A scalar is a quantity described by a single number—think of temperature (72°F) or speed (60 mph). A vector, on the other hand, bundles two pieces of information together: how much (magnitude) and which way (direction). On the ACT, vectors typically appear as arrows on a coordinate plane or as ordered pairs like ⟨3, 4⟩.

1

Magnitude

The magnitude of a vector is its length or size. It is always a non-negative number, found using the Pythagorean theorem when you know the components.
2

Direction

Direction tells you where the vector points. It can be expressed as an angle measured from the positive x-axis or described using component form like ⟨x, y⟩.
3

Component Form

Component form breaks a vector into its horizontal (x) and vertical (y) parts. The vector ⟨a, b⟩ moves 'a' units right and 'b' units up from its starting point.
4

Vector Addition

You add vectors by placing them tip-to-tail or, equivalently, by adding their corresponding components. If u = ⟨a, b⟩ and v = ⟨c, d⟩, then u + v = ⟨a + c, b + d⟩.
5

Scalar Multiplication

Scalar multiplication stretches or shrinks a vector. Multiplying ⟨a, b⟩ by a scalar k gives ⟨ka, kb⟩. A negative scalar also reverses the vector's direction.
KEY TAKEAWAY
KEY TAKEAWAY

Visual Explanation

Vectors on the Coordinate Plane

The solid cyan arrow shows vector v = ⟨3, 3⟩ and the solid violet arrow shows vector u = ⟨5, 2⟩. The dashed violet segment illustrates tip-to-tail addition, while the pink and amber dashed lines decompose vector u into its x-component and y-component.

The diagram above captures the most important ideas you'll need for ACT vector questions. Each vector starts at the origin and ends at a point determined by its components. The cyan vector ⟨3, 3⟩ moves 3 units right and 3 units up, while the violet vector ⟨5, 2⟩ moves 5 right and 2 up. Notice the dashed violet segment placed at the tip of the cyan vector—this is the tip-to-tail method of vector addition. The resultant vector (the sum) would stretch from the origin all the way to the endpoint at ⟨8, 5⟩. On the bottom and right side of vector u, you can see its decomposition into horizontal and vertical components, a technique you'll use constantly on the ACT.

Mathematical Framework

Now let's formalize the key vector operations you need for the ACT. Most problems require you to find components, compute magnitude, add or subtract vectors, or apply scalar multiplication. Each of these operations has a clean formula.

COMPONENT FORM FROM TWO POINTS
v = ⟨x₂ − x₁, y₂ − y₁⟩
If a vector runs from point A(x₁, y₁) to point B(x₂, y₂), subtract the initial point's coordinates from the terminal point's coordinates.
MAGNITUDE OF A VECTOR
|v| = √(a² + b²)
For vector v = ⟨a, b⟩, the magnitude |v| is the length of the arrow. This is just the Pythagorean theorem applied to the components.
VECTOR ADDITION
u + v = ⟨a₁ + a₂, b₁ + b₂⟩
If u = ⟨a₁, b₁⟩ and v = ⟨a₂, b₂⟩, add each pair of corresponding components. Subtraction works the same way but with minus signs.
SCALAR MULTIPLICATION
k × v = ⟨k × a, k × b⟩
Multiplying vector v = ⟨a, b⟩ by scalar k scales the vector's length by |k|. If k is negative, the direction reverses.
ACT TIP

Detailed Breakdown — Types of Vector Operations

Let's organize every vector operation you might encounter on the ACT into a clear reference. The diagram below shows how scalar multiplication and vector subtraction work visually, and the table that follows summarizes what each operation does and when you'll need it.

Left panel: scalar multiplication stretches (2v) or reverses (−v) the original vector. Right panel: vector subtraction u − w is performed by adding the negative of w to u.
Common vector operations tested on the ACT
OperationFormulaWhen You'll Use It on the ACT
Find Components⟨x₂ − x₁, y₂ − y₁⟩Given two endpoints, determine the vector.
Magnitude√(a² + b²)Find the length or distance represented by a vector.
Addition⟨a₁ + a₂, b₁ + b₂⟩Combine two displacement or force vectors.
Subtraction⟨a₁ − a₂, b₁ − b₂⟩Find the difference between two position vectors.
Scalar Multiplication⟨ka, kb⟩Scale a vector up or down, or reverse its direction.

Worked Example

Let's walk through an ACT-style problem step by step. This example combines finding components, adding vectors, and computing magnitude—the three most common skills tested.

1
Step 1 — Read the ProblemA drone flies from point A(1, 3) to point B(4, 7), then from point B to point C(6, 5). What is the magnitude of the drone's total displacement vector from A to C?
2
Step 2 — Find Each Component VectorVector from A to B: AB = ⟨4 − 1, 7 − 3⟩ = ⟨3, 4⟩. Vector from B to C: BC = ⟨6 − 4, 5 − 7⟩ = ⟨2, −2⟩.
AB = ⟨3, 4⟩ BC = ⟨2, −2⟩
3
Step 3 — Add the VectorsTotal displacement AC = AB + BC = ⟨3 + 2, 4 + (−2)⟩ = ⟨5, 2⟩. Alternatively, you could compute this directly: ⟨6 − 1, 5 − 3⟩ = ⟨5, 2⟩. Both approaches confirm the same result.
AC = ⟨5, 2⟩
4
Step 4 — Compute the Magnitude|AC| = √(5² + 2²) = √(25 + 4) = √29. Using a calculator or estimation, √29 ≈ 5.39.
|AC| = √29 ≈ 5.39
5
Step 5 — Choose the AnswerOn the ACT, the answer choices would likely include √29 or approximately 5.39. The total displacement magnitude of the drone from A to C is √29 units.
Answer: √29 ≈ 5.39 units

Common Strengths, Pitfalls, and Comparisons

Vector problems on the ACT are usually straightforward once you know the formulas, but there are several common mistakes that can cost you points. The table below compares strategies that work with pitfalls to avoid.

Strategies vs. pitfalls for ACT vector problems
Strategy / StrengthCommon PitfallFix
Use component form for additionAdding magnitudes instead of componentsAlways add x-parts and y-parts separately: ⟨a₁ + a₂, b₁ + b₂⟩
Apply Pythagorean theorem for magnitudeForgetting to square both componentsWrite out a² + b² explicitly before taking the square root
Subtract coordinates in the right orderSubtracting terminal − initial backwardsAlways subtract: (endpoint) − (start point) for each coordinate
Recognize negative scalars reverse directionIgnoring the sign of the scalarIf k < 0, the vector flips direction. Magnitude is |k| × |v|
Sketch a quick diagram on scratch paperTrying to do everything in your headEven a rough arrow sketch helps you verify the sign of components
KEY TAKEAWAY
KEY TAKEAWAY

Connection to Advanced Topics

The vector skills you learn for the ACT form the foundation for much more powerful ideas in college-level math and physics. The table below shows how each ACT-level concept extends into more advanced territory. You don't need to learn these advanced versions for the ACT, but knowing they exist helps you see why mastering the basics matters.

How ACT vector concepts scale up in college mathematics
ACT-Level ConceptAdvanced Extension
2D vectors ⟨a, b⟩3D vectors ⟨a, b, c⟩ and n-dimensional vectors in linear algebra
Magnitude via Pythagorean theoremNorms in various spaces, distance formulas in higher dimensions
Vector addition (component-wise)Dot product, cross product, and projections for measuring angles and areas
Scalar multiplicationMatrix-vector multiplication and linear transformations
Displacement vectors between two pointsParametric and vector-valued functions describing curves in calculus

In a college physics course, for example, you might need to add three-dimensional force vectors or compute the dot product to find the work done by a force. In linear algebra, vectors become the building blocks of matrices and transformations. The good news is that the core idea—break it into components, operate on the components, recombine—stays exactly the same no matter how advanced the math gets.

Practice Problems

PROBLEM 1CONCEPTUAL
A vector has a magnitude of 13 and makes an angle of 150° measured counterclockwise from the positive x-axis. What is this vector in component form?A) ⟨13√3/2, 13/2⟩ B) ⟨−13/2, 13√3/2⟩ C) ⟨−13√3/2, 13/2⟩ D) ⟨13√3/2, −13/2⟩ E) ⟨−13/2, −13√3/2⟩
2
Find the magnitude of the vector v = ⟨−6, 8⟩.
3
Given u = ⟨2, −5⟩ and v = ⟨−3, 7⟩, what is the magnitude of 2u + 3v?
4
A boat travels from dock A at (−2, 1) to buoy B at (3, 4), then from buoy B to island C at (7, 1). What is the magnitude of the boat's total displacement from A to C, rounded to the nearest tenth?
5
If vectors a = ⟨3, k⟩ and b = ⟨−1, 2⟩ satisfy the condition that a + b has a magnitude of 5, what are the possible values of k?
Varsity Tutors • ACT Math • Vectors — Vectors