Difference between revisions of "2013 AMC 12B Problems/Problem 17"
(→See also) |
m (→Solution 1) |
||
(21 intermediate revisions by 12 users not shown) | |||
Line 11: | Line 11: | ||
<math> \text{(A) }2\qquad \text{ (B) }\frac{10}{3}\qquad \text{ (C) }4 \qquad \text{ (D) }\frac{16}{3}\qquad \text{ (E) }\frac{20}{3} </math> | <math> \text{(A) }2\qquad \text{ (B) }\frac{10}{3}\qquad \text{ (C) }4 \qquad \text{ (D) }\frac{16}{3}\qquad \text{ (E) }\frac{20}{3} </math> | ||
− | ==Solution== | + | ==Solution 1== |
− | <math>a+b= 2-c</math>. Now, by Cauchy-Schwarz, we have that <math>(a^2+b^2) \ge \frac{(2-c)^2}{2}</math>. Therefore, we have that <math>\frac{(2-c)^2}{2}+c^2 \le 12</math>. We then find the roots of <math>c</math> that satisfy equality and find the difference of the roots. This gives the answer, <math>\boxed{\textbf{(D)} \ \frac{16}{3}}</math>. | + | Note that <math>a+b= 2-c</math>. Now, by [[Cauchy-Schwarz]], we have that <math>(a^2+b^2) \ge \frac{(2-c)^2}{2}</math>. Therefore, we have that <math>\frac{(2-c)^2}{2}+c^2 \le 12</math>. We then find the roots of <math>c</math> that satisfy equality and find the difference of the roots. This gives the answer, <math>\boxed{\textbf{(D)} \ \frac{16}{3}}</math>. |
+ | |||
+ | Note: We arrived at <math>(a^2+b^2) \ge \frac{(2-c)^2}{2}</math> as we consider the two sets of numbers <math>(a,b)</math> and <math>(1,1)</math>. From [[Cauchy-Schwarz]], we have that <math>(a^2+b^2)(1^2+1^2) \ge (2\cdot 1 -c\cdot 1)^2</math>. <math>a+b = 2-c</math> which is how we got the second part of the inequality. | ||
+ | |||
+ | ~minor edit by [[User:Yiyj1|Yiyj1]] | ||
+ | |||
+ | ==Solution 2== | ||
+ | This is similar to the first solution but is far more intuitive. From the given, we have <cmath> a + b = 2 - c</cmath> <cmath>a^2 + b^2 = 12 - c^2 </cmath> This immediately suggests use of the Cauchy-Schwarz inequality. By Cauchy, we have <cmath> 2\,(a^2 + b^2) \geq (a + b)^2</cmath> Substitution of the above results and some algebra yields <cmath> 3c^2 - 4c - 20 \leq 0 </cmath> This quadratic inequality is easily solved, and it is seen that equality holds for <math>c = -2</math> and <math>c = \frac{10}{3}</math>. | ||
+ | |||
+ | The difference between these two values is <math>\boxed{\textbf{(D)} \ \frac{16}{3}}</math>. | ||
+ | |||
+ | ==Solution 3 (no [[Cauchy-Schwarz]])== | ||
+ | |||
+ | |||
+ | From the first equation, we know that <math>c=2-a-b</math>. We substitute this into the second equation to find that | ||
+ | <cmath>a^2+b^2+(2-a-b)^2=12.</cmath> | ||
+ | This simplifies to <math>2a^2+2b^2-4a-4b+2ab=8</math>, which we can write as the quadratic <math>a^2+(b-2)a+(b^2-2b-4)=0</math>. We wish to find real values for <math>a</math> and <math>b</math> that satisfy this equation. Therefore, the discriminant is nonnegative. Hence, | ||
+ | <cmath>(b-2)^2-4(b^2-2b-4)\ge0,</cmath> | ||
+ | or <math>-3b^2+4b+20\ge 0</math>. This factors as <math>-(3b-10)(b+2)\ge 0</math>. Therefore, <math>-2\le b\le \frac{10}{3}</math>, and by symmetry this must be true for <math>a</math> and <math>c</math> as well. | ||
+ | |||
+ | Now <math>a=b=2</math> and <math>c=-2</math> satisfy both equations, so we see that <math>c=-2</math> must be the minimum possible value of <math>c</math>. Also, <math>c=\frac{10}{3}</math> and <math>a=b=-\frac{2}{3}</math> satisfy both equations, so we see that <math>c=\frac{10}{3}</math> is the maximum possible value of <math>c</math>. The difference between these is <math>\frac{10}{3}-(-2)=\frac{16}{3}</math>, or <math>\boxed{\textbf{(D)}}</math>. | ||
+ | |||
+ | ==Solution 4 (geometrical approach)== | ||
+ | |||
+ | From the given, we have <math> a + b = 2 - c</math> and <math>a^2 + b^2 = 12 - c^2 </math>. The first equation is a line with x and y intercepts of <math>2-c</math> and the second equation is a circle centered at the origin with radius <math>\sqrt{12-c^2}</math>. Intuitively, if we want to find the minimum / maximum <math>c</math> such that there still exist real solutions, the two graphs of the equations should be tangent. | ||
+ | |||
+ | Thus, we have that <math>\sqrt{2} \cdot \sqrt{12-c^2} = 2-c</math>, which simplifies to <math>3c^2-4c-20=0</math>. Solving the quadratic, we get that the values of <math>c</math> for which the two graphs are tangent are <math>c=-2</math> and <math>c=\frac{10}{3}</math>. Thus, our answer is <math>\boxed{\frac{16}{3}}</math>. | ||
+ | |||
+ | ==Solution 5== | ||
+ | Draw the sphere and the plane represented by the two equations in Cartesian space, with the <math>z</math>-axis representing <math>c</math>. The intersection between the sphere and plane is a circle. We wish to find the point on the circle where <math>z</math> is minimized and the point where <math>z</math> is maximized. | ||
+ | Looking at the graph, it is clear by symmetry that <math>x = y</math> when <math>z</math> is maximized or minimized. Thus, we can set <math>a = b</math>. This gives us the following system of equations: | ||
+ | |||
+ | <math>2a + c = 2</math> | ||
+ | |||
+ | <math>2a^2 + c^2 = 12</math> | ||
+ | |||
+ | Solving gives <math>c = \frac{10}{3}, -2</math>, which are the maximum and minimum values of <math>c</math> respectively. The answer follows from here. | ||
+ | |||
+ | ==Solution 6== | ||
+ | We can consider <math>a</math>, <math>b</math>, and <math>c</math> to be solutions to a cubic equation. Then, given our information, we have <math>a+b+c=2</math> and <math>ab+ac+bc=-4</math>, so our cubic equation looks like this: <math>x^3-2x^2-4x+m</math> where <math>m</math> can be any real number. | ||
+ | |||
+ | Since this cubic has <math>3</math> real solutions, it must have both a maximum and a minimum (noticed by looking at the graph). Then the greatest solution is maximized when the other two solutions are the same and is minimized when the other two solutions are the same. | ||
+ | |||
+ | Thus, equating <math>a</math> and <math>b</math>, we have <cmath>2a+c=2</cmath>and<cmath>2a^2+c^2=12</cmath>Solving this, we get the quadratic <cmath>3c^2-4c+4=24 \Rightarrow c=\frac{10}{3}, -2</cmath>implying the answer. | ||
+ | |||
+ | ==Solution 7== | ||
+ | Subtracting <math>c</math> from the first equation yields <math>a+b=2-c</math>. Subtracting <math>c^2</math> from the second equation yields <math>a^2+b^2=12-c^2</math>. Thus we have the equations | ||
+ | <cmath>\begin{cases} | ||
+ | a+b=2-c\\ | ||
+ | a^2+b^2=12-c^2\\ | ||
+ | \end{cases}</cmath> | ||
+ | Squaring the first equation yields <cmath>a^2+2ab+b^2=4-4c+c^2</cmath> Subtracting the second equation from this one yields <cmath>2ab=2c^2-4c-8</cmath> <cmath>\iff ab=c^2-2c-4</cmath> Thus we have the system of equations | ||
+ | <cmath>\begin{cases} | ||
+ | a+b=2-c\\ | ||
+ | ab=c^2-2c-4\\ | ||
+ | \end{cases}</cmath> | ||
+ | We can reverse [[Vieta's Formulas]], to get that <math>a</math> and <math>b</math> are roots of the quadratic equation(in <math>x</math>) <cmath>x^2-(2-c)x+(c^2-2c-4).</cmath> Because we have <math>a, b\in \mathbb{R}</math>, we have that the discriminant of this quadratic equation must be nonnegative. The discriminant is <cmath>(2-c)^2-4(c^2-2c-4)=-3c^2+4c+20,</cmath> and it can be factored as <math>-3(c+2)(c-\frac{10}{2})</math>. Since we have <math>-3(c+2)(c-\frac{10}{2})\geq 0</math>, we must have <math>(c+2)(c-\frac{10}{2})\leq 0</math>. If <math>c<-2</math>, then we have that <math>(c+2)(c-\frac{10}{2})>0</math>. If <math>c=-2</math>, then <math>(c+2)(c-\frac{10}{2})=0</math>. If <math>c\in (-2, \frac{10}{3})</math>, then <math>(c+2)(c-\frac{10}{2})<0</math>. If <math>c=\frac{10}{3}</math>, then <math>(c+2)(c-\frac{10}{2})=0</math>. If <math>c>\frac{10}{3}</math>, then <math>(c+2)(c-\frac{10}{2})>0</math>. Thus our inequality holds if and only if <math>c\in \left [-2, \frac{10}{3}\right]</math>, and the maxmimum value is <math>\frac{10}{3}</math>, whilst the minimum value is <math>-2</math>. Thus the difference between the maximum and minimum values is <math>\frac{10}{3}-(-2)=\boxed{\textbf{(D)} \frac{16}{3}}</math> | ||
+ | |||
+ | -vsamc | ||
== See also == | == See also == |
Latest revision as of 01:37, 26 September 2024
Contents
Problem
Let and be real numbers such that
What is the difference between the maximum and minimum possible values of ?
Solution 1
Note that . Now, by Cauchy-Schwarz, we have that . Therefore, we have that . We then find the roots of that satisfy equality and find the difference of the roots. This gives the answer, .
Note: We arrived at as we consider the two sets of numbers and . From Cauchy-Schwarz, we have that . which is how we got the second part of the inequality.
~minor edit by Yiyj1
Solution 2
This is similar to the first solution but is far more intuitive. From the given, we have This immediately suggests use of the Cauchy-Schwarz inequality. By Cauchy, we have Substitution of the above results and some algebra yields This quadratic inequality is easily solved, and it is seen that equality holds for and .
The difference between these two values is .
Solution 3 (no Cauchy-Schwarz)
From the first equation, we know that . We substitute this into the second equation to find that This simplifies to , which we can write as the quadratic . We wish to find real values for and that satisfy this equation. Therefore, the discriminant is nonnegative. Hence, or . This factors as . Therefore, , and by symmetry this must be true for and as well.
Now and satisfy both equations, so we see that must be the minimum possible value of . Also, and satisfy both equations, so we see that is the maximum possible value of . The difference between these is , or .
Solution 4 (geometrical approach)
From the given, we have and . The first equation is a line with x and y intercepts of and the second equation is a circle centered at the origin with radius . Intuitively, if we want to find the minimum / maximum such that there still exist real solutions, the two graphs of the equations should be tangent.
Thus, we have that , which simplifies to . Solving the quadratic, we get that the values of for which the two graphs are tangent are and . Thus, our answer is .
Solution 5
Draw the sphere and the plane represented by the two equations in Cartesian space, with the -axis representing . The intersection between the sphere and plane is a circle. We wish to find the point on the circle where is minimized and the point where is maximized. Looking at the graph, it is clear by symmetry that when is maximized or minimized. Thus, we can set . This gives us the following system of equations:
Solving gives , which are the maximum and minimum values of respectively. The answer follows from here.
Solution 6
We can consider , , and to be solutions to a cubic equation. Then, given our information, we have and , so our cubic equation looks like this: where can be any real number.
Since this cubic has real solutions, it must have both a maximum and a minimum (noticed by looking at the graph). Then the greatest solution is maximized when the other two solutions are the same and is minimized when the other two solutions are the same.
Thus, equating and , we have andSolving this, we get the quadratic implying the answer.
Solution 7
Subtracting from the first equation yields . Subtracting from the second equation yields . Thus we have the equations Squaring the first equation yields Subtracting the second equation from this one yields Thus we have the system of equations We can reverse Vieta's Formulas, to get that and are roots of the quadratic equation(in ) Because we have , we have that the discriminant of this quadratic equation must be nonnegative. The discriminant is and it can be factored as . Since we have , we must have . If , then we have that . If , then . If , then . If , then . If , then . Thus our inequality holds if and only if , and the maxmimum value is , whilst the minimum value is . Thus the difference between the maximum and minimum values is
-vsamc
See also
2013 AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 16 |
Followed by Problem 18 |
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 12 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.