Difference between revisions of "2000 USAMO Problems/Problem 1"
(→Solution) |
Chaotic iak (talk | contribs) m (→Problem) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== Problem == | == Problem == | ||
− | Call a real-valued function <math>f</math> ''very convex'' if | + | Call a real-valued [[function]] <math>f</math> ''very convex'' if |
<cmath>\frac {f(x) + f(y)}{2} \ge f\left(\frac {x + y}{2}\right) + |x - y|</cmath> | <cmath>\frac {f(x) + f(y)}{2} \ge f\left(\frac {x + y}{2}\right) + |x - y|</cmath> | ||
− | holds for all real numbers <math>x</math> and <math>y</math>. Prove that no very | + | holds for all real numbers <math>x</math> and <math>y</math>. Prove that no very convex function exists. |
− | == Solution 1 == | + | == Solution == |
+ | === Solution 1 === | ||
Let <math>y \ge x</math>, and substitute <math>a = x, 2b = y-x</math>. Then a function is very convex if <math>\frac{f(a) + f(a+2b)}{2} \ge f(a + b) + 2b</math>, or rearranging, | Let <math>y \ge x</math>, and substitute <math>a = x, 2b = y-x</math>. Then a function is very convex if <math>\frac{f(a) + f(a+2b)}{2} \ge f(a + b) + 2b</math>, or rearranging, | ||
Line 14: | Line 15: | ||
− | == Solution 2 == | + | === Solution 2 === |
Suppose, for the sake of contradiction, that there exists a very convex function <math>f.</math> Notice that <math>f(x)</math> is convex if and only if <math>f(x) + C</math> is convex, where <math>C</math> is a constant. Thus, we may set <math>f(0) = 0</math> for convenience. | Suppose, for the sake of contradiction, that there exists a very convex function <math>f.</math> Notice that <math>f(x)</math> is convex if and only if <math>f(x) + C</math> is convex, where <math>C</math> is a constant. Thus, we may set <math>f(0) = 0</math> for convenience. | ||
Suppose that <math>f(1) = A</math> and <math>f(-1) = B.</math> By the very convex condition, | Suppose that <math>f(1) = A</math> and <math>f(-1) = B.</math> By the very convex condition, | ||
− | < | + | <cmath>\frac{f(0) + f\left(2^{-n}\right)}{2} \ge f\left(2^{-(n+1)}\right) + \frac{1}{2^n}.</cmath> |
A straightforward induction shows that: | A straightforward induction shows that: | ||
− | < | + | <cmath>f\left(2^{-n}\right) \le \frac{A - 2n}{2^n}</cmath> |
− | for all nonnegative integers < | + | for all nonnegative integers <math>n.</math> |
Using a similar line of reasoning as above, | Using a similar line of reasoning as above, | ||
<cmath>f\left(-2^{-n}\right) \le \frac{B - 2n}{2^n}.</cmath> | <cmath>f\left(-2^{-n}\right) \le \frac{B - 2n}{2^n}.</cmath> | ||
− | Therefore, for every nonnegative integer < | + | Therefore, for every nonnegative integer <math>n,</math> |
<cmath>f\left(2^{-n}\right) + f\left(-2^{-n}\right) \le \frac{A+B-4n}{2^n}.</cmath> | <cmath>f\left(2^{-n}\right) + f\left(-2^{-n}\right) \le \frac{A+B-4n}{2^n}.</cmath> | ||
− | Now, we choose < | + | Now, we choose <math>n</math> large enough such that <math>n > \frac{A+B}{4} - 1.</math> This is always possible because <math>A</math> and <math>B</math> are fixed for any particular function <math>f.</math> It follows that: |
<cmath>f\left(2^{-n}\right) + f\left(-2^{-n}\right) < \frac{1}{2^{n-2}}.</cmath> | <cmath>f\left(2^{-n}\right) + f\left(-2^{-n}\right) < \frac{1}{2^{n-2}}.</cmath> | ||
However, by the very convex condition, | However, by the very convex condition, | ||
<cmath>f\left(2^{-n}\right) + f\left(-2^{-n}\right) \ge \frac{1}{2^{n-2}}.</cmath> | <cmath>f\left(2^{-n}\right) + f\left(-2^{-n}\right) \ge \frac{1}{2^{n-2}}.</cmath> | ||
− | This is a contradiction. It follows that | + | This is a contradiction. It follows that no very convex function exists. |
== See Also == | == See Also == | ||
Line 36: | Line 37: | ||
[[Category:Olympiad Algebra Problems]] | [[Category:Olympiad Algebra Problems]] | ||
+ | [[Category:Functional Equation Problems]] | ||
{{MAA Notice}} | {{MAA Notice}} |
Latest revision as of 23:45, 8 July 2017
Problem
Call a real-valued function very convex if
holds for all real numbers and . Prove that no very convex function exists.
Solution
Solution 1
Let , and substitute . Then a function is very convex if , or rearranging,
Let , which is the slope of the secant between . Let be arbitrarily small; then it follows that , . Summing these inequalities yields . As (but , so is still arbitrarily small), we have . This implies that in the vicinity of any , the function becomes vertical, which contradicts the definition of a function. Hence no very convex function exists.
Solution 2
Suppose, for the sake of contradiction, that there exists a very convex function Notice that is convex if and only if is convex, where is a constant. Thus, we may set for convenience.
Suppose that and By the very convex condition, A straightforward induction shows that: for all nonnegative integers Using a similar line of reasoning as above, Therefore, for every nonnegative integer Now, we choose large enough such that This is always possible because and are fixed for any particular function It follows that: However, by the very convex condition, This is a contradiction. It follows that no very convex function exists.
See Also
2000 USAMO (Problems • Resources) | ||
Preceded by First Question |
Followed by Problem 2 | |
1 • 2 • 3 • 4 • 5 • 6 | ||
All USAMO Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.