Skip to content
M
hscscience Ext 2 · Y12
0/100daily goal
0
0
0 due
0
L1 · 0 XP
KJ
Your weak spots
Insights load after your first practice round.
Module 11 · L05 of 12 ~40 min ⚡ +90 XP available

Inequalities with Positive Real Numbers

Why is the arithmetic mean always at least as large as the geometric mean? Why does $a^2 + b^2 \geq 2ab$ for any reals? Every algebraic inequality on the HSC paper rests on a single, almost embarrassing observation: a real number squared is never negative. In this lesson you will weaponise that fact — $(x-y)^2 \geq 0$ — into a complete toolkit for proving multi-variable inequalities, including symmetric and cyclic forms.

Today's hook — Before reading on, try to prove that for all positive reals $a, b$: $\dfrac{a}{b} + \dfrac{b}{a} \geq 2$. Where might you start? Compare your attempt after card 05.
0/5QUESTS
01
Recall — your gut answer first
+5 XP warm-up

For any real number $x$, what can you say about $x^2$? Before reading on — write a one-line proof that $a^2 + b^2 \geq 2ab$ for all real $a, b$, using only that observation. When does equality hold?

auto-saved
02
The two moves for inequality proofs
+5 XP to read

Every clean inequality proof rests on two moves: start from something non-negative (usually $(x-y)^2 \geq 0$), and rearrange forwards until you reach the inequality you want. Working backwards from the target is a common scaffolding tool, but the polished proof must run forwards from a known-true statement.

The sum-of-squares strategy: (1) identify a square (or sum of squares) that captures the gap between the two sides, (2) expand it to expose the difference, (3) write a clean forward proof. Always state the equality case.

Start point: $(a-b)^2 \geq 0$  ·  Key identity: $a^2 + b^2 \geq 2ab$  ·  Equality iff $a = b$

Start (x-y)² ≥ 0 Expand algebra Rearrange to target State equality case (e.g. x = y)
$(a-b)^2 \geq 0 \;\Longleftrightarrow\; a^2 + b^2 \geq 2ab$
Start with a square
If the inequality involves $a^2, b^2, ab$ (or $a+b$ and $\sqrt{ab}$), start from $(a-b)^2 \geq 0$ or $(\sqrt a - \sqrt b)^2 \geq 0$. That single line opens 90% of HSC inequality questions.
Forwards, not backwards
Scribble the target, manipulate it to a known non-negative form. Then write the final proof forwards: begin from the non-negative form and arrive at the target.
State equality
A complete proof says when equality holds. For $(a-b)^2 \geq 0$, equality iff $a = b$. NESA awards a mark for this in many proof questions.
03
What you'll master
Know

Key facts

  • $(x - y)^2 \geq 0$ for all real $x, y$, with equality iff $x = y$
  • $a^2 + b^2 \geq 2ab$ for all real $a, b$
  • For positive reals: $a + b \geq 2\sqrt{ab}$ (AM-GM) and $\dfrac{a}{b} + \dfrac{b}{a} \geq 2$
Understand

Concepts

  • Why every algebraic inequality reduces to a sum of squares
  • How symmetric and cyclic inequalities exploit pairwise $(a-b)^2$ terms
  • Why the equality case identifies the tight configuration
Can do

Skills

  • Prove two- and three-variable inequalities using $(x-y)^2 \geq 0$
  • Use sum-of-squares decomposition for cyclic and symmetric expressions
  • Identify and state the equality case explicitly
04
Key terms
Sum of squares (SOS)An expression written as a sum of perfect squares, e.g., $a^2 + b^2 - 2ab = (a-b)^2$. Any SOS is non-negative.
AM-GM inequalityFor positive reals: $\dfrac{a+b}{2} \geq \sqrt{ab}$, equivalently $a + b \geq 2\sqrt{ab}$. Equality iff $a = b$.
Symmetric inequalityUnchanged when any two variables are swapped, e.g., $a^2 + b^2 + c^2 \geq ab + bc + ca$.
Cyclic inequalityUnchanged under the cyclic shift $a \to b \to c \to a$, e.g., $\dfrac{a}{b} + \dfrac{b}{c} + \dfrac{c}{a} \geq 3$.
Equality caseThe configuration of variables that turns $\geq$ into $=$. Stating it completes the proof.
NESA MEX-P1Proof: the nature of proof. Uses proof techniques including algebraic manipulation of inequalities with positive real numbers.
05
The master move: $(x-y)^2 \geq 0$
core concept

Every elementary algebraic inequality on the HSC paper can be traced back to the single fact that the square of a real number is non-negative. The four-step strategy:

  1. Identify the gap. Compute LHS $-$ RHS and try to write it as a sum of squares.
  2. Choose the square. $(a-b)^2$, $(a-b)^2 + (b-c)^2 + (c-a)^2$, or $(\sqrt a - \sqrt b)^2$ are the usual suspects.
  3. Run the proof forwards. Start from "$(\ldots)^2 \geq 0$" and arrive at the target inequality.
  4. State equality. Equality holds when each square equals zero, i.e., $a = b$ (or $a = b = c$).

Worked through the hook: Prove $\dfrac{a}{b} + \dfrac{b}{a} \geq 2$ for $a, b > 0$.

  • Start: $(a - b)^2 \geq 0$.
  • Expand: $a^2 - 2ab + b^2 \geq 0 \;\Rightarrow\; a^2 + b^2 \geq 2ab$.
  • Divide by $ab > 0$ (sign preserved): $\dfrac{a}{b} + \dfrac{b}{a} \geq 2$. $\blacksquare$
  • Equality iff $a = b$.
Why we need $a, b > 0$. The division step $\div ab$ requires $ab > 0$ so the inequality direction is preserved. If $a, b$ could be negative with $ab < 0$, the step would flip the inequality. Always declare your sign assumptions before dividing.

Master fact: $(x - y)^2 \geq 0$ for all real $x, y$; equality iff $x = y$ · Derived: $a^2 + b^2 \geq 2ab$ for all real $a, b$ · For $a, b > 0$: $\dfrac{a}{b} + \dfrac{b}{a} \geq 2$ (divide previous by $ab$) · Always state the equality case in your final line

Pause — copy the master fact $(x-y)^2 \geq 0$, the derived inequality $a^2+b^2 \geq 2ab$, and the ratio corollary $a/b + b/a \geq 2$ (for $a,b>0$) into your book.

Quick check: Which starting line gives the cleanest proof that $a^2 + b^2 \geq 2ab$ for all real $a, b$?

06
Three variables: pairwise squares
core concept

We just saw that $(x-y)^2 \geq 0$ immediately gives $a^2 + b^2 \geq 2ab$ for all real $a, b$, with equality iff $a = b$. That raises a question: how do we bound $a^2 + b^2 + c^2$ from below for three variables? This card answers it → summing pairwise squares $(a-b)^2 + (b-c)^2 + (c-a)^2 \geq 0$ gives $a^2+b^2+c^2 \geq ab+bc+ca$.

For three (or more) variables the trick is to add up the pairwise squares. The key identity:

$$(a - b)^2 + (b - c)^2 + (c - a)^2 = 2(a^2 + b^2 + c^2) - 2(ab + bc + ca)$$

The LHS is a sum of squares, hence $\geq 0$. Dividing by 2 gives the famous symmetric inequality:

  • $a^2 + b^2 + c^2 \geq ab + bc + ca$ for all real $a, b, c$.
  • Equality iff $a = b = c$ (all three squares vanish simultaneously).

This single identity unlocks dozens of three-variable problems. For example, dividing both sides by $abc$ when $a, b, c > 0$ gives $\dfrac{a}{bc} + \dfrac{b}{ca} + \dfrac{c}{ab} \geq \dfrac{1}{a} + \dfrac{1}{b} + \dfrac{1}{c}$.

Common mistake. Students try $(a + b + c)^2 \geq 0$, expand, and get stuck. The squares you need are the pairwise differences $(a-b), (b-c), (c-a)$, not the sum. Without that decomposition, the symmetric inequality is invisible.

Master identity: $(a-b)^2 + (b-c)^2 + (c-a)^2 = 2(a^2+b^2+c^2) - 2(ab+bc+ca) \geq 0$ · Therefore $a^2 + b^2 + c^2 \geq ab + bc + ca$ · Equality iff $a = b = c$ · Pairwise differences — never the sum $(a+b+c)^2$

Pause — copy the pairwise-square identity $(a-b)^2+(b-c)^2+(c-a)^2 = 2(a^2+b^2+c^2)-2(ab+bc+ca)$ and the resulting inequality $a^2+b^2+c^2 \geq ab+bc+ca$ into your book.

Did you get this? True or false: the inequality $a^2 + b^2 + c^2 \geq ab + bc + ca$ holds for all real numbers $a, b, c$ (not just positive ones).

PROBLEM 1 · TWO-VARIABLE AM-GM

Prove that for all positive real numbers $a$ and $b$, $\;a + b \geq 2\sqrt{ab}$, and state when equality holds.

1
Start from a non-negative square. Since $a, b > 0$, both $\sqrt a$ and $\sqrt b$ are real, so $(\sqrt a - \sqrt b)^2 \geq 0$.
Choose a square whose expansion contains $a$, $b$, and $\sqrt{ab}$ — exactly the terms in the target.
PROBLEM 2 · THREE-VARIABLE SYMMETRIC

Prove that for all positive real numbers $a, b, c$, $\;(a + b)(b + c)(c + a) \geq 8abc$, and state the equality case.

1
Apply AM-GM (from WE1) to each pair: $a + b \geq 2\sqrt{ab}$, $\;b + c \geq 2\sqrt{bc}$, $\;c + a \geq 2\sqrt{ca}$.
All three pairs have positive entries, so each AM-GM step is valid.
PROBLEM 3 · CYCLIC SUM

Prove that for all positive real numbers $a, b, c$, $\;\dfrac{a}{b} + \dfrac{b}{c} + \dfrac{c}{a} \geq 3$, and state when equality holds.

1
Apply AM-GM to the three positive terms: $\dfrac{a}{b} + \dfrac{b}{c} + \dfrac{c}{a} \geq 3\sqrt[3]{\dfrac{a}{b} \cdot \dfrac{b}{c} \cdot \dfrac{c}{a}}$.
For positive reals $x, y, z$: $x + y + z \geq 3\sqrt[3]{xyz}$. Verify the three quantities are positive: each is a ratio of positives.

Fill the gap: The pairwise-squares identity $(a-b)^2 + (b-c)^2 + (c-a)^2 = 2(a^2 + b^2 + c^2) - 2(ab + bc + ca)$ implies $a^2 + b^2 + c^2 \geq ab + bc + ca$, with equality iff $a = b = c$. The minimum value of $(a-b)^2 + (b-c)^2 + (c-a)^2$ over all real $a, b, c$ is .

Trap 01
Working backwards without rewriting forwards
It's fine to scribble from the target backwards to find the right square — but the final written proof must run forwards from a known non-negative quantity to the target. NESA markers deduct marks for proofs that read "assume the result, then derive a true statement".
Trap 02
Dividing by a quantity without checking its sign
Steps like "divide both sides by $ab$" require $ab > 0$ to preserve the inequality direction. Always state $a, b > 0$ (or whatever assumption is needed) before dividing. Squaring both sides also requires non-negativity to be reversible.
Trap 03
Forgetting to state the equality case
A proof of $\geq$ that doesn't say when equality holds is incomplete. For $(a-b)^2 \geq 0$ → equality iff $a = b$; for the three-variable symmetric inequality → equality iff $a = b = c$. State it explicitly in the last line.

Did you get this? True or false: the inequality $\dfrac{a}{b} + \dfrac{b}{a} \geq 2$ holds for all real $a, b$ with $a, b \neq 0$ (positive or negative).

Work mode · how are you completing this lesson?
1

Prove that $a^2 + b^2 \geq 2ab$ for all real $a, b$, and state the equality case.

2

For $a, b > 0$, prove $\dfrac{a^2 + b^2}{2} \geq ab$ and deduce $\dfrac{a^2 + b^2}{a + b} \geq \dfrac{a + b}{2}$.

3

Prove that for all real $a, b, c$: $a^2 + b^2 + c^2 \geq ab + bc + ca$. Use the pairwise-squares identity.

4

For positive reals $a, b$, prove $\dfrac{1}{a} + \dfrac{1}{b} \geq \dfrac{4}{a + b}$.

5

For positive reals $a, b, c$, prove $a + b + c \geq \sqrt{ab} + \sqrt{bc} + \sqrt{ca}$. State the equality case.

Odd one out: Three of these statements about inequality proofs are correct. Which one is NOT?

11
Revisit your thinking

Earlier you tried to prove $\dfrac{a}{b} + \dfrac{b}{a} \geq 2$ for $a, b > 0$.

The clean proof begins at $(a-b)^2 \geq 0$, expands to $a^2 + b^2 \geq 2ab$, and divides by $ab > 0$ to land on the target. Equality holds iff $a = b$. The crucial sign assumption is $a, b > 0$ — without it the division step would flip the inequality.

auto-saved
01
Multiple choice
+5 XP per correct · +25 XP all-correct

Pick your answer, then rate your confidence — that tells the system what to drill next. Each retry pulls a fresh mix from the bank.

02
Short answer
ApplyBand 32 marks

Q1. Prove that for all real $a, b$: $a^2 + b^2 \geq 2ab$, and state the equality case. (2 marks)

auto-saved
ApplyBand 43 marks

Q2. For positive real numbers $a$ and $b$, prove $\dfrac{1}{a} + \dfrac{1}{b} \geq \dfrac{4}{a + b}$. State when equality holds. (3 marks)

auto-saved
AnalyseBand 53 marks

Q3. For all positive real numbers $a, b, c$, prove that $(a + b + c)\!\left(\dfrac{1}{a} + \dfrac{1}{b} + \dfrac{1}{c}\right) \geq 9$. (3 marks)

auto-saved
Comprehensive answers (click to reveal)

Activity answers:

1. $(a-b)^2 \geq 0 \Rightarrow a^2 - 2ab + b^2 \geq 0 \Rightarrow a^2 + b^2 \geq 2ab$. Equality iff $a = b$.

2. From $a^2 + b^2 \geq 2ab$, divide by 2: $\frac{a^2+b^2}{2} \geq ab$. For the deduction: $\frac{a^2+b^2}{a+b} \geq \frac{2ab}{a+b}$. Use $a+b \geq 2\sqrt{ab}$, so $\frac{2ab}{a+b} \leq \frac{2ab}{2\sqrt{ab}} = \sqrt{ab} \leq \frac{a+b}{2}$ — chain not direct; cleaner: cross-multiply $\frac{a^2+b^2}{a+b} \geq \frac{a+b}{2} \Leftrightarrow 2(a^2+b^2) \geq (a+b)^2 = a^2 + 2ab + b^2 \Leftrightarrow a^2+b^2 \geq 2ab$ ✓.

3. $(a-b)^2 + (b-c)^2 + (c-a)^2 = 2(a^2+b^2+c^2) - 2(ab+bc+ca) \geq 0$, so $a^2 + b^2 + c^2 \geq ab + bc + ca$. Equality iff $a = b = c$.

4. $\frac{1}{a} + \frac{1}{b} = \frac{a+b}{ab}$. Want $\frac{a+b}{ab} \geq \frac{4}{a+b}$, i.e., $(a+b)^2 \geq 4ab$, i.e., $a^2 - 2ab + b^2 \geq 0$, i.e., $(a-b)^2 \geq 0$ ✓. Equality iff $a = b$.

5. Adding three pairwise AM-GMs: $(a+b) + (b+c) + (c+a) \geq 2\sqrt{ab} + 2\sqrt{bc} + 2\sqrt{ca}$, so $2(a+b+c) \geq 2(\sqrt{ab}+\sqrt{bc}+\sqrt{ca})$, hence $a+b+c \geq \sqrt{ab}+\sqrt{bc}+\sqrt{ca}$. Equality iff $a = b = c$.

Q1 (2 marks): $(a-b)^2 \geq 0$ [1]. Expand $a^2 - 2ab + b^2 \geq 0$, so $a^2 + b^2 \geq 2ab$. Equality iff $a = b$ [1].

Q2 (3 marks): $\frac{1}{a} + \frac{1}{b} = \frac{a+b}{ab}$ [1]. Multiply $\frac{1}{a}+\frac{1}{b} \geq \frac{4}{a+b}$ by $ab(a+b) > 0$: equivalent to $(a+b)^2 \geq 4ab$ [1]. This is $(a-b)^2 \geq 0$ ✓. Equality iff $a = b$ [1].

Q3 (3 marks): Expand: $(a+b+c)(1/a + 1/b + 1/c) = 3 + \frac{a}{b}+\frac{b}{a} + \frac{b}{c}+\frac{c}{b} + \frac{a}{c}+\frac{c}{a}$ [1]. Apply $x + 1/x \geq 2$ for each positive pair: each bracket $\geq 2$ [1]. Total $\geq 3 + 2 + 2 + 2 = 9$. Equality iff $a = b = c$ [1].

01
Boss battle · The Inequality Forge
earn bronze · silver · gold

Five timed inequality proofs ranging from two-variable AM-GM to three-variable cyclic and symmetric forms. Beat the boss to bank a tier — gold (90% + speed), silver (75%), or bronze (50%). Replays welcome.

⚔ Enter the arena
02
Science Jump · platform challenge

Climb platforms by answering inequality questions. Lighter alternative to the boss.

Mark lesson as complete

Tick when you've finished the practice and review.

🎓
Want help with Inequalities with Positive Real Numbers?

Work through this topic 1-on-1 with an experienced HSC tutor.

Book a free session →