Vector Addition — Triangle Law, Parallelogram Law, Examples

#Geometry
TL;DR
Vector addition combines two vectors into a single resultant that captures their joint effect. This article covers the three methods — the triangle law, the parallelogram law, and the component method — the resultant-magnitude formula $|\vec{R}| = \sqrt{P^2 + Q^2 + 2PQ\cos\theta}$, and the mistakes students make most.
BT
Bhanzu TeamLast updated on June 25, 20268 min read

What Is Vector Addition?

Vector addition is the operation that combines two or more vectors into one resultant vector — a single vector that produces the same effect as the originals acting together. Because vectors carry direction, you cannot add their magnitudes the way you add ordinary numbers; you have to account for the angle between them.

There are three standard ways to do it, and they all agree on the answer: the triangle law, the parallelogram law, and the component method. The first two are geometric pictures; the third is the algebra you'll use most once vectors are in component form.

How Do You Add Two Vectors With The Triangle Law?

The triangle law of vector addition states that if two vectors are represented, in magnitude and direction, by two sides of a triangle taken in order, then their resultant is the third side taken in the opposite order.

In practice you place the tail of the second vector at the head of the first (the head-to-tail method), and the resultant runs from the tail of the first to the head of the second.

When the two vectors $\vec{P}$ and $\vec{Q}$ meet at angle $\theta$, the resultant's magnitude and direction are:

$$|\vec{R}| = \sqrt{P^2 + Q^2 + 2PQ\cos\theta}$$

$$\phi = \tan^{-1}!\left(\frac{Q\sin\theta}{P + Q\cos\theta}\right)$$

This magnitude formula comes from dropping a perpendicular from the head of $\vec{Q}$ to the line of $\vec{P}$ and applying the Pythagorean theorem to the extended triangle — the $2PQ\cos\theta$ term is what survives from squaring the projected pieces.

Variable glossary. $P = |\vec{P}|$ and $Q = |\vec{Q}|$ are the magnitudes; $\theta$ is the angle between the vectors when drawn from a common tail; $|\vec{R}|$ is the resultant magnitude; $\phi$ is the angle the resultant makes with $\vec{P}$.

How Is The Parallelogram Law Different?

The parallelogram law of vector addition uses the same two vectors drawn from a common tail rather than head to tail. If $\vec{P}$ and $\vec{Q}$ form two adjacent sides of a parallelogram, the resultant is the diagonal drawn from their shared starting point.

It produces the identical resultant as the triangle law — same magnitude, same direction — because the diagonal of the parallelogram and the closing side of the triangle are the same segment. Use the parallelogram picture when both vectors naturally start at one point (two forces tugging on a single ring); use the triangle picture when one motion follows another (a walk, then a second walk).

Adding Vectors With Components

In component form, addition is the easy part: add the matching components. For $\vec{P} = P_x,\hat{i} + P_y,\hat{j}$ and $\vec{Q} = Q_x,\hat{i} + Q_y,\hat{j}$,

$$\vec{P} + \vec{Q} = (P_x + Q_x),\hat{i} + (P_y + Q_y),\hat{j}$$

No angle, no cosine — just line up the $\hat{i}$ terms and the $\hat{j}$ terms. This is why component form is the workhorse: the geometric laws explain why the resultant looks the way it does, but the component method is fastest to compute. (If component form is new, start with the vectors overview.)

Examples of Vector Addition

Example 1

Add $\vec{P} = 3,\hat{i} + 2,\hat{j}$ and $\vec{Q} = \hat{i} + 4,\hat{j}$ using components.

$$\vec{P} + \vec{Q} = (3+1),\hat{i} + (2+4),\hat{j}$$ $$\vec{P} + \vec{Q} = 4,\hat{i} + 6,\hat{j}$$

Final answer: $4,\hat{i} + 6,\hat{j}$.

Example 2

Two forces of $6\ \text{N}$ and $8\ \text{N}$ act on a point at right angles. Find the resultant.

Wrong attempt. A student adds the magnitudes: $6 + 8 = 14\ \text{N}$. But the forces point in different directions, so plain addition can't be right — the resultant of two perpendicular forces is always shorter than their sum.

Correct. Use the triangle-law magnitude formula with $\theta = 90°$, so $\cos 90° = 0$:

$$|\vec{R}| = \sqrt{6^2 + 8^2 + 2(6)(8)(0)}$$ $$|\vec{R}| = \sqrt{36 + 64} = \sqrt{100} = 10$$

Final answer: the resultant is $10\ \text{N}$.

Example 3

Find the magnitude of the resultant of $\vec{P}$ ($|\vec{P}| = 4$) and $\vec{Q}$ ($|\vec{Q}| = 9$) with $\theta = 30°$ between them.

$$|\vec{R}| = \sqrt{4^2 + 9^2 + 2(4)(9)\cos 30°}$$ $$|\vec{R}| = \sqrt{16 + 81 + 72\left(\tfrac{\sqrt{3}}{2}\right)}$$ $$|\vec{R}| = \sqrt{97 + 36\sqrt{3}} \approx \sqrt{159.35} \approx 12.62$$

Final answer: $|\vec{R}| \approx 12.62$ units. (Here $\cos 30° = \frac{\sqrt{3}}{2}$ — see trigonometric ratios if that value is unfamiliar.)

Example 4

Find $\vec{P} + \vec{Q}$ in 3D for $\vec{P} = 2,\hat{i} - \hat{j} + 3,\hat{k}$ and $\vec{Q} = -,\hat{i} + 4,\hat{j} - \hat{k}$.

$$\vec{P} + \vec{Q} = (2-1),\hat{i} + (-1+4),\hat{j} + (3-1),\hat{k}$$ $$\vec{P} + \vec{Q} = \hat{i} + 3,\hat{j} + 2,\hat{k}$$

Final answer: $\hat{i} + 3,\hat{j} + 2,\hat{k}$.

Example 5

A hiker walks $3\ \text{km}$ east, then $4\ \text{km}$ north. How far is the hiker from the start, and in what direction?

Place the second leg head-to-tail after the first (triangle law). The two legs are perpendicular.

$$|\vec{R}| = \sqrt{3^2 + 4^2} = \sqrt{25} = 5$$ $$\phi = \tan^{-1}!\left(\frac{4}{3}\right) \approx 53.13°$$

Final answer: the hiker is $5\ \text{km}$ from start, about $53.13°$ north of east.

Example 6

Two equal-magnitude vectors of size $m$ point the same direction ($\theta = 0°$). Find the resultant magnitude.

$$|\vec{R}| = \sqrt{m^2 + m^2 + 2(m)(m)\cos 0°}$$ $$|\vec{R}| = \sqrt{m^2 + m^2 + 2m^2} = \sqrt{4m^2} = 2m$$

Final answer: $2m$. When (and only when) two vectors point the same way, their magnitudes add directly.

Why Vector Addition Matters: "Every Resultant Is A Real Combined Effect"

Vector addition isn't a notation trick — it's how the physical world combines influences that have direction. A plane's track over the ground is its airspeed vector plus the wind vector. A boat's path is its heading plus the current. The net force on a bridge joint is the sum of every cable's tension vector, and getting that sum right is the difference between a structure that stands and one that doesn't.

The general rule, captured by $|\vec{R}| = \sqrt{P^2 + Q^2 + 2PQ\cos\theta}$, contains every special case:

  • Same direction ($\theta = 0°$): the magnitudes add, $|\vec{R}| = P + Q$ (Example 6).

  • Opposite directions ($\theta = 180°$): they subtract, $|\vec{R}| = |P - Q|$.

  • Perpendicular ($\theta = 90°$): the cosine term vanishes and you get the Pythagorean result (Examples 2 and 5).

That single formula is also where vector addition meets collinear vectors — collinear vectors are exactly the $\theta = 0°$ or $\theta = 180°$ cases, the only times direction stops mattering.

What Are The Most Common Mistakes With Vector Addition?

Mistake 1: Adding magnitudes directly

Where it slips in: any problem with an angle between the vectors.

Don't do this: writing $|\vec{R}| = P + Q$ for perpendicular or angled vectors. The first instinct on two forces is to add the numbers and move on — but that answer is only correct when the vectors are parallel and pointing the same way.

The correct way: use $|\vec{R}| = \sqrt{P^2 + Q^2 + 2PQ\cos\theta}$, or break each vector into components and add component by component.

Mistake 2: Joining the vectors the wrong way

Where it slips in: drawing the triangle-law diagram.

Don't do this: placing both vectors tail-to-tail and then reading the side between the heads as the resultant. The rusher draws the arrows from a common point out of habit and reads off the wrong segment.

The correct way: for the triangle law, the second vector's tail goes at the first vector's head; the resultant runs from the very first tail to the very last head. (Tail-to-tail is the parallelogram setup, where the resultant is the diagonal — not the side between the heads.)

Mistake 3: Sign errors when components are negative

Where it slips in: adding vectors that point into different quadrants.

Don't do this: dropping a negative sign on a leftward or downward component. The most common source of a wrong resultant here is a sign that quietly flips when a component points the negative way.

The correct way: write every component with its sign explicitly before you add, and keep the $\hat{i}$ column and the $\hat{j}$ column separate so a stray minus has nowhere to hide.

The swimmer in the opening is the everyday version of Mistake 1: adding $5 + 12$ to get $17$ feels right and is wrong — the current and the heading are perpendicular, so the true speed is $13$. The same error scaled up is how a navigator who ignores a crosswind ends up miles off course, arithmetic intact.

Conclusion

  • Vector addition combines two vectors into a single resultant that carries their joint effect.

  • The triangle law (head to tail) and the parallelogram law (common tail, diagonal) give the same answer.

  • The component method — add matching components — is the fastest in practice.

  • The resultant magnitude is $|\vec{R}| = \sqrt{P^2 + Q^2 + 2PQ\cos\theta}$, which collapses to the Pythagorean result when the vectors are perpendicular.

  • The biggest mistake is adding magnitudes directly; that only works when the vectors point the same way.

A Practical Next Step

Practice these problems to solidify your understanding: take any two vectors, add them once with the component method and once with the triangle-law formula, and confirm both give the same magnitude. If the formula route trips you up, return to Example 3 and check your $\cos\theta$ value. Then look at how the reverse operation works in the projection vector article.

Want a live Bhanzu trainer to walk through more vector-addition problems? Book a free demo class.

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

Can you do vector addition with three or more vectors at once?
Yes. Lay them head to tail in sequence (the polygon law) or add their components all together. The resultant runs from the first tail to the last head no matter how many vectors you chain.
Is vector addition commutative, and does the order matter?
Yes — $\vec{P} + \vec{Q} = \vec{Q} + \vec{P}$. The parallelogram law shows this directly: swapping which side you call $\vec{P}$ leaves the same diagonal.
When does $|\vec{P} + \vec{Q}| = |\vec{P}| + |\vec{Q}|$?
Only when $\vec{P}$ and $\vec{Q}$ point in exactly the same direction ($\theta = 0°$). For every other angle the resultant is shorter than the sum of the magnitudes.
What is the resultant of two equal and opposite vectors?
The zero vector. They cancel — equal magnitude, opposite direction, so the sum has magnitude $0$.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →