Vectors Triangle Inequality : Statement & Proof

#Geometry
TL;DR
The vectors triangle inequality states that for any two vectors, $|\vec{a} + \vec{b}| \le |\vec{a}| + |\vec{b}|$ - the length of a sum never exceeds the sum of the lengths. This article states the full two-sided form, proves it two ways, pins down exactly when equality holds, and works six examples.
BT
Bhanzu TeamLast updated on August 10, 20269 min read

Why Can't Two Arrows Ever Add Up to More Than Their Combined Lengths?

Walk 3 kilometres east, then 4 kilometres north, and you end up 5 kilometres from where you started, never 7. The two legs of your trip total 7 kilometres of walking, but the straight-line distance home is shorter, because the path bent. That gap between "distance walked" and "distance covered" is the whole content of the vectors triangle inequality, and it holds for every pair of vectors in every dimension.

What Is the Vectors Triangle Inequality?

The vectors triangle inequality states that for any vectors $\vec{a}$ and $\vec{b}$:

$$|\vec{a} + \vec{b}| \le |\vec{a}| + |\vec{b}|$$

In words, the magnitude of the resultant is at most the sum of the individual magnitudes. There is also a lower bound, giving the complete two-sided statement:

$$\bigl|,|\vec{a}| - |\vec{b}|,\bigr| \le |\vec{a} + \vec{b}| \le |\vec{a}| + |\vec{b}|$$

This is the vector cousin of the plane-geometry rule that any side of a triangle is shorter than the sum of the other two and longer than their difference - the version for triangle sides is covered on triangle inequality and, as a named result about side lengths, on the triangle inequality theorem. The difference here is that the "sides" are vectors, so the inequality is about their magnitudes, and the sum $\vec{a} + \vec{b}$ is a genuine vector sum, not a scalar total. The three vectors form a closed triangle exactly because of how addition of vectors works head-to-tail.

How Do You Prove the Vectors Triangle Inequality?

Two proofs are worth seeing - a quick geometric one and a clean algebraic one. The geometric argument is the one most readers ask about first.

Geometric proof. Place $\vec{a}$ and $\vec{b}$ head to tail. They form two sides of a triangle whose third side is the resultant $\vec{a} + \vec{b}$. A basic fact of plane geometry says any one side of a triangle is shorter than the sum of the other two. Reading side lengths as magnitudes gives $|\vec{a} + \vec{b}| \le |\vec{a}| + |\vec{b}|$ at once. When the two vectors are parallel, the "triangle" flattens into a line and the two sides just meet end to end, which is the equality case below.

Algebraic proof. Start from the square of the resultant's magnitude and expand using the dot product:

$$|\vec{a} + \vec{b}|^2 = (\vec{a} + \vec{b})\cdot(\vec{a} + \vec{b}) = |\vec{a}|^2 + 2(\vec{a}\cdot\vec{b}) + |\vec{b}|^2$$

The dot product obeys the Cauchy-Schwarz inequality, $\vec{a}\cdot\vec{b} \le |\vec{a}|,|\vec{b}|$. Substituting the largest the middle term can be:

$$|\vec{a} + \vec{b}|^2 \le |\vec{a}|^2 + 2|\vec{a}|,|\vec{b}| + |\vec{b}|^2 = \bigl(|\vec{a}| + |\vec{b}|\bigr)^2$$

Both sides are non-negative, so taking square roots preserves the direction of the inequality:

$$|\vec{a} + \vec{b}| \le |\vec{a}| + |\vec{b}|$$

When Does Equality Hold in the Triangle Inequality?

The inequality becomes an equation only in the degenerate, flattened cases, and knowing them is what separates a memorised formula from real understanding.

  • Upper bound equality, $|\vec{a} + \vec{b}| = |\vec{a}| + |\vec{b}|$, holds when $\vec{a}$ and $\vec{b}$ are parallel and point the same way (or one is the zero vector). The angle between them is $0°$.

  • Lower bound equality, $|\vec{a} + \vec{b}| = \bigl||\vec{a}| - |\vec{b}|\bigr|$, holds when they are anti-parallel - same line, opposite directions, angle $180°$.

For every other angle the resultant is strictly shorter than the sum, because a real triangle has genuine bend in it. That is the geometric meaning of "strict."

What Are the Properties Around the Triangle Inequality?

A few facts sit close to the inequality and get used alongside it.

  • It generalises to any number of vectors: $|\vec{a_1} + \vec{a_2} + \cdots + \vec{a_n}| \le |\vec{a_1}| + |\vec{a_2}| + \cdots + |\vec{a_n}|$.

  • It holds in every dimension — the plane, 3D space, and beyond — because the proof only uses the dot product and Cauchy-Schwarz.

  • The reverse triangle inequality, $\bigl||\vec{a}| - |\vec{b}|\bigr| \le |\vec{a} - \vec{b}|$, is its constant companion and bounds how small a difference of magnitudes can be.

Where Is the Vectors Triangle Inequality Used?

The inequality is a workhorse well beyond the classroom.

  • Navigation and physics. It guarantees the straight-line displacement of a multi-leg trip never exceeds the total distance travelled - the formal reason detours cost distance.

  • Error bounds. In numerical analysis, it lets you bound the size of a sum of errors by the sum of their sizes, which keeps estimates honest.

  • Signal processing and machine learning. Norms of combined signals or feature vectors are controlled by this inequality, underpinning stability proofs.

  • Pure mathematics. It is one of the three axioms that make magnitude a genuine "norm," the foundation of metric spaces.

Examples of Vectors Triangle Inequality

Example 1

Verify the inequality for $\vec{a} = 3,\hat{i}$ and $\vec{b} = 4,\hat{j}$.

Compute each magnitude.

$$|\vec{a}| = 3, \quad |\vec{b}| = 4, \quad |\vec{a} + \vec{b}| = |3,\hat{i} + 4,\hat{j}| = \sqrt{3^2 + 4^2} = 5$$

Check: $5 \le 3 + 4 = 7$.

Final answer: the inequality holds, and $5 < 7$ because the vectors are perpendicular.

Example 2

Do $\vec{a} = 2,\hat{i}$ and $\vec{b} = 5,\hat{i}$ give equality? Watch the intuitive slip first.

Wrong attempt. A student assumes equality is rare and writes $|\vec{a} + \vec{b}|$ by finding a "diagonal," guessing $\sqrt{2^2 + 5^2} = \sqrt{29} \approx 5.39$, then reports $5.39 < 7$, strict.

That treats the two vectors as perpendicular. But both point along $\hat{i}$ — there is no right angle to build a diagonal from.

Correct method. Same-direction vectors add head to tail along one line:

$$|\vec{a} + \vec{b}| = |7,\hat{i}| = 7, \qquad |\vec{a}| + |\vec{b}| = 2 + 5 = 7$$

Final answer: equality holds, $7 = 7$, because $\vec{a}$ and $\vec{b}$ are parallel.

Example 3

Find $|\vec{a} + \vec{b}|$ for anti-parallel vectors $\vec{a} = 6,\hat{i}$ and $\vec{b} = -2,\hat{i}$, and check the lower bound.

$$|\vec{a} + \vec{b}| = |4,\hat{i}| = 4, \qquad \bigl||\vec{a}| - |\vec{b}|\bigr| = |6 - 2| = 4$$

Final answer: the lower bound is tight, $4 = 4$, the equality case for opposite directions.

Example 4

For $\vec{a} = \hat{i} + 2,\hat{j}$ and $\vec{b} = 2,\hat{i} - \hat{j}$, confirm the strict inequality.

$$|\vec{a}| = \sqrt{1 + 4} = \sqrt{5}, \quad |\vec{b}| = \sqrt{4 + 1} = \sqrt{5}$$ $$|\vec{a} + \vec{b}| = |3,\hat{i} + \hat{j}| = \sqrt{9 + 1} = \sqrt{10}$$

Check: $\sqrt{10} \approx 3.16$ and $\sqrt{5} + \sqrt{5} \approx 4.47$. Final answer: $3.16 < 4.47$, strict inequality holds.

Example 5

Bound $|\vec{a} + \vec{b}|$ without computing it, given $|\vec{a}| = 8$ and $|\vec{b}| = 3$.

Apply both sides of the two-sided inequality.

$$|8 - 3| \le |\vec{a} + \vec{b}| \le 8 + 3 \quad\Rightarrow\quad 5 \le |\vec{a} + \vec{b}| \le 11$$

Final answer: the resultant magnitude lies between $5$ and $11$, whatever the angle.

Example 6

Three forces of magnitude 5 N each act on a point. What is the largest possible magnitude of their resultant?

The extended inequality caps the sum of magnitudes, reached only when all three point the same way.

$$|\vec{F_1} + \vec{F_2} + \vec{F_3}| \le 5 + 5 + 5 = 15 \ \text{N}$$

Final answer: at most $15$ N, achieved when the three forces are parallel.

What Are the Most Common Mistakes With the Triangle Inequality?

Mistake 1: Assuming the resultant is always the Pythagorean diagonal

Where it slips in: Computing $|\vec{a} + \vec{b}|$ as $\sqrt{|\vec{a}|^2 + |\vec{b}|^2}$ for every pair of vectors.

Don't do this: Reach for $\sqrt{a^2 + b^2}$ regardless of the angle between the vectors.

The correct way: The Pythagorean form is only the special case of perpendicular vectors. The first-instinct error is picturing a right angle that the problem never gave you; check the directions before choosing the formula.

Mistake 2: Forgetting the lower bound

Where it slips in: Bounding a resultant and quoting only $|\vec{a} + \vec{b}| \le |\vec{a}| + |\vec{b}|$.

Don't do this: Report the upper bound as if the resultant could be anything below it, down to zero.

The correct way: Use the full two-sided statement - the magnitude cannot drop below $\bigl||\vec{a}| - |\vec{b}|\bigr|$. Missing the lower bound is the habit that loses marks on "find the range" questions.

Mistake 3: Confusing the equality condition

Where it slips in: Stating that equality holds when the vectors are perpendicular.

Don't do this: Claim $|\vec{a} + \vec{b}| = |\vec{a}| + |\vec{b}|$ at $90°$.

The correct way: Upper-bound equality needs the vectors parallel and same-direction ($0°$), the flattened triangle. Perpendicular vectors give the strict case, not equality.

Conclusion

  • The vectors triangle inequality states $|\vec{a} + \vec{b}| \le |\vec{a}| + |\vec{b}|$, with the full two-sided form bounded below by $\bigl||\vec{a}| - |\vec{b}|\bigr|$.

  • It follows geometrically from "a triangle side is shorter than the other two combined," and algebraically from the Cauchy-Schwarz inequality.

  • Upper-bound equality needs same-direction vectors; the lower bound is reached by opposite-direction vectors.

  • The most common mistake is assuming a Pythagorean diagonal for every pair, when that only fits perpendicular vectors.

To go deeper into vectors with a teacher, explore Bhanzu's geometry tutor or, for senior-school vector algebra, a high school math tutor and math tutoring support.

A Practical Next Step

Test yourself on these three. (1) Verify the inequality for $\vec{a} = 5,\hat{i} + 12,\hat{j}$ and $\vec{b} = 3,\hat{i} + 4,\hat{j}$. (2) Given $|\vec{a}| = 10$ and $|\vec{b}| = 6$, state the full range of $|\vec{a} + \vec{b}|$. (3) Decide whether $\vec{a} = 2,\hat{i} - \hat{j}$ and $\vec{b} = -4,\hat{i} + 2,\hat{j}$ give equality, and say which bound. If the equality condition trips you, reread Example 2. Want a live Bhanzu trainer to walk through more triangle-inequality problems? Book a free demo class.

Read More

Book a Free Demo

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

Is the vectors triangle inequality the same as the one for triangle sides?
They are close relatives. The side version bounds the third side of a triangle by the other two; the vector version bounds the magnitude of a resultant. The vector form reduces to the side form when you read the vectors as directed sides.
Does the inequality work in three dimensions?
Yes. The algebraic proof uses only the dot product and Cauchy-Schwarz, both of which hold in any number of dimensions, so the inequality is true in the plane, in space, and beyond.
What is the reverse triangle inequality?
It is the lower bound: $\bigl||\vec{a}| - |\vec{b}|\bigr| \le |\vec{a} - \vec{b}|$. It tells you how small a difference of vectors can be, complementing the upper bound.
When is $|\vec{a} + \vec{b}|$ exactly equal to $|\vec{a}| + |\vec{b}|$?
Only when the two vectors point in the same direction (or one is the zero vector). Any nonzero angle between them makes the resultant strictly shorter.
✍️ 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 →