Maths Olympiad Prep

Track / Stage 7 / 112 of 300 #1512 of 1964

Problem 1512

National olympiad second round; IMO P1/P4
Algebra Difficulty 7.3 Prove it

Prove that
x1+2x+9+193x<9\sqrt{x-1}+\sqrt{2x+9}+\sqrt{19-3x}<9
for all real xx for which the left-hand side is well defined.

This one wants a proof. Work it on paper, then read the official solution and mark yourself. Be honest about it: the record is only any use to you if it is.

Official solution

To prove that x1+2x+9+193x<9 \sqrt{x-1}+\sqrt{2x+9}+\sqrt{19-3x}<9 for all real x x for which the left-hand side is well defined, we will use the Arithmetic Mean - Quadratic Mean (AM-QM) inequality.

1. Determine the domain of the function:
The expression x1+2x+9+193x \sqrt{x-1}+\sqrt{2x+9}+\sqrt{19-3x} is well defined if and only if all the expressions under the square roots are non-negative:
x10    x1, x-1 \geq 0 \implies x \geq 1,
2x+90    x92, 2x+9 \geq 0 \implies x \geq -\frac{9}{2},
193x0    x193. 19-3x \geq 0 \implies x \leq \frac{19}{3}.
Combining these conditions, the domain is:
1x193. 1 \leq x \leq \frac{19}{3}.

2. Apply the AM-QM inequality:
The AM-QM inequality states that for any non-negative real numbers a,b,c a, b, c :
a+b+c3a2+b2+c23. \frac{a+b+c}{3} \leq \sqrt{\frac{a^2+b^2+c^2}{3}}.
Let a=x1 a = \sqrt{x-1} , b=2x+9 b = \sqrt{2x+9} , and c=193x c = \sqrt{19-3x} . Then:
x1+2x+9+193x3(x1)2+(2x+9)2+(193x)23. \frac{\sqrt{x-1}+\sqrt{2x+9}+\sqrt{19-3x}}{3} \leq \sqrt{\frac{(\sqrt{x-1})^2 + (\sqrt{2x+9})^2 + (\sqrt{19-3x})^2}{3}}.

3. Simplify the right-hand side:
(x1)+(2x+9)+(193x)3=x1+2x+9+193x3=273=9=3. \sqrt{\frac{(x-1) + (2x+9) + (19-3x)}{3}} = \sqrt{\frac{x-1 + 2x+9 + 19-3x}{3}} = \sqrt{\frac{27}{3}} = \sqrt{9} = 3.
Therefore:
x1+2x+9+193x33. \frac{\sqrt{x-1}+\sqrt{2x+9}+\sqrt{19-3x}}{3} \leq 3.

4. Multiply both sides by 3:
x1+2x+9+193x9. \sqrt{x-1}+\sqrt{2x+9}+\sqrt{19-3x} \leq 9.

5. Check for equality:
Equality holds in the AM-QM inequality if and only if x1=2x+9=193x \sqrt{x-1} = \sqrt{2x+9} = \sqrt{19-3x} . Squaring these equalities, we get:
x1=2x+9=193x. x-1 = 2x+9 = 19-3x.
Solving x1=2x+9 x-1 = 2x+9 :
x1=2x+9    x=10    x=10, x-1 = 2x+9 \implies -x = 10 \implies x = -10,
which is not in the domain 1x193 1 \leq x \leq \frac{19}{3} .

Solving 2x+9=193x 2x+9 = 19-3x :
2x+9=193x    5x=10    x=2, 2x+9 = 19-3x \implies 5x = 10 \implies x = 2,
which is in the domain. However, substituting x=2 x = 2 into the original expressions:
21=1,2(2)+9=13,193(2)=13, \sqrt{2-1} = 1, \quad \sqrt{2(2)+9} = \sqrt{13}, \quad \sqrt{19-3(2)} = \sqrt{13},
we see that 1+13+13=1+213 1 + \sqrt{13} + \sqrt{13} = 1 + 2\sqrt{13} , which is not equal to 9. Therefore, equality cannot hold.

6. Conclusion:
Since equality cannot hold, we have:
x1+2x+9+193x<9. \sqrt{x-1}+\sqrt{2x+9}+\sqrt{19-3x} < 9.

The final answer is x1+2x+9+193x<9 \boxed{ \sqrt{x-1}+\sqrt{2x+9}+\sqrt{19-3x} < 9 } .

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.