Difference between revisions of "2014 AIME I Problems/Problem 7"
(→Solution) |
(→Solution) |
||
Line 18: | Line 18: | ||
Thus, we see that the maximum occurs when <math>\mathrm{cos}{x} = \dfrac{1}{10}</math>. Therefore, <math>\mathrm{sin}{x} = \pm\dfrac{\sqrt{99}}{10}</math>, and <math>\mathrm{tan}{\theta} = \pm\dfrac{\sqrt{99}}{99}</math>. Thus, the maximum value of <math>\mathrm{tan^2}{\theta}</math> is <math>\dfrac{99}{99^2}</math>, or <math>\dfrac{1}{99}</math>, and our answer is <math>1 + 99 = \boxed{100}</math>. | Thus, we see that the maximum occurs when <math>\mathrm{cos}{x} = \dfrac{1}{10}</math>. Therefore, <math>\mathrm{sin}{x} = \pm\dfrac{\sqrt{99}}{10}</math>, and <math>\mathrm{tan}{\theta} = \pm\dfrac{\sqrt{99}}{99}</math>. Thus, the maximum value of <math>\mathrm{tan^2}{\theta}</math> is <math>\dfrac{99}{99^2}</math>, or <math>\dfrac{1}{99}</math>, and our answer is <math>1 + 99 = \boxed{100}</math>. | ||
+ | <asy> | ||
+ | pair O = (0,0); | ||
+ | pair A = (50,0); | ||
+ | pair B = (49,sqrt(99)); | ||
+ | pair D = (sqrt(850),sqrt(850)); | ||
+ | draw(A--B--O--cycle); | ||
+ | dotfactor = 3; | ||
+ | dot("$A$",A,dir(135)); | ||
+ | dot("$B$",B,dir(215)); | ||
+ | dot("$C$",C,dir(305)); | ||
+ | dot("$D$",D,dir(45)); | ||
+ | pair H = ((2sqrt(850)-sqrt(306))/6,sqrt(850)); | ||
+ | pair F = ((2sqrt(850)+sqrt(306)+7)/6,0); | ||
+ | dot("$H$",H,dir(90)); | ||
+ | dot("$F$",F,dir(270)); | ||
+ | draw(H--F); | ||
+ | pair E = (0,(sqrt(850)-6)/2); | ||
+ | pair G = (sqrt(850),(sqrt(850)+sqrt(100))/2); | ||
+ | dot("$E$",E,dir(180)); | ||
+ | dot("$G$",G,dir(0)); | ||
+ | draw(E--G); | ||
+ | pair P = extension(H,F,E,G); | ||
+ | dot("$P$",P,dir(60)); | ||
+ | label("$w$", intersectionpoint( A--P, E--H )); | ||
+ | label("$x$", intersectionpoint( B--P, E--F )); | ||
+ | label("$y$", intersectionpoint( C--P, G--F )); | ||
+ | label("$z$", intersectionpoint( D--P, G--H ));</asy> | ||
== See also == | == See also == | ||
{{AIME box|year=2014|n=I|num-b=6|num-a=8}} | {{AIME box|year=2014|n=I|num-b=6|num-a=8}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Revision as of 19:25, 26 March 2014
Problem 7
Let and be complex numbers such that and . Let . The maximum possible value of can be written as , where and are relatively prime positive integers. Find . (Note that , for , denotes the measure of the angle that the ray from to makes with the positive real axis in the complex plane.
Solution
Let and . Then, .
Multiplying both the numerator and denominator of this fraction by gives us:
.
We know that is equal to the imaginary part of the above expression divided by the real part. Let . Then, we have that:
We need to find a maximum of this expression, so we take the derivative:
Thus, we see that the maximum occurs when . Therefore, , and . Thus, the maximum value of is , or , and our answer is .
See also
2014 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 6 |
Followed by Problem 8 | |
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.