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>. | ||
+ | |||
+ | == Solution 2 (No calculus) == | ||
+ | with out the loss of generality one can let <math>z</math> lie on the positive x axis and since <math>arg(\theta)</math> is a measure of the angle if <math>z=10</math> then <math>arg(\dfrac{w-z}{z})=arg(w-z)</math> and we can see that the question is equivelent to having a triangle <math>OAB</math> with sides <math>OA =10</math> <math>AB=1</math> and <math>OB=t</math> and trying to maximize the angle <math>BOA</math> | ||
<asy> | <asy> | ||
pair O = (0,0); | pair O = (0,0); | ||
− | pair A = ( | + | pair A = (100,0); |
− | pair B = ( | + | pair B = (80,30); |
pair D = (sqrt(850),sqrt(850)); | pair D = (sqrt(850),sqrt(850)); | ||
draw(A--B--O--cycle); | draw(A--B--O--cycle); | ||
dotfactor = 3; | dotfactor = 3; | ||
− | dot("$A$",A,dir( | + | dot("$A$",A,dir(45)); |
− | dot("$B$",B,dir( | + | dot("$B$",B,dir(45)); |
− | dot("$ | + | dot("$O$",O,dir(135)); |
− | dot("$ | + | dot("$ \theta$",O,dir(30)); |
− | + | ||
− | + | label("$1$", ( A--B )); | |
− | + | label("$10$",(O--A)); | |
− | + | label("$t$",(O--B)); | |
− | + | </asy> | |
− | + | ||
− | + | using the law of cosines we get: | |
− | + | <math>1^2=10^2+t^2-t*10*2\cos\theta</math> | |
− | + | rearranging: | |
− | + | <cmath>20t\cos\theta=t^2+99</cmath> | |
− | + | solving for <math>\cos\theta</math> we get: | |
− | + | ||
− | + | <cmath>\frac{99}{20t}+\frac{t}{20}=\cos\theta</cmath> | |
− | + | if we want to maximize <math>\theta</math> we need to minimize <math>\cos\theta</math> | |
− | + | , using AM-GM inequality we get that the minimum value for <math>\cos\theta= 2(\sqrt{\dfrac{99}{20t}\dfrac{t^2}{20t}})=2\sqrt{\dfrac{99}{400}}=\dfrac{\sqrt{99}}{10}</math> | |
− | + | hence using the identity <math>\tan^2\theta=\sec^2\theta-1</math> | |
+ | we get <math>\tan^2\theta=\frac{1}{99}</math>and our answer is <math>1 + 99 = \boxed{100}</math>. | ||
== 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 20:01, 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 .
Solution 2 (No calculus)
with out the loss of generality one can let lie on the positive x axis and since is a measure of the angle if then and we can see that the question is equivelent to having a triangle with sides and and trying to maximize the angle
using the law of cosines we get: rearranging: solving for we get:
if we want to maximize we need to minimize , using AM-GM inequality we get that the minimum value for hence using the identity we get 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.