返回题库

AIME 2012 II · 第 8 题

AIME 2012 II — Problem 8

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem 8

The complex numbers zz and ww satisfy the system

z+20iw=5+iz + \frac{20i}w = 5+i w+12iz=4+10iw+\frac{12i}z = -4+10i Find the smallest possible value of zw2\vert zw\vert^2.

解析

Solution

Multiplying the two equations together gives us

zw+32i240zw=30+46izw + 32i - \frac{240}{zw} = -30 + 46i and multiplying by zwzw then gives us a quadratic in zwzw:

(zw)2+(3014i)zw240=0.(zw)^2 + (30-14i)zw - 240 =0. Using the quadratic formula, we find the two possible values of zwzw to be 7i15±(157i)2+2407i-15 \pm \sqrt{(15-7i)^2 + 240} = 6+2i,6+2i, 12i36.12i - 36. The smallest possible value of zw2\vert zw\vert^2 is then obviously 62+22=0406^2 + 2^2 = \boxed{040}.

Note

A key thing to note here is that zw2=z2w2,|zw|^2=|z|^2\cdot|w|^2, which can be proved as follows:

Proof: Using the values for zz and ww that we used above, we get:

\begin{align*} |zw|^2&=|(ac-bd)+i(bc+ad)|^2\\ &=(ac-bd)^2+(bc+ad)^2\\ &=a^2c^2+b^2d^2+b^2c^2+a^2d^2-2abcd+2abc\\ &=a^2c^2+b^2d^2+b^2c^2+a^2d^2 \end{align*} Also, z2=a2+b2|z|^2=a^2+b^2 and w2=c2+d2|w|^2=c^2+d^2. Therefore:

z2w2=(a2+b2)(c2+d2)=a2c2+a2d2+b2c2+b2d2|z|^2\cdot|w|^2=(a^2+b^2)(c^2+d^2)=a^2c^2+a^2d^2+b^2c^2+b^2d^2 and our proof is complete.

Now, also note that we found 416210i\sqrt{416-210i} by letting 416210i=(abi)2416-210i=(a-bi)^2 and solving for aa and bb by considering real and imaginary parts. Then, we substitute that into abia-bi which is the value of 416210i\sqrt{416-210i} and continue from there.

mathboy282