|
|
| Line 1: |
Line 1: |
| − | ==Problem==
| |
| − | A sequence <math>(a_1,b_1)</math>, <math>(a_2,b_2)</math>, <math>(a_3,b_3)</math>, <math>\ldots</math> of points in the coordinate plane satisfies
| |
| | | | |
| − | <math>(a_{n + 1}, b_{n + 1}) = (\sqrt {3}a_n - b_n, \sqrt {3}b_n + a_n)</math> for <math>n = 1,2,3,\ldots</math>.
| |
| − |
| |
| − | Suppose that <math>(a_{100},b_{100}) = (2,4)</math>. What is <math>a_1 + b_1</math>?
| |
| − |
| |
| − | <math>\textbf{(A)}\ - \frac {1}{2^{97}} \qquad \textbf{(B)}\ - \frac {1}{2^{99}} \qquad \textbf{(C)}\ 0 \qquad \textbf{(D)}\ \frac {1}{2^{98}} \qquad \textbf{(E)}\ \frac {1}{2^{96}}</math>
| |
| − |
| |
| − | ==Solution==
| |
| − | This sequence can also be expressed using matrix multiplication as follows:
| |
| − |
| |
| − | <math>\left[ \begin{array}{c} a_{n+1} \\ b_{n+1} \end{array} \right] = \left[ \begin{array}{cc} \sqrt{3} & -1 \\ 1 & \sqrt{3} \end{array} \right] \left[ \begin{array}{c} a_{n} \\ b_{n} \end{array} \right] = 2 \left[ \begin{array}{cc} \cos 30^\circ & -\sin 30^\circ \\ \sin 30^\circ & \ \cos 30^\circ \end{array} \right] \left[ \begin{array}{c} a_{n} \\ b_{n} \end{array} \right]</math>.
| |
| − |
| |
| − | Thus, <math>(a_{n+1} , b_{n+1})</math> is formed by rotating <math>(a_n , b_n)</math> counter-clockwise about the origin by <math>30^\circ</math> and dilating the point's position with respect to the origin by a factor of <math>2</math>.
| |
| − |
| |
| − | So, starting with <math>(a_{100},b_{100})</math> and performing the above operations <math>99</math> times in reverse yields <math>(a_1,b_1)</math>.
| |
| − |
| |
| − | Rotating <math>(2,4)</math> clockwise by <math>99 \cdot 30^\circ \equiv 90^\circ</math> yields <math>(4,-2)</math>. A dilation by a factor of <math>\frac{1}{2^{99}}</math> yields the point <math>(a_1,b_1) = \left(\frac{4}{2^{99}}, -\frac{2}{2^{99}} \right) = \left(\frac{1}{2^{97}}, -\frac{1}{2^{98}} \right)</math>.
| |
| − |
| |
| − | Therefore, <math>a_1 + b_1 = \frac{1}{2^{97}} - \frac{1}{2^{98}} = \frac{1}{2^{98}} \Rightarrow D</math>.
| |
| − |
| |
| − | ==See Also==
| |
| − | {{AMC12 box|year=2008|ab=A|num-b=23|num-a=25}}
| |