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
2
votes
1 answer

How do I solve for $t$?

How do I solve for t?$$1.05^t>1+0.06t$$ Is there a way to solve for the exact value of $t$ or do I just use my calculator and estimate the answer?
user815674
2
votes
3 answers

Prove the inequality $1 - \tanh(xy) \leq \cosh(x)^{-y}$

Using some tricks in statistical mechanics I came across the inequality. $$ 1 - \tanh(xy) \leq \cosh(x)^{-y} $$ for all $x,y >0$. Do you have a proof (or counterexample)?
2
votes
1 answer

Prove an inequality for positive real numbers

Prove that :- $$\frac{x^2}{y}+ \frac{y^2}{z}+\frac{z^2}{x} \geq x+y+z$$ Where $x,y,z$ are positive real numbers My attempt :- L.H.S = $\frac{x^3 z +x y^3 + y z^3 }{xyz} $ We need to show that $x^3 z + x y^3 + y z^3 \geq xyz (x+y+z) $ I tried the…
2
votes
1 answer

finding integers from inequality

$$14 - 3x < 41$$ $$2x - 15 < -3$$ How many possible integer values exist for x? One have done, 14 - 3x < 41 ; -3x < 27 ; x > 9 . (I guess he done wrong here. Am I right?) and 2x - 15 < -3; 2x < 12 ; x < 6 There can be no value of x that is…
user52950
2
votes
1 answer

Proving two different expressions of non-centrality parameters are equivalent

I am stuck in proving $$\sum_{i=1}^{K}\xi_i(\mu_i - \bar{\mu})^2 = \sum_{i,j}\xi_i\xi_j(\mu_i - \mu_j)^2,$$ where $\bar{\mu} = \sum_{i=1}^{K}\xi_i\mu_i$ and $\sum_{i=1}^{K}\xi_i = 1$. I am not sure whether it is true or not.
2
votes
2 answers

Help solving inequality in two variables involving a square root

I need to find the points in the Cartesian plane that make $x+y+\sqrt{(x-y)^2-4}$ positive. I got a little progress but then I get stuck: The problem is equivalent to solving $$-(x+y)<\sqrt{(x-y)^2-4}$$ If $0<-(x+y)$, then I can square both sides $$…
2
votes
2 answers

Prove that $a^2bc + ab^2c + abc^2 \le a^3b+ac^3+b^3c$

Note: $a,b$ and $c$ are positive real numbers. I tried to use excel and I believe that, after going through a bunch of numbers, this preposition is true. However, I do not know how to prove it mathematically. Can someone help me to prove this…
MJ2020
  • 39
2
votes
1 answer

For $a,b,c,d \in [-1,1]$, is $|ab-cd| \le |a-c| + |b-d|$?

The title pretty much says it. Suppose $a,b,c,d \in [-1,1]$. I wish to prove the inequality $$|ab-cd| \le |a-c| + |b-d|.$$ This must be very elementary, but for some reason I'm stuck. Various attempts to rearrange or square both sides didn't…
Nate Eldredge
  • 97,710
2
votes
3 answers

Sign system in inequalities

If it is the case that: $$x^2-a^2 > 0$$ then $x < -a$ or $x > a$. But if we were to solve the following inequality: $$x^2 > a^2$$ then we should get $x > +a$ or $x > -a$, right? How is that possible? Please correct me if I am wrong .
2
votes
0 answers

Let $a,b,c>0$ and $k \geq\ 0$ prove $\sum \limits_{cyc}\sqrt{\dfrac{a}{b+kc}}\geq min\left\{\dfrac{3}{\sqrt{k+1}},\dfrac{2}{\sqrt[4]{k}}\right\}$

Here $\dfrac{3}{\sqrt{k+1}}\leq\dfrac{2}{\sqrt[4]{k}}$ if $k\geq\dfrac{49+9\sqrt{17}}{32}$ Now i got the proof when $\dfrac{3}{\sqrt{k+1}}$ is minimum here. But i can not prove this when $\dfrac {2}{\sqrt[4]{k}}$ is minimum. By holder inequality i…
2
votes
1 answer

For positive numbers a,b,c ,$abc=1$ prove$ \frac{1}{a+b} +\frac{1}{a+c}+\frac{1}{c+b} \leq\frac{3}{2}$

For positive numbers $a$,$b$,$c$ , with $abc=1$ prove $$\frac{1}{a+b} +\frac{1}{a+c}+\frac{1}{c+b} \leq\frac{3}{2}$$
yibotg
  • 951
  • 6
  • 14
2
votes
3 answers

How to prove $\sqrt{a+b}\sqrt{b+c}+\sqrt{b+c}\sqrt{c+a}+\sqrt{c+a}\sqrt{a+b}\geq \sqrt{3(ab+bc+ca)}+(a+b+c)$?

Recently I meet a problem ,it says Suppose $a,b,c,x,y,z\in \mathbb{R}^+$,then \begin{align*} \frac{x}{y+z}(b+c)+\frac{y}{z+x}(a+c)+\frac{z}{x+y}(a+b)\geq \sqrt{3(ab+bc+ca)} \end{align*} Fix $a,b,c$,then the original inequality is equal to…
mbfkk
  • 1,299
2
votes
1 answer

Inequality problem

What are the values ​​of $B_1, B_2$, and $B_s$ so that the following inequality is satisfied with any value of $U_1$ and $U_2$? where $B_1, B_2, B_s, U_1$, and $U_2 \in \mathbb R^+$ $ B_1 U_1^2 + B_2 U_2^2 < B_s (U_1-U_2)^2 $
2
votes
2 answers

proving $ e^{\pi} > \pi ^{e}$

I want to show that $ e^{\pi} > \pi ^{e}$? I was trying to make some functional relations to verify this but I am not able to do so . Any help or hints will be helpful for me. Thanks
monalisa
  • 4,460