Difference between revisions of "1997 AIME Problems/Problem 11"
m (→Solution 1) |
|||
Line 84: | Line 84: | ||
=== Solution 6 === | === Solution 6 === | ||
− | We write <math>x =\frac{\sum_{n=46}^{89} \sin n^{\circ}}{\sum_{n=1}^{44} \sin n^{\circ}}</math> since <math>\cos x = \sin (90^{\circ}-x).</math> Now we by the sine angle sum we know that <math>\sin (x+45^{\circ}) = \sin 45^{\circ}(\sin x + \cos x).</math> So the expression simplifies to <math>\sin 45^{\circ}\left(\frac{\sum_{n=1}^{44} (\sin n^{\circ}+\cos n^{\circ})}{\sum_{n=1}^{44} \sin n^{\circ}}\right) = \sin 45^{\circ}\left(1+\frac{\sum_{n=1}^{44} \cos n^{\circ}}{\sum_{n=1}^{44} \sin n^{\circ}}\right)=\sin 45^{\circ}(1+x).</math> Therefore we have the equation <math>x = \sin 45^{\circ}(1+x) \implies x = \sqrt{2}+1.</math> Finishing, we have <math>\lfloor 100x \rfloor = \boxed{241}.</math> | + | We write <math>x =\frac{\sum_{n=46}^{89} \sin n^{\circ}}{\sum_{n=1}^{44} \sin n^{\circ}}</math> since <math>\cos x = \sin (90^{\circ}-x).</math> Now we by the sine angle sum we know that <math>\sin (x+45^{\circ}) = \sin 45^{\circ}(\sin x + \cos x).</math> So the expression simplifies to <math>\sin 45^{\circ}\left(\frac{\sum_{n=1}^{44} (\sin n^{\circ}+\cos n^{\circ})}{\sum_{n=1}^{44} \sin n^{\circ}}\right) = \sin 45^{\circ}\left(1+\frac{\sum_{n=1}^{44} \cos n^{\circ}}{\sum_{n=1}^{44} \sin n^{\circ}}\right)=\sin 45^{\circ}(1+x).</math> Therefore we have the equation <math>x = \sin 45^{\circ}(1+x) \implies x = \sqrt{2}+1.</math> Finishing, we have <math>\lfloor 100x \rfloor = \boxed{241}.</math> |
+ | |||
+ | === Solution 7 === | ||
+ | |||
+ | We can pair the terms of the summations as below. | ||
+ | |||
+ | <cmath>\dfrac{(\cos{1} + \cos{44}) + (\cos{2} + \cos{43}) + (\cos{3} + \cos{42}) + \cdots + (\cos{22} + \cos{23})}{(\sin{1} + \sin{44}) + (\sin{2} + \sin{43}) + (\sin{3} + \sin{42}) + \cdots + (\sin{22} + \sin{23})}.</cmath> | ||
+ | |||
+ | From here, we use the cosine and sine subtraction formulas as shown. | ||
+ | |||
+ | \begin{align*} | ||
+ | &\dfrac{(\cos(45-44) + \cos(45-1)) + (\cos(45-43) + \cos(45-2))+ \cdots (\cos(45-23) + \cos(45-22))}{(\sin(45-44) + \sin(45-1)) + (\sin(45-43) + \sin(45-2))+ \cdots (\sin(45-23) + \sin(45-22))} \\ | ||
+ | &= \dfrac{(\cos{45}\cos{44} +\sin{45}\sin{44} + \cos{45}\cos{1} + \sin{45}\sin{1})+ \cdots + (\cos{45}\cos{23} + \sin{45}\sin{23} + \cos{45}\cos{22} + \sin{45}\sin{22})}{(\sin{45}\cos{44}-\cos{45}\sin{44} + \sin{45}\cos{1} - \cos{45}\sin{1}) + \cdots + (\sin{45}\cos{23} -\cos{45}\sin{23} + \sin{45}\cos{22} - \cos{45}\sin{22})} \\ | ||
+ | &= \dfrac{\sqrt{2}/2(\cos{44} + \sin{44} + \cos{1}+\sin{1} +\cos{43} + \sin{43} + \cos{2} + \sin{2} + \cdots + \cos{23} + \sin{23} + \cos{22} + \sin{22})}{\sqrt{2}/2(\cos{44} -\sin{44} +\cos{1} - \sin{1} + \cos{43}-\sin{43} + \cos{2} -\sin{2} +\cdots + \cos{23}-\sin{23} + \cos{22} - \sin{22})} \\ | ||
+ | &=\dfrac{\sum\limits_{n=1}^{44} \cos n^\circ + \sum\limits_{n=1}^{44} \sin n^\circ}{\sum\limits_{n=1}^{44} \cos n^\circ - \sum\limits_{n=1}^{44} \sin n^\circ}. | ||
+ | \end{align*} | ||
+ | |||
+ | Since all of these operations have been performed to ensure equality, we can set the final line of the above mess equal to our original expression. | ||
+ | |||
+ | <cmath>\dfrac{\sum\limits_{n=1}^{44} \cos n^\circ + \sum\limits_{n=1}^{44} \sin n^\circ}{\sum\limits_{n=1}^{44} \cos n^\circ - \sum\limits_{n=1}^{44} \sin n^\circ} = \frac{\sum\limits_{n=1}^{44} \cos n^\circ}{\sum\limits_{n=1}^{44} \sin n^\circ}.</cmath> | ||
+ | |||
+ | For the sake of clarity, let <math>\sum\limits_{n=1}^{44} \cos n^\circ = C</math> and <math>\sum\limits_{n=1}^{44} \sin n^\circ = S</math>. Then, we have | ||
+ | |||
+ | <cmath>\dfrac{C+S}{C-S} = \dfrac{C}{S} \implies CS+S^2 = C^2-CS.</cmath> | ||
+ | |||
+ | Finishing, we have <math>S^2+2CS=C^2</math>. Adding <math>C^2</math> to both sides gives <math>(C+S)^2 = 2C^2</math>, or <math>C+S = \pm C\sqrt{2}</math>. Taking the positive case gives <math>S= C(\sqrt{2}-1)</math>. Finally, | ||
+ | |||
+ | <cmath>x=\frac{\sum\limits_{n=1}^{44} \cos n^\circ}{\sum\limits_{n=1}^{44} \sin n^\circ} = \dfrac{C}{S} = \dfrac{1}{\sqrt{2}-1} = \sqrt{2} +1 \implies \lfloor{100x\rfloor} = \boxed{241}.</cmath> | ||
+ | |||
+ | ~NTfish | ||
+ | |||
== See also == | == See also == | ||
Video Solution by Osman Nal: | Video Solution by Osman Nal: | ||
https://www.youtube.com/watch?v=o6udScV0F_o | https://www.youtube.com/watch?v=o6udScV0F_o | ||
− | {{AIME box|year=1997|num-b=10|num-a=12}} | + | {{AIME box|year=1997|num-b=10|num-a=12}} |
[[Category:Intermediate Trigonometry Problems]] | [[Category:Intermediate Trigonometry Problems]] | ||
{{MAA Notice}} | {{MAA Notice}} |
Revision as of 13:35, 29 March 2024
Problem 11
Let . What is the greatest integer that does not exceed ?
Contents
Solution
Solution 1
Note that by the cofunction identities.(We could have also written it as .)
Now use the sum-product formula We want to pair up , , , etc. from the numerator and , , etc. from the denominator. Then we get:
To calculate this number, use the half angle formula. Since , then our number becomes: in which we drop the negative roots (as it is clear cosine of and are positive). We can easily simplify this:
And hence our answer is .
Solution 2
Using the identity , that summation reduces to
This fraction is equivalent to . Therefore,
Solution 3
A slight variant of the above solution, note that
This is the ratio we are looking for. reduces to , and .
Solution 4
Consider the sum . The fraction is given by the real part divided by the imaginary part.
The sum can be written (by De Moivre's Theorem with geometric series)
(after multiplying by complex conjugate)
Using the tangent half-angle formula, this becomes .
Dividing the two parts and multiplying each part by 4, the fraction is .
Although an exact value for in terms of radicals will be difficult, this is easily known: it is really large!
So treat it as though it were . The fraction is approximated by .
Solution 5
Consider the sum . The fraction is given by the real part divided by the imaginary part.
The sum can be written as . Consider the rhombus on the complex plane such that is the origin, represents , represents and represents . Simple geometry shows that , so the angle that makes with the real axis is simply . So is the sum of collinear complex numbers, so the angle the sum makes with the real axis is . So our answer is .
Note that the can be shown easily through half-angle formula.
Solution 6
We write since Now we by the sine angle sum we know that So the expression simplifies to Therefore we have the equation Finishing, we have
Solution 7
We can pair the terms of the summations as below.
From here, we use the cosine and sine subtraction formulas as shown.
\begin{align*} &\dfrac{(\cos(45-44) + \cos(45-1)) + (\cos(45-43) + \cos(45-2))+ \cdots (\cos(45-23) + \cos(45-22))}{(\sin(45-44) + \sin(45-1)) + (\sin(45-43) + \sin(45-2))+ \cdots (\sin(45-23) + \sin(45-22))} \\ &= \dfrac{(\cos{45}\cos{44} +\sin{45}\sin{44} + \cos{45}\cos{1} + \sin{45}\sin{1})+ \cdots + (\cos{45}\cos{23} + \sin{45}\sin{23} + \cos{45}\cos{22} + \sin{45}\sin{22})}{(\sin{45}\cos{44}-\cos{45}\sin{44} + \sin{45}\cos{1} - \cos{45}\sin{1}) + \cdots + (\sin{45}\cos{23} -\cos{45}\sin{23} + \sin{45}\cos{22} - \cos{45}\sin{22})} \\ &= \dfrac{\sqrt{2}/2(\cos{44} + \sin{44} + \cos{1}+\sin{1} +\cos{43} + \sin{43} + \cos{2} + \sin{2} + \cdots + \cos{23} + \sin{23} + \cos{22} + \sin{22})}{\sqrt{2}/2(\cos{44} -\sin{44} +\cos{1} - \sin{1} + \cos{43}-\sin{43} + \cos{2} -\sin{2} +\cdots + \cos{23}-\sin{23} + \cos{22} - \sin{22})} \\ &=\dfrac{\sum\limits_{n=1}^{44} \cos n^\circ + \sum\limits_{n=1}^{44} \sin n^\circ}{\sum\limits_{n=1}^{44} \cos n^\circ - \sum\limits_{n=1}^{44} \sin n^\circ}. \end{align*}
Since all of these operations have been performed to ensure equality, we can set the final line of the above mess equal to our original expression.
For the sake of clarity, let and . Then, we have
Finishing, we have . Adding to both sides gives , or . Taking the positive case gives . Finally,
~NTfish
See also
Video Solution by Osman Nal: https://www.youtube.com/watch?v=o6udScV0F_o
1997 AIME (Problems • Answer Key • Resources) | ||
Preceded by Problem 10 |
Followed by Problem 12 | |
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.