MHB Solving Algebraic Inequality with $n$ Positive Real Numbers

  • Thread starter Thread starter lfdahl
  • Start date Start date
  • Tags Tags
    Inequality
AI Thread Summary
The discussion focuses on proving the inequality involving $n$ positive real numbers, specifically showing that the sum of certain fractions is greater than or equal to the sum of the numbers themselves. The Cauchy–Schwarz inequality is applied to derive the result, leading to the conclusion that the inequality holds true. Alternative proofs are also presented, emphasizing different approaches to reach the same conclusion. The participants express appreciation for each other's contributions and solutions. The overall consensus is that the inequality is valid for all positive real numbers.
lfdahl
Gold Member
MHB
Messages
747
Reaction score
0
Given $n$ positive real numbers: $x_1,x_2,...,x_n$.

Show, that:

\[\frac{x_1^2}{x_2}+\frac{x_2^2}{x_3}+ ... + \frac{x_{n-1}^2}{x_n}+\frac{x_n^2}{x_1} \geq x_1+x_2+...+x_n\]
 
Mathematics news on Phys.org
lfdahl said:
Given $n$ positive real numbers: $x_1,x_2,...,x_n$.

Show, that:

\[\frac{x_1^2}{x_2}+\frac{x_2^2}{x_3}+ ... + \frac{x_{n-1}^2}{x_n}+\frac{x_n^2}{x_1} \geq x_1+x_2+...+x_n\]
[sp]Apply the Cauchy–Schwarz inequality $|\mathbf{x.y}|^2 \leqslant \|\mathbf{x}\|^2\|\mathbf{y}\|^2$ to the vectors $$\mathbf{x} = \left(\frac{x_1}{\sqrt{x_2}},\frac{x_2}{\sqrt{x_3}},\ldots,\frac{x_{n-1}}{\sqrt{x_n}},\frac{x_n}{\sqrt{x_1}}\right), \ \mathbf{y} = \left(\sqrt{x_2},\sqrt{x_3},\ldots,\sqrt{x_n},\sqrt{x_1}\right),$$ getting $$(x_1+x_2+\ldots+x_n)^2 \leqslant \left(\frac{x_1^2}{x_2}+\frac{x_2^2}{x_3}+ \ldots + \frac{x_{n-1}^2}{x_n}+\frac{x_n^2}{x_1}\right)\left(x_2+x_3 + \ldots + x_n+x_1\right).$$ Then divide both sides by $x_1+x_2+\ldots+x_n$ to get the result.[/sp]
 
Good job, Opalg! Thankyou for your participation!

Your solution was exactly, what I had in mind!
 
Last edited:
An alternative solution can be found here:

By the AM-GM inequality, we have:

\[\frac{x_i^2}{x_{i+1}}+x_{i+1} \geq 2x_i \\\\ \Rightarrow \frac{x_1^2}{x_2}+\frac{x_2^2}{x_3}+...+\frac{x_n^2}{x_1}+x_1+x_2+...+x_n \geq 2\left ( x_1+x_2+...+x_n \right )\\\\ \Rightarrow \frac{x_1^2}{x_2}+\frac{x_2^2}{x_3}+...+\frac{x_n^2}{x_1} \geq x_1+x_2+...+x_n\]
 
We have the following high school proof

[sp]Given, $$x_1,x_2,...x_n$$ positive real Nos we have:
$$(\frac{x_1}{\sqrt x_2}X+\sqrt x_2)^2+...(\frac{x_{n-1}}{\sqrt x_n}+\sqrt x_n)^2+(\frac{x_n}{\sqrt x_1}+\sqrt x_1)^2\geq 0$$
,which is true for all n and for all X............1
..........OR...........
$$(\frac{{x_1}^2}{x_2}+...\frac{x_{n-1}^2}{x_n}+\frac{{x_n}^2}{x_1})X^2+2(x_1+x_2+...x_n)X+(x_1+x_2+...x_n)\geq 0$$

Put $$A=(\frac{{x_1}^2}{x_2}+...\frac{x_{n-1}^2}{x_n}+\frac{{x_n}^2}{x_1})$$
$$B= x_1+x_2+...x_n $$ and (1) becomes:

$$AX^2+2BX+B\geq 0$$............(2)
.........OR.......
$$A(X+\frac{B}{A})^2+\frac{AB-B^2}{A}\geq 0$$...............3

Now since its equivalent (1) is true for all X ,hence (3) will be true for all X and particularly for $$X=-\frac{B}{A}$$.

And (3) becomes :

$$AB-B^2\geq 0$$

.........OR.........

$$A\geq B$$

Which is the desired inequality

Note : the same type of proof i suggested for the thread "high school inequality 3" but in a kind of backwards working .There the initial inequality should be:

$$(a_1X+b_1)^2+...(a_nX+b_1)^2\geq 0$$ [/sp]
 
solakis said:
We have the following high school proof

[sp]Given, $$x_1,x_2,...x_n$$ positive real Nos we have:
$$(\frac{x_1}{\sqrt x_2}X+\sqrt x_2)^2+...(\frac{x_{n-1}}{\sqrt x_n}+\sqrt x_n)^2+(\frac{x_n}{\sqrt x_1}+\sqrt x_1)^2\geq 0$$
,which is true for all n and for all X............1
..........OR...........
$$(\frac{{x_1}^2}{x_2}+...\frac{x_{n-1}^2}{x_n}+\frac{{x_n}^2}{x_1})X^2+2(x_1+x_2+...x_n)X+(x_1+x_2+...x_n)\geq 0$$

Put $$A=(\frac{{x_1}^2}{x_2}+...\frac{x_{n-1}^2}{x_n}+\frac{{x_n}^2}{x_1})$$
$$B= x_1+x_2+...x_n $$ and (1) becomes:

$$AX^2+2BX+B\geq 0$$............(2)
.........OR.......
$$A(X+\frac{B}{A})^2+\frac{AB-B^2}{A}\geq 0$$...............3

Now since its equivalent (1) is true for all X ,hence (3) will be true for all X and particularly for $$X=-\frac{B}{A}$$.

And (3) becomes :

$$AB-B^2\geq 0$$

.........OR.........

$$A\geq B$$

Which is the desired inequality

Note : the same type of proof i suggested for the thread "high school inequality 3" but in a kind of backwards working .There the initial inequality should be:

$$(a_1X+b_1)^2+...(a_nX+b_1)^2\geq 0$$ [/sp]
Well done, solakis! Thankyou for your participation!
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...

Similar threads

Replies
2
Views
1K
Replies
1
Views
668
Replies
1
Views
1K
Replies
1
Views
1K
Replies
4
Views
2K
Replies
2
Views
1K
Back
Top