The Trickonometry of Math Olympiad Inequalities

49 min read Original article ↗

... beneath a Full Moon 🌕

Disclaimer

If you’d like to help out with reviewing, feel free to drop me a message (see the About Page).

Special thanks to:

  • meithecatte - for pointing out that one of statements was incorrect.
  • cryslith - for pointing out some mistakes in my comments and helping me correct a few solutions.
  • Gheorghe Craciun - for inspiring and allowing me to borrow some of his problems.
  • Thomas Klausner - for his kindness in reporting errors in some of the proofs.
  • All the other problem creators!

If I forgot to include a source or mistakenly credited an exercise to the wrong author, please know it was unintentional. Some of the problems are original (created by me), but not all are signed, as the results are too elementary to require attribution. Similarly, some solutions are original, while others are based on official ones (just presented in slightly more detail).

Writing this short article made me nostalgic and brought back fond memories of my high school math teacher, Carmen Georgescu, who had a positive influence on me, as well as Gabriel Tica, who also inspired me when I was a young student.

Introduction

Inequalities are among the most “fascinating” and versatile topics in competitive mathematics because they challenge solvers to think creatively and intuitively. If you look at the IMO problem sets, you will find that inequality problems are almost always present, year after year.

Approaching an “inequality” problem requires more than just sheer “mathematical force” (although using techniques from Real Analysis can help); you need to take a step back and come up with clever manipulations, substitutions, and (sometimes) novel ideas. In essence, inequality problems blend “beauty” with “intellectual challenge”, and they embody so well the spirit of “competitive mathematics”.

I am a bad salesperson when it comes to selling mathematics, but the main idea is inequality problems are cool.

  • For soccer lovers, solving a hard inequality problem feels like scoring a goal after a long dribbling.
  • For video-games lovers, solving a hard inequality problem feels like figuring out a hard puzzle in: Machinarium or The Longest Journey. In the lack of contemporary examples.
  • For chess-lovers, solving a hard inequality problem feels like solving a mate-in-six puzzle.
  • For competitive programmers, solving a hard inequality feels like solving a hard problem on codeforces.

In case you haven’t seen one, this is what hard inequality problems look like:

It is generally unwise to label something as “hard” or “difficult,” especially in mathematics. However, considering that these problems are actual IMO challenges, it is reasonable to label them in this way.

The purpose of this article is to highlight some techniques and methods that can assist math hobbyists, novice problem solvers, and curious undergraduates in approaching seemingly difficult inequality problems. This writing will only touch upon a small portion of this expansive (debatable epithet) class of problems.

An edgy teacher, names excluded, once said: “In an ideal world people would solve inequality problems instead of Sudoku!”. We haven’t spoken since, I like Sudoku.

Inequations vs. Inequalities

There is a subtle distinction between an inequality and an inequation, although the terms are often used interchangeably in everyday mathematical language.

An inequation, a less common term, behaves just like a mathematical equation involving an inequality symbol. Inequations emphasize the algebraic problem-solving aspect of an inequality.

Those are inequations:

An inequation is all about finding solutions, while inequalities focus on the actual relationship between numbers, a statement of truth that applies for all numbers in a given domain.

The following are inequalities:

Now, let’s try to use the previous result (the modulus inequality) in a creative way:

In rare (but “intentional”) cases we can use inequalities to solve system of equations:

Keep in mind the following two inequalities, as they will be helpful when solving more complex problems:

For the next problem, consider applying an inequality we have already established.

In a similar fashion:

Do you know how to factor your symmetric polynomials ?

I wouldn’t call the next problem a “fundamental” result, but it’s definitely a useful trick that I’ve seen applied to solve at least two or three problems in various math competitions:

The following two problems have similar solutions. The key idea is to bound each term between two fixed values.

There is something elegant about the next problem:

Problem 00084 17 Mar, 2025

Prove that for any \(x \in \mathbb{R}_{+}\) the following inequality is true:

\[ \sqrt{x^2+x+\sqrt{x^2+x+\sqrt{x^2+x+\sqrt{x^2+x+\dots+\sqrt{x^2+x}}}}} < x+1 \]

\(n\) is the number of subsequent "radicals".


9th easy #algebra #inequalities

Hints & Solution

The following are the first non-trivial challenges in this article that can be solved without using advanced techniques or inequalities. Try using the provided hints before checking the full solution.

Problem 00089 17 Mar, 2025

Let \(x,y,z\) positive real numbers. Prove the following inequality:

\[ \frac{1}{x\sqrt{x}+y\sqrt{y}+\sqrt{xyz}} + \frac{1}{y\sqrt{y}+z\sqrt{z}+\sqrt{xyz}}+\frac{1}{z\sqrt{z}+x\sqrt{x}+\sqrt{xyz}} \leq \frac{1}{\sqrt{xyz}} \]


9th medium #algebra #inequalities

Hints & Solution

The following inequality may seem counterintuitive at first glance. How can a function $f(x,y,z)$, which clearly depends on the variables $x$, $y$, and $z$, attain its maximum value independently of $x$? Upon deeper reflection, however, there’s no contradiction. This kind of behavior is entirely possible under the right structure:

Just a general observation: if we explore the mindset of problem creators, we find that inequalities like Problem IVI20.1 are especially appealing. They often serve as the building blocks for crafting more intricate and elegant problems. For instance, we can use that very inequality as the basis for generating new, seemingly more challenging problems. Let’s step into the mindset of a problem composer.

Recall that we have just proven the following inequality:

\[ \sqrt{\frac{x+y}{x+z}}+\sqrt{\frac{x+z}{x+y}} \leq \frac{y+z}{\sqrt{yz}} \tag{1} \]

Now, as a creative twist, we apply cyclic substitutions to obtain two additional inequalities:

\[ \sqrt{\frac{y+z}{y+x}}+\sqrt{\frac{y+x}{y+z}} \leq \frac{z+x}{\sqrt{zx}} \tag{2} \] \[ \sqrt{\frac{z+x}{z+y}}+\sqrt{\frac{z+y}{z+x}} \leq \frac{x+y}{\sqrt{xy}} \tag{3} \]

Adding inequalities \((1)\), \((2)\), and \((3)\), we obtain:

\[ \sqrt{\frac{x+y}{x+z}}+\sqrt{\frac{x+z}{x+y}} + \sqrt{\frac{y+z}{y+x}}+\sqrt{\frac{y+x}{y+z}} + \sqrt{\frac{z+x}{z+y}}+\sqrt{\frac{z+y}{z+x}} \leq \] \[ \frac{y+z}{\sqrt{yz}} + \frac{z+x}{\sqrt{zx}} + \frac{x+y}{\sqrt{xy}} \Leftrightarrow \] \[ \frac{\sqrt{x+y}+\sqrt{z+y}}{\sqrt{x+z}} + \frac{\sqrt{x+z}+\sqrt{y+z}}{\sqrt{x+y}} + \frac{\sqrt{z+x}+\sqrt{y+x}}{\sqrt{z+y}} \leq \] \[ \frac{\sqrt{x}+\sqrt{y}}{\sqrt{z}} + \frac{\sqrt{y}+\sqrt{z}}{\sqrt{x}} + \frac{\sqrt{z}+\sqrt{x}}{\sqrt{y}} \tag{4} \]

To add a final layer of challenge, we can impose the condition \(x + y + z = 1\). This leads to the following "new" problem, which appears more complicated but is structurally equivalent to the original:

Let \(x,y,z\) positive real numbers such that \(x+y+z=1\). Prove that:

\[ \frac{\sqrt{1-z}+\sqrt{1-x}}{\sqrt{1-y}} + \frac{\sqrt{1-y}+\sqrt{1-x}}{\sqrt{1-z}} + \frac{\sqrt{1-y}+\sqrt{1-z}}{\sqrt{1-x}} \leq \] \[ \leq \frac{\sqrt{z}+\sqrt{x}}{\sqrt{y}} + \frac{\sqrt{y}+\sqrt{x}}{\sqrt{z}} + \frac{\sqrt{y}+\sqrt{z}}{\sqrt{x}} \]

And there you have it, your first composed inequality problem, born from a simple yet powerful foundational result.

If the problem you've just created is too elementary or too similar to an existing one (as in our case), you might choose not to attach your name to it. However, if you do choose to sign it, be sure to acknowledge the original source and clarify your own contribution. Noblesse oblige.


Weak Inequalities vs. Strict inequalities

Weak inequalities are inequalities that allow for the possibility of equality. . They are typically denoted by the symbols $\ge$ or $\le$. In contrast, strict inequalities, use $\gt$ and $\lt$ and they don’t permit equality.

A renaissance way to grasp the concept of a weak inequality is to think of the “finger of God” touching Adam’s hand. In this metaphor, a strict inequality is represented by the following painting, as it depicts a situation that never occurs, at least not in olam ha-ze (this world).

From a mathematical standpoint, we know, for example, that $x^2+y^2\ge2xy$. This inequality is always true because $(x-y)^2\ge0$. If we plot $x^2+y^2$, and $2xy$, we will a see thin line where the graphical representation “touch”. This red line is key to solving many problems in physics and engineering. It is specific to weak inequalities.

All in all, the main idea is that weak inequalities are more interesting than strict inequalities.


Being playful with algebraic identities

Before delving into specific inequalities, it’s important to highlight a few key identities that problem creators frequently use when designing challenges. These identities are not only essential for understanding inequalities but also serve as powerful tools for solving a variety of other problems.

Some of my favorite identities are:

  1. \(\hspace{1cm} 2(x^2+y^2)=(x+y)^2+(x-y)^2 \)
  2. \(\hspace{1cm} x^3+y^3=(x+y)(x^2-xy+y^2) \)
  3. \(\hspace{1cm} x^3-y^3=(x-y)(x^2+xy+y^2) \)
  4. \(\hspace{1cm} x^n-y^n=(x-y)(x^{n-1}+x^{n-2}y+\dots+xy^{n-1}+y^n) \)
  5. \(\hspace{1cm} 2(xy+yz+zx)=(x+y+z)^2-(x^2+y^2+z^2) \)
  6. \(\hspace{1cm} 3(x+y)(y+z)(z+x)=(x+y+z)^3-(x^3+y^3+z^3) \)
  7. \(\hspace{1cm} (x+y)(y+z)(z+x)=(x+y+z)(xy+yz+zx)-xyz \)
  8. \(\hspace{1cm} x^3+y^3+z^3-3xyz=(x+y+z)(x^2+y^2+z^2-xy-yz-zx) \)
  9. \(\hspace{1cm} (\sqrt{\frac{a}{b}}+\sqrt{\frac{b}{a}})^2 = (a+b)(\frac{1}{a}+\frac{1}{b})\)
  10. \(\hspace{1cm} \frac{x}{(x-y)(x-z)}+\frac{y}{(y-x)(y-z)}+\frac{z}{(z-x)(z-y)}=0 \)
  11. \(\hspace{1cm} \frac{x^2}{(x-y)(x-z)}+\frac{y^2}{(y-x)(y-z)}+\frac{z^2}{(z-x)(z-y)}=1 \)
  12. \(\hspace{1cm} \frac{x^3}{(x-y)(x-z)}+\frac{y^3}{(y-x)(y-z)}+\frac{z^3}{(z-x)(z-y)}=x+y+z \)

Should you memorize all of these identities? It depends. If you’re actively participating in contests, I believe it’s worth memorizing them. Otherwise, simply being aware of their existence is sufficient. When you come across similar structures, check if these identities can help you. In a contest, you can present them as lemmas, and for clarity, it’s advisable to offer brief proofs. Fortunately, the proofs are typically straightforward, relying on simple algebraic manipulations.

For example, consider the following problems:

This wasn’t an inequality problem, but similar structures can arise in various contexts. Knowing your identities can significantly reduce the effort required to solve a problem.

If you enjoyed the previous problem, give the next one a try:


The AM-GM Inequality

The AM (Arithmetic Mean) - GM (Geometric Mean) is a fundamental result in algebra that states:

For any set of non-negative real numbers \(a_1, a_2, \dots , a_n\) the arithmetic mean is always greater than or equal to the geometric mean:

\[ \frac{a_1+a_2+\dots+a_n}{n} \ge \sqrt[n]{a_1*a_2*\dots*a_n} \]

Or:

\[ \sum_{i=1}^n a_i \ge n \sqrt[n]{\prod_{i=1}^n a_i} \]

The equality holds, if, and only if \(a_1=a_2=\dots=a_n\).

For $n=2$ the inequality can be written as: $\frac{a+b}{2} \ge \sqrt{ab}$.

For $n=3$ the inequality can be written as: $\frac{a+b+c}{3} \ge \sqrt[3]{abc}$.

An interesting case arises when $\prod_{i=1}^na_i=1$. In this situation, the inequality gives us: $\sum_{i=1}a_i \ge n$, which means the sum of the numbers is always greater than or equal to $n$ (the number of numbers).

With that in mind, let’s move on to the following problems:

Now, let’s extend this concept by solving the following problem:

With a bit of creativity, you can solve the next problem in a manner similar to the previous one.

Do you know your Partial fraction decomposition ?

What if you apply the AM-GM inequality twice?

The AM-GM inequality reveals a profound connection between the sum (∑) and the product (∏) of positive real numbers. With this insight in mind, let’s explore and solve the following problems:

Now, for a bit of fun, let’s tackle a problem that may appear more challenging at first glance. You just need to apply the AM-GM twice.

The following problem was shortlisted for the 1971 International Mathematical Olympiad. While not particularly difficult, it requires discovering a clever trick.

For the next exercise the key idea is to leverage the additional conditions provided and incorporate them into your proof of the main inequality.

Sometimes you can solve “inequations” using “inequalities”:


Cyclic and Symmetrical Inequalities

Before proceeding further, let’s familiarize ourselves with two important notions: cyclic inequalities and symmetrical inequalities.

A cyclic inequality involves a set of variables arranged in a cyclic order, where each term follows a repeating pattern by “rotating” the variables. For instance, for three variables we perform the transformation:

\[ a \rightarrow b, \quad b \rightarrow c, \quad c \rightarrow a \]

The cyclic behavior can be expressed using the notation:

\[ \sum_{\text{cyc}} f(a,b,c) = f(a,b,c) + f(b,c,a) + f(c,a,b) \]

Here are some examples that illustrate cyclic sums and their corresponding inequalities:

\[ \sum_{\text{cyc}} a^2 = a^2+b^2+c^2 \overbrace{\geq}^{AM-GM} 3\sqrt[3]{(abc)^2} \] \[ \sum_{\text{cyc}} \frac{a}{b} = \frac{a}{b} + \frac{b}{c} + \frac{c}{a} \overbrace{\geq}^{AM-GM} 3 \] \[ \sum_{\text{cyc}} a^3b^2c = a^3b^2c + b^3c^2a + c^3a^2b \overbrace{\geq}^{AM-GM} 3(abc)^2 \] \[ \sum_{\text{cyc}} \frac{c+ab+1}{1+a+a^2} = \frac{c+ab+1}{1+a+a^2}+\frac{a+bc+1}{1+b+b^2}+\frac{b+ca+1}{1+c+c^2} \ge 3 \]

In contrast, a symmetrical inequality is one that remains unchanged under any permutation of its variables. A function $f(a,b,c)$ is said to be symmetric if it satisfies:

\[ \underbrace{f(a,b,c)=f(a,c,b)=f(b,a,c)=f(b,c,a)=f(c,a,b)=f(c,b,a)}_{3! \quad \text{permutations}} \]

In other words, any swap or rearrangement of $a, b, c$ leaves the function invariant. This complete symmetry is denoted by the notation: $\sum_{\text{sym}}$, which indicates summing over all distinct permutations of the variables.

Consider the following examples:

\[ \sum_{\text{sym}} a = a + a + b + b + c + c \overbrace{\geq}^{AM-GM} 6\cdot\sqrt[3]{abc} \] \[ \sum_{\text{sym}} a^2b = a^2b + a^2c + b^2c + b^2a + c^2a + c^2b \overbrace{\geq}^{AM-GM} 6 \cdot abc \]

To highlight the difference, compare the following two sums:

\[ \sum_{\text{sym}} a^2b = \underbrace{a^2b + a^2c + b^2c + b^2a + c^2a + c^2b}_{3! \quad \text{permutations}} \overbrace{\geq}^{AM-GM} 6\cdot abc \] \[ \sum_{\text{cyc}} a^2b = \underbrace{a^2b + b^2c + c^2a}_{3 \quad \text{"swaps"}} \overbrace{\geq}^{AM-GM} 3 \cdot \sqrt[3]{(abc)^2} \]

Another comparison:

\[ \sum_{\text{sym}} \frac{a}{b} = \frac{a}{b} + \frac{a}{c} + \frac{b}{a} + \frac{b}{c} + \frac{c}{a} + \frac{c}{b} \overbrace{\geq}^{AM-GM} 6 \] \[ \sum_{\text{cyc}} \frac{a}{b} = \frac{a}{b} + \frac{b}{c} + \frac{c}{a} \overbrace{\geq}^{AM-GM} 3 \]

These examples illustrate how the cyclic and symmetrical sum notations capture different patterns of symmetry within inequalities. While cyclic sums rotate the variables in a fixed order, symmetrical sums account for every possible permutation, reflecting complete invariance under any swap of the variables.


Grouping and Splitting Terms

Solving more complex inequality problems requires more than just applying the general formula. A common approach involves strategically grouping terms to our advantage, then applying the Arithmetic Mean-Geometric Mean (AM-GM) inequality (or another relevant inequality) to each group.

Finally, we combine the resulting inequalities to form a larger, more powerful inequality.

With practice, this technique will become second nature. However, at first glance, it may seem unintuitive.

Can you solve the following problems without relying on any hints?

The next problem is more difficult to solve but a previous exercise might help:

Remember, the key to solving the next problem is to leverage the additional condition to your advantage. While the terms may already be “grouped” for you, this alone won’t be sufficient.

The next problem, proposed by Dorin Marghidanu, is a generalisation of the previous one, but can you “spot” the similarity?

The next problem is another generalisation of an exercise proposed to the Romanian (Olympiad) Team Selection Test from 2002:

We have already solved the following inequality using a different technique, but can you now prove it again by applying ‘grouping’ and the AM-GM inequality?

In a somewhat similar fashion:

The next two problems can be easily solved using an inequality that we will discuss shortly. However, let’s first attempt to solve them using the AM-GM inequality, employing a strategy similar to the one we used earlier:

The next problem is a classic exercise from APMO 1998. Its solution closely resembles the previous examples (once you spot a simple but effective trick):

Problem 00052 17 Mar, 2025

Let \( x, y, z \) be positive real numbers. Prove the following inequality:

\[ \left(1+\frac{x}{y}\right)\cdot\left(1+\frac{y}{z}\right)\cdot\left(1+\frac{z}{x}\right) \geq 2 + 2\cdot\frac{x+y+z}{\sqrt[3]{xyz}} \]


9th medium #algebra #inequalities

Hints & Solution

An important thing to take in consideration is that when we sum/multiply weak inequalities involving interdependent terms, we need to verify conditions across the inequalities to check if they remain consistent:

The next problem is a textbook example of a clever application of the AM-GM inequality:

Sometimes, we need to find creative ways to group terms. If you’re unable to find the solution right away, don’t worry, this inequality is quite challenging to solve using only the AM-GM inequality.

Problems can become even more elegant when we apply strategic grouping to well-known identities. In this context, try solving the following exercise without relying on any hints:

At the end of this section, let’s refocus on some elegant weak inequalities:

The following problems are not primarily about grouping terms but rather about identifying “structures” where the AM-GM inequality can be applied to help move toward the solution:

The next problem is more about “splitting” than grouping:

In a similar fashion:

Problem 00061 17 Mar, 2025

Let \(x, y, z\) be positive real numbers. Prove that:

\[ \frac{x}{\sqrt{(x^2+y^2)(x^2+z^2)}}+\frac{y}{\sqrt{(y^2+x^2)(y^2+z^2)}}+\frac{z}{\sqrt{(z^2+x^2)(z^2+y^2)}} \leq \] \[ \leq \frac{1}{2}\left(\frac{1}{x}+\frac{1}{y}+\frac{1}{z}\right) \]


9th medium #algebra #inequalities

Hints & Solution


Muirhead’s Theorem

Now that we’ve learned how to group and pair terms to our advantage, it’s time to introduce a powerful theorem used for symmetric inequalities, Muirhead’s theorem (named after Robert Muirhead).

Before delving into Muirhead’s theorem, we first need to understand the concept of majorisation.

Consider two sequences of numbers \(p=(p_1, p_2, \dots, p_n)\) and \(q=(q_1, q_2, \dots, q_n)\) aranged in decreasing order.

We say \(p\) majorises \(q\) (written as \(p \succ q\)), if the following two conditions hold:

  • For each \(k\) from \(1\) to \(n-1\), the sum of the first \(k\) elements components of \(p\) is at least as large as that of \(q\): \[\sum_{i=1}^k p_i \geq \sum_{i=1}^k q_i\]
  • The total of the sequences are equal:\[\sum_{i=1}^n p_i = \sum_{i=1}^n q_i\]

An example:

Consider the sequences:

\[p=(3,2,1), \quad q=(2,2,2)\]

We wish to determine if \(p \succ q\).

Solution

We check the partial sums:

\[ k = 1 \Rightarrow p_1 \geq q_1 \Leftrightarrow 3 \geq 2 \quad \textbf{\text{True}} \] \[ k = 2 \Rightarrow p_1 + p_2 \geq q_1 + q_2 \Leftrightarrow 5 \geq 4 \quad \textbf{\text{True}} \]

Since the partial sum conditions test holds, we test if the total sums are equal:

\[ p_1 + p_2 + p_3 \overbrace{=}^{?} q_1 + q_2 + q_3 \Leftrightarrow 6 = 6 \quad \textbf{\text{True}} \]

So yes, \(p \succ q\).

Now that we understand what majorisation is, let’s discuss Muirhead’s theorem:

If \(a_1, a_2, \dots, a_n\) are positive reals, and \(x_n\) majorises \(y_n\) then the following inequality is true:

\[ \sum_{\text{sym}} a_1^{x_1} * a_2^{x_2} * \dots *a_n^{x_n} \geq \sum_{\text{sym}}a_1^{y_1}*a_2^{y_2}*\dots*a_n^{y_n} \]

Note that Muirhead’s Inequality is “symmetrical” in nature, so it doesn’t work for “cyclic” inequalities.

For example let’s take the coefficients $(4,2,0)$ and $(3,2,1)$. We observe that the first sequences majorises the second, $(4,2,0) \succ (3,2,1)$.

In this regard, the following is true:

\[ \sum_{\text{sym}}a^4b^2 \geq \sum_{\text{sym}} a^3b^2c \Leftrightarrow \] \[ a^4b^2 + a^4c^2 + b^4a^2 + b^4c^2 + c^4a^2 + c^4b^2 \overbrace{\geq}^{Muir.} \] \[ \geq a^3b^2c + a^3c^2b + b^3a^2c + b^3c^2a + c^3b^2a + c^3a^2b \]

But the following is not true (by Muirhead’s inequality):

\[ \sum_{\text{cyc}}a^4b^2 \not\geq \sum_{\text{cyc}} a^3b^2c \Leftrightarrow \] \[ a^4b^2 + b^4c^2 + c^4a^2 \not\geq a^3b^2c + b^3c^2a + c^3a^2b \]

Now let’s solve two elementary inequalities, but this time without using “elementary” techniques or the AM-GM inequality. Use Muirhead’s Theorem instead:

I don’t want to overemphasize Muirhead’s Inequality because, although it’s a recognized theorem, its use is generally discouraged in math competitions. Moreover, any result you might prove using Muirhead can also be demonstrated with the more established AM-GM inequality. Think of Muirhead’s Inequality as a powerful, albeit somewhat brute-force, method to be used when other approaches fail… and only then.


The mean inequality chain

Also known as the QM-AM-GM-HM Inequalities, or how things are getting more serious.

Before presenting the actual inequality, let us first define two new types of means: the harmonic mean and the quadratic mean.

Let \(x_{i=1\dots n} \in \mathbb{R}_{+}\). Then, the following definitions hold::

\[ \text{Harmonic Mean}=\frac{n}{\frac{1}{x_1}+\dots+\frac{1}{x_n}}=\frac{n}{\sum_{i=1}^n \frac{1}{x_i}} \\ \\ \\ \]

\[ \text{Quadratic Mean}=\sqrt{\frac{x_1^2+\dots+x_n^2}{n}}=\sqrt{\frac{\sum_{i=1}^n x_i^2}{n}} \]

This HM-GM-AM-QM inequality is a fundamental result in mathematic involving the harmonic mean, geometric mean, arithmetic mean, and the quadratic mean:

Consider \(x_1, x_2, \dots, x_n\) as positive real numbers. The following inequality, known as the HM-GM-AM-QM inequality, holds:

\[ 0 \lt \frac{n}{\sum_{i=1}^n \frac{1}{x_i}} \le \underbrace{\sqrt[n]{\prod_{i=1}^n x_i} \le \frac{\sum_{i=1}^n x_i}{n}}_{\text{AM-GM Inequality}} \le \sqrt{\frac{\sum_{i=1}^n x_i^2}{n}} \]

Equality holds if \( x_1 = x_2 = \dots = x_n \).

If \(n=2\), the inequality becomes:

\[ 0 \lt \frac{2x_1x_2}{x_1+x_2} \le \sqrt{x_1x_2} \le \frac{x_1+x_2}{2} \le \sqrt{\frac{x_1^2+x_2^2}{2}} \]

If \(n=3\), the inequality becomes:

\[ 0 \lt \frac{3x_1x_2x_3}{x_1x_2+x_2x_3+x_3x_1} \le \sqrt[3]{x_1x_2x_3} \le \frac{x_1+x_2+x_3}{3} \le \sqrt{\frac{x_1^2+x_2^2+x_3^2}{3}} \]

We can now solve several new problems using the relationships we’ve just established. The identities we’ve encountered remain useful, and the ‘grouping’ technique continues to be applicable.

In a similar fashion with the previous problem let’s try to solve the next inequality:

The weighted AM-GM inequality

The Weighted AM-GM inequality is a generalization of the standard AM-GM inequality that includes weights for each term.

Let \(a_1, a_2, \dots, a_n\) positive real numbers, and their associated (positive real) weights \(w_1, w_2, \dots, w_n\), such that:

\[ w_1 + w_2 + \dots + w_n = W \]

The Weighted AM-GM inequality states:

\[ \frac{a_1w_1+a_2w_2+\dots+a_nw_n}{W} \ge (a_1^{w_1}a_2^{w_2}\dots a_n^{w_n})^{\frac{1}{W}} \]

If \(W=1\), the inequality has the following form:

\[ a_1w_1+a_2w_2+\dots+a_nw_n \ge a_1^{w_1}a_2^{w_2}\dots a_n^{w_n} \]

If \(w_1=w_2=\dots=w_n=1\) then \(W=n\), so we obtain the "classical" AM-GM inequality:

\[ \frac{a_1+a_2+\dots+a_n}{n} \ge (a_1a_2\dots a_n)^{\frac{1}{n}} \]

Let’s try a classical exercise:

Now, let’s try to solve a classical problem proposed by Nguyen Manh Dung (I’ve found it in multiple sources) using the Weighted AM-GM inequality:

The last problem in this section is authored by Dan Sitaru, the editor of the Romanian Mathematical Magazine:

The power of substitutions

Actually, there’s no real power in substitutions; it’s simply that our brains are inept at handling “complications”.

Substitutions are powerful mechanisms in mathematics because they simplify complex problems, reveal hidden structures, and transform seemingly impossible problems into more familiar or solvable forms. By changing variables, substitutions allow viewing the same problem from different perspectives, often leading to new insights - or new problems. I assure you, problem creators love substitutions.

In this regard, let’s solve the following inequality:

Or inequation:

Or this equation:

Radicals can be nasty to handle. If you can isolate them and make a clever substitution, go for it, don’t hesitate!

As a general piece of advice, whenever you encounter logarithms in an inequality, you can try two approaches: either make a clever substitution or rewrite everything in a common base. Let’s apply this idea to the next problem:

Ravi Substitutions

A special type of substitution, known as Ravi Substitution, is a powerful technique used in geometric inequalities involving the sides of a triangle. The key idea is to express the sides of the triangle in terms of sums of positive variables, which often simplifies the given inequality and makes algebraic manipulations more natural. This transformation is particularly useful when dealing with symmetric inequalities in triangle geometry.

This technique gets its name from Ravi Vakil a mathematician known for his contributions to algebraic geometry. The technique appears in mathematical problem-solving, particularly in inequalities involving the sides of a triangle. He wasn’t the first one to introduce it (it appears in books of problems prior to 1940), but he was the one to popularise it.

In its most basic form, Ravi substitution works as follows:

Let \(a,b,c\) be the sides of a triangle. The triangle inequality states that:

\[ a+b \gt c, \quad b+c \gt a, \quad c+a\gt b \]

To handle this structure more easily, we introduce new "variables":

\[ a = x + y, \quad b = y+z, \quad c = z+x \]

Where \(x,y,z\) are positive real numbers.

Why is Ravi substition useful ?

First of all, it eliminates the triangle constraints. In a triangle with sides $a,b,c$ the triangle inequality states that $a+b \gt c$, $b+c \gt a$, and $c+a \gt b$. By setting $a=x+y$, $b=y+z$, and $c=z+x$, these inequalities automatically hold, and its no longer needed to explicitly verify them. For example:

\[ a+b \gt c \Leftrightarrow \underbrace{(x+y)}_{a} + \underbrace{(y+z)}_{b} \gt \underbrace{z+x}_{c} \Leftrightarrow (z+x)+2y \gt z+x \Leftrightarrow 2y \gt 0 \]

With this new technique in mind, let’s try solving the following IMO problems:

Nesbitt’s Inequality

Nesbitt’s Inequality is a classic and elegant result in inequalities, commonly taught in competitive mathematics. Using it can help you bypass tedious steps where you would otherwise need to apply AM-GM or other inequalities.

I was curious to learn more about Nesbitt, but there is little information about him online. Eventually, I came across this link.

In a generalized form:

If \(x_1, x_2, \dots, x_n\) are positive real numbers, and \(S=\sum_{i=1}^n x_i\), then:

\[\sum_{i=1}^n \frac{x_i}{S-x_i}\ge\frac{n}{n-1} \]

Equality holds if \(x_1=x_2=\dots=x_n\).

Most of the times you will apply it in this form:

If \(a,b,c\) are positive positive real numbers, then:

\[ \frac{a}{b+c}+\frac{b}{a+c}+\frac{c}{a+b} \ge \frac{3}{2} \]

Can you prove Nesbitt’s inequality using known inequalities (AM-HM, I am looking at you!)?

Can you solve the next problems using substitutions and Nesbitt’s Inequality ?

For the next one, there’s an easy solution using the AM-GM inequality, but can you prove it using Nesbitt’s inequality instead?

Can you solve the next problems using Nesbitt’s Inequality:

The next one looks rather peculiar, but can you solve it using Nesbitt’s Inequality and something else ?

For the next problems, the Nesbitt structure is harder to spot:

The final problem presents a fascinating inequality that resembles Nesbitt’s Inequality structure, though not exactly. Nevertheless, it’s an interesting and noteworthy result:

The Cauchy-Bunyakovsky-Schwartz Inequality

Together with the AM-GM inequality, the CBS Inequality forms the cornerstone of inequality problems in intermediate and advanced math competitions. In its simplest algebraic form, it appears as follows:

For the real numbers \(a_{i=1 \dots n}, b_{i=1 \dots n}\) the inequality states:

\[ \Bigl(\sum_{i=1}^n a_i b_i\Bigl)^2 \le \Bigl(\sum_{i=1}^n a_i^2\Bigl)\Bigl(\sum_{i=1}^n b_i^2\Bigl) \]

Equality holds if \(a_i = k*b_i\), \(\forall i\).

Alternatively, in expanded form:

\[ (a_1b_1+a_2b_2+\dots+a_nb_n)^2 \le (a_1^2+a_2^2+\dots+a_n^2)(b_1^2+b_2^2+\dots+b_n^2) \]

You would be surprised in how many ways the CBS Inequality can be applied.

Can you solve the next problems using the CBS Inequality ?

We have already proven the following inequality (as part of a previous problem) using the AM-GM inequality. However, can you find a solution that uses the Cauchy-Schwarz inequality instead?

We’ve already proven Nesbitt’s Inequality using the AM-GM inequality, but can you prove it using the CBS Inequality? In case you need help, please follow the generous hints.

The following problem uses an interesting pattern/trick, can you solve it ?

Problem 00028 17 Mar, 2025

Let \(\lambda \ge 3\) be fixed, and let \(x\), \(y\), and \(z\) be positive real numbers such that \(x + y + z = 3\). Find the minimum of:

\[ P = \frac{x}{\lambda - x}+\frac{y}{\lambda - y} + \frac{z}{\lambda - z} \]


9th medium #algebra #inequalities

Hints & Solution

Can you think of an identity and some algebraic manipulations to solve the next problem:

Problem 00030 17 Mar, 2025

Let \(x, y, z\) be positive real numbers. If:

\[ k = \frac{1}{z}(x + 2\sqrt{yz}) + \frac{1}{x}(y + 2\sqrt{zx}) + \frac{1}{y}(z + 2\sqrt{xy}), \]

Prove the following inequality:

\[ \left(1 + \frac{y}{x}\right)\left(1 + \frac{z}{y}\right)\left(1 + \frac{x}{z}\right) \ge k - 1. \]


9th medium #algebra #inequalities

Hints & Solution

The next problem looks more difficult than it is in reality:

An interesting refinement for Nesbitt’s inequality

Refinement of an inequality refers to the process of strengthening or improving an existing inequality by making it sharper or more precise. This typically involves replacing a given inequality with a stronger one that still holds under the same conditions but provides a tighter bound.

I was reading an article about how Nesbitt’s inequality can be useful for solving certain geometric inequalities, particularly those involving the sides of a triangle (though we won’t be discussing that topic in this article). During my reading, I came across an interesting refinement: A new generalisation of Nesbitt’s Inequality, by D. M. Batinetu-Giurgiu and Neculai Stanciu.

Let’s try to prove it:

With this in mind, let’s try to solve the following problems:

And finally, the next problem is not exactly a refinement, but an interesting “generalisation”:


Titu’s Lemma (Bergstrom)

In 2001, Titu Alexandrescu, who was at that time an USA IMO trainer, gave a lecture on a special case of the Cauchy-Bunyakovsky-Schwartz. Shortly after, one of his results (which was already known in the mathematical world) proved to be extremely effective for solving and “simplifying” difficult inequality questions. The technique was so efficient, that it got the popular name of “Titu’s Lemma”. Titu’s Lemma states:

For any real numbers \(a_1,\dots,a_n\) and any positive real numbers \(b_1,\dots,b_n\) we have:

\[ \frac{a_1^2}{b_1}+\dots+\frac{a_2^2}{b_n}\ge\frac{(a_1+\dots+a_n)^2}{b_1+\dots+b_n} \]

The proof for two terms doesn’t need to involve the CBS inequality and it’s quite straightforward. Why don’t you try it:

Now, let’s try to prove it for 3 terms:

Any problem that can be solved using the CBS inequality can be solved just as effectively, if not more easily, using Titu’s Lemma.

As a cool exercise, try proving Nesbitt’s inequality using Titu’s Lemma:

Two of the problems we’ve solved so far become “one-liners” just by applying Titu’s Lemma directly:

Let \(a, b, c\) be positive real numbers, and \(a+b+c=3\). Prove that:

\( \frac{1}{a+b}+\frac{1}{b+c}+\frac{1}{c+a} \ge \frac{3}{2} \)

Solution:

Applying Titu's Lemma:

\[ \frac{1}{a+b}+\frac{1}{b+c}+\frac{1}{c+a} \ge \frac{(1+1+1)^2}{2(\underbrace{a+b+c}_{=3})} = \frac{3}{2} \]

The equality holds if \(a=b=c=1\).

Let \(a,b,c,x,y,z\) be positive real numbers, and \(x+y+z=a+b+c=1\). Prove that:

\[ \frac{1}{ax+by+cz}+\frac{1}{cx+ay+bz}+\frac{1}{bx+cy+az} \ge 9 \]

Solution:

Applying Titu's Lemma:

\[ \frac{1}{ax+by+cz}+\frac{1}{cx+ay+bz}+\frac{1}{bx+cy+az} \ge \frac{(1+1+1)^2}{(\underbrace{a+b+c}_{=1})(\underbrace{x+y+z}_{=1})} = 9 \]

The equality holds when \(a=b=c=x=y=z=\frac{1}{3}\).

To emphasize the power of Titu’s Lemma, let’s first solve some “harder” inequality problems using traditional methods, relying on tricks and clever manipulations, before demonstrating the much simpler approach with Titu’s Lemma.

For the next problems, Titu’s Lemma plays a special role in simplifying them:

More challenges

The problems from this chapter a little more challenging, so don’t get discouraged if won’t be able to solve them after the first try.

The next problem is an inequality problem “spiced-up” with just a little number theory:

Problem 00093 17 Mar, 2025

Let \( n \) be a natural number with exactly 12 positive divisors, denoted by:

\[ 0 < x_1 < x_2 < \dots < x_{12} \]

Prove the following inequality:

\[ \frac{x_1 + x_2}{x_3 x_4} + \frac{x_5}{x_6} + \frac{x_8}{x_7} + \frac{x_{11} + x_{12}}{x_9 x_{10}} > \frac{4\sqrt{n}}{n} + 2. \]


9th medium #algebra #inequalities #number theory

Hints & Solution

In a similar fashion:

Problem 00096 17 Mar, 2025

Let \( a, b, c, d \) be positive real numbers, and define \( K = a + b + c + d + 1 \). Prove the inequality:

\[ \sum_{\text{cyc}} \frac{1}{K-a} < \frac{1}{3}\left( \frac{\sqrt{d\sqrt{c\sqrt{b}}}}{c\sqrt{b\sqrt{a}}} + \frac{\sqrt{c\sqrt{b\sqrt{a}}}}{d\sqrt{c\sqrt{b}}} + \frac{\sqrt{b\sqrt{a\sqrt{d}}}}{a\sqrt{d\sqrt{c}}} + \frac{\sqrt{a\sqrt{d\sqrt{c}}}}{b\sqrt{a\sqrt{d}}} \right) \]


9th medium #algebra #sequences #inequalities

Hints & Solution

In Part 2

This article was just an introduction. In the upcoming articles in this series, I plan to discuss the following topics: Jensen’s Inequality, Hölder’s Inequality, Radon’s Inequality, Chebyshev’s Inequality, Bernoulli’s Inequality, the PQR Technique, Calculus Techniques, and Lagrange Multipliers.

Where to go next ?

If you have started to develop a taste for solving inequality problems, there are several excellent resources that can help you advance further.

First of all, if you want to read a more “serious” material, I recommend you to go through Vasile Cartoaje’s books:

Secondly there are multiple articles online with similar content (most of them are accesible as a PDF files). For example:

I recommend you also the following Facebook groups where people gather to actually solve “difficult inequalities” (and not only):

CutTheKnot has a quite a few gems with full solutions available.

Leo Giugiuc’s Blog (who’s one of our “local experts” in inequalities) blog contains some advanced inequalities that are not easily solvable using conventional techniques.