返回题库

AIME 2002 I · 第 12 题

AIME 2002 I — Problem 12

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let F(z)=z+iziF(z)=\dfrac{z+i}{z-i} for all complex numbers ziz\neq i, and let zn=F(zn1)z_n=F(z_{n-1}) for all positive integers nn. Given that z0=1137+iz_0=\dfrac{1}{137}+i and z2002=a+biz_{2002}=a+bi, where aa and bb are real numbers, find a+ba+b.

解析

Solution

Iterating FF we get:

F(z)=z+iziF(F(z))=z+izi+iz+izii=(z+i)+i(zi)(z+i)i(zi)=z+i+zi+1z+izi1=(z+1)(i+1)(z1)(1i)=(z+1)(i+1)2(z1)(12+12)=(z+1)(2i)(z1)(2)=z+1z1iF(F(F(z)))=z+1z1i+iz+1z1ii=z+1z1+1z+1z11=(z+1)+(z1)(z+1)(z1)=2z2=z.\begin{aligned} F(z) &= \frac{z+i}{z-i}\\ F(F(z)) &= \frac{\frac{z+i}{z-i}+i}{\frac{z+i}{z-i}-i} = \frac{(z+i)+i(z-i)}{(z+i)-i(z-i)}= \frac{z+i+zi+1}{z+i-zi-1}= \frac{(z+1)(i+1)}{(z-1)(1-i)}\\ &= \frac{(z+1)(i+1)^2}{(z-1)(1^2+1^2)}= \frac{(z+1)(2i)}{(z-1)(2)}= \frac{z+1}{z-1}i\\ F(F(F(z))) &= \frac{\frac{z+1}{z-1}i+i}{\frac{z+1}{z-1}i-i} = \frac{\frac{z+1}{z-1}+1}{\frac{z+1}{z-1}-1} = \frac{(z+1)+(z-1)}{(z+1)-(z-1)} = \frac{2z}{2} = z. \end{aligned} From this, it follows that zk+3=zkz_{k+3} = z_k, for all kk. Thus z2002=z3667+1=z1=z0+iz0i=(1137+i)+i(1137+i)i=1137+2i1137=1+274i.z_{2002} = z_{3\cdot 667+1} = z_1 = \frac{z_0+i}{z_0-i} = \frac{(\frac{1}{137}+i)+i}{(\frac{1}{137}+i)-i}= \frac{\frac{1}{137}+2i}{\frac{1}{137}}= 1+274i.

Thus a+b=1+274=275a+b = 1+274 = \boxed{275}.

Solution 2 (Very Risky, only attempt if you have very little time left)

Solving for z1z_{1}, we have 1137+2i1137=1+274i\frac{\frac{1}{137}+2i}{\frac{1}{137}}=1+274i. Notice that when we solve for z2z_{2}, the result is equal to some non-integral real and imaginary part, where the value of a+ba+b for z2z_{2} is not equal to an integer. Because this is an AIME problem, the answer must be an integer, so there is most likely a pattern or cycle that znz_{n} goes through, and because out of the first 3 terms, only one of which has an integral value for a+ba+b, you can guess that the answer is likely 1+274=2751+274=\boxed{275}

~Voidling