返回题库

AIME 2008 II · 第 8 题

AIME 2008 II — Problem 8

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let a=π/2008a = \pi/2008. Find the smallest positive integer nn such that

2[cos(a)sin(a)+cos(4a)sin(2a)+cos(9a)sin(3a)++cos(n2a)sin(na)]2[\cos(a)\sin(a) + \cos(4a)\sin(2a) + \cos(9a)\sin(3a) + \cdots + \cos(n^2a)\sin(na)] is an integer.

解析

Solution

Solution 1

By the product-to-sum identities, we have that 2cosasinb=sin(a+b)sin(ab)2\cos a \sin b = \sin (a+b) - \sin (a-b). Therefore, this reduces to a telescope series:

k=1n2cos(k2a)sin(ka)=k=1n[sin(k(k+1)a)sin((k1)ka)]=sin(0)+sin(2a)sin(2a)+sin(6a)sin((n1)na)+sin(n(n+1)a)=sin(0)+sin(n(n+1)a)=sin(n(n+1)a)\begin{aligned} \sum_{k=1}^{n} 2\cos(k^2a)\sin(ka) &= \sum_{k=1}^{n} [\sin(k(k+1)a) - \sin((k-1)ka)]\\ &= -\sin(0) + \sin(2a)- \sin(2a) + \sin(6a) - \cdots - \sin((n-1)na) + \sin(n(n+1)a)\\ &= -\sin(0) + \sin(n(n+1)a) = \sin(n(n+1)a) \end{aligned} Thus, we need sin(n(n+1)π2008)\sin \left(\frac{n(n+1)\pi}{2008}\right) to be an integer; this can be only {1,0,1}\{-1,0,1\}, which occur when 2n(n+1)20082 \cdot \frac{n(n+1)}{2008} is an integer. Thus 1004=22251n(n+1)251n,n+11004 = 2^2 \cdot 251 | n(n+1) \Longrightarrow 251 | n, n+1. We know that nn cannot be 250250 as 250250 isn't divisible by 44, so 1004 doesn't divide n(n+1)=250251n(n+1) = 250 \cdot 251. Therefore, it is clear that n=251n = \boxed{251} is the smallest such integer.

Solution 2

We proceed with complex trigonometry. We know that for all θ\theta, we have cosθ=12(z+1z)\cos \theta = \dfrac{1}{2} \left( z + \dfrac{1}{z} \right) and sinθ=12i(z1z)\sin \theta = \dfrac{1}{2i} \left( z - \dfrac{1}{z} \right) for some complex number zz on the unit circle. Similarly, we have cosnθ=12(zn+1zn)\cos n \theta = \dfrac{1}{2} \left( z^n + \dfrac{1}{z^n} \right) and sinnθ=12i(zn1zn)\sin n \theta = \dfrac{1}{2i} \left(z^n - \dfrac{1}{z^n} \right). Thus, we have cosn2asinna=14i(zn2+1zn2)(zn1zn)\cos n^2 a \sin n a = \dfrac{1}{4i} \left( z^{n^2} + \dfrac{1}{z^{n^2}} \right) \left( z^{n} - \dfrac{1}{z^n} \right)

=14i(zn2+n1zn2+nzn2n+1zn2n)= \dfrac{1}{4i} \left( z^{n^2 + n} - \dfrac{1}{z^{n^2 + n}} - z^{n^2 - n} + \dfrac{1}{z^{n^2 - n}} \right) =12(12i(zn2+n1zn2+n)12i(zn2n1zn2n))= \dfrac{1}{2} \left( \dfrac{1}{2i} \left(z^{n^2 + n} - \dfrac{1}{z^{n^2 + n}} \right) - \dfrac{1}{2i} \left(z^{n^2 - n} - \dfrac{1}{z^{n^2 - n}} \right) \right) =12(sin((n2+n)a)sin((n2n)a))= \dfrac{1}{2} \left( \sin ((n^2 + n)a) - \sin ((n^2 - n)a) \right) =12(sin(((n+1)2(n+1))a)sin((n2n)a))= \dfrac{1}{2} \left( \sin(((n+1)^2 - (n+1))a) - \sin((n^2 - n)a) \right)

which clearly telescopes! Since the 22 outside the brackets cancels with the 12\dfrac{1}{2} inside, we see that the sum up to nn terms is

sin((222)a)sin((121)a)+sin((333)a)sin((222)a)+sin(((n+1)2(n+1))a)sin((n2n)a)\sin ((2^2 - 2)a) - \sin ((1^2 - 1)a) + \sin ((3^3 - 3)a) - \sin ((2^2 - 2)a) \cdots + \sin (((n+1)^2 - (n+1))a) - \sin ((n^2 - n)a) =sin(((n+1)2(n+1))a)sin(0)= \sin (((n+1)^2 - (n+1))a) - \sin(0) =sin((n2+n)a)0= \sin ((n^2 + n)a) - 0

=sin(n(n+1)π2008)= \sin \left( \dfrac{n(n+1) \pi}{2008} \right).

This expression takes on an integer value iff 2n(n+1)2008=n(n+1)1004\dfrac{2n(n+1)}{2008} = \dfrac{n(n+1)}{1004} is an integer; that is, 1004n(n+1)1004 \mid n(n+1). Clearly, 1004=222511004 = 2^2 \cdot 251, implying that 251n(n+1)251 \mid n(n+1). Since we want the smallest possible value of nn, we see that we must have n,n+1=251{n,n+1} = 251. If n+1=251n=250n+1 = 251 \rightarrow n=250, then we have n(n+1)=250(251)n(n+1) = 250(251), which is clearly not divisible by 10041004. However, if n=251n = 251, then 1004n(n+1)1004 \mid n(n+1), so our answer is 251\boxed{251}.

It should be noted that the product-to-sum rules follow directly from complex trigonometry, so this solution is essentially equivalent to the solution above.