Solution 1
If n=1, an=sin(1)>0. Then if n satisfies an<0, n≥2, and
an=k=1∑nsin(k)=sin11k=1∑nsin(1)sin(k)=2sin11k=1∑ncos(k−1)−cos(k+1)=2sin(1)1[cos(0)+cos(1)−cos(n)−cos(n+1)].
Since 2sin1 is positive, it does not affect the sign of an. Let bn=cos(0)+cos(1)−cos(n)−cos(n+1). Now since cos(0)+cos(1)=2cos(21)cos(21) and cos(n)+cos(n+1)=2cos(n+21)cos(21), bn is negative if and only if cos(21)<cos(n+21), or when n∈[2kπ−1,2kπ]. Since π is irrational, there is always only one integer in the range, so there are values of n such that an<0 at 2π,4π,⋯. Then the hundredth such value will be when k=100 and n=⌊200π⌋=⌊628.318⌋=628.
Clearer Explanation for the End
Notice that we want cos(n+1/2)>cos(1/2).
Notice that the only interval in which this is true, is where −1/2<n+1/2<1/2.
Thus, we need −1Sowehave-1+2\pi k
But we want the 100th solution. Which means n is in between 200π−1<n<200π. So n = 628.
~mathboy282
Solution 2
Notice that an is the imaginary part of ∑k=1neik, by Euler's formula. Using the geometric series formula, we find that this sum is equal to
ei−1ei(n+1)−ei=cos1−1+isin1cos(n+1)−cos1+i(sin(n+1)−sin1)
We multiply the fraction by the conjugate of the denominator so that we can separate out the real and imaginary parts of the above expression. Multiplying, we have
cos21−2cos1+1+sin21(cos1−1)(cos(n+1)−cos1)+(sin1)(sin(n+1)−sin1)+i((sin(n+1)−sin1)(cos1−1)−(sin1)(cos(n+1)−cos1))
We only need to look at the imaginary part, which is
2−2cos1(sin(n+1)cos1−cos(n+1)sin1)−sin1cos1+sin1−sin(n+1)+sin1cos1=2−2cos1sinn−sin(n+1)+sin1
Since cos1<1, 2−2cos1>0, so the denominator is positive. Thus, in order for the whole fraction to be negative, we must have sin(n+1)−sinn>sin1⟹2cos(n+21)sin21>sin1⟹cos(n+21)>2sin21sin1=cos(21), by sum to product. This only holds when n is between 2πk−1 and 2πk for integer k [continuity proof here], and since this has exactly one integer solution for every such interval, the 100th such n is ⌊200π⌋=628.
Solution 3
Similar to solution 2, we set a complex number z=cos1+isin1. We start from z instead of 1 because k starts from 1: be careful.
The sum of z+z2+z3+z4+z5⋯=1−zz−zn+1=z−1z(zn−1).
We are trying to make n so that the imaginary part of this expression is negative.
The argument of z is 1. The argument of z−1, however, is a little more tricky. z−1 is on a circle centered on (−1,0) with radius 1. The change in angle due to z is 1 with respect to the center, but the angle that z−1 makes with the y-axis is half the change, due to Circle Theorems (this intercepted arc is the argument of z), because the y- axis is tangent to the circle at the origin. So arg(z−1)=2π+1. Dividing z by z−1 subtracts the latter argument from the former, so the angle of the quotient with the x-axis is 21−π.
We want the argument of the whole expression −π<θ<0. This translates into 2−π−1<arg(zn−1)<2π−1. zn−1 also consists of points on the circle centered at (−1,0), so we deal with this argument similarly: the argument of zn is twice the angle zn−1 makes with the y-axis. Since zn−1 is always negative, 2−3π<arg(zn−1)<2−π, and the left bound is the only one that is important. Either way, the line (the line consists of both bounds) makes a 2π−2π−1=2−1 angle with the y-axis both ways.
So the argument of zn must be in the bound −1<θ<0 by doubling, namely the last zn negative before another rotation. Since there is always one zn in this category per rotation because π is irrational, n100≡z628 and the answer is 628.
Solution 4
By the product-to-sum formula,
sin21sink=21[cos(k−21)−cos(k+21)].
Thus, we can make the sum in the problem telescope: \begin{align*} a_n &= \sum_{k = 1}^n \sin k \\ &= \sum_{k = 1}^n \frac{\sin \frac{1}{2} \sin k}{\sin \frac{1}{2}} \\ &= \sum_{k = 1}^n \frac{\cos (k - \frac{1}{2}) - \cos (k + \frac{1}{2})}{2 \sin \frac{1}{2}} \\ &= \frac{(\cos \frac{1}{2} - \cos \frac{3}{2}) + (\cos \frac{3}{2} - \cos \frac{5}{2}) + \dots + (\cos \frac{2n - 1}{2} - \cos \frac{2n + 1}{2})}{2 \sin \frac{1}{2}} \\ &= \frac{\cos \frac{1}{2} - \cos \frac{2n + 1}{2}}{2 \sin \frac{1}{2}}. \end{align*}Then an<0 when cos21<cos22n+1. This occurs if and only if
2πk−21<22n+1<2πk+21
for some integer k. Equivalently,
2πk−1<n<2πk.
In other words, n=⌊2πk⌋. The 100th index of this form is then ⌊2π⋅100⌋=628.
Video Solution
https://youtu.be/b1-cUUPjYNk
~MathProblemSolvingSkills