Questions tagged [inequality]

Questions on proving, manipulating and applying inequalities. Do not use this tag just because an inequality appears somewhere in your question.

An inequality is a mathematical relation between two quantities that are not necessarily equal, but bigger or smaller.

To prove inequalities, a number of proven inequalities can be used, including:

  • The AM-GM inequality

    Let $x_i>0$, $\alpha_i>0$ such that $\alpha_1+\alpha_2+...+\alpha_n=1$. Prove that $$\alpha_1x_1+\alpha_2x_2+...+\alpha_nx_n\geq x_1^{\alpha_1}x_2^{\alpha_2}...x_n^{\alpha_n}$$

For $\alpha_1=\alpha_2=...=\alpha_n=\frac{1}{n}$ we obtain the well-known $$\frac{x_1+x_2+\cdots+x_n}{n} \ge \sqrt[n]{x_1x_2\cdots x_n}$$

  • The Power Mean inequality (P-M).

    Let $a_1, a_2,\cdots, a_n$ be positive numbers and $p>q$. Then $$\left(\frac{a_1^p+a_2^p+\cdots+a_n^p}{n}\right)^{\frac{1}{p}} \geq \left(\frac{a_1^q+a_2^q+\cdots+a_n^q}{n}\right)^{\frac{1}{q}}$$

  • The Rearrangement inequality (R).

    Let $a_1\le\dots\le a_n$ and $b_1\le\dots\le b_n$. For all permutations $\sigma\in S_n$, $$\sum_{i=1}^na_ib_{n-i+1}\le\sum_{i=1}^na_ib_{\sigma(i)}\leq\sum_{i=1}^na_ib_i.$$

The rearrangement generalizes similar for more than two sequences of numbers.

  • The Cauchy-Schwarz inequality (C-S).

    If $a_1, a_2, \cdots, a_n$ and $b_1, b_2,\cdots, b_n$ are two sequences of real numbers, then $$\sum^{n}_{i=1} a_i^2 \sum^{n}_{i=1} b_i^2\geq\left(\sum^{n}_{i=1} a_ib_i \right)^2$$

  • The H$\ddot o$lder inequality (H).

    Let $a_1$, $a_2$,..., $a_n$, $b_1$, $b_2$,..., $b_n$, $\alpha$ and $\beta$ be positive numbers. Then $$\left(\sum_{i =1}^n a_i\right )^\alpha \left(\sum_{i =1}^n b_i \right )^\beta\geq \left(\sum_{i =1}^n (a_ib_i)^\frac{1}{\alpha+\beta}\right )^{\alpha+\beta} $$

  • The Schur inequalities (S):

    Let $x$, $y$ and $z$ be positive numbers and $t$ is a real number. Prove that:$$x^t(x-y)(x-z)+y^t(y-z)(y-x)+z^t (z-x)(z-y)\ge 0$$

  • Muirhead inequalities

    A sequence $a_1 \geq a_2 \geq \dots \geq a_n$ majorizes a sequence $b_1 \geq b_2 \geq \dots \geq b_n$ if $$\sum_{i=1}^k a_i \geq\sum_{i=1}^k a_i $$ for all $1\leq k < n$ and $$\sum_{i=1}^n a_i =\sum_{i=1}^n a_i $$ If sequence $(a_i)$ majorizes $(b_i)$ (notated as $a_i \succ b_i$), then $$\sum_{\text{sym}}x_1^{a_1}x_2^{a_2}\dots x_n^{a_n}\geq \sum_{\text{sym}}x_1^{b_1}x_2^{b_2}\dots x_n^{b_n}$$

30160 questions
3
votes
2 answers

Solving Inequalities for Regions

I have several tasks to solve where a set of inequalities is used to describe a region. I should then calculate the area or volume of that region. Let's say we have the following inequality (for $x,y,z \geq 0$): $x+2y+3z \leq 1$ Now I need to find…
slhck
  • 227
3
votes
1 answer

$\min$ value of $f(x)=a\sec x+b\csc x\;,$ Where $a,b>0$ and $\displaystyle x\in \left(0,\frac{\pi}{2}\right)$

$\min$ value of $f(x)=a\sec x+b\csc x\;,$ Where $a,b>0$ and $\displaystyle x\in \left(0,\frac{\pi}{2}\right)$ Although we can solve it using Derivative Test, But my question is can we solve it using $\bf{cauchy}$ or Using $\bf{A.M\geq G.M}$ or…
juantheron
  • 53,015
3
votes
3 answers

$x^n+y^n=z^n$ where $x,y,z$ are real numbers

Problem: If $$ x^n+y^n=z^n$$ where $x,y $ and $ z $ are real numbers $\gt 0$ and n is any integer $ \neq 0$ then $$ \frac {x}{n} + y >z$$ assuming $x \lt y $ Background: While studying Fermat's theorem I saw that the following are the…
3
votes
3 answers

Show that $\frac{1}{x_{1}(x_{1}+1)}+\frac{1}{x_{2}(x_{2}+1)}+\cdots+\frac{1}{x_{n}(x_{n}+1)}\ge\frac{n}{2}$ with $x_{1}x_{2}\cdots x_{n}=1$

Let $x_{1},x_{2},\cdots,x_{n}$ be postive real numbers, and such $x_{1}x_{2}\cdots x_{n}=1$, Show that $$\dfrac{1}{x_{1}(x_{1}+1)}+\dfrac{1}{x_{2}(x_{2}+1)}+\cdots+\dfrac{1}{x_{n}(x_{n}+1)}\ge\dfrac{n}{2}$$ I try use Cauchy-Schwarz inequality.but I…
math110
  • 93,304
3
votes
1 answer

Prove $\frac{x}{y+z}+\frac{y}{z+x}+\frac{z}{x+y} \geqslant \frac32+ \frac{27}{16}\frac{(y-z)^2}{(x+y+z)^2}$

$x,y,z >0$, prove $$\frac{x}{y+z}+\frac{y}{z+x}+\frac{z}{x+y} \geqslant \frac32+ \frac{27}{16}\frac{(y-z)^2}{(x+y+z)^2}$$ This inequality is easier than the other one. Previously, I learned from Jack D'Aurizio at this post, so my first step is…
HN_NH
  • 4,361
3
votes
4 answers

If $a, b, c >0$ prove that $ [(1+a)(1+b)(1+c)]^7 > 7^7a^4b^4c^4 $.

I solved it using AM, GM inequalities and reached to $[(1+a)(1+b)(1+c)]^7 > 2^{21}(abc)^\frac72 $ please help how to get $7^7(abc)^4$ in the inequality.
3
votes
3 answers

A question about $ax = b$

I am studying inequality and come across the following statement. I don't understand it and want to believe the book must have made mistakes. I am going to copy what the book says here exactly. A linear inequality with one variable is in the form:…
learning
  • 1,749
3
votes
1 answer

Proving inequality $\prod _{i=1}^n\frac {1-a_i} {a_i}\geqslant \left( n-1\right) ^n$

Let $a_1,a_2,\ldots ,a_n\in \left( 0,1\right)$ be real numbers such that $\sum\limits_{i=1}^n a_i=1$. Prove that $$\prod _{i=1}^n\dfrac {1-a_i} {a_i}\geqslant \left( n-1\right)^n.$$
3
votes
1 answer

Prove ths sum of $\small\sqrt{x^2-2x+16}+\sqrt{y^2-14y+64}+\sqrt{x^2-16x+y^2-14y+\frac{7}{4}xy+64}\ge 11$

Let $x,y\in R$.show that $$\color{crimson}{f(x,y)=\sqrt{x^2-2x+16}+\sqrt{y^2-14y+64} + \sqrt{x^2-16x+y^2-14y+\frac{7}{4}xy+64} \ge 11}$$ Everything I tried has failed so far.use Computer found this inequality $\color{blue}=$ iff only if…
math110
  • 93,304
3
votes
0 answers

Prove $\sum\limits_{cyc}\frac{x(y-z)}{(2x+y)^2} +\frac13 \cdot \frac{x^2+y^2+z^2}{xy+yz+zx} \geqslant \frac13$ for positive $x,y,z$

$x,y,z > 0$, prove $$\sum_{\text{cyc}}\frac{x(y-z)}{(2x+y)^2} +\frac13 \cdot \frac{x^2+y^2+z^2}{xy+yz+zx} \geqslant \frac13$$ While this inequality can be proved by brute force, the elegant solution has never been found. I think we can rewrite the…
HN_NH
  • 4,361
3
votes
1 answer

Nice Inequality

I'm solving this inequality trying to use some changes of variable (for example $u=\frac{bc}{a}$, $v=\frac{ac}{b}$, $w=\frac{ab}{c}$), but I couldn't simplify the expression. The inequality is: For $a,b,c>0$ such that…
sinbadh
  • 7,521
3
votes
1 answer

How do I show that $\frac xy + \frac yz + \frac zx \ge 1 + \frac {z + x}{x + y} + \frac {x + y}{z + x}$?

Show that $$\frac xy + \frac yz + \frac zx \ge 1 + \frac {z + x}{x + y} + \frac {x + y}{z + x}$$ for $x, y, z \gt 0$. I observed that this is a homogeneous inequality so normalization might work. I tried to set $x = 1$ or $xyz = 1$ or $x + y + z =…
Yuxiao Xie
  • 8,536
3
votes
1 answer

Prove inequality: $\frac x{2+xy+yz}+\frac y{2+yz+zx}+\frac z{2+zx+xy}\le \frac{x+y+z}{x+y+z+xyz}$

Numbers $x,y,z$ satisfy $x\in(0,1], y\in(0,1], z\in(0,1]$. Prove inequality: $$\frac x{2+xy+yz}+\frac y{2+yz+zx}+\frac z{2+zx+xy}\le \frac{x+y+z}{x+y+z+xyz}$$ My work so far: $\frac x{2+xy+yz}\le \frac x{x^2+xz+xy+yz}=\frac…
Roman83
  • 17,884
  • 3
  • 26
  • 70
3
votes
2 answers

How do I show that $\frac {a^2}b + \frac {b^2}c + \frac {c^2}a \ge \frac {(a + b + c)(a^2 + b^2 + c^2)}{ab + bc + ca}?$

For positive real numbers $a, b, c$, show that $$\frac {a^2}b + \frac {b^2}c + \frac {c^2}a \ge \frac {(a + b + c)(a^2 + b^2 + c^2)}{ab + bc + ca}.$$ I don't know how to solve this at all. Can you provide any hints?
Yuxiao Xie
  • 8,536
3
votes
2 answers

Inequality $(x-1)(y-1)(z-1)\geq 8$ provided that $\frac{1}{x} + \frac{1}{y} + \frac{1}{z} = 1$

How can I prove that if $$\frac{1}{x} + \frac{1}{y} + \frac{1}{z} = 1,$$ then $(x-1)(y-1)(z-1) \geq 8$? Edit: $x,y,z \in \mathbb R_{>0} $ Thanks
martin
  • 39