Difference between revisions of "2022 AMC 10B Problems/Problem 24"
MRENTHUSIASM (talk | contribs) (→Problem) |
MRENTHUSIASM (talk | contribs) |
||
Line 1: | Line 1: | ||
==Problem== | ==Problem== | ||
− | Consider functions <math>f</math> that satisfy < | + | Consider functions <math>f</math> that satisfy <cmath>|f(x)-f(y)|\leq \frac{1}{2}|x-y|</cmath> for all real numbers <math>x</math> and <math>y</math>. Of all such functions that also satisfy the equation <math>f(300) = f(900)</math>, what is the greatest possible value of |
<cmath>f(f(800))-f(f(400))?</cmath> | <cmath>f(f(800))-f(f(400))?</cmath> | ||
<math>\textbf{(A)}\ 25 \qquad\textbf{(B)}\ 50 \qquad\textbf{(C)}\ 100 \qquad\textbf{(D)}\ 150 \qquad\textbf{(E)}\ 200</math> | <math>\textbf{(A)}\ 25 \qquad\textbf{(B)}\ 50 \qquad\textbf{(C)}\ 100 \qquad\textbf{(D)}\ 150 \qquad\textbf{(E)}\ 200</math> | ||
− | ==Solution 1== | + | ==Solution 1 (Absolute Values and Inequalities)== |
+ | By definition, we have | ||
+ | <cmath>\begin{align*} | ||
+ | |f(f(800))-f(f(400))| &\leq \frac12|f(800)-f(400)| \\ | ||
+ | &\leq \frac12\left|\frac12|800-400|\right| \\ | ||
+ | &= 100. | ||
+ | \end{align*}</cmath> | ||
+ | Note that ... | ||
+ | |||
+ | Let ... | ||
+ | |||
+ | We rewrite ... as ... | ||
+ | |||
+ | ~MRENTHUSIASM | ||
+ | |||
+ | ==Solution 2 (Lipschitz Condition)== | ||
Denote <math>f(900)-f(600) = a</math>. | Denote <math>f(900)-f(600) = a</math>. | ||
Line 22: | Line 37: | ||
\] | \] | ||
</cmath> | </cmath> | ||
− | |||
Thus, | Thus, | ||
<cmath> | <cmath> | ||
Line 40: | Line 54: | ||
\end{align*} | \end{align*} | ||
</cmath> | </cmath> | ||
− | |||
Thus, <math>f(800) - f(400)</math> is maximized at <math>a = 0</math>, <math>f(800)-f(600) = 50</math>, <math>f(400)-f(600)=-50</math>, with the maximal value 100. | Thus, <math>f(800) - f(400)</math> is maximized at <math>a = 0</math>, <math>f(800)-f(600) = 50</math>, <math>f(400)-f(600)=-50</math>, with the maximal value 100. | ||
Line 53: | Line 66: | ||
\end{align*} | \end{align*} | ||
</cmath> | </cmath> | ||
− | |||
We have already construct instances in which the second inequality above is augmented to an equality. | We have already construct instances in which the second inequality above is augmented to an equality. | ||
Line 72: | Line 84: | ||
\] | \] | ||
</cmath> | </cmath> | ||
− | |||
Therefore, the maximum value of <math>f(f(800)) - f(f(400))</math> is | Therefore, the maximum value of <math>f(f(800)) - f(f(400))</math> is | ||
− | <math>\boxed{\textbf{(B) 50 | + | <math>\boxed{\textbf{(B)}\ 50}</math>. |
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com) | ~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com) | ||
Line 80: | Line 91: | ||
~Viliciri (LaTeX edits) | ~Viliciri (LaTeX edits) | ||
− | ==Solution | + | ==Solution 3 (Educated Guess)== |
Divide both sides by <math>|x - y|</math> to get <math>\frac{|f(x) - f(y)|}{|x - y|} \leq \frac{1}{2}</math>. This means that when we take any two points on <math>f</math>, the absolute value of the slope between the two points is at most <math>\frac{1}{2}</math>. | Divide both sides by <math>|x - y|</math> to get <math>\frac{|f(x) - f(y)|}{|x - y|} \leq \frac{1}{2}</math>. This means that when we take any two points on <math>f</math>, the absolute value of the slope between the two points is at most <math>\frac{1}{2}</math>. | ||
Line 86: | Line 97: | ||
Let <math>f(300) = f(900) = c</math>, and since we want to find the maximum value of <math>|f(800) - f(400)|</math>, we can take the most extreme case and draw a line with slope <math>\frac{-1}{2}</math> down from <math>f(300)</math> to <math>f(400)</math> and a line with slope <math>\frac{-1}{2}</math> up from <math>f(900)</math> to <math>f(800)</math>. Then <math>f(400) = c - 50</math> and <math>f(800) = c + 50</math>, so <math>|f(800) - f(400)| = |c + 50 - (c - 50)| = 100</math>, and this is attainable because the slope of the line connecting <math>f(400)</math> and <math>f(800)</math> still has absolute value less than <math>\frac{1}{2}</math>. | Let <math>f(300) = f(900) = c</math>, and since we want to find the maximum value of <math>|f(800) - f(400)|</math>, we can take the most extreme case and draw a line with slope <math>\frac{-1}{2}</math> down from <math>f(300)</math> to <math>f(400)</math> and a line with slope <math>\frac{-1}{2}</math> up from <math>f(900)</math> to <math>f(800)</math>. Then <math>f(400) = c - 50</math> and <math>f(800) = c + 50</math>, so <math>|f(800) - f(400)| = |c + 50 - (c - 50)| = 100</math>, and this is attainable because the slope of the line connecting <math>f(400)</math> and <math>f(800)</math> still has absolute value less than <math>\frac{1}{2}</math>. | ||
− | Therefore, <math>|f(f(800)) - f(f(400))| \leq \frac{1}{2}|f(800) - f(400)| = \frac{1}{2}(100) \rightarrow \boxed{\textbf{(B) 50 | + | Therefore, <math>|f(f(800)) - f(f(400))| \leq \frac{1}{2}|f(800) - f(400)| = \frac{1}{2}(100) \rightarrow \boxed{\textbf{(B)}\ 50}</math>. |
==Video Solution== | ==Video Solution== |
Revision as of 06:00, 4 December 2022
Contents
Problem
Consider functions that satisfy for all real numbers and . Of all such functions that also satisfy the equation , what is the greatest possible value of
Solution 1 (Absolute Values and Inequalities)
By definition, we have Note that ...
Let ...
We rewrite ... as ...
~MRENTHUSIASM
Solution 2 (Lipschitz Condition)
Denote . Because , .
Following from the Lipschitz condition given in this problem, and and Thus, Thus, is maximized at , , , with the maximal value 100.
By symmetry, following from an analogous argument, we can show that is minimized at , , , with the minimal value .
Following from the Lipschitz condition, We have already construct instances in which the second inequality above is augmented to an equality.
Now, we construct an instance in which the first inequality above is augmented to an equality.
Consider the following piecewise-linear function: Therefore, the maximum value of is .
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
~Viliciri (LaTeX edits)
Solution 3 (Educated Guess)
Divide both sides by to get . This means that when we take any two points on , the absolute value of the slope between the two points is at most .
Let , and since we want to find the maximum value of , we can take the most extreme case and draw a line with slope down from to and a line with slope up from to . Then and , so , and this is attainable because the slope of the line connecting and still has absolute value less than .
Therefore, .
Video Solution
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
Video Solution by OmegaLearn Using Algebraic Manipulation
~ pi_is_3.14
See Also
2022 AMC 10B (Problems • Answer Key • Resources) | ||
Preceded by Problem 23 |
Followed by Problem 25 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | ||
All AMC 10 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.