返回题库

AIME 2019 I · 第 12 题

AIME 2019 I — Problem 12

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Given f(z)=z219zf(z) = z^2-19z, there are complex numbers zz with the property that zz, f(z)f(z), and f(f(z))f(f(z)) are the vertices of a right triangle in the complex plane with a right angle at f(z)f(z). There are positive integers mm and nn such that one such value of zz is m+n+11im+\sqrt{n}+11i. Find m+nm+n.

解析

Solution 1

Notice that we must have

f(f(z))f(z)f(z)z=f(f(z))f(z)zf(z)iR.\frac{f(f(z))-f(z)}{f(z)-z}=-\frac{f(f(z))-f(z)}{z-f(z)}\in i\mathbb R . However, f(t)t=t(t20)f(t)-t=t(t-20), so

f(f(z))f(z)f(z)z=(z219z)(z219z20)z(z20)=z(z19)(z20)(z+1)z(z20)=(z19)(z+1)=(z9)2100.\begin{aligned} \frac{f(f(z))-f(z)}{f(z)-z}&=\frac{(z^2-19z)(z^2-19z-20)}{z(z-20)}\\ &=\frac{z(z-19)(z-20)(z+1)}{z(z-20)}\\ &=(z-19)(z+1)\\ &=(z-9)^2-100. \end{aligned} Then, the real part of (z9)2(z-9)^2 is 100100. Since Im(z9)=Im(z)=11\text{Im}(z-9)=\text{Im}(z)=11, let z9=a+11iz-9=a+11i. Then,

100=Re((a+11i)2)=a2121    a=±221.100=\text{Re}((a+11i)^2)=a^2-121\implies a=\pm\sqrt{221}. It follows that z=9+221+11iz=9+\sqrt{221}+11i, and the requested sum is 9+221=2309+221=\boxed{230}.

(Solution by TheUltimate123)

Solution 2

We will use the fact that segments ABAB and BCBC are perpendicular in the complex plane if and only if abbciR\frac{a-b}{b-c}\in i\mathbb{R}. To prove this, note that when dividing two complex numbers you subtract the angle of one from the other. Therefore, if the two complex numbers are perpendicular, the difference between their arguments will be 90 degrees, so subtracting the angles will yield an imaginary number with no real part(an argument of 90 degrees puts a complex number on the imaginary axis).

Now to apply this:

f(z)zf(f(z))f(z)iR\frac{f(z)-z}{f(f(z))-f(z)}\in i\mathbb{R} z219zz(z219z)219(z219z)(z219z)\frac{z^2-19z-z}{(z^2-19z)^2-19(z^2-19z)-(z^2-19z)} z220zz438z3+341z2+380z\frac{z^2-20z}{z^4-38z^3+341z^2+380z} z(z20)z(z+1)(z19)(z20)\frac{z(z-20)}{z(z+1)(z-19)(z-20)} 1(z+1)(z19)iR\frac{1}{(z+1)(z-19)}\in i\mathbb{R} The factorization of the nasty denominator above is made easier with the intuition that (z20)(z-20) must be a divisor for the problem to lead anywhere. Now we know (z+1)(z19)iR(z+1)(z-19)\in i\mathbb{R} so using the fact that the imaginary part of zz is 11i11i and calling the real part r,

(r+1+11i)(r19+11i)iR(r+1+11i)(r-19+11i)\in i\mathbb{R} r218r140=0r^2-18r-140=0 solving the above quadratic yields r=9+221r=9+\sqrt{221} so our answer is 9+221=2309+221=\boxed{230}

Solution 3

I would like to use a famous method, namely the coni method.

Statement .If we consider there complex number $A,B,C$ in argand plane then $\angle ABC =\arg{\frac{B-A}{B-C}}$.

According to the question given, we can assume ,A=f(f(z)),B=f(z),C=zA= f(f(z)),B=f(z),C= z respectively.

WLOG,Z1=f(f(z))f(z)zf(z)Z_1= \frac{f(f(z))-f(z)}{z-f(z)}. According to the question argZ1=π2\arg{Z_1}=\frac{\pi}{2}.

So,(Z1)=0\Re (Z_1)=0.

Now, Z1=z(z19)(z+1)(z20)z(z20)Z_1=\frac{z(z-19)(z+1)(z-20)}{-z(z-20)}.

    Z1=(z218z19)\implies Z_1= -(z^2-18z-19). WLOG,z=a+11iz=a+11i .where a=m+na=m+\sqrt{n}.

So,(Z1)=(a218a140)\Re (Z_1)= -(a^2-18a-140). Solving,a218a140=0a^2-18a-140=0 .get ,

a=9a=9±221\sqrt{221}. So, possible value of a=9+221a=9+\sqrt{221}.

m+n=230m+n=\boxed{230}. ~ftheftics.

Proof of this method

Note that if we translate a triangle, the measures of all of its angles stay the same. So we can translate ABCABC on the complex plane so that B=0B=0. Let the images of A,B,CA, B, C be A,B,CA', B', C' respectively. Then, we can use the formula:

reiθ=rcos(θ)+irsin(θ)re^{i\theta}=r\cos(\theta)+i \cdot r\sin(\theta) (This is known as Euler's Formula.)

Using Euler's formula (represent each complex number in polar form, then use exponent identities), we can show that

arg(AC)=arg(A)arg(C)=(ABC)=(ABC)\text{arg}(\frac{A'}{C'})=\text{arg}(A')-\text{arg}(C')=\angle(A'B'C')=\angle(ABC) So this method is valid. ~Math4Life2020

Solution 4

It is well known that ABAB is perpendicular to CDCD iff dcba\frac{d-c}{b-a} is a pure imaginary number. Here, we have that A=zA=z, B,C=f(z)B,C=f(z), and D=f(f(z))D=f(f(z)). This means that this is equivalent to f(f(z))f(z)f(z)z\frac{f(f(z))-f(z)}{f(z)-z} being a pure imaginary number. Plugging in f(z)=z219zf(z)=z^2-19z, we have that (z219z)19(z219z)(z219z)z219zz\frac{(z^2-19z)-19(z^2-19z)-(z^2-19z)}{z^2-19z-z} being pure imaginary. Factoring and simplifying, we find that this is simply equivalent to (z19)(z+1)(z-19)(z+1) being pure imaginary. We let z=a+biz=a+bi, so this is equivalent to (a+bi19)(a+bi+1)(a+bi-19)(a+bi+1) being pure imaginary. Expanding the product, this is equivalent to a2+abi+a+abib2+bi19a19bi19a^2+abi+a+abi-b^2+bi-19a-19bi-19 being pure imaginary. Taking the real part of this, and setting this equal to 00, we have that a218ab219=0a^2-18a-b^2-19=0. Since b=11b=11, we have that a218a140=0a^2-18a-140=0. By the quadratic formula, a=9±221a=9 \pm \sqrt{221}, and taking the positive root gives that a=9+221a=9+ \sqrt{221}, so the answer is 9+221=2309+221=230

~smartninja2000

Solution 5 (Official MAA)

The arguments of the two complex numbers differ by 9090^\circ if the ratio of the numbers is a pure imaginary number. Thus three distinct complex numbers A,B,A,\,B, and CC form a right triangle at BB if and only if CBBA\tfrac{C-B}{B-A} has real part equal to 0.0. Hence

f(f(z))f(z)f(z)z=(z219z)219(z219z)(z219z)(z219z)z=(z219z)(z219z191)z220z=z(z19)(z+1)(z20)z(z20)=z218z19\begin{aligned} \frac{f(f(z))-f(z)}{f(z)-z}&=\frac{(z^2-19z)^2-19(z^2-19z)-(z^2-19z)}{(z^2-19z)-z}\\ &=\frac{(z^2-19z)(z^2-19z-19-1)}{z^2-20z}\\ &=\frac{z(z-19)(z+1)(z-20)}{z(z-20)} \\ &=z^2-18z-19 \end{aligned} must have real part equal to 0.0. If z=x+11i,z=x+11i, the real part of z218z19z^2-18z-19 is x211218x19,x^2-11^2-18x-19, which is 00 when x=9±221.x=9\pm\sqrt{221}. The requested sum is 9+221=230.9+221=\boxed{230}.

Solution 6 (Dot product)

Firstly, the angle between the three complex numbers is equivalent to the angle between f(z)z,0,f(z)-z,0, and f(f(z))f(z)f(f(z))-f(z).

Using f(z)=z(z19)f(z)=z(z-19) to help expand,

zf(z)=20zz2z-f(z)=20z-z^2 and f(f(z))f(z)=(z219z)(z219z19)(z219z)f(f(z))-f(z)=(z^2-19z)(z^2-19z-19)-(z^2-19z).

The second equation can be rewritten as (z219z)(z219z20)=z(z19)(z20)(z+1)(z^2-19z)(z^2-19z-20)=z(z-19)(z-20)(z+1)

Note that the angle between (a+bi),0,(a+bi), 0, and (a+bi)(c+di)(a+bi)(c+di) is the same as the angle between 1,0,1, 0,and c+dic+di. The proof of this is as follows:

Treating the complex numbers like vectors (e.g. a+bia+bi turns into [ab]\left[\begin{array}{c} a \\ b \end{array}\right]) we have cosθ=a(acbd)+b(ad+bc)2a2+b2a2+b2c2+d2cos \theta = \frac{a \cdot (ac-bd) + b \cdot (ad+bc)}{2\sqrt{a^2+b^2}\sqrt{a^2+b^2}\sqrt{c^2+d^2}}

cosθ=a2cabd+abd+b2c2(a2+b2)c2+d2cos \theta = \frac{a^2 c - abd + abd + b^2 c}{2(a^2+b^2)\sqrt{c^2+d^2}}

cosθ=(a2+b2)c2(a2+b2)c2+d2=c2c2+d2cos \theta = \frac{(a^2+b^2)c}{2(a^2+b^2)\sqrt{c^2+d^2}}=\frac{c}{2\sqrt{c^2+d^2}}.

Using the dot product formula for the cosine of the angle between the other two vectors (1, c + di) we get the same result. Thus, it is proven.

Now, we see that the three resulting complex numbers have the same angle as 1,0,-1,0, and (z19)(z+1)(z-19)(z+1) as a factor of z(z20)z(z-20) can be taken out of both expressions. Note that the value of zz clearly is not 0, nor is it 20 as it has a value of 11i11i.

Expanding z218z19z^2-18z-19 with z=a+11iz=a+11i yields

a2121+22ai18a198i19=a218a140+22ai198ia^2-121+22ai-18a-198i-19=a^2-18a-140+22ai-198i. Turning these into vectors again, the resulting relation is

cos(90)=0=(a218a140)2(a218a140)2+(22a198)21cos(90^\circ)=0=\frac{-(a^2-18a-140)}{2\sqrt{(a^2-18a-140)^2 + (22a-198)^2} \cdot 1}

In order for this thing to be 0, the numerator must be 0, so setting it equal to 0 yields

a218a140=0a=9±81+140a^2-18a-140=0 \Rightarrow a=9\pm \sqrt{81+140}. Neither of these make the denominator in the cos(90)cos(90^\circ) expression 0, so they are valid. The requested result is the positive root, so the answer is 230\boxed{230}.

Video Solution by Omegalearn

https://www.youtube.com/watch?v=7o6W0F74VOw&list=PLT9bNzqjDoMlmyxKw2bp5nHsEu-Zn9dac&index=58

~ Aarav22