Welcome to the Triangle Inequality!

Hello there! Today, we are diving into a concept that sounds like it’s just about geometry, but it is actually one of the most powerful tools in mathematical analysis and algebra. Whether you are dealing with real numbers, complex numbers, or vectors, the Triangle Inequality helps you understand the relationship between the sizes of different values.

Don't worry if inequalities sometimes feel a bit "fuzzy." By the end of these notes, you’ll see that the Triangle Inequality is just a mathematical way of saying: "The shortest distance between two points is a straight line!"


1. The Core Idea: What is the Triangle Inequality?

At its simplest level, the Triangle Inequality states that for any two real numbers \(a\) and \(b\):

\( |a + b| \leq |a| + |b| \)

In plain English, this means the absolute value of the sum of two numbers is always less than or equal to the sum of their absolute values.

An Everyday Analogy

Imagine you want to go from your house to a bubble tea shop.
- Route 1: You walk in a perfectly straight line directly to the shop (\( |a+b| \)).
- Route 2: You walk to a friend's house first (\( |a| \)) and then from there to the shop (\( |b| \)).
Unless your friend's house is perfectly on the way to the shop, Route 2 will always be longer than Route 1. If the friend's house is exactly on the way, the distances are equal!

Quick Review: When does the equality hold?

The expression \( |a + b| = |a| + |b| \) is true if and only if \(a\) and \(b\) have the same sign (both positive or both negative) or if at least one of them is zero. If one is positive and one is negative, they "cancel each other out" slightly, making the left side smaller.


2. The "Reverse" Triangle Inequality

Sometimes in H3 Mathematics, you need to find a lower bound—meaning you want to know what the smallest possible value of an expression could be. This is where the Reverse Triangle Inequality comes in handy.

It states that:

\( |a - b| \geq ||a| - |b|| \)

This tells us that the distance between two numbers is at least as large as the difference between their distances from zero. It’s a bit of a tongue-twister, but it’s very useful for proving limits and bounding functions!

Common Mistake to Avoid: Many students forget the outer absolute value on the right side. We use \( ||a| - |b|| \) to ensure the result isn't negative, because the distance \( |a - b| \) can never be less than zero!


3. Extension to Complex Numbers

Since you’ve already mastered H2 Complex Numbers, you'll find it interesting that the same rule applies to the modulus of complex numbers \(z_1\) and \(z_2\):

\( |z_1 + z_2| \leq |z_1| + |z_2| \)

In the Argand diagram, this is literally about triangles! If you represent \(z_1\) and \(z_2\) as vectors, the length of the side formed by their sum \(z_1 + z_2\) cannot exceed the sum of the lengths of the individual sides \(z_1\) and \(z_2\).

Did you know?

This inequality is the reason why the shortest path between two points in a 2D plane is a straight line. If this inequality weren't true, geometry as we know it would fall apart!


4. Step-by-Step: Using the Inequality in Proofs

When you are asked to "show that" an expression is less than a certain value, follow these steps:

Step 1: Identify the terms. Look for a structure like \( |X + Y| \).

Step 2: Apply the Triangle Inequality. Break the absolute value into two parts: \( |X| + |Y| \).

Step 3: Simplify the individual parts. Usually, \( |X| \) and \( |Y| \) are easier to handle separately than the whole combined expression.

Example: Show that \( |x^2 + 3x| \leq |x|^2 + 3|x| \).
1. Let \(a = x^2\) and \(b = 3x\).
2. By Triangle Inequality: \( |x^2 + 3x| \leq |x^2| + |3x| \).
3. Since \( |x^2| = |x|^2 \) and \( |3x| = 3|x| \), we get: \( |x^2 + 3x| \leq |x|^2 + 3|x| \). Done!


5. Important Variations and Generalizations

You might encounter the inequality in a more general form for multiple numbers:

\( |a_1 + a_2 + ... + a_n| \leq |a_1| + |a_2| + ... + |a_n| \)

This is often written using sigma notation as: \( |\sum_{i=1}^{n} a_i| \leq \sum_{i=1}^{n} |a_i| \).

Memory Trick: "The absolute value of the sum is always less than the sum of the absolute values." Think of the absolute value bars as "walls" that prevent numbers from cancelling each other out. If the walls are on the outside, cancellation can happen. If the walls are around every single number, no cancellation can happen, so the result is as big as it can possibly be!


6. Summary and Key Takeaways

Don't let the simplicity of this chapter fool you—it is a foundational "building block" for H3 Mathematics!

Key Points to Remember:

Standard Form: \( |a + b| \leq |a| + |b| \). Use this to find a maximum possible value (upper bound).

Reverse Form: \( |a - b| \geq ||a| - |b|| \). Use this to find a minimum possible value (lower bound).

Equality: Occurs only when the numbers are pointing in the same "direction" (same sign).

Versatility: Works for real numbers, complex numbers, and vectors.

Encouragement: If you find it hard to decide which version to use, try sketching a quick number line or an Argand diagram. Visualizing the "distance" often makes the right choice obvious. You've got this!