Difference between revisions of "2015 AIME II Problems/Problem 13"
(Create Page) |
(→Solution) |
||
Line 3: | Line 3: | ||
Define the sequence <math>a_1, a_2, a_3, \ldots</math> by <math>a_n = \sum\limits_{k=1}^n \sin{k}</math>, where <math>k</math> represents radian measure. Find the index of the 100th term for which <math>a_n < 0</math>. | Define the sequence <math>a_1, a_2, a_3, \ldots</math> by <math>a_n = \sum\limits_{k=1}^n \sin{k}</math>, where <math>k</math> represents radian measure. Find the index of the 100th term for which <math>a_n < 0</math>. | ||
− | == | + | If <math>n = 1</math>, <math>a_n = sin(1) > 0</math>. Then if <math>n</math> satisfies <math>a_n < 0</math>, <math>n \ge 2</math>, and |
+ | <cmath>a_n =\cfrac{1}{\sin{1}} \sum_{k=1}^n \sin(k) = \cfrac{1}{\sin{1}} \sum_{k=1}^n\sin(1)\sin(k) = \cfrac{1}{\sin{1}} \sum_{k=1}^n\cos(k - 1) - \cos(k + 1) = \cfrac{1}{\sin(1)} [\cos(0) + \cos(1) - \cos(n) - \cos(n + 1)].</cmath> | ||
+ | Since <math>\sin 1</math> is positive, it does not affect the sign of <math>a_n</math>. Let <math>b_n = \cos(0) + \cos(1) - \cos(n) - \cos(n + 1)</math>. Now since <math>\cos(0) + \cos(1) = 2\cos(\cfrac{1}{2})\cos(\cfrac{1}{2})</math> and <math>\cos(n) + \cos(n + 1) = 2\cos(n + \cfrac{1}{2})\cos(\cfrac{1}{2})</math>, <math>b_n</math> is negative if and only if <math>\cos(\cfrac{1}{2}) < \cos(n + \cfrac{1}{2})</math>, or when <math>n \in [2k\pi - 1, 2k\pi]</math>. Since <math>\pi</math> is irrational, there is always only one integer in the range, so there are values of <math>n</math> such that <math>a_n < 0</math> at <math>2\pi, 4\pi, \cdots</math>. Then the hundredth such value will be when <math>k = 100</math> and <math>n = \lfloor 200\pi \rfloor = \lfloor 6.28318 \rfloor = \boxed{628}</math>. |
Revision as of 22:21, 26 March 2015
Problem
Define the sequence by , where represents radian measure. Find the index of the 100th term for which .
If , . Then if satisfies , , and Since is positive, it does not affect the sign of . Let . Now since and , is negative if and only if , or when . Since is irrational, there is always only one integer in the range, so there are values of such that at . Then the hundredth such value will be when and .