返回题库

AIME 1988 · 第 11 题

AIME 1988 — Problem 11

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let w1,w2,,wnw_1, w_2, \dots, w_n be complex numbers. A line LL in the complex plane is called a mean line for the points w1,w2,,wnw_1, w_2, \dots, w_n if LL contains points (complex numbers) z1,z2,,znz_1, z_2, \dots, z_n such that

k=1n(zkwk)=0.\sum_{k = 1}^n (z_k - w_k) = 0. For the numbers w1=32+170iw_1 = 32 + 170i, w2=7+64iw_2 = - 7 + 64i, w3=9+200iw_3 = - 9 + 200i, w4=1+27iw_4 = 1 + 27i, and w5=14+43iw_5 = - 14 + 43i, there is a unique mean line with yy-intercept 3. Find the slope of this mean line.

解析

Solution

Solution 1

k=15zkk=15wk=0\sum_{k=1}^5 z_k - \sum_{k=1}^5 w_k = 0 k=15zk=3+504i\sum_{k=1}^5 z_k = 3 + 504i

Each zk=xk+ykiz_k = x_k + y_ki lies on the complex line y=mx+3y = mx + 3, so we can rewrite this as

k=15zk=k=15xk+k=15yki\sum_{k=1}^5 z_k = \sum_{k=1}^5 x_k + \sum_{k=1}^5 y_ki 3+504i=k=15xk+ik=15(mxk+3)3 + 504i = \sum_{k=1}^5 x_k + i \sum_{k=1}^5 (mx_k + 3)

Matching the real parts and the imaginary parts, we get that k=15xk=3\sum_{k=1}^5 x_k = 3 and k=15(mxk+3)=504\sum_{k=1}^5 (mx_k + 3) = 504. Simplifying the second summation, we find that mk=15xk=50435=489m\sum_{k=1}^5 x_k = 504 - 3 \cdot 5 = 489, and substituting, the answer is m3=489m=163m \cdot 3 = 489 \Longrightarrow m = 163.

Solution 2

We know that

k=15wk=3+504i\sum_{k=1}^5 w_k = 3 + 504i

And because the sum of the 5 zz's must cancel this out,

k=15zk=3+504i\sum_{k=1}^5 z_k = 3 + 504i

We write the numbers in the form a+bia + bi and we know that

k=15ak=3\sum_{k=1}^5 a_k = 3 and k=15bk=504\sum_{k=1}^5 b_k = 504

The line is of equation y=mx+3y=mx+3. Substituting in the coordinates, we have bk=mak+3b_k = ma_k + 3.

Summing all 5 of the equations given for each kk, we get

504=3m+15504 = 3m + 15

Solving for mm, the slope, we get 163\boxed{163}

Solution 3

The mean line for w1,...,w5w_1, . . ., w_5 must pass through the mean (the center of mass) of these points, which, if we graph them on the complex plane, is (35,504i5)(\frac{3}{5}, \frac{504i}{5}). Since we now have two points, namely that one and (0,3i)(0, 3i), we can simply find the slope between them, which is 163\boxed{163} by the good ol' slope formula.