Chapter

Substitution Methods

The module trains substitutions for ratios, product 1, triangle sides, roots, trigonometric constraints, and equality cases.
Log in to track solved progress and bookmarks.

Theory

Key idea

A substitution is not decorative; it turns an expression into a more familiar form: removing ratios, encoding \(abc=1\), replacing triangle sides by sums, removing roots, or using the equality case.

Basic facts

For ratios, one often sets \(x=a/b\). If \(abc=1\), look for variables with product \(1\), or write \(a=x/y\), \(b=y/z\), \(c=z/x\). If \(a,b,c\) are triangle sides, use \(a=y+z\), \(b=z+x\), \(c=x+y\), where \(x,y,z>0\).

When to use this method

Use substitution when the condition is awkward, fractions contain repeated ratios, roots \(\sqrt{a}\) appear, triangle sides are involved, a constraint \(x^2+y^2=1\) appears, or equality is expected at \(a=b=c\).

How to recognise the method

If \(a/b,b/c,c/a\) appear, look for product \(1\). If \(b+c-a\), \(c+a-b\), \(a+b-c\) appear, the triangle substitution is probably needed. If the expression contains \(\sqrt{ab}\), try \(a=x^2\), \(b=y^2\).

Typical mistakes

Do not substitute without checking reversibility and domain: \(x,y,z\) must be positive where required. In the triangle substitution, remember \(x=(b+c-a)/2\), \(y=(c+a-b)/2\), \(z=(a+b-c)/2\). After solving, return to the original variables.

Mini-checklist

1. Which condition is awkward? 2. What becomes simpler after substitution? 3. Is the substitution reversible? 4. Is positivity preserved? 5. Where is the equality case?

Examples

Example 1. The ratio \(a/b\)

Problem. Prove \(\frac{a}{b}+\frac{b}{a}\ge2\).

Solution.

Set \(x=a/b>0\). Then we need \(x+\frac1x\ge2\), which is equivalent to \((x-1)^2\ge0\).

Example 2. Cyclic ratios

Problem. Prove \(\frac{a}{b}+\frac{b}{c}+\frac{c}{a}\ge3\).

Solution.

Set \(x=a/b\), \(y=b/c\), \(z=c/a\). Then \(xyz=1\), and by AM-GM \(x+y+z\ge3\sqrt[3]{xyz}=3\).

Example 3. Triangle substitution

Problem. If \(a,b,c\) are triangle sides, explain the substitution \(a=y+z\), \(b=z+x\), \(c=x+y\).

Solution.

Take \(x=(b+c-a)/2\), \(y=(c+a-b)/2\), \(z=(a+b-c)/2\). For triangle sides these numbers are positive, and then \(a=y+z\), \(b=z+x\), \(c=x+y\).

Example 4. Triangle sides

Problem. For the sides of a triangle, prove \(a^2+b^2+c^2<2(ab+bc+ca)\).

Solution.

Let \(a=y+z\), \(b=z+x\), \(c=x+y\). Then \(2(ab+bc+ca)-(a^2+b^2+c^2)=4(xy+yz+zx)>0\).

Example 5. Removing roots

Problem. Prove \(\sqrt{ab}+\sqrt{bc}+\sqrt{ca}\le a+b+c\).

Solution.

Set \(a=x^2\), \(b=y^2\), \(c=z^2\). Then we need \(xy+yz+zx\le x^2+y^2+z^2\), which follows from \(\frac12((x-y)^2+(y-z)^2+(z-x)^2)\ge0\).

Example 6. Deviations from equality

Problem. If \(a+b+c=3\), prove \(\sum a^2\ge3\).

Solution.

Set \(a=1+x\), \(b=1+y\), \(c=1+z\), where \(x+y+z=0\). Then \(\sum a^2=3+2(x+y+z)+x^2+y^2+z^2=3+\sum x^2\ge3\).

Example 7. Trigonometric preview

Problem. If \(x^2+y^2=1\), \(x,y\ge0\), prove \(xy\le1/2\).

Solution.

We may write \(x=\cos t\), \(y=\sin t\). Then \(xy=\frac12\sin 2t\le1/2\). This is only a preview: algebra is often enough.

Example 8. Substitution from denominators

Problem. For triangle sides, prove \(\sum\frac{a}{b+c-a}\ge3\).

Solution.

Let \(a=y+z\), \(b=z+x\), \(c=x+y\). Then \(b+c-a=2x\), and the sum equals \(\frac12\sum\frac{y+z}{x}\). Since \(\sum\frac{y}{x}+\frac{x}{y}\ge6\), the original sum is at least \(3\).

Problems

Problems

#8.1
#8.1

One ratio

Ratios Grade 9 Grade 10 ★★☆☆☆

Let \(a,b>0\). Prove \(\frac{a}{b}+\frac{b}{a}\ge2\), using the substitution \(x=a/b\).

Details
Problem: ALG-B2-M08-P001
Difficulty: Level 2 of 5
Tag: Ratios
Grade: Grade 9, Grade 10
#8.2
#8.2

Three ratios

Ratios Grade 9 Grade 10 ★★☆☆☆

Prove for \(a,b,c>0\): \(\frac{a}{b}+\frac{b}{c}+\frac{c}{a}\ge3\).

Details
Problem: ALG-B2-M08-P002
Difficulty: Level 2 of 5
Tag: Ratios
Grade: Grade 9, Grade 10
#8.3
#8.3

Roots as squares

Substitution Grade 9 Grade 10 ★★☆☆☆

Prove for \(a,b\ge0\): \(\sqrt{a}+\sqrt{b}\le\sqrt{2(a+b)}\).

Details
Problem: ALG-B2-M08-P003
Difficulty: Level 2 of 5
Tag: Substitution
Grade: Grade 9, Grade 10
#8.4
#8.4

Triangle substitution

Triangle Grade 9 Grade 10 ★★☆☆☆

Let \(a,b,c\) be the sides of a triangle. Prove that there exist \(x,y,z>0\) such that \(a=y+z\), \(b=z+x\), \(c=x+y\).

Details
Problem: ALG-B2-M08-P004
Difficulty: Level 2 of 5
Tag: Triangle
Grade: Grade 9, Grade 10
#8.5
#8.5

Squares of sides

Triangle Grade 9 Grade 10 ★★★☆☆

If \(a,b,c\) are triangle sides, prove \(a^2+b^2+c^2<2(ab+bc+ca)\).

Details
Problem: ALG-B2-M08-P005
Difficulty: Level 3 of 5
Tag: Triangle
Grade: Grade 9, Grade 10
#8.6
#8.6

Triangle denominators

Triangle Grade 9 Grade 10 ★★★☆☆

For triangle sides, prove \[\frac{a}{b+c-a}+\frac{b}{c+a-b}+\frac{c}{a+b-c}\ge3.\]

Details
Problem: ALG-B2-M08-P006
Difficulty: Level 3 of 5
Tag: Triangle
Grade: Grade 9, Grade 10
#8.7
#8.7

Deviations from one

Substitution Grade 9 Grade 10 ★★★☆☆

Let \(a+b+c=3\). Prove \(a^2+b^2+c^2\ge3\), setting \(a=1+x\), \(b=1+y\), \(c=1+z\).

Details
Problem: ALG-B2-M08-P007
Difficulty: Level 3 of 5
Tag: Substitution
Grade: Grade 9, Grade 10
#8.8
#8.8

Unit circle

Substitution Grade 9 Grade 10 ★★★☆☆

Let \(x,y\ge0\), \(x^2+y^2=1\). Prove \(xy\le\frac12\).

Details
Problem: ALG-B2-M08-P008
Difficulty: Level 3 of 5
Tag: Substitution
Grade: Grade 9, Grade 10
#8.9
#8.9

Sum of pairwise roots

Squares Grade 9 Grade 10 ★★★★☆

Prove for \(a,b,c\ge0\): \[\sqrt{ab}+\sqrt{bc}+\sqrt{ca}\le a+b+c.\]

Details
Problem: ALG-B2-M08-P009
Difficulty: Level 4 of 5
Tag: Squares
Grade: Grade 9, Grade 10
#8.10
#8.10

Representation of product 1

Ratios Grade 9 Grade 10 ★★★★☆

Let \(a,b,c>0\), \(abc=1\). Show that one can choose \(x,y,z>0\) such that \(a=x/y\), \(b=y/z\), \(c=z/x\).

Details
Problem: ALG-B2-M08-P010
Difficulty: Level 4 of 5
Tag: Ratios
Grade: Grade 9, Grade 10
#8.11
#8.11

Product 1 and sum

Ratios Grade 9 Grade 10 ★★★★☆

Let \(a,b,c>0\), \(abc=1\). Prove \(a+b+c\ge3\).

Details
Problem: ALG-B2-M08-P011
Difficulty: Level 4 of 5
Tag: Ratios
Grade: Grade 9, Grade 10
#8.12
#8.12

Sum equals one

Substitution Grade 9 Grade 10 ★★★★☆

Let \(a+b+c=1\). Set \(a=\frac13+x\), \(b=\frac13+y\), \(c=\frac13+z\). Prove \(ab+bc+ca\le\frac13\).

Details
Problem: ALG-B2-M08-P012
Difficulty: Level 4 of 5
Tag: Substitution
Grade: Grade 9, Grade 10
#8.13
#8.13

Product of triangle differences

Triangle Grade 9 Grade 10 ★★★★☆

If \(a,b,c\) are triangle sides, prove \((b+c-a)(c+a-b)(a+b-c)>0\).

Details
Problem: ALG-B2-M08-P013
Difficulty: Level 4 of 5
Tag: Triangle
Grade: Grade 9, Grade 10
#8.14
#8.14

Strong triangle fraction

Triangle Grade 9 Grade 10 ★★★★★

For triangle sides, prove \[\frac{b+c}{b+c-a}+\frac{c+a}{c+a-b}+\frac{a+b}{a+b-c}\ge6.\]

Details
Problem: ALG-B2-M08-P014
Difficulty: Level 5 of 5
Tag: Triangle
Grade: Grade 9, Grade 10
#8.15
#8.15

Squares of cyclic ratios

Ratios Grade 9 Grade 10 ★★★★★

Prove for \(a,b,c>0\): \[\frac{a^2}{b^2}+\frac{b^2}{c^2}+\frac{c^2}{a^2}\ge\frac{a}{c}+\frac{b}{a}+\frac{c}{b}.\]

Details
Problem: ALG-B2-M08-P015
Difficulty: Level 5 of 5
Tag: Ratios
Grade: Grade 9, Grade 10
#8.16
#8.16

Sum on the circle

Substitution Grade 9 Grade 10 ★★★★★

Let \(x,y\ge0\), \(x^2+y^2=1\). Prove \(x+y\le\sqrt{2}\).

Details
Problem: ALG-B2-M08-P016
Difficulty: Level 5 of 5
Tag: Substitution
Grade: Grade 9, Grade 10
#8.17
#8.17

Deviations and squares

Substitution Grade 9 Grade 10 ★★★★★

Let \(a,b,c\ge0\), \(a+b+c=3\). Prove \[(a-1)^2+(b-1)^2+(c-1)^2= a^2+b^2+c^2-3.\]

Details
Problem: ALG-B2-M08-P017
Difficulty: Level 5 of 5
Tag: Substitution
Grade: Grade 9, Grade 10
#8.18
#8.18

Triangle sum of ratios

Triangle Grade 9 Grade 10 ★★★★★

For triangle sides, prove \[\frac{a^2}{(b+c-a)^2}+\frac{b^2}{(c+a-b)^2}+\frac{c^2}{(a+b-c)^2}\ge3.\]

Details
Problem: ALG-B2-M08-P018
Difficulty: Level 5 of 5
Tag: Triangle
Grade: Grade 9, Grade 10
#8.19
#8.19

Double triangle denominators

Triangle Grade 9 Grade 10 ★★★★★

For triangle sides, prove \[\frac{a^2}{(b+c-a)(c+a-b)}+\frac{b^2}{(c+a-b)(a+b-c)}+\frac{c^2}{(a+b-c)(b+c-a)}\ge3.\]

Details
Problem: ALG-B2-M08-P019
Difficulty: Level 5 of 5
Tag: Triangle
Grade: Grade 9, Grade 10
#8.20
#8.20

Choose the substitution yourself

Substitution Grade 9 Grade 10 ★★★★★

Let \(a,b,c\ge0\), \(a+b+c=3\). Prove \[\sqrt{a}+\sqrt{b}+\sqrt{c}\le3+\frac{(a-1)^2+(b-1)^2+(c-1)^2}{2}.\]

Details
Problem: ALG-B2-M08-P020
Difficulty: Level 5 of 5
Tag: Substitution
Grade: Grade 9, Grade 10

Ladders

No published ladders were found.
Previous Chapter
Next Chapter