返回题库

AIME 2006 I · 第 12 题

AIME 2006 I — Problem 12

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Find the sum of the values of xx such that cos33x+cos35x=8cos34xcos3x\cos^3 3x+ \cos^3 5x = 8 \cos^3 4x \cos^3 x, where xx is measured in degrees and 100<x<200.100< x< 200.

解析

Solution

Observe that 2cos4xcosx=cos5x+cos3x2\cos 4x\cos x = \cos 5x + \cos 3x by the sum-to-product formulas. Defining a=cos3xa = \cos 3x and b=cos5xb = \cos 5x, we have a3+b3=(a+b)3ab(a+b)=0a^3 + b^3 = (a+b)^3 \rightarrow ab(a+b) = 0. But a+b=2cos4xcosxa+b = 2\cos 4x\cos x, so we require cosx=0\cos x = 0, cos3x=0\cos 3x = 0, cos4x=0\cos 4x = 0, or cos5x=0\cos 5x = 0.

Hence we see by careful analysis of the cases that the solution set is A={150,126,162,198,112.5,157.5}A = \{150, 126, 162, 198, 112.5, 157.5\} and thus xAx=906\sum_{x \in A} x = \boxed{906}.

Solution 2 (complex nuke)

Let z=cos(x)+isin(x)z=\cos(x)+i \sin(x). Then, we have that z=1|z|=1, so z=1z\overline{z}=\frac{1}{z}. Thus, 1z=cos(x)isin(x)\frac{1}{z}=\cos(x)-i \sin(x), and we have cos(x)=z+1z2\cos(x)=\frac{z+\frac{1}{z}}{2}. Now, this means we also have

z3=cos(3x)+isin(3x)z3+1z3=2cos(3x)z3+1z32=cos(3x)z^{3}=\cos(3x)+i\sin(3x) \rightarrow z^{3}+\frac{1}{z^{3}} = 2\cos(3x) \rightarrow \frac{z^{3}+\frac{1}{z^{3}}}{2}=\cos(3x) z5+1z52=cos(5x)\frac{z^{5}+\frac{1}{z^{5}}}{2}=\cos(5x) Then, we seek the solutions to

18(z3+1z3)3+18(z5+1z5)3=8164(z+1z)3(z4+1z4)3\frac{1}{8} \cdot \left(z^{3}+\frac{1}{z^{3}}\right)^{3} + \frac{1}{8} \cdot \left(z^{5}+\frac{1}{z^{5}}\right)^{3} = 8 \cdot \frac{1}{64} \cdot \left(z+\frac{1}{z}\right)^{3}\left(z^{4}+\frac{1}{z^{4}}\right)^{3} (z3+1z3)3+(z5+1z5)3=(z3+1z3+z5+1z5)3\rightarrow \left(z^{3}+\frac{1}{z^{3}}\right)^{3}+\left(z^{5}+\frac{1}{z^{5}}\right)^{3}=\left(z^{3}+\frac{1}{z^{3}}+z^{5}+\frac{1}{z^{5}}\right)^{3} Now, if we let a=z3+1z3a=z^{3}+\frac{1}{z^{3}} and we let b=z5+1z5b=z^{5}+\frac{1}{z^{5}}, we actually obtain the equation

a3+b3=(a+b)3ab(a+b)=0a^{3}+b^{3}=(a+b)^{3} \rightarrow ab(a+b)=0 which means we either have

Case 1:z3+1z3=0\textbf{Case 1:} \hspace{3pt} z^{3}+\frac{1}{z^{3}}=0 Case 2:z5+1z5=0\textbf{Case 2:} \hspace{3pt} z^{5}+\frac{1}{z^{5}}=0 Case 3:z3+1z3=z5=1z5\textbf{Case 3:} \hspace{5pt} z^{3}+\frac{1}{z^{3}}=z^{5}=\frac{1}{z^{5}} In Case 1, we have z12=1z^{12}=1 but z61z^{6} \neq 1. Thus, we have that the possibilities for arg[z]\arg[z] are 3030^\circ, 9090^\circ, 150\underline{150}^\circ, 210210^\circ, 270270^\circ, and 330330^\circ.

In Case 2, we have z20=1z^{20}=1 but z101z^{10} \neq 1. Thus, we have that the set of possible zz are 10th roots of unity shifted by 1818^\circ counterclockwise, so we have

arg[z]{18,54,90,126,162,198,,342}\arg[z] \in \{18^\circ, 54^\circ, 90^\circ, \underline{126}^\circ, \underline{162}^\circ, \underline{198}^\circ, \dots, 342^\circ \} so we obtain 33 values. In case 3, we have

z3+1z3=z5+1z5z10+z8+z2+1=0(z8+1)(z2+1)=0z^{3}+\frac{1}{z^{3}}=z^{5}+\frac{1}{z^{5}} \rightarrow z^{10}+z^{8}+z^{2}+1=0 \rightarrow (z^{8}+1)(z^{2}+1)=0 so either z{i,i}z \in \{i, -i\} or zz is a primitive 8th root of unity shifted by 22.522.5^\circ, which gives

arg[z]{22.5,67.5,112.5,157.5,202.5,247.5,292.5,337.5}\arg[z] \in \{22.5^\circ, 67.5^\circ, \underline{112.5}^\circ, \underline{157.5}^\circ, 202.5^\circ, 247.5^\circ, 292.5^\circ, 337.5^\circ \} The sum of all underlined values is 150+126+162+198+112.5+157.5=906150+126+162+198+112.5+157.5=\fbox{906}