Difference between revisions of "2022 AMC 10B Problems/Problem 24"
MRENTHUSIASM (talk | contribs) (→Solution 1 (Absolute Values and Inequalities)) |
m (→Solution 3 (Slopes)) |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 6: | Line 6: | ||
==Solution 1 (Absolute Values and Inequalities)== | ==Solution 1 (Absolute Values and Inequalities)== | ||
− | + | We have | |
<cmath>\begin{align*} | <cmath>\begin{align*} | ||
|f(f(800))-f(f(400))| &\leq \frac12|f(800)-f(400)| &&(\bigstar) \\ | |f(f(800))-f(f(400))| &\leq \frac12|f(800)-f(400)| &&(\bigstar) \\ | ||
Line 15: | Line 15: | ||
Note that | Note that | ||
− | <cmath>\begin{ | + | <cmath>\begin{alignat*}{8} |
− | |f(800)-f(300)|&\leq 250, \\ | + | |f(800)-f(300)| &\leq \frac12|800-300| &&= 250, \\ |
− | |f(800)-f(900)|&\leq 50, \\ | + | |f(800)-f(900)| &\leq \frac12|800-900| &&= 50, \\ |
− | |f(400)-f(300)|&\leq 50, \\ | + | |f(400)-f(300)| &\leq \frac12|400-300| &&= 50, \\ |
− | |f(400)-f(900)|&\leq 250. \\ | + | |f(400)-f(900)| &\leq \frac12|400-900| &&= 250. \\ |
− | \end{ | + | \end{alignat*}</cmath> |
− | Let <math>a=f(300)=f(900).</math> Together, | + | Let <math>a=f(300)=f(900).</math> Together, it follows that |
<cmath>\begin{align*} | <cmath>\begin{align*} | ||
|f(800)-a|&\leq 50, \\ | |f(800)-a|&\leq 50, \\ | ||
Line 106: | Line 106: | ||
~Viliciri (LaTeX edits) | ~Viliciri (LaTeX edits) | ||
− | ==Solution 3 ( | + | ==Solution 3 (Slopes)== |
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>. | ||
− | 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{ | + | 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(800)</math> to <math>f(900)</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) = \boxed{\textbf{(B)}\ 50}</math>. | Therefore, <math>|f(f(800)) - f(f(400))| \leq \frac{1}{2}|f(800) - f(400)| = \frac{1}{2}(100) = \boxed{\textbf{(B)}\ 50}</math>. | ||
+ | |||
+ | ==Solution 4 (Translation)== | ||
+ | |||
+ | Consider <math> g(x) = f(x)-f(300) </math>. Then <math> g(x)</math> satisfies all the conditions and <math> g(300) = g(900) = 0 </math>. We would want <math> g(400)</math> and <math> g(800)</math> as distant from each other as possible. So assign <math> g(400) = -50</math> and <math> g(800) = 50</math>, the possible lower and upper bounds respectively. It follows that one can obtain the upper bound for <math>|g(g(800)) - g(g(400))| = |g(50) - g(-50 )| \leq \frac{1}{2}(100) = \boxed{\textbf{(B)}\ 50}</math> as the answer. | ||
==Video Solution== | ==Video Solution== | ||
Line 124: | Line 128: | ||
~ pi_is_3.14 | ~ pi_is_3.14 | ||
+ | |||
+ | ==Video Solution by Interstigation== | ||
+ | https://youtu.be/n0ZTR6edOBs | ||
+ | |||
+ | ~Interstigation | ||
==See Also== | ==See Also== |
Latest revision as of 18:53, 4 November 2023
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)
We have from which we eliminate answer choices and
Note that Let Together, it follows that 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 (Slopes)
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, .
Solution 4 (Translation)
Consider . Then satisfies all the conditions and . We would want and as distant from each other as possible. So assign and , the possible lower and upper bounds respectively. It follows that one can obtain the upper bound for as the answer.
Video Solution
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
Video Solution by OmegaLearn Using Algebraic Manipulation
~ pi_is_3.14
Video Solution by Interstigation
~Interstigation
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.