British Maths Olympiad (BMO) 2006 Round 1 Question 5, alternate solution possible?

683 Views Asked by At

The question states

For positive real numbers $a,b,c$ prove that

$(a^2 + b^2)^2 ≥ (a + b + c)(a + b − c)(b + c − a)(c + a − b)$

After some algebraic wrangling we can get to the point where:

$(a^2 + b^2)^2 + (a + b)^2(a − b)^2 + c^4 ≥ 2c^2(a^2 + b^2)$

At this point if we take the $LHS - RHS$ we can write the expression as the sum of squares proving the inequality.

I was wondering, is it possible to divide both sides by $c^2(a^2 + b^2)$ and show somehow that

$((a^2 + b^2)^2 + (a + b)^2(a − b)^2 + c^4)/(c^2(a^2 + b^2)) ≥ 2$

I tried but was not able to.

3

There are 3 best solutions below

2
On BEST ANSWER

We need to prove that $$(a^2+b^2)^2\geq\sum_{cyc}(2a^2b^2-a^4)$$ or $$c^4-2(a^2+b^2)c^2+2(a^4+b^4)\geq0$$ or $$(c^2-a^2-b^2)^2+(a^2-b^2)^2\geq0.$$

Yes, you can prove this inequality by the dividing.

Indeed, if $c^2(a^2+b^2)=0$ then the inequality is obvious.

Let $c^2(a^2+b^2)\neq0$.

Thus, by AM-GM and Cauchy-Schwarz $$\frac{c^4+2(a^4+b^4)}{c^2(a^2+b^2)}=\frac{c^2}{a^2+b^2}+\frac{2(a^4+b^4)}{c^2(a^2+b^2}\geq$$ $$\geq2\sqrt{\frac{c^2}{a^2+b^2}\cdot\frac{2(a^4+b^4)}{c^2(a^2+b^2)}}=2\sqrt{\frac{2(a^4+b^4)}{(a^2+b^2)^2}}=$$ $$=2\sqrt{\frac{(1+1)(a^4+b^4)}{(a^2+b^2)^2}}\geq2\sqrt{\frac{(a^2+b^2)^2}{(a^2+b^2)^2}}=2.$$

0
On

Suppose that $a,b,c$ can form the sides of a triangle. Let $s=\frac{a+b+c}{2}$ be the semiperimeter. The inequality becomes $$ (a^2+b^2)^2\ge2s\cdot 2(s-a)\cdot 2(s-b)\cdot 2(s-c) $$ or by Heron's formula, $$a^2+b^2\ge 4A$$ where $A$ is the area of the triangle. If $\theta$ is the angle between sides $a$ and $b$, this reduces to $$ a^2-2ab\sin\theta+b^2\ge0,$$ and we have$$ a^2-2ab\sin\theta+b^2\ge a^2-2ab+b^2=(a-b)^2\ge0$$

In the case where $a,b,c$ do not form a triangle, exactly one of the factors on the right-hand is negative or one of the factors is $0$, so the inequality is trivial.

0
On

Let's simplify the inequality: $$(a^2 + b^2)^2 ≥ (a + b + c)(a + b − c)(b + c − a)(c + a − b) \Rightarrow \\ a^4+2a^2b^2+b^4\ge ((a+b)^2-c^2)(c^2-(a-b)^2) \Rightarrow \\ a^4+2a^2b^2+b^4\ge 2c^2(a^2+b^2)-(a^2-b^2)^2-c^4 \Rightarrow \\ c^4-2(a^2+b^2)c^2+2(a^4+b^4)\ge 0 \qquad (1)$$ It is a bi-quadratic inequality and its discriminant is: $$D=(a^2+b^2)^2-2(a^4+b^4)=2a^2b^2-(a^4+b^4)\le 0,$$ the iquality occurs for $a=b$. Note that the inequlity $(1)$ is true for $D<0$. We will check $D=0$. Then the inequality $(1)$ and its solution will be: $$\begin{cases} c^2=a^2+b^2=2a^2 \\ (2a^2)^4-4a^4+4a^4\ge 0\end{cases} \Rightarrow16a^8\ge 0.$$