Difference between revisions of "2016 AIME I Problems/Problem 9"
(Fixed square root) |
(→Note: +diagram) |
||
Line 27: | Line 27: | ||
It has been noted that this answer won't actually work. Let angle <math>QAB = m</math> and angle <math>CAS = n</math> as in Solution 1. Since we know (through that solution) that <math>m = n</math>, we can call them each <math>\theta</math>. The height of the rectangle is <math>AS = 31\cos\theta</math>, and the distance <math>BQ = 40\sin\theta</math>. We know that, if the triangle is to be inscribed in a rectangle, <math>AS \geq BQ</math>. | It has been noted that this answer won't actually work. Let angle <math>QAB = m</math> and angle <math>CAS = n</math> as in Solution 1. Since we know (through that solution) that <math>m = n</math>, we can call them each <math>\theta</math>. The height of the rectangle is <math>AS = 31\cos\theta</math>, and the distance <math>BQ = 40\sin\theta</math>. We know that, if the triangle is to be inscribed in a rectangle, <math>AS \geq BQ</math>. | ||
− | < | + | <cmath>AS \geq BQ</cmath> |
− | < | + | <cmath>31\cos\theta \geq 40\sin\theta</cmath> |
− | < | + | <cmath>\frac{31}{40} \geq \tan\theta</cmath> |
However, <math>\tan\theta = \tan(\frac{90-A}{2}) = \frac{\sin(90-A)}{\cos(90-A)+1} = \frac{\cos A}{\sin A + 1} = \frac{\frac{2\sqrt6}{5}}{\frac{6}{5}} = \frac{\sqrt6}{3} > \frac{31}{40}</math>, so the triangle does not actually fit in the rectangle: specifically, B is above R and thus in the line containing segment QR but not on the actual segment or in the rectangle. | However, <math>\tan\theta = \tan(\frac{90-A}{2}) = \frac{\sin(90-A)}{\cos(90-A)+1} = \frac{\cos A}{\sin A + 1} = \frac{\frac{2\sqrt6}{5}}{\frac{6}{5}} = \frac{\sqrt6}{3} > \frac{31}{40}</math>, so the triangle does not actually fit in the rectangle: specifically, B is above R and thus in the line containing segment QR but not on the actual segment or in the rectangle. | ||
+ | |||
+ | <asy> | ||
+ | size(200); | ||
+ | pair A,B,C,Q,R,S; | ||
+ | real r = (pi/2 - asin(1/5))/2; | ||
+ | A = (0,0); | ||
+ | B = 40*dir(r*180/pi); | ||
+ | C = 31*dir(90-r*180/pi); | ||
+ | draw(A--B--C--cycle); | ||
+ | Q = (40*cos(r),0); | ||
+ | R = (40*cos(r),31*cos(r)); | ||
+ | S = (0, 31*cos(r)); | ||
+ | draw(A--Q--R--S--cycle); | ||
+ | |||
+ | label("$A$",A,SW); | ||
+ | label("$B$",B,NE); | ||
+ | label("$C$",C,N); | ||
+ | label("$Q$",Q,SE); | ||
+ | label("$R$",R,E); | ||
+ | label("$S$",S,NW); | ||
+ | </asy> | ||
=See Also= | =See Also= | ||
{{AIME box|year=2016|n=I|num-b=8|num-a=10}} | {{AIME box|year=2016|n=I|num-b=8|num-a=10}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Revision as of 13:18, 6 March 2016
Contents
Problem
Triangle has and . This triangle is inscribed in rectangle with on and on . Find the maximum possible area of .
Solution
Solution 1
Note that if angle is obtuse, it would be impossible for the triangle to inscribed in a rectangle. This can easily be shown by drawing triangle ABC, where is obtuse. Therefore, angle A is acute. Let angle and angle . Then, and . Then the area of rectangle is . By product-to-sum, . Since . The maximum possible value of is 1, which occurs when . Thus the maximum possible value of is so the maximum possible area of is . -AkashD
Solution 2
As above, we note that angle must be acute. Therefore, let be the origin, and suppose that is on the positive axis and is on the positive axis. We approach this using complex numbers. Let , and let be a complex number with , and . Then we represent by and by . The coordinates of and depend on the real part of and the imaginary part of . Thus We can expand this, using the fact that , finding Now as , we know that . Also, , so the maximum possible imaginary part of is . This is clearly achievable under our conditions on . Therefore, the maximum possible area of is .
Solution 3 (With Calculus)
Let be the angle . The height of the rectangle then can be expressed as , and the length of the rectangle can be expressed as . The area of the rectangle can then be written as a function of , . For now, we will ignore the and focus on the function .
Taking the derivative, . Setting this equal to , we get . Since we know that , the solution is extraneous. Thus, we get that .
Plugging this value into the original area equation, . Using a product-to-sum formula, we get that: .
Note
It has been noted that this answer won't actually work. Let angle and angle as in Solution 1. Since we know (through that solution) that , we can call them each . The height of the rectangle is , and the distance . We know that, if the triangle is to be inscribed in a rectangle, .
However, , so the triangle does not actually fit in the rectangle: specifically, B is above R and thus in the line containing segment QR but not on the actual segment or in the rectangle.
See Also
2016 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 8 |
Followed by Problem 10 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.