返回题库

AIME 2012 I · 第 14 题

AIME 2012 I — Problem 14

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Complex numbers a,a, b,b, and cc are zeros of a polynomial P(z)=z3+qz+r,P(z) = z^3 + qz + r, and a2+b2+c2=250.|a|^2 + |b|^2 + |c|^2 = 250. The points corresponding to a,a, b,b, and cc in the complex plane are the vertices of a right triangle with hypotenuse h.h. Find h2.h^2.

解析

Solution 1

By Vieta's formula, the sum of the roots is equal to 0, or a+b+c=0a+b+c=0. Therefore, (a+b+c)3=0\frac{(a+b+c)}{3}=0. Because the centroid of any triangle is the average of its vertices, the centroid of this triangle is the origin. Let one leg of the right triangle be xx and the other leg be yy. Without the loss of generality, let ac\overline{ac} be the hypotenuse. The magnitudes of aa, bb, and cc are just 23\frac{2}{3} of the medians because the origin, or the centroid in this case, cuts the median in a ratio of 2:12:1. So, a2=49((x2)2+y2)=x29+4y29|a|^2=\frac{4}{9}\cdot((\frac{x}{2})^2+y^2)=\frac{x^2}{9}+\frac{4y^2}{9} because a|a| is two thirds of the median from aa. Similarly, c2=49(x2+(y2)2)=4x29+y29|c|^2=\frac{4}{9}\cdot(x^2+(\frac{y}{2})^2)=\frac{4x^2}{9}+\frac{y^2}{9}. The median from bb is just half the hypotenuse because the median of any right triangle is just half the hypotenuse. So, b2=49x2+y24=x29+y29|b|^2=\frac{4}{9}\cdot\frac{x^2+y^2}{4}=\frac{x^2}{9}+\frac{y^2}{9}. Hence, a2+b2+c2=6x2+6y29=2x2+2y23=250|a|^2+|b|^2+|c|^2=\frac{6x^2+6y^2}{9}=\frac{2x^2+2y^2}{3}=250. Therefore, h2=x2+y2=32250=375h^2=x^2+y^2=\frac{3}{2}\cdot250=\boxed{375}.

Solution 2

Note that by vieta's, the sum of the roots is 0,0, so the centroid (at (a+b+c)/3) of the right triangle is at the origin. This is all that is required by the structure of the polynomial. Let A,B,CA,B,C be the vertices of the triangle corresponding to roots a,b,ca,b,c with (WLOG) ACB=0.\angle ACB=0. Let OO be the centroid of the triangle, and let ZZ be the midpoint of AB.AB. By the property of the centroid as the intersection of the medians, C,O,C,O, and ZZ are collinear in that order. Also, by properties of medians and right triangles AZ=BZ=CZAZ=BZ=CZ and OC=2ZO.OC=2ZO. Then, set AZ=BZ=CZ=3kAZ=BZ=CZ=3k and OZ=kOZ=k and CO=2k.CO=2k. Stewart's theorem on ACZ and BCZ and rearranging gets

3AO2=12k2+AC2,3AO^2=12k^2+AC^2, 3BO2=12k2+BC2.3BO^2=12k^2+BC^2. Summing these up gives us

3(AO2+BO2)=24k2+(AC2+BC2)3(AO^2+BO^2)=24k^2+(AC^2+BC^2) Because AC2+BC2=AB2=36k2,AC^2+BC^2=AB^2=36k^2, we have

AO2+BO2=20k2.AO^2+BO^2=20k^2. Because CO=2k,CO=2k,

AO2+BO2+CO2=24k2.AO^2+BO^2+CO^2=24k^2. By the second condition, this must be equal to 250.250. Then, k2=12512,k^2=\frac{125}{12}, and the hypotenuse squared is

(6k2)2=36k2=36(12512)=375.(6k^2)^2=36k^2=36\left(\dfrac{125}{12}\right)=\boxed{375}. ~BS2012

Solution 3

Assume qq and rr are real, so at least one of a,a, b,b, and cc must be real, with the remaining roots being pairs of complex conjugates. Without loss of generality, we assume aa is real and bb and cc are x+yix + yi and xyix - yi respectively. By symmetry, the triangle described by a,a, b,b, and cc must be isosceles and is thus an isosceles right triangle with hypotenuse bc.\overline{bc}. Now since P(z)P(z) has no z2z^2 term, we must have a+b+c=a+(x+yi)+(xyi)=0a+b+c = a + (x + yi) + (x - yi) = 0 and thus a=2x.a = -2x. Also, since the length of the altitude from the right angle of an isosceles triangle is half the length of the hypotenuse, ax=ya-x=y and thus y=3x.y=-3x. We can then solve for xx:

a2+b2+c2=2502x2+x3xi2+x+3xi2=2504x2+(x2+9x2)+(x2+9x2)=250x2=25024\begin{aligned} |a|^2 + |b|^2 + |c|^2 &= 250\\ |-2x|^2 + |x-3xi|^2 + |x+3xi|^2 &= 250\\ 4x^2 + (x^2 + 9x^2) + (x^2 + 9x^2) &= 250\\ x^2 &= \frac{250}{24} \end{aligned} Now hh is the distance between bb and c,c, so h=2y=6xh = 2y = -6x and thus h2=36x2=3625024=375.h^2 = 36x^2 = 36 \cdot \frac{250}{24} = \boxed{375.}

Solution 4 (Messy)

Let the roots aa, bb, and cc each be represented by complex numbers m+nim + ni, p+qip + qi, and r+tir + ti. By Vieta's formulas, their sum is 0. Breaking into real and imaginary components, we get:

m+p+r=0m + p + r = 0 n+q+t=0n + q + t = 0

And, we know that the sum of the squares of the magnitudes of each is 250, so

m2+n2+p2+q2+r2+t2=250m^2 + n^2 + p^2 + q^2 + r^2 + t^2 = 250

Given the complex plane, we set each of these complex numbers to points: (m,n)(m, n), (p,q)(p, q), (r,t)(r, t). WLOG let (r,t)(r, t) be the vertex opposite the hypotenuse.

If the three points form a right triangle, the vectors from (r,t)(r, t) to (m,m)(m, m) and (p,q)(p, q)'s dot product is 0. mp+r2r(m+p)+nq+t2t(n+q)=0mp + r^2 - r(m + p) + nq + t^2 - t(n + q) = 0

Substituting m+p+r=0m + p + r = 0 and likewise, simplifying: mp+2r2+nq+2t2=0mp + 2r^2 + nq + 2t^2 = 0

Rearranging we get: r2+t2=mp+nq2r^2 + t^2 = -\frac{mp + nq}{2}

The answer is the distance from (m,n)(m, n) to (p,q)(p, q) = m2+n2+p2+q22(mp+nq)m^2 + n^2 + p^2 + q^2 - 2(mp + nq). Substituting the equation equal to 250,

=250r2t22(mp+nq)= 250 - r^2 - t^2 - 2(mp + nq) =250+mp+nq22(mp+nq)= 250 + \frac{mp + nq}{2} - 2(mp + nq) =25032(mp+nq)= 250 - \frac{3}{2} \cdot (mp + nq)

Taking our original equations summing to 0, and squaring each we get:

n+q=tn + q = -t; m+p=rm + p = -r

n2+2nq+q2=t2n^2 + 2nq + q^2 = t^2; m2+2mp+p2=r2m^2 + 2mp + p^2 = r^2

Adding, we get:

m2+n2+p2+q2+2(mp+nq)=r2+t2m^2 + n^2 + p^2 + q^2 + 2(mp + nq) = r^2 + t^2

Substituting again we obtain:

250r2t2+2(mp+nq)=r2+t2250 - r^2 - t^2 + 2(mp + nq) = r^2 + t^2 2(r2+t2)=250+2(mp+nq)2(r^2 + t^2) = 250 + 2(mp + nq) r2+t2=125+(mp+nq)r^2 + t^2 = 125 + (mp + nq)

Substituting the equivalence of r2+t2r^2 + t^2:

mp+nq2=125+(mp+nq)-\frac{mp + nq}{2} = 125 + (mp + nq)

Solving for mp+nqmp + nq, we find it equal to 2503-\frac{250}{3}.

Substituting this value into our answer expression, we get:

25032(2503)250 - \frac{3}{2} \cdot (-\frac{250}{3}), Answer = 375\boxed{375}.

Solution 5 (clean)

As noted in the previous solutions, a+b+c=0a+b+c = 0. Let a=a1+a2ia = a_1+a_2 i, b=b1+b2ib = b_1+b_2 i, c=c1+c2ic = c_1+c_2 i and we have a1+b1+c1=a2+b2+c2=0a_1 + b_1 + c_1 = a_2 + b_2 + c_2 = 0. Then the given a2+b2+c2=250|a|^2 + |b|^2 + |c|^2 = 250 translates to (a12+a22)=250.\sum_{} ( {a_1}^2 + {a_2}^2 ) = 250. Note that in a right triangle, the sum of the squares of the three sides is equal to two times the square of the hypotenuse, by the pythagorean theorem. Thus, we have

2h2=(a1b1)2+(a2b2)2+(b1c1)2+(b2c2)2+(a1c1)2+(a2c2)22h^2 = (a_1 - b_1)^2 + (a_2 - b_2)^2 + (b_1 - c_1)^2 + (b_2 - c_2)^2 + (a_1 - c_1)^2 + (a_2 - c_2)^2 =2((a12+a22))2(cyca1b1+cyca2b2)= 2 \left( \sum_{} ( {a_1}^2 + {a_2}^2 ) \right) - 2 \left( \sum_{cyc} a_1 b_1 + \sum_{cyc} a_2 b_2 \right) =500((a1+b1+c1)2+(a2+b2+c2)2cyc(a12+a22))= 500 - \left( (a_1 + b_1 + c_1)^2 + (a_2 + b_2 + c_2)^2 - \sum_{cyc} ( {a_1}^2 + {a_2}^2 ) \right) =500(02+02250)= 500 - (0^2 + 0^2 - 250) so h2=375h^2 = \boxed{375} and we may conclude. ~ rzlng

Solution 5 (dirty because of god intuition + wishful thinking)

First, note that the roots of this cubic will be a,ba, b and (a+b)-(a+b) due to Vieta's, which means that the sum of the roots are 0.

Now, we use some god level wishful thinking. It would really be nice if one of these roots was on the real axis, and it was a right isosceles triangle, because that would be very convenient and easy to work with. The neat part is that it actually works

Set one of the roots as rr, where rr is any real number. WLOG, assume that this is the right angle. With symmetry to respect of the x axis (because symmetry makes the imaginary parts of the other 2 roots cancel out, besides the fact that complex conjugate root theorem forces it). This way, we can set the other 2 roots as r2+ni\frac{r}{2}+ni and r2ni\frac{r}{2}-ni, making the roots add up to 0.

Now, as we want the roots to satisfy the original condition (right triangle) we are going to have to set an equation to find nn out. We use the fact that it is an isosceles right triangle to find that 3r2=n\frac{3r}{2}=n, which means that the 2 other roots are now r2+3r2i\frac{r}{2}+\frac{3r}{2}i and r23r2i\frac{r}{2}-\frac{3r}{2}i

Now we use the fact that a2+b2+c2=250|a|^2+|b|^2+|c|^2=250. Clearly one of these is rr away from the origin, so that gets r2r^2, and then we get 2r22+3r222*\frac{r}{2}^2+\frac{3r}{2}^2 which gets us 5r25r^2, getting r2+5r2=250r^2+5r^2=250, so r=2506r=\sqrt{\frac{250}{6}}. So the final answer comes out to

(2506942)2=375(\frac{250}{6}*\frac{9}{4}*2)^2=\boxed{\boxed{375}} -dragoon

P.S.: The main propose, saying that one root is on the real axis and the right triangle is a right isosceles triangle is not actually only a wishful thinking that came out by luck, but actually is something that must be true due to the complex conjugate root theorem. -SuperDolphin

- in this specific problem this logic is incorrect, as the coefficients of the polynomial can be complex. If a question specified real roots, then this would be appropriate. In this case, it is just wishful thinking as stated above

Solution 6 (vectors)

As shown in the other solutions, a+b+c=0a+b+c = 0.

Without loss of generality, let bb be the complex number opposite the hypotenuse.

Note that there is an isomorphism between C\mathbb{C} under ++ and R2\mathbb{R}^2 under ++.

Let \Veca\Vec{a}, \Vecb\Vec{b}, and \Vecc\Vec{c} be the corresponding vectors to aa, bb, and cc.

Thus \Veca+\Vecb+\Vecc=\Vec0\Vec{a} + \Vec{b} + \Vec{c} = \Vec{0}

0=\Vec0\Vec0=(\Veca+\Vecb+\Vecc)(\Veca+\Vecb+\Vecc)=\Veca\Veca+\Vecb\Vecb+\Vecc\Vecc+2(\Veca\Vecb+\Veca\Vecc+\Vecb\Vecc)\Rightarrow 0 = \Vec{0}\cdot \Vec{0} = (\Vec{a} + \Vec{b} + \Vec{c})\cdot (\Vec{a} + \Vec{b} + \Vec{c}) = \Vec{a}\cdot \Vec{a} + \Vec{b}\cdot \Vec{b} + \Vec{c}\cdot \Vec{c} + 2(\Vec{a}\cdot \Vec{b} + \Vec{a}\cdot \Vec{c} + \Vec{b}\cdot \Vec{c})

Now a2+b2+c2=250|a|^2 + |b|^2 + |c|^2 = 250 implies that \Veca2+\Vecb2+\Vecc2=250\lVert \Vec{a}\rVert^2 + \lVert \Vec{b}\rVert^2 + \lVert \Vec{c}\rVert^2 = 250

\Veca\Veca+\Vecb\Vecb+\Vecc\Vecc=\Veca2+\Vecb2+\Vecc2=250\Rightarrow \Vec{a}\cdot \Vec{a} + \Vec{b}\cdot \Vec{b} + \Vec{c}\cdot \Vec{c} = \lVert \Vec{a}\rVert^2 + \lVert \Vec{b}\rVert^2 + \lVert \Vec{c}\rVert^2 = 250

Also note that because there is a right angle at bb, \Veca\Vecb\Vec{a} - \Vec{b} and \Vecc\Vecb\Vec{c} - \Vec{b} are perpendicular.

(\Veca\Vecb)(\Vecc\Vecb)=0\Rightarrow (\Vec{a} - \Vec{b})\cdot (\Vec{c} - \Vec{b}) = 0 0=(\Veca\Vecb)(\Vecc\Vecb)=\Veca\Vecc+\Vecb\Vecb\Veca\Vecb\Vecb\Vecc\Rightarrow 0 = (\Vec{a} - \Vec{b})\cdot (\Vec{c} - \Vec{b}) = \Vec{a}\cdot \Vec{c} + \Vec{b} \cdot \Vec{b} - \Vec{a} \cdot \Vec{b} - \Vec{b} \cdot \Vec{c}

Note that h2=ac2h^2 = |a-c|^2

h2=\Veca\Vecc2=(\Veca\Vecc)(\Veca\Vecc)=\Veca\Veca+\Vecc\Vecc\Veca\Vecc\Veca\Vecc=\Veca\Veca+\Vecc\Vecc2\Veca\Vecc\Rightarrow h^2 = \lVert \Vec{a} - \Vec{c} \rVert^2 = (\Vec{a} - \Vec{c})\cdot (\Vec{a} - \Vec{c}) = \Vec{a} \cdot \Vec{a} + \Vec{c}\cdot \Vec{c} - \Vec{a}\cdot \Vec{c} - \Vec{a}\cdot \Vec{c} = \Vec{a} \cdot \Vec{a} + \Vec{c}\cdot \Vec{c} - 2\Vec{a}\cdot \Vec{c}.

0=\Veca\Veca+\Vecb\Vecb+\Vecc\Vecc+2(\Veca\Vecb+\Veca\Vecc+\Vecb\Vecc)=250+2(\Veca\Vecb+\Veca\Vecc+\Vecb\Vecc)\Rightarrow 0 = \Vec{a}\cdot \Vec{a} + \Vec{b}\cdot \Vec{b} + \Vec{c}\cdot \Vec{c} + 2(\Vec{a}\cdot \Vec{b} + \Vec{a}\cdot \Vec{c} + \Vec{b}\cdot \Vec{c}) = 250 + 2(\Vec{a}\cdot \Vec{b} + \Vec{a}\cdot \Vec{c} + \Vec{b}\cdot \Vec{c}) 250=2(\Veca\Vecb+\Veca\Vecc+\Vecb\Vecc)\Rightarrow -250 = 2(\Vec{a}\cdot \Vec{b} + \Vec{a}\cdot \Vec{c} + \Vec{b}\cdot \Vec{c}) 125=\Veca\Vecb+\Veca\Vecc+\Vecb\Vecc\Rightarrow -125 = \Vec{a}\cdot \Vec{b} + \Vec{a}\cdot \Vec{c} + \Vec{b}\cdot \Vec{c} 125=125+0=(\Veca\Vecb+\Veca\Vecc+\Vecb\Vecc)+(\Veca\Vecc+\Vecb\Vecb\Veca\Vecb\Vecb\Vecc)=2\Veca\Vecc+\Vecb\Vecb\Rightarrow -125 = -125 + 0 = (\Vec{a}\cdot \Vec{b} + \Vec{a}\cdot \Vec{c} + \Vec{b}\cdot \Vec{c}) + (\Vec{a}\cdot \Vec{c} + \Vec{b} \cdot \Vec{b} - \Vec{a} \cdot \Vec{b} - \Vec{b} \cdot \Vec{c}) = 2\Vec{a}\cdot \Vec{c} + \Vec{b} \cdot \Vec{b} 125=\Vecb\Vecb2\Veca\Vecc\Rightarrow 125 = - \Vec{b} \cdot \Vec{b} - 2\Vec{a}\cdot \Vec{c} 375=250+125=\Veca\Veca+\Vecb\Vecb+\Vecc\Vecc\Vecb\Vecb2\Veca\Vecc=\Veca\Veca+\Vecc\Vecc2\Veca\Vecc=h2\Rightarrow 375 = 250 + 125 = \Vec{a}\cdot \Vec{a} + \Vec{b}\cdot \Vec{b} + \Vec{c}\cdot \Vec{c} - \Vec{b} \cdot \Vec{b} - 2\Vec{a}\cdot \Vec{c} = \Vec{a}\cdot \Vec{a} + \Vec{c}\cdot \Vec{c} - 2\Vec{a}\cdot \Vec{c} = h^2 h2=375\Rightarrow h^2 = \boxed{375}

Solution 6(similar to solution 4)

Note that the roots of the polynomial (a,b,c)(a,b,c) must sum to 00 due to the z2z^2 coefficient equaling 00 because of Vieta's Formulas. This tells us that a+b+c=0a+b+c = 0 and a+b+c=0\overline{a} + \overline{b} + \overline{c} = 0 so (a+b+c)(a+b+c)=a2+b2+c2+ab+ab+bc+bc+ca+ca=250+ab+ab+bc+bc+ca+ca=0(a+b+c)(\overline{a+b+c}) = |a|^2 + |b|^2 + |c|^2 + a\overline{b} + \overline{a}b + b\overline{c} + \overline{b}c + c\overline{a} + \overline{c}a = 250 + a\overline{b} + \overline{a}b + b\overline{c} + \overline{b}c + c\overline{a} + \overline{c}a = 0 so ab+ab+bc+bc+ca+ca=250.a\overline{b} + \overline{a}b + b\overline{c} + \overline{b}c + c\overline{a} + \overline{c}a = -250.

Note that terms similar to ab+ba\overline{a}b + \overline{b}a appear in ab2|a-b|^2 so we decide to sum ab2+bc2+ca2|a-b|^2 + |b-c|^2 + |c-a|^2 out of intuition. Note that this corresponds to the sum of the squares of the sidelengths of the right triangle and if WLOG the ca2|c-a|^2 side is the hypotenuse then our sum is equal to 2ca2=2h2.2|c-a|^2 = 2h^2.

2a2+2b2+2c2ababbcbccaca=500+250=2h22|a|^2 + 2|b|^2 + 2|c|^2 -a\overline{b} - \overline{a}b - b\overline{c} - \overline{b}c - c\overline{a} - \overline{c}a = 500 + 250 = 2h^2 As a result we know that h2=375h^2 = \boxed{375} ~SailS

Video Solution by Richard Rusczyk

https://artofproblemsolving.com/videos/amc/2012aimei/354

~ dolphin7