A function f is defined on the complex numbers by f(z)=(a+bi)z, where a and b 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 and that b2=m/n, where m and n are relatively prime positive integers, find m+n.
解析
Solution 1
Suppose we pick an arbitrary point on the complex plane, say (1,1). According to the definition of f(z),
f(1+i)=(a+bi)(1+i)=(a−b)+(a+b)i,
this image must be equidistant to (1,1) and (0,0). Thus the image must lie on the line with slope −1 and which passes through (21,21), so its graph is x+y=1. Substituting x=(a−b) and y=(a+b), we get 2a=1⇒a=21.
By the Pythagorean Theorem, we have (21)2+b2=82⟹b2=4255, and the answer is 259.
Solution 2
Plugging in z=1 yields f(1)=a+bi. This implies that a+bi must fall on the line Re(z)=a=21, given the equidistant rule. By ∣a+bi∣=8, we get a2+b2=64, and plugging in a=21 yields b2=4255. The answer is thus 259.
Solution 3
We are given that (a+bi)z is equidistant from the origin and z. This translates to
∣(a+bi)z−z∣∣z(a−1+bi)∣∣z∣⋅∣(a−1)+bi∣∣(a−1)+bi∣(a−1)2+b2=====⇒∣(a+bi)z∣∣z(a+bi)∣∣z∣⋅∣a+bi∣∣a+bi∣a2+b2a=21
Since ∣a+bi∣=8,a2+b2=64. Because a=21, thus b2=4255. So the answer is 259.
Solution 4
Let P and Q be the points in the complex plane represented by z and (a+bi)z, respectively. ∣a+bi∣=8 implies OQ=8OP. Also, we are given OQ=PQ, so OPQ is isosceles with base OP. Notice that the base angle of this isosceles triangle is equal to the argument θ of the complex number a+bi, because (a+bi)z forms an angle of θ with z. Drop the altitude/median from Q to base OP, and you end up with a right triangle that shows cosθ=8OQ21OP=8∣z∣21∣z∣=161. Since a and b are positive, z lies in the first quadrant and θ<π/2; hence by right triangle trigonometry sinθ=16255. Finally, b=∣a+bi∣sinθ=816255=2255, and b2=4255, so the answer is 259.
Solution 5
Similarly to in Solution 3, we see that ∣(a+bi)z−z∣=∣(a+bi)z∣. Letting the point z=c+di, we have (ab+bc−d)2+(ac−bd−c)2=(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. Of course, (d2+c2) can't be zero because this property of the function holds for all complex z. Therefore, a=21 and we proceed as above to get 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+di. Let z denote point P on the complex plane. Then P=(c,d) on the complex plane. The equation for the line OP is y=cdx.
Let the image of point P be Q, after the point undergoes the function. Since each image is equidistant from the preimage and the origin, Q must be on the perpendicular bisector of OP.Given z=c+di, f(z)=(a+bi)(c+di)=(ac−bd)+(ad+bc)i. Then Q=(ac−bd,ad+bc). The midpoint of OP is (0.5c,0.5d). Since the slopes of two respectively nonvertical and nonhorizontal lines have a product of −1, using the point-slope form, the equation of the perpendicular line to OP is y−0.5d=−dc(x−0.5c). Rearranging, we have y=−dcx+2dc2+2d.
Since we know that Q=(ac−bd,ad+bc), thus we plug in Q into the line: ad+bc=−dac2−bcd+2dc2+2d.
Let's start canceling. 2ad2+2bcd=−2ac2+2bcd+c2+d2. Subtracting, c2+d2−2ac2=2ad2. Thus c2+d2=2ac2+2ad2. Since this is an identity for any (c,d), thus 2a=1. a=21. Since ∣a+bi∣=8, thus a2+b2=64 (or simply think of a+bi as the point (a,b), and ∣a+bi∣ being the distance of (a,b) to the origin). Thus plug in a=21,b2=4255. Since 255 and 4 are relatively prime, the final result is 255+4=259.