Complex numbers a,b, and c are zeros of a polynomial P(z)=z3+qz+r, and ∣a∣2+∣b∣2+∣c∣2=250. The points corresponding to a,b, and c in the complex plane are the vertices of a right triangle with hypotenuse h. Find h2.
解析
Solution 1
By Vieta's formula, the sum of the roots is equal to 0, or a+b+c=0. Therefore, 3(a+b+c)=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 x and the other leg be y. Without the loss of generality, let ac be the hypotenuse. The magnitudes of a, b, and c are just 32 of the medians because the origin, or the centroid in this case, cuts the median in a ratio of 2:1. So, ∣a∣2=94⋅((2x)2+y2)=9x2+94y2 because ∣a∣ is two thirds of the median from a. Similarly, ∣c∣2=94⋅(x2+(2y)2)=94x2+9y2. The median from b is just half the hypotenuse because the median of any right triangle is just half the hypotenuse. So, ∣b∣2=94⋅4x2+y2=9x2+9y2. Hence, ∣a∣2+∣b∣2+∣c∣2=96x2+6y2=32x2+2y2=250. Therefore, h2=x2+y2=23⋅250=375.
Solution 2
Note that by vieta's, the sum of the roots is 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,C be the vertices of the triangle corresponding to roots a,b,c with (WLOG) ∠ACB=0. Let O be the centroid of the triangle, and let Z be the midpoint of AB. By the property of the centroid as the intersection of the medians, C,O, and Z are collinear in that order. Also, by properties of medians and right triangles AZ=BZ=CZ and OC=2ZO. Then, set AZ=BZ=CZ=3k and OZ=k and CO=2k. Stewart's theorem on ACZ and BCZ and rearranging gets
3AO2=12k2+AC2,3BO2=12k2+BC2.
Summing these up gives us
3(AO2+BO2)=24k2+(AC2+BC2)
Because AC2+BC2=AB2=36k2, we have
AO2+BO2=20k2.
Because CO=2k,
AO2+BO2+CO2=24k2.
By the second condition, this must be equal to 250. Then, k2=12125, and the hypotenuse squared is
(6k2)2=36k2=36(12125)=375.
~BS2012
Solution 3
Assume q and r are real, so at least one of a,b, and c must be real, with the remaining roots being pairs of complex conjugates. Without loss of generality, we assume a is real and b and c are x+yi and x−yi respectively. By symmetry, the triangle described by a,b, and c must be isosceles and is thus an isosceles right triangle with hypotenuse bc. Now since P(z) has no z2 term, we must have a+b+c=a+(x+yi)+(x−yi)=0 and thus a=−2x. Also, since the length of the altitude from the right angle of an isosceles triangle is half the length of the hypotenuse, a−x=y and thus y=−3x. We can then solve for x:
∣a∣2+∣b∣2+∣c∣2∣−2x∣2+∣x−3xi∣2+∣x+3xi∣24x2+(x2+9x2)+(x2+9x2)x2=250=250=250=24250
Now h is the distance between b and c, so h=2y=−6x and thus h2=36x2=36⋅24250=375.
Solution 4 (Messy)
Let the roots a, b, and c each be represented by complex numbers m+ni, p+qi, and r+ti. By Vieta's formulas, their sum is 0. Breaking into real and imaginary components, we get:
m+p+r=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=250
Given the complex plane, we set each of these complex numbers to points: (m,n), (p,q), (r,t). WLOG let (r,t) be the vertex opposite the hypotenuse.
If the three points form a right triangle, the vectors from (r,t) to (m,m) and (p,q)'s dot product is 0. mp+r2−r(m+p)+nq+t2−t(n+q)=0
Substituting m+p+r=0 and likewise, simplifying: mp+2r2+nq+2t2=0
Rearranging we get: r2+t2=−2mp+nq
The answer is the distance from (m,n) to (p,q) = m2+n2+p2+q2−2(mp+nq). Substituting the equation equal to 250,
Substituting this value into our answer expression, we get:
250−23⋅(−3250), Answer = 375.
Solution 5 (clean)
As noted in the previous solutions, a+b+c=0. Let a=a1+a2i, b=b1+b2i, c=c1+c2i and we have a1+b1+c1=a2+b2+c2=0. Then the given ∣a∣2+∣b∣2+∣c∣2=250 translates to ∑(a12+a22)=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=(a1−b1)2+(a2−b2)2+(b1−c1)2+(b2−c2)2+(a1−c1)2+(a2−c2)2=2(∑(a12+a22))−2(cyc∑a1b1+cyc∑a2b2)=500−((a1+b1+c1)2+(a2+b2+c2)2−cyc∑(a12+a22))=500−(02+02−250)
so h2=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,b and −(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 r, where r 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 2r+ni and 2r−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 n out. We use the fact that it is an isosceles right triangle to find that 23r=n, which means that the 2 other roots are now 2r+23ri and 2r−23ri
Now we use the fact that ∣a∣2+∣b∣2+∣c∣2=250. Clearly one of these is r away from the origin, so that gets r2, and then we get 2∗2r2+23r2 which gets us 5r2, getting r2+5r2=250, so r=6250. So the final answer comes out to
(6250∗49∗2)2=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=0.
Without loss of generality, let b be the complex number opposite the hypotenuse.
Note that there is an isomorphism between C under + and R2 under +.
Let \Veca, \Vecb, and \Vecc be the corresponding vectors to a, b, and c.
Note that the roots of the polynomial (a,b,c) must sum to 0 due to the z2 coefficient equaling 0 because of Vieta's Formulas. This tells us that a+b+c=0 and a+b+c=0 so (a+b+c)(a+b+c)=∣a∣2+∣b∣2+∣c∣2+ab+ab+bc+bc+ca+ca=250+ab+ab+bc+bc+ca+ca=0 so ab+ab+bc+bc+ca+ca=−250.
Note that terms similar to ab+ba appear in ∣a−b∣2 so we decide to sum ∣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 ∣c−a∣2 side is the hypotenuse then our sum is equal to 2∣c−a∣2=2h2.
2∣a∣2+2∣b∣2+2∣c∣2−ab−ab−bc−bc−ca−ca=500+250=2h2
As a result we know that h2=375 ~SailS