返回题库

AIME 1995 · 第 5 题

AIME 1995 — Problem 5

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

For certain real values of a,b,c,a, b, c, and d,d_{}, the equation x4+ax3+bx2+cx+d=0x^4+ax^3+bx^2+cx+d=0 has four non-real roots. The product of two of these roots is 13+i13+i and the sum of the other two roots is 3+4i,3+4i, where i=1.i=\sqrt{-1}. Find b.b.

解析

Solution 1

Since the coefficients of the polynomial are real, it follows that the non-real roots must come in complex conjugate pairs. Let the first two roots be m,nm,n. Since m+nm+n is not real, m,nm,n are not conjugates, so the other pair of roots must be the conjugates of m,nm,n. Let mm' be the conjugate of mm, and nn' be the conjugate of nn. Then,

mn=13+i,m+n=3+4imn=13i,m+n=34i.m\cdot n = 13 + i,m' + n' = 3 + 4i\Longrightarrow m'\cdot n' = 13 - i,m + n = 3 - 4i. By Vieta's formulas, we have that b=mm+nn+mn+nm+mn+mn=(m+n)(m+n)+mn+mn=051b = mm' + nn' + mn' + nm' + mn + m'n' = (m + n)(m' + n') + mn + m'n' = \boxed{051}.

Solution 2

Let's assume that the 2 roots multiplied together are p+qi, and r+si, and the two roots added together are the conjugates of the previous roots. Using Vieta, we get

b=(p+qi)(r+si)+(p+qi)(rsi)+(pqi)(r+si)+(pqi)(rsi)+(p+qi)(pqi)+(r+si)(rsi)=b = (p+qi)(r+si) + (p+qi)(r-si) + (p-qi)(r+si) + (p-qi)(r-si) + (p+qi)(p-qi) + (r+si)(r-si) = (p+qi+pqi)(r+si+rsi)+(p+qi)(pqi)+(r+si)(rsi)=(p+qi+p-qi)(r+si+r-si) + (p+qi)(p-qi) + (r+si)(r-si) = (2p)(2r)+p2+q2+r2+s2=4pr+p2+q2+r2+s2=(p+r)2+2pr+q2+s2(2p)(2r) + p^2 + q^2 + r^2 + s^2 = 4pr + p^2 + q^2 + r^2 + s^2 = (p+r)^2 + 2pr + q^2 + s^2 We are now stuck. We can't simplify further. But, we look back to the problem and see that the two roots that are multiplied together give a product of 13+i13+i, and the two roots that are added give 3+4i3+4i. This gets three equations necessary for solving the problem.

p+r=3p+r = 3 prqs=13pr-qs = 13 qs=4-q-s = 4 So, alright. Let's use the first equation to get that (p+r)2=9(p+r)^2 = 9, and substitute that in. Now, the equation becomes:

b=9+2pr+q2+s2b = 9 + 2pr + q^2 + s^2 We wish that we can turn the 2pr into 2qs. Fortunately, we can do that. By using the second equation, we can manipulate it to be pr=13+qspr = 13+qs, and substitute that in.

b=9+2(13+qs)+q2+s2=9+26+2qs+q2+s2=35+(q+s)2b = 9 + 2(13+qs) + q^2 + s^2 = 9 + 26 + 2qs + q^2 + s^2 = 35 + (q+s)^2 We can square both sides of the third equation, and get (q+s)2=16(q+s)^2 = 16 We substitute that in and we get

b=35+16=051b = 35+16 = \boxed{051} - AlexLikeMath

- Corrections by VSPuzzler

- minor edit by (Marshall_Huang)