返回题库

AIME 1999 · 第 9 题

AIME 1999 — Problem 9

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

A function ff is defined on the complex numbers by f(z)=(a+bi)z,f(z)=(a+bi)z, where aa_{} and bb_{} are positive numbers. This function has the property that the image of each point in the complex plane is equidistant from that point and the origin. Given that a+bi=8|a+bi|=8 and that b2=m/n,b^2=m/n, where mm_{} and nn_{} are relatively prime positive integers, find m+n.m+n.

解析

Solution 1

Suppose we pick an arbitrary point on the complex plane, say (1,1)(1,1). According to the definition of f(z)f(z),

f(1+i)=(a+bi)(1+i)=(ab)+(a+b)i,f(1+i) = (a+bi)(1+i) = (a-b) + (a+b)i, this image must be equidistant to (1,1)(1,1) and (0,0)(0,0). Thus the image must lie on the line with slope 1-1 and which passes through (12,12)\left(\frac 12, \frac12\right), so its graph is x+y=1x + y = 1. Substituting x=(ab)x = (a-b) and y=(a+b)y = (a+b), we get 2a=1a=122a = 1 \Rightarrow a = \frac 12.

By the Pythagorean Theorem, we have (12)2+b2=82b2=2554\left(\frac{1}{2}\right)^2 + b^2 = 8^2 \Longrightarrow b^2 = \frac{255}{4}, and the answer is 259\boxed{259}.

Solution 2

Plugging in z=1z=1 yields f(1)=a+bif(1) = a+bi. This implies that a+bia+bi must fall on the line Re(z)=a=12Re(z)=a=\frac{1}{2}, given the equidistant rule. By a+bi=8|a+bi|=8, we get a2+b2=64a^2 + b^2 = 64, and plugging in a=12a=\frac{1}{2} yields b2=2554b^2=\frac{255}{4}. The answer is thus 259\boxed{259}.

Solution 3

We are given that (a+bi)z(a + bi)z is equidistant from the origin and z.z. This translates to

(a+bi)zz=(a+bi)zz(a1+bi)=z(a+bi)z(a1)+bi=za+bi(a1)+bi=a+bi(a1)2+b2=a2+b2a=12\begin{aligned} |(a + bi)z - z| & = & |(a + bi)z| \\ |z(a - 1 + bi)| & = & |z(a + bi)| \\ |z|\cdot|(a - 1) + bi| & = & |z|\cdot|a + bi| \\ |(a - 1) + bi| & = & |a + bi| \\ (a - 1)^2 + b^2 & = & a^2 + b^2 \\ & \Rightarrow & a = \frac 12 \end{aligned} Since a+bi=8,|a + bi| = 8, a2+b2=64.a^2 + b^2 = 64. Because a=12,a = \frac 12, thus b2=2554.b^2 = \frac {255}4. So the answer is 259\boxed{259}.

Solution 4

Let PP and QQ be the points in the complex plane represented by zz and (a+bi)z(a+bi)z, respectively. a+bi=8|a+bi| = 8 implies OQ=8OPOQ = 8OP. Also, we are given OQ=PQOQ = PQ, so OPQOPQ is isosceles with base OPOP. Notice that the base angle of this isosceles triangle is equal to the argument θ\theta of the complex number a+bia + bi, because (a+bi)z(a+bi)z forms an angle of θ\theta with zz. Drop the altitude/median from QQ to base OPOP, and you end up with a right triangle that shows cosθ=12OP8OQ=12z8z=116\cos \theta = \frac{\frac{1}{2}OP}{8OQ} = \frac{\frac{1}{2}|z|}{8|z|} = \frac{1}{16}. Since aa and bb are positive, zz lies in the first quadrant and θ<π/2\theta < \pi/2; hence by right triangle trigonometry sinθ=25516\sin \theta = \frac{\sqrt{255}}{16}. Finally, b=a+bisinθ=825516=2552b = |a+bi|\sin\theta = 8\frac{\sqrt{255}}{16} = \frac{\sqrt{255}}{2}, and b2=2554b^2 = \frac{255}{4}, so the answer is 259259.

Solution 5

Similarly to in Solution 3, we see that (a+bi)zz=(a+bi)z|(a + bi)z - z| = |(a + bi)z|. Letting the point z=c+diz = c + di, we have (ab+bcd)2+(acbdc)2=(acbd)2+(ad+bc)2\sqrt{(ab+bc-d)^2+(ac-bd-c)^2} = \sqrt{(ac-bd)^2+(ad+bc)^2}. Expanding both sides of this equation (after squaring, of course) and canceling terms, we get (d2+c2)(2a+1)=0(d^2+c^2)(-2a+1) = 0. Of course, (d2+c2)(d^2+c^2) can't be zero because this property of the function holds for all complex zz. Therefore, a=12a = \frac{1}{2} and we proceed as above to get 259\boxed{259}.

~ anellipticcurveoverq

Solution 6

This is a solution that minimizes the use of complex numbers, turning this into an introductory algebra analytic geometry problem.

Consider any complex number z=c+diz=c+di. Let zz denote point PP on the complex plane. Then P=(c,d)P=(c,d) on the complex plane. The equation for the line OPOP is y=dcxy=\frac{d}{c}x.

Let the image of point PP be QQ, after the point undergoes the function. Since each image is equidistant from the preimage and the origin, QQ must be on the perpendicular bisector of OPOP.Given z=c+diz=c+di, f(z)=(a+bi)(c+di)=(acbd)+(ad+bc)if(z)=(a+bi)(c+di)=(ac-bd)+(ad+bc)i. Then Q=(acbd,ad+bc)Q=(ac-bd,ad+bc). The midpoint of OPOP is (0.5c,0.5d)(0.5c, 0.5d). Since the slopes of two respectively nonvertical and nonhorizontal lines have a product of 1-1, using the point-slope form, the equation of the perpendicular line to OPOP is y0.5d=cd(x0.5c)y-0.5d=-\frac{c}{d}(x-0.5c). Rearranging, we have y=cxd+c22d+d2y=-\frac{cx}{d}+\frac{c^2}{2d}+\frac{d}{2}.

Since we know that Q=(acbd,ad+bc)Q=(ac-bd,ad+bc), thus we plug in QQ into the line: ad+bc=ac2bcdd+c22d+d2ad+bc=-\frac{ac^2-bcd}{d}+\frac{c^2}{2d}+\frac{d}{2}.

Let's start canceling. 2ad2+2bcd=2ac2+2bcd+c2+d22ad^2+2bcd=-2ac^2+2bcd+c^2+d^2. Subtracting, c2+d22ac2=2ad2c^2+d^2-2ac^2=2ad^2. Thus c2+d2=2ac2+2ad2c^2+d^2=2ac^2+2ad^2. Since this is an identity for any (c,d)(c,d), thus 2a=12a=1. a=12a=\frac{1}{2}. Since a+bi=8|a+bi|=8, thus a2+b2=64a^2+b^2=64 (or simply think of a+bia+bi as the point (a,b)(a,b), and a+bi|a+bi| being the distance of (a,b)(a,b) to the origin). Thus plug in a=12,b2=2554a=\frac{1}{2}, b^2=\frac{255}{4}. Since 255255 and 44 are relatively prime, the final result is 255+4=259255+4=\boxed{259}.

~hastapasta