Posted in

Cauchy-Schwarz Inequality Explained: Definition, Proof and Applications

The Cauchy-Schwarz inequality is one of the most widely used and most versatile inequalities in mathematics. It appears in linear algebra, analysis, probability, statistics, and — most relevantly for Canadian competition students — in olympiad mathematics at the Euclid, COMC, and CMO level. Understanding it, being able to apply it quickly, and knowing its most useful forms are essential skills for any student seriously preparing for senior competition mathematics.

This guide explains what the Cauchy-Schwarz inequality states, proves it in several ways, works through applications at increasing difficulty, and covers the Engel form (also called the Titu form or Sedrakyan’s inequality) — the most competition-useful variant.


What Is the Cauchy-Schwarz Inequality?

The Cauchy-Schwarz inequality states:

For real numbers a1,a2,,ana_1, a_2, \ldots, a_na1​,a2​,…,an​ and b1,b2,,bnb_1, b_2, \ldots, b_nb1​,b2​,…,bn​:(i=1naibi)2(i=1nai2)(i=1nbi2)\left(\sum_{i=1}^{n} a_i b_i\right)^2 \leq \left(\sum_{i=1}^{n} a_i^2\right)\left(\sum_{i=1}^{n} b_i^2\right)(i=1∑n​ai​bi​)2≤(i=1∑n​ai2​)(i=1∑n​bi2​)

In expanded form for n = 2 and n = 3:

n = 2: (a1b1+a2b2)2(a12+a22)(b12+b22)(a_1 b_1 + a_2 b_2)^2 \leq (a_1^2 + a_2^2)(b_1^2 + b_2^2)(a1​b1​+a2​b2​)2≤(a12​+a22​)(b12​+b22​)

n = 3: (a1b1+a2b2+a3b3)2(a12+a22+a32)(b12+b22+b32)(a_1 b_1 + a_2 b_2 + a_3 b_3)^2 \leq (a_1^2 + a_2^2 + a_3^2)(b_1^2 + b_2^2 + b_3^2)(a1​b1​+a2​b2​+a3​b3​)2≤(a12​+a22​+a32​)(b12​+b22​+b32​)

Equality condition: Equality holds if and only if the sequences (a1,,an)(a_1, \ldots, a_n)(a1​,…,an​) and (b1,,bn)(b_1, \ldots, b_n)(b1​,…,bn​) are proportional — that is, there exists a constant k such that ai=kbia_i = k b_iai​=kbi​ for all i (or all bi=0b_i = 0bi​=0).

The equality condition is as important as the inequality itself — in competition problems, finding when equality holds is often the key step.


Three Proofs of the Cauchy-Schwarz Inequality

Proof 1: The Lagrange Identity (Most Elementary)

For n = 2, the Lagrange identity gives:(a12+a22)(b12+b22)(a1b1+a2b2)2=(a1b2a2b1)2(a_1^2 + a_2^2)(b_1^2 + b_2^2) – (a_1 b_1 + a_2 b_2)^2 = (a_1 b_2 – a_2 b_1)^2(a12​+a22​)(b12​+b22​)−(a1​b1​+a2​b2​)2=(a1​b2​−a2​b1​)2

Since (a1b2a2b1)20(a_1 b_2 – a_2 b_1)^2 \geq 0(a1​b2​−a2​b1​)2≥0 always, the left side is non-negative:(a12+a22)(b12+b22)(a1b1+a2b2)2(a_1^2 + a_2^2)(b_1^2 + b_2^2) \geq (a_1 b_1 + a_2 b_2)^2 \quad \square(a12​+a22​)(b12​+b22​)≥(a1​b1​+a2​b2​)2□

Equality holds when a1b2a2b1=0a_1 b_2 – a_2 b_1 = 0a1​b2​−a2​b1​=0, i.e., a1/b1=a2/b2a_1/b_1 = a_2/b_2a1​/b1​=a2​/b2​ — when the pairs are proportional.

Why this proof matters for competition students: It shows explicitly what the “gap” is between the two sides — (a1b2a2b1)2(a_1 b_2 – a_2 b_1)^2(a1​b2​−a2​b1​)2. This expression is useful in some competition problems.


Proof 2: The Discriminant Approach (Most Elegant for Competition Use)

Consider the quadratic in t:f(t)=i=1n(aitbi)20for all real tf(t) = \sum_{i=1}^{n}(a_i t – b_i)^2 \geq 0 \quad \text{for all real } tf(t)=i=1∑n​(ai​t−bi​)2≥0for all real t

Expanding:f(t)=(ai2)t22(aibi)t+bi20f(t) = \left(\sum a_i^2\right)t^2 – 2\left(\sum a_i b_i\right)t + \sum b_i^2 \geq 0f(t)=(∑ai2​)t2−2(∑ai​bi​)t+∑bi2​≥0

Since this quadratic in t is always non-negative, its discriminant must be 0\leq 0≤0:Δ=4(aibi)24(ai2)(bi2)0\Delta = 4\left(\sum a_i b_i\right)^2 – 4\left(\sum a_i^2\right)\left(\sum b_i^2\right) \leq 0Δ=4(∑ai​bi​)2−4(∑ai2​)(∑bi2​)≤0

Rearranging:(aibi)2(ai2)(bi2)\left(\sum a_i b_i\right)^2 \leq \left(\sum a_i^2\right)\left(\sum b_i^2\right) \quad \square(∑ai​bi​)2≤(∑ai2​)(∑bi2​)□

Why this proof matters: It connects the Cauchy-Schwarz inequality to the discriminant of a quadratic — a technique familiar from MCR3U and MHF4U. Students who know this proof can re-derive the inequality instantly if they forget the statement.


Proof 3: AM-GM Approach (Connects Inequality Techniques)

Normalise: let A=ai2A = \sqrt{\sum a_i^2}A=∑ai2​​ and B=bi2B = \sqrt{\sum b_i^2}B=∑bi2​​ (assuming both are non-zero).

By AM-GM: ai2A2+bi2B22aibiAB\frac{a_i^2}{A^2} + \frac{b_i^2}{B^2} \geq \frac{2|a_i b_i|}{AB}A2ai2​​+B2bi2​​≥AB2∣ai​bi​∣​

Summing over all i:ai2A2+bi2B22aibiAB\sum\frac{a_i^2}{A^2} + \sum\frac{b_i^2}{B^2} \geq \frac{2\sum|a_i b_i|}{AB}∑A2ai2​​+∑B2bi2​​≥AB2∑∣ai​bi​∣​ 1+12aibiAB1 + 1 \geq \frac{2\sum|a_i b_i|}{AB}1+1≥AB2∑∣ai​bi​∣​ ABaibiaibiAB \geq \sum|a_i b_i| \geq \sum a_i b_iAB≥∑∣ai​bi​∣≥∑ai​bi​ ai2bi2aibi\sqrt{\sum a_i^2} \cdot \sqrt{\sum b_i^2} \geq \sum a_i b_i∑ai2​​⋅∑bi2​​≥∑ai​bi​

Squaring gives Cauchy-Schwarz. \square


The Engel Form (Titu’s Lemma / Sedrakyan’s Inequality)

The Engel form (also called Titu’s Lemma or Sedrakyan’s inequality) is the most frequently used variant of the Cauchy-Schwarz inequality in competition mathematics. It states:a12b1+a22b2++an2bn(a1+a2++an)2b1+b2++bn\frac{a_1^2}{b_1} + \frac{a_2^2}{b_2} + \cdots + \frac{a_n^2}{b_n} \geq \frac{(a_1 + a_2 + \cdots + a_n)^2}{b_1 + b_2 + \cdots + b_n}b1​a12​​+b2​a22​​+⋯+bn​an2​​≥b1​+b2​+⋯+bn​(a1​+a2​+⋯+an​)2​

where all bi>0b_i > 0bi​>0.

Derivation: Set ai=ai/bia_i’ = a_i / \sqrt{b_i}ai′​=ai​/bi​​ and bi=bib_i’ = \sqrt{b_i}bi′​=bi​​ in the standard Cauchy-Schwarz inequality. The Engel form follows immediately.

Why the Engel form is so useful:

It transforms a sum of fractions into a single fraction, often simplifying complex expressions dramatically. Recognising when an expression matches the Engel form pattern — a sum of fractions where the numerators are squares and the denominators are positive — is the key skill.

cauchy schwartz inequality cta

Competition success depends on recognising the right technique before the algebra becomes overwhelming. Our free assessment reveals how confidently your child handles unfamiliar problems and identifies the skills they should develop next.

Get your child’s free feedback report →


Cauchy Schwartz Inequality Worked Examples

Example 1 — Direct Application (n = 2)

Show that for positive reals a, b: (a+b)2≤2(a2+b2)(a + b)^2 \leq 2(a^2 + b^2) (a+b)2≤2(a2+b2)

By Cauchy-Schwarz with (a1,a2)=(1,1)(a_1, a_2) = (1, 1)(a1​,a2​)=(1,1) and (b1,b2)=(a,b)(b_1, b_2) = (a, b)(b1​,b2​)=(a,b):

(1a+1b)2(12+12)(a2+b2)=2(a2+b2)(1 \cdot a + 1 \cdot b)^2 \leq (1^2 + 1^2)(a^2 + b^2) = 2(a^2 + b^2)(1⋅a+1⋅b)2≤(12+12)(a2+b2)=2(a2+b2)

(a+b)22(a2+b2)(a + b)^2 \leq 2(a^2 + b^2)(a+b)2≤2(a2+b2) \square

Equality when: a/1=b/1a/1 = b/1a/1=b/1, i.e., a=ba = ba=b.


Example 2 — Classic Competition Form

Prove that for positive reals a, b, c: a2b+c+b2c+a+c2a+b≥a+b+c2\frac{a^2}{b+c} + \frac{b^2}{c+a} + \frac{c^2}{a+b} \geq \frac{a+b+c}{2} b+ca2​+c+ab2​+a+bc2​≥2a+b+c​

By the Engel form (Titu’s Lemma):a2b+c+b2c+a+c2a+b(a+b+c)2(b+c)+(c+a)+(a+b)=(a+b+c)22(a+b+c)=a+b+c2\frac{a^2}{b+c} + \frac{b^2}{c+a} + \frac{c^2}{a+b} \geq \frac{(a+b+c)^2}{(b+c)+(c+a)+(a+b)} = \frac{(a+b+c)^2}{2(a+b+c)} = \frac{a+b+c}{2}b+ca2​+c+ab2​+a+bc2​≥(b+c)+(c+a)+(a+b)(a+b+c)2​=2(a+b+c)(a+b+c)2​=2a+b+c​

\square

Equality when: a/(b+c)=b/(c+a)=c/(a+b)a/(b+c) = b/(c+a) = c/(a+b)a/(b+c)=b/(c+a)=c/(a+b), which holds when a=b=ca = b = ca=b=c.

This is the Nesbitt’s inequality — one of the most classic competition inequality problems, solved in two lines using the Engel form.


Example 3 — Geometric Application

In triangle ABC with sides a, b, c and area S, prove that a2+b2+c2≥43Sa^2 + b^2 + c^2 \geq 4\sqrt{3} S a2+b2+c2≥43​S

This is a known result (Weitzenböck’s inequality). One approach uses Cauchy-Schwarz alongside Heron’s formula. The setup is more involved, but the Cauchy-Schwarz step appears when establishing that the area satisfies Sa2+b2+c243S \leq \frac{a^2 + b^2 + c^2}{4\sqrt{3}}S≤43​a2+b2+c2​.

At competition level, this is a Part C type problem — recognising that Cauchy-Schwarz applies requires geometric insight alongside algebraic technique.


Example 4 — Finding the Maximum

For real numbers x, y with x2+y2=1x^2 + y^2 = 1 x2+y2=1, find the maximum value of 3x+4y3x + 4y 3x+4y.

By Cauchy-Schwarz with (a1,a2)=(3,4)(a_1, a_2) = (3, 4)(a1​,a2​)=(3,4) and (b1,b2)=(x,y)(b_1, b_2) = (x, y)(b1​,b2​)=(x,y):

(3x+4y)2(32+42)(x2+y2)=251=25(3x + 4y)^2 \leq (3^2 + 4^2)(x^2 + y^2) = 25 \cdot 1 = 25(3x+4y)2≤(32+42)(x2+y2)=25⋅1=25

So 3x+4y53x + 4y \leq 53x+4y≤5.

Maximum value is 5, achieved when (x,y)=(3/5,4/5)(x, y) = (3/5, 4/5)(x,y)=(3/5,4/5) (proportionality condition).

Why this matters: This “maximum of a linear expression on a sphere/circle” problem type appears repeatedly in competitions and has a clean Cauchy-Schwarz solution. The equality condition tells you exactly where the maximum is achieved.


Example 5 — Engel Form in a Competition Setting

For positive reals x, y, z with x+y+z=1x + y + z = 1 x+y+z=1, prove that x21−x+y21−y+z21−z≥12\frac{x^2}{1-x} + \frac{y^2}{1-y} + \frac{z^2}{1-z} \geq \frac{1}{2} 1−xx2​+1−yy2​+1−zz2​≥21​.

Since x+y+z=1x + y + z = 1x+y+z=1: we have 1x=y+z1 – x = y + z1−x=y+z, 1y=x+z1 – y = x + z1−y=x+z, 1z=x+y1 – z = x + y1−z=x+y.

By the Engel form:x2y+z+y2x+z+z2x+y(x+y+z)2(y+z)+(x+z)+(x+y)=12(x+y+z)=12\frac{x^2}{y+z} + \frac{y^2}{x+z} + \frac{z^2}{x+y} \geq \frac{(x+y+z)^2}{(y+z)+(x+z)+(x+y)} = \frac{1}{2(x+y+z)} = \frac{1}{2}y+zx2​+x+zy2​+x+yz2​≥(y+z)+(x+z)+(x+y)(x+y+z)2​=2(x+y+z)1​=21​

\square

Equality when: x=y=z=1/3x = y = z = 1/3x=y=z=1/3.


Example 6 — Euclid / CMO Level

For positive reals a1,a2,…,ana_1, a_2, \ldots, a_n a1​,a2​,…,an​ with ∑ai=1\sum a_i = 1 ∑ai​=1, prove that ∑ai2ai+ai+1≥12\sum \frac{a_i^2}{a_i + a_{i+1}} \geq \frac{1}{2} ∑ai​+ai+1​ai2​​≥21​ (indices mod n).

By the Engel form:i=1nai2ai+ai+1(ai)2(ai+ai+1)=1ai+ai+1=12ai=12\sum_{i=1}^{n} \frac{a_i^2}{a_i + a_{i+1}} \geq \frac{\left(\sum a_i\right)^2}{\sum(a_i + a_{i+1})} = \frac{1}{\sum a_i + \sum a_{i+1}} = \frac{1}{2\sum a_i} = \frac{1}{2}i=1∑n​ai​+ai+1​ai2​​≥∑(ai​+ai+1​)(∑ai​)2​=∑ai​+∑ai+1​1​=2∑ai​1​=21​

\square

Note: ai+1=ai=1\sum a_{i+1} = \sum a_i = 1∑ai+1​=∑ai​=1 since the indices cycle.


The AM-GM and Cauchy-Schwarz: How They Relate

Cauchy-Schwarz and the AM-GM inequality are the two workhorses of competition inequality problems. Understanding how they relate — and when to use each — is a key strategic skill.

AM-GM: For non-negative reals, a1+a2++anna1a2ann\frac{a_1 + a_2 + \cdots + a_n}{n} \geq \sqrt[n]{a_1 a_2 \cdots a_n}na1​+a2​+⋯+an​​≥na1​a2​⋯an​​

Best for: Problems involving products, or where the sum is given and you want a bound on a product (or vice versa).

Cauchy-Schwarz: Best for problems involving sums of products or sums of squared terms.

Engel form: Best for problems involving sums of fractions with squared numerators and positive denominators.

General strategy for competition inequality problems:

  1. Identify the structure: is the expression a sum of products (Cauchy-Schwarz), a sum of fractions (Engel), or a product/sum comparison (AM-GM)?
  2. Try the most natural tool first.
  3. Check the equality condition — it should match the constraint of the problem.
  4. If one tool doesn’t work cleanly, try the other.

Where the Cauchy-Schwarz Inequality Appears in Contests

The Cauchy-Schwarz inequality is a tool at the highest levels of the Canadian competition mathematics pathway.

Euclid Contest (CEMC, Grade 12): Inequality problems appear occasionally in Euclid Part B and Part C. The Cauchy-Schwarz inequality provides clean, short proofs for problems that would be very difficult to solve by other means. A student who recognises the Engel form pattern and applies it correctly can produce a 2-line proof where other students write pages of algebra. See our Euclid math contest guide.

COMC Part C: The COMC frequently includes inequality problems in Part C. The Cauchy-Schwarz inequality — particularly the Engel form — is one of the most reliable tools for these problems. See our COMC math contest guide.

Canadian Mathematical Olympiad:The CMO tests inequality proof at the deepest level. Cauchy-Schwarz problems at CMO level require creative application — setting up the sequences aia_iai​ and bib_ibi​ cleverly, combining Cauchy-Schwarz with other inequality techniques, or proving that equality holds at the right point. Students who have thoroughly understood Cauchy-Schwarz arrive at the CMO with a powerful tool. See our Canadian Mathematical Olympiad guide.

AMC 10 and 12: The Cauchy-Schwarz inequality appears in the AMC 12 in problems asking for the maximum value of a linear expression subject to a quadratic constraint (like Example 4 above). Recognising this as a Cauchy-Schwarz problem saves significant time over the calculus or geometric approach a student might otherwise attempt.

For the full competition landscape, see our math competitions in Canada guide.


Part C problems test more than mathematical knowledge. Students must choose an effective strategy, construct a rigorous argument and verify when equality holds. A free assessment shows where your child currently stands—and what could help them progress.

Assess their competition math skills →


Common Mistakes with the Cauchy-Schwarz Inequality

Mistake 1: Applying Cauchy-Schwarz in the wrong direction.Cauchy-Schwarz gives an upper bound on (aibi)2(\sum a_i b_i)^2(∑ai​bi​)2. If a problem asks you to prove a lower bound, you are proving the wrong direction. Check: does the inequality you need point the same way as Cauchy-Schwarz?

Mistake 2: Forgetting the equality condition. In problems where you need to show a maximum or minimum is achieved, the equality condition tells you where. A proof that finds the bound but does not verify equality is achieved is incomplete.

Mistake 3: Applying the Engel form with non-positive denominators.The Engel form requires bi>0b_i > 0bi​>0. Applying it when a denominator might be zero or negative produces incorrect results.

Mistake 4: Wrong choice of sequences aia_i ai​ and bib_i bi​. The power of Cauchy-Schwarz comes from choosing the right sequences. A poor choice gives a true but useless inequality. The right choice gives exactly what the problem needs. This is the skill that develops through solving many problems — there is no formula for choosing correctly.

Mistake 5: Confusing Cauchy-Schwarz with AM-GM. Both are inequality tools, but they apply to different structures. AM-GM works with products and geometric means; Cauchy-Schwarz works with sums of products and sums of squares. Applying the wrong tool produces the wrong inequality.


Practice Problems

Set A — Direct Cauchy-Schwarz

  1. Prove that for real a, b, c: (a+b+c)23(a2+b2+c2)(a + b + c)^2 \leq 3(a^2 + b^2 + c^2)(a+b+c)2≤3(a2+b2+c2)
  2. For x2+y2+z2=1x^2 + y^2 + z^2 = 1x2+y2+z2=1, find the maximum value of 2x+3y+6z2x + 3y + 6z2x+3y+6z.
  3. Prove that (a1b1+a2b2+a3b3)2(a12+a22+a32)(b12+b22+b32)(a_1 b_1 + a_2 b_2 + a_3 b_3)^2 \leq (a_1^2 + a_2^2 + a_3^2)(b_1^2 + b_2^2 + b_3^2)(a1​b1​+a2​b2​+a3​b3​)2≤(a12​+a22​+a32​)(b12​+b22​+b32​) (directly from the discriminant proof).

Set B — Engel Form

  1. For positive reals a, b, c: prove a2b+b2c+c2aa+b+c\frac{a^2}{b} + \frac{b^2}{c} + \frac{c^2}{a} \geq a + b + cba2​+cb2​+ac2​≥a+b+c
  2. For positive reals with x+y=1x + y = 1x+y=1: find the minimum of x21x+y21y\frac{x^2}{1-x} + \frac{y^2}{1-y}1−xx2​+1−yy2​
  3. Prove Nesbitt’s inequality: ab+c+bc+a+ca+b32\frac{a}{b+c} + \frac{b}{c+a} + \frac{c}{a+b} \geq \frac{3}{2}b+ca​+c+ab​+a+bc​≥23​ for positive a, b, c.

Set C — Competition Level

  1. For positive reals a, b, c with a+b+c=3a + b + c = 3a+b+c=3: prove a2+b2+c23a^2 + b^2 + c^2 \geq 3a2+b2+c2≥3.
  2. For positive reals: prove 1a(b+c)+1b(c+a)+1c(a+b)92(ab+bc+ca)\frac{1}{a(b+c)} + \frac{1}{b(c+a)} + \frac{1}{c(a+b)} \geq \frac{9}{2(ab+bc+ca)}a(b+c)1​+b(c+a)1​+c(a+b)1​≥2(ab+bc+ca)9​

Answers/outlines:

  1. Cauchy-Schwarz with ai=1a_i = 1ai​=1 and bi=a,b,cb_i = a, b, cbi​=a,b,c: (1a+1b+1c)2(1+1+1)(a2+b2+c2)(1\cdot a + 1\cdot b + 1\cdot c)^2 \leq (1+1+1)(a^2+b^2+c^2)(1⋅a+1⋅b+1⋅c)2≤(1+1+1)(a2+b2+c2). Done.
  2. By C-S: (2x+3y+6z)2(4+9+36)(x2+y2+z2)=49(2x+3y+6z)^2 \leq (4+9+36)(x^2+y^2+z^2) = 49(2x+3y+6z)2≤(4+9+36)(x2+y2+z2)=49. Maximum = 7, at (x,y,z)=(2/7,3/7,6/7)(x,y,z) = (2/7, 3/7, 6/7)(x,y,z)=(2/7,3/7,6/7).
  3. See Proof 2 in the guide above.
  4. Engel: a2b+b2c+c2a(a+b+c)2a+b+c=a+b+c\frac{a^2}{b} + \frac{b^2}{c} + \frac{c^2}{a} \geq \frac{(a+b+c)^2}{a+b+c} = a+b+cba2​+cb2​+ac2​≥a+b+c(a+b+c)2​=a+b+c.
  5. Engel: x2y+y2x(x+y)2x+y=x+y=1\frac{x^2}{y} + \frac{y^2}{x} \geq \frac{(x+y)^2}{x+y} = x+y = 1yx2​+xy2​≥x+y(x+y)2​=x+y=1. With 1x=y1-x = y1−x=y and 1y=x1-y = x1−y=x: minimum = 1/2 at x=y=1/2x = y = 1/2x=y=1/2.
  6. Write as ab+c+bc+a+ca+b=a2a(b+c)+b2b(c+a)+c2c(a+b)\frac{a}{b+c} + \frac{b}{c+a} + \frac{c}{a+b} = \frac{a^2}{a(b+c)} + \frac{b^2}{b(c+a)} + \frac{c^2}{c(a+b)}b+ca​+c+ab​+a+bc​=a(b+c)a2​+b(c+a)b2​+c(a+b)c2​. By Engel: (a+b+c)2a(b+c)+b(c+a)+c(a+b)=(a+b+c)22(ab+bc+ca)\geq \frac{(a+b+c)^2}{a(b+c)+b(c+a)+c(a+b)} = \frac{(a+b+c)^2}{2(ab+bc+ca)}≥a(b+c)+b(c+a)+c(a+b)(a+b+c)2​=2(ab+bc+ca)(a+b+c)2​. Then use (a+b+c)23(ab+bc+ca)(a+b+c)^2 \geq 3(ab+bc+ca)(a+b+c)2≥3(ab+bc+ca) to get 32\geq \frac{3}{2}≥23​.
  7. By C-S (or Cauchy directly): (a+b+c)23(a2+b2+c2)(a+b+c)^2 \leq 3(a^2+b^2+c^2)(a+b+c)2≤3(a2+b2+c2), so a2+b2+c2(a+b+c)23=93=3a^2+b^2+c^2 \geq \frac{(a+b+c)^2}{3} = \frac{9}{3} = 3a2+b2+c2≥3(a+b+c)2​=39​=3.
  8. Apply Engel with ai=1a(b+c)a_i = \frac{1}{\sqrt{a(b+c)}}ai​=a(b+c)​1​ etc. — setup is more involved; this is a CMO-level problem.

Frequently Asked Questions

What is the Cauchy-Schwarz inequality?For real numbers a1,,ana_1, \ldots, a_na1​,…,an​ and b1,,bnb_1, \ldots, b_nb1​,…,bn​: (aibi)2(ai2)(bi2)(\sum a_i b_i)^2 \leq (\sum a_i^2)(\sum b_i^2)(∑ai​bi​)2≤(∑ai2​)(∑bi2​). Equality holds if and only if the sequences are proportional.

What is the Engel form of the Cauchy-Schwarz inequality?Also called Titu’s Lemma: ai2bi(ai)2bi\sum \frac{a_i^2}{b_i} \geq \frac{(\sum a_i)^2}{\sum b_i}∑bi​ai2​​≥∑bi​(∑ai​)2​ for positive bib_ibi​. It transforms a sum of fractions into a single fraction and is the most frequently used Cauchy-Schwarz variant in competition mathematics.

When should I use Cauchy-Schwarz instead of AM-GM? When the expression involves sums of products, sums of squared terms, or fractions with squared numerators (Engel form). AM-GM is better when the expression involves products or geometric means.

How do I find the right sequences aia_i ai​ and bib_i bi​ to apply?This is the core skill and cannot be reduced to a formula. General guidance: if the inequality involves fi2gi\sum \frac{f_i^2}{g_i}∑gi​fi2​​, use Engel directly with ai=fia_i = f_iai​=fi​ and bi=gib_i = g_ibi​=gi​. If it involves (fi)2(\sum f_i)^2(∑fi​)2, try setting one sequence to constants. The equality condition should match the symmetry of the problem.

Does the Cauchy-Schwarz inequality appear on the Euclid Contest? Yes — occasionally in Part B and Part C inequality problems. The Engel form in particular provides short, clean proofs for problems that would be difficult by other means.

What is the equality condition and why does it matter?Equality holds when the sequences aia_iai​ and bib_ibi​ are proportional (ai=kbia_i = k b_iai​=kbi​ for all i). In competition problems, identifying when equality holds is essential for: (a) verifying the bound is tight, (b) finding where a maximum or minimum is achieved, and (c) completing a proof that requires equality at a specific point.


See our related guides: Canadian Mathematical Olympiad guide · Euclid math contest guide · Euclid past contests guide · COMC math contest guide · math induction proof guide · proof by contradiction guide · contrapositive math guide · pigeonhole principle guide · math competitions in Canada


The Cauchy-Schwarz inequality is a one-page tool with competition-level reach. Master it before you need it.

Cauchy–Schwarz becomes powerful when students learn to recognise its hidden forms and choose the right setup independently. In a free online trial lesson, your child can experience how Think Academy develops competition-level reasoning through guided problem solving.

Book a free online trial lesson →

Leave a Reply

Your email address will not be published. Required fields are marked *