Vector Math

Vector Math

7 min read Updated Mar 26, 2026

You walk 3 blocks east, then 4 blocks north. How far are you from where you started?

Your first instinct says “7 blocks” — but that’s only the total ground you covered. The straight-line distance from start to finish is 5 blocks, and to find it you have to add the two walks as vectors, not as plain numbers.

That’s the whole game with vectors: 3 + 4 doesn’t always equal 7, because direction matters. A 3 N force pulling right and a 3 N force pulling left don’t combine to 6 N — they cancel to zero.

Almost every MCAT motion problem and force problem comes down to vector addition or subtraction. There are two ways to do it, and you should be comfortable with both.

Graphical Method: Tip-to-Tail

The simplest way to add two vectors: draw them tip-to-tail. The first arrow ends where the second begins. The straight line from the start of the first to the end of the second is your answer (the resultant).

The three-step picture:

  1. Draw the first vector as an arrow.
  2. Place the tail of the second vector at the tip of the first.
  3. Draw the resultant from the tail of the first to the tip of the last.
Parallelogram and head-to-tail method of vector addition, showing two vectors A and B placed tip-to-tail with the resultant vector R drawn from the tail of A to the tip of B
Tip-to-tail vector addition. Vector B starts where vector A ends. The resultant R goes from the start of A to the end of B. Credit: Wikimedia Commons, CC BY-SA

For the 3-east, 4-north example: R=32+42=9+16=25=R = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5 blocks, at an angle of arctan(4/3)53°\arctan(4/3) \approx 53° north of east. Recognize this — it’s the classic 3-4-5 right triangle.

Component Method: The Workhorse

The graphical method is great for two vectors. Once you have three or more — or you need a precise number rather than an estimate from a sketch — switch to the component method. This is what you’ll use most often on the MCAT.

The idea: every vector can be split into x and y pieces (from §1.2). Once everything is in x and y, addition becomes ordinary arithmetic — just add all the x’s together, then all the y’s together, then rebuild the result.

Three steps:

  1. Resolve each vector into x- and y-components.
  2. Add all the x-components to get RxR_x. Add all the y-components to get RyR_y.
  3. Recombine using the Pythagorean theorem and arctangent.

Example. Add vector A (5 N at 30° above the x-axis) and vector B (8 N along the x-axis).

Vectorx-componenty-component
A5cos30°=5×0.87=4.355 \cos 30° = 5 \times 0.87 = 4.35 N5sin30°=5×0.5=2.55 \sin 30° = 5 \times 0.5 = 2.5 N
B8cos0°=88 \cos 0° = 8 N8sin0°=08 \sin 0° = 0 N
Resultant12.35 N2.5 N

R=12.352+2.52=152.5+6.25R = \sqrt{12.35^2 + 2.5^2} = \sqrt{152.5 + 6.25} \approx 12.6 N, pointing arctan(2.5/12.35)\arctan(2.5/12.35) \approx 11.5° above the x-axis.

Vector Subtraction

Subtracting vector B from vector A is the same as adding the opposite of B:

AB=A+(B)\vec{A} - \vec{B} = \vec{A} + (-\vec{B})

The negative of a vector has the same magnitude but points the opposite way. Graphically: flip B around 180°, then add it tip-to-tail with A. With components: just subtract each component (x from x, y from y).

Why this matters: vector subtraction is how you find changes. Change in velocity, Δv=vfinalvinitial\Delta \vec{v} = \vec{v}_{final} - \vec{v}_{initial}, is what gives you acceleration. Change in position, Δr\Delta \vec{r}, is displacement. Whenever the MCAT asks “what’s the change in…?” you’re doing vector subtraction.

Worked example. A car moving 30 m/s east turns a corner and ends up moving 30 m/s north. What’s the change in velocity?

  • Δv=vfinalvinitial\Delta \vec{v} = \vec{v}_{final} - \vec{v}_{initial}.
  • In x: 030=300 - 30 = -30 m/s.
  • In y: 300=+3030 - 0 = +30 m/s.
  • Magnitude: 302+302=180042.4\sqrt{30^2 + 30^2} = \sqrt{1800} \approx 42.4 m/s.
  • Direction: northwest (45° above the −x axis).

The car’s speed never changed — but its velocity did, and the magnitude of that change is 42.4 m/s. That’s why the car had to accelerate to make the turn.

Special Cases

A few situations show up so often they’re worth memorizing as shortcuts.

Same direction → magnitudes add. Two 5 N forces both pulling right give 10 N right.

Opposite directions → magnitudes subtract. 5 N right plus 3 N left gives 2 N right.

Perpendicular (90° apart) → Pythagorean theorem. 3 N right plus 4 N up gives 5 N.

Equilibrium → vectors sum to zero. If everything cancels out, the object has no net force on it. By Newton’s first law, that means no acceleration — the object either sits still or coasts at constant velocity. Equilibrium is the entire premise of “free body in balance” problems and inclined-plane setups where things slide at constant speed.

Two forces act on an object: 6 N to the east and 8 N to the north. What is the magnitude and direction of the resultant force?
Click to reveal answer
Magnitude: 10 N. Direction: ~53° north of east. This is a 6-8-10 right triangle (a multiple of 3-4-5). R=62+82=100=10R = \sqrt{6^2 + 8^2} = \sqrt{100} = 10 N. θ=arctan(8/6)53°\theta = \arctan(8/6) \approx 53° north of east.
What are the three steps of the component method for vector addition?
Click to reveal answer
Resolve, Add, Recombine. (1) Resolve each vector into x- and y-components using sine and cosine. (2) Add all x-components together and all y-components together. (3) Recombine using the Pythagorean theorem for magnitude and arctangent for direction.
A ball is thrown 10 m/s east; a moment later it's moving 10 m/s west (it bounced off a wall). What is the change in its velocity?
Click to reveal answer
20 m/s west. Δv=vfvi=(10)(+10)=20\Delta \vec{v} = \vec{v}_f - \vec{v}_i = (-10) - (+10) = -20 m/s in the original (east) direction, which is the same as 20 m/s west. Notice the change in velocity is *bigger* than either velocity alone — that's because the ball reversed direction. This is why bouncing off a wall produces such a large impulse and force on the wall (covered in §1.15).