IMO $2001$ problem $2$

424 Views Asked by At

Let $a,b,c \in \mathbb{R}_+^*$. Prove that $$\frac{a}{\sqrt{a^2+8bc}} + \frac{b}{\sqrt{b^2+8ca}}+ \frac{c}{\sqrt{c^2+8ab}} \geqslant 1.$$

I tried to follow the proposed solution for this which depended on Hölder's inequality, but I'm a bit confused about how they came up with the expression. How I remember Hölder's is that it states that $$\sum_{i=1}^n |x_iy_i| \leqslant (\sum_{i=1}^n|x_i|^p)^{1/p}(\sum_{i=1}^n|y_i|^q)^{1/q}$$

and we need the same Conjugate property as in Young's inequality $\frac{1}{p} + \frac{1}{q} =1.$

What they had was $$(\sum \frac{a}{\sqrt{a^2+8bc}})(\sum \frac{a}{\sqrt{a^2+8bc}})(\sum a(a^2+8bc)) \geqslant (a+b+c)^3.$$

From here it was quite straightforward, but any clarification on how we can get this result from Hölder's would be appreciated.

2

There are 2 best solutions below

5
On BEST ANSWER

The Holder's inequality for two sequences it's the following.

Let $a_1$, $a_2$,..., $a_n$, $b_1$, $b_2$,..., $b_n$, $\alpha$ and $\beta$ be positive numbers. Prove that: $$(a_1+a_2+...+a_n)^{\alpha}(b_1+b_2+...+b_n)^{\beta}\geq$$$$\geq\left(\left(a_1^{\alpha}b_1^{\beta}\right)^{\frac{1}{\alpha+\beta}}+\left(a_2^{\alpha}b_2^{\beta}\right)^{\frac{1}{\alpha+\beta}}+...+\left(a_n^{\alpha}b_n^{\beta}\right)^{\frac{1}{\alpha+\beta}}\right)^{\alpha+\beta}.$$

For positives $a$, $b$ and $c$ by Holder we obtain: $$\left(\sum_{cyc}\frac{a}{\sqrt{a^2+8bc}}\right)^2\sum_{cyc}a(a^2+8bc)\geq$$ $$\geq\left(\sum_{cyc}\sqrt[3]{\left(\frac{a}{\sqrt{a^2+8bc}}\right)^2a(a^2+8bc)}\right)^3=(a+b+c)^3.$$ In our case $n=3$, $\alpha=2$ and $\beta=1$.

0
On

Here is my solution to the problem, I have used Jensen's inequality. Let us consider a function f(x) = $$\sqrt\frac{(k/x)^2}{(k/x)^2 +8x}$$. Since, f is a convex function, by Jensen's inequality we have, $$f(\frac{bc+ca+ab}{3}) ⩽ \frac{1}{3}[f(bc)+f(ca)+f(ab)]$$ $$⇒\frac{[f(bc)+f(ca)+f(ab)]}{3}≽ f(\frac{bc+ca+ab}{3})≽f((abc)^⅔)\space\space[By AM-GM inequality.]$$ $$⇒f(bc)+f(ca)+f(ab)≽3*\sqrt\frac{(abc)^⅔}{(abc)^⅔ +8(abc)^⅔}$$ $$⇒f(bc)+f(ca)+f(ab)≽3*\sqrt\frac{1}{1 + 8}=3*(\frac{1}{3})=1$$ $$⇒\frac{a}{\sqrt{a^2+8bc}}+\frac{b}{\sqrt{b^2+8ca}}+\frac{c}{\sqrt{c^2+8ab}}≽ 1$$ Hence proved. PS: The function is not convex $$\forall x\space\epsilon\space\mathbb R^+ .$$ $$\forall k\space\epsilon\space\mathbb R^+\space\exists\space a\space\epsilon\space\mathbb R^+$$ such that $$\forall x\space\epsilon\space (0,a)$$ f(x) is concave. However, $$\forall x\space\epsilon\space [a,∞)$$ f(x) is convex.