返回题库

AIME 2008 II · 第 9 题

AIME 2008 II — Problem 9

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

A particle is located on the coordinate plane at (5,0)(5,0). Define a move for the particle as a counterclockwise rotation of π/4\pi/4 radians about the origin followed by a translation of 1010 units in the positive xx-direction. Given that the particle's position after 150150 moves is (p,q)(p,q), find the greatest integer less than or equal to p+q|p| + |q|.

解析

Solutions

Solution 1

Let P(x,y)P(x, y) be the position of the particle on the xyxy-plane, rr be the length OPOP where OO is the origin, and θ\theta be the inclination of OP to the x-axis. If (x,y)(x', y') is the position of the particle after a move from PP, then we have two equations for xx' and yy':

x=rcos(π/4+θ)+10=2(xy)2+10x'=r\cos(\pi/4+\theta)+10 = \frac{\sqrt{2}(x - y)}{2} + 10 y=rsin(π/4+θ)=2(x+y)2.y' = r\sin(\pi/4+\theta) = \frac{\sqrt{2}(x + y)}{2}. Let (xn,yn)(x_n, y_n) be the position of the particle after the nth move, where x0=5x_0 = 5 and y0=0y_0 = 0. Then xn+1+yn+1=2xn+10x_{n+1} + y_{n+1} = \sqrt{2}x_n+10, xn+1yn+1=2yn+10x_{n+1} - y_{n+1} = -\sqrt{2}y_n+10. This implies xn+2=yn+52+10x_{n+2} = -y_n + 5\sqrt{2}+ 10, yn+2=xn+52y_{n+2}=x_n + 5\sqrt{2}. Substituting x0=5x_0 = 5 and y0=0y_0 = 0, we have x8=5x_8 = 5 and y8=0y_8 = 0 again for the first time. Thus, p=x150=x6=52p = x_{150} = x_6 = -5\sqrt{2} and q=y150=y6=5+52q = y_{150} = y_6 = 5 + 5\sqrt{2}. Hence, the final answer is

52+5(2+1)19.10195\sqrt {2} + 5(\sqrt {2} + 1) \approx 19.1 \Longrightarrow \boxed{019}

If you're curious, the points do eventually form an octagon and repeat. Seems counterintuitive, but believe it or not, it happens.

https://www.desmos.com/calculator/febtiheosz

Solution 2

Let the particle's position be represented by a complex number. Recall that multiplying a number by cis(θ)\left( \theta \right) rotates the object in the complex plane by θ\theta counterclockwise. In this case, we use a=cis(π4)a = cis(\frac{\pi}{4}). Therefore, applying the rotation and shifting the coordinates by 10 in the positive x direction in the complex plane results to

a150=(((5a+10)a+10)a+10)=5a150+10a149+10a148++10a_{150} = (((5a + 10)a + 10)a + 10 \ldots) = 5a^{150} + 10 a^{149} + 10a^{148}+ \ldots + 10

where a is cis(θ)\left( \theta \right). By De-Moivre's theorem, (cis(θ)n)\left(cis( \theta \right)^n )=cis(nθ)\left(n \theta \right). Therefore,

10(a150++1)=10(1+a++a6)=10(a7)=10(22i22)10(a^{150} + \ldots + 1)= 10(1 + a + \ldots + a^6) = - 10(a^7) = - 10(\frac{ \sqrt {2} }{2} - \frac{i\sqrt {2}} {2})

Furthermore, 5a150=5i5a^{150} = - 5i. Thus, the final answer is

52+5(2+1)19.10195\sqrt {2} + 5(\sqrt {2} + 1) \approx 19.1 \Longrightarrow \boxed{019}

Solution 3

As before, consider zz as a complex number. Consider the transformation z(zω)eiθ+ωz \to (z-\omega)e^{i\theta} + \omega. This is a clockwise rotation of zz by θ\theta radians about the points ω\omega. Let f(z)f(z) denote one move of zz. Then

AIME diagram

Therefore, zz rotates along a circle with center ω=5+(5+52)i\omega = 5+(5+5\sqrt2)i. Since 8π4=2π8 \cdot \frac{\pi}{4} = 2\pi, f9(z)=f(z)    f150(z)=f6(z)    p+q=019f^9(z) = f(z) \implies f^{150}(z) = f^6(z) \implies p+q = \boxed{019}, as desired (the final algebra bash isn't bad).

Solution 4

Let T:(xy)R(π4)(xy)+(100)T:\begin{pmatrix}x\\y\end{pmatrix}\rightarrow R(\frac{\pi}{4})\begin{pmatrix}x\\y\end{pmatrix}+\begin{pmatrix}10\\0\end{pmatrix}. We assume that the rotation matrix R(π4)=RR(\frac{\pi}{4}) = R here. Then we have

T150(50)=R(R(...R(R(50)+(100))+(100)...)+(100))+(100)T^{150}\begin{pmatrix}5\\0\end{pmatrix}=R(R(...R(R\begin{pmatrix}5\\0\end{pmatrix}+\begin{pmatrix}10\\0\end{pmatrix})+\begin{pmatrix}10\\0\end{pmatrix}...)+\begin{pmatrix}10\\0\end{pmatrix})+\begin{pmatrix}10\\0\end{pmatrix}

This simplifies to

R150(50)+(I+R2+R3+...+R149)(100)R^{150}\begin{pmatrix}5\\0\end{pmatrix}+(I+R^2+R^3+...+R^{149})\begin{pmatrix}10\\0\end{pmatrix}

Since R+R7=O,R2+R6=O,R3+R5=O,I+R4=OR+R^{7}=O, R^2+R^6=O, R^3+R^5=O, I+R^4=O, so we have R6(50)+(R6R7)(100)R^6\begin{pmatrix}5\\0\end{pmatrix}+(-R^6-R^7)\begin{pmatrix}10\\0\end{pmatrix}, giving p=52,q=52+5p=-5\sqrt{2}, q=5\sqrt{2}+5. The answer is yet 102+5=019\lfloor10\sqrt{2}+5\rfloor=\boxed{019}.