There are real numbers a,b,c, and d such that −20 is a root of x3+ax+b and −21 is a root of x3+cx2+d. These two polynomials share a complex root m+n⋅i, where m and n are positive integers and i=−1. Find m+n.
解析
Solution 1 (Complex Conjugate Root Theorem and Vieta's Formulas)
By the Complex Conjugate Root Theorem, the imaginary roots for each of x3+ax+b and x3+cx2+d are complex conjugates. Let z=m+n⋅i and z=m−n⋅i. It follows that the roots of x3+ax+b are −20,z,z, and the roots of x3+cx2+d are −21,z,z.
We know that
z+zzz=2m,=m2+n.(1)(2)
Applying Vieta's Formulas to x3+ax+b, we have −20+z+z=0. Substituting (1) into this equation, we get m=10.
Applying Vieta's Formulas to x3+cx2+d, we have −21z−21z+zz=0, or −21(z+z)+zz=0. Substituting (1) and (2) into this equation, we get n=320.
Finally, the answer is m+n=330.
~MRENTHUSIASM
Solution 2 (Somewhat Bashy)
(−20)3+(−20)a+b=0, hence −20a+b=8000
Also, (−21)3+c(−21)2+d=0, hence 441c+d=9261
m+in satisfies both ⇒ we can put it in both equations and equate to 0.
In the first equation, we get (m+in)3+a(m+in)+b=0 Simplifying this further, we get (m3−3mn+am+b)+i(3m2n−nn+an)=0
Hence, m3−3mn+am+b=0 and 3m2n−nn+an=0⇒3m2−n+a=0→(1)
In the second equation, we get (m+in)3+c(m+in)2+d=0 Simplifying this further, we get (m3+m2c−nc−3mn+d)+i(3m2n−nn+2mcn)=0
Hence, m3+m2c−nc−3mn+d=0 and 3m2n−nn+2mcn=0⇒3m2−n+2mc=0→(2)
Comparing (1) and (2),
a=2mc and am+b=m2c−nc+d→(3)
b=8000+20a⇒b=40mc+8000; d=9261−441c
Substituting these in (3) gives, 2m2c+8000+40mc=m2c−nc+9261−441c
This simplifies to m2c+nc+40mc+441c=1261⇒c(m2+n+40m+441)=1261
Solving (4) and (5) simultaneously gives m=10,n=320
[AIME can not have more than one answer, so we can stop here ... Not suitable for objective exam]
Hence, m+n=10+320=330
-Arnav Nigam
Solution 3 (Heavy Calculation Solution)
We start off by applying Vieta's, and we find that a=m2+n−40m, b=20m2+20n, c=21−2m, and d=21m2+21n. After that, we use the fact that −20 and −21 are roots of x3+ax+b and x3+cx2+d, respectively. Since substituting the roots back into the function returns zero, we have that (−20)3−20a+b=0 and (−21)3+c⋅(−21)2+d=0. Setting these two equations equal to each other while also substituting the values of a, b, c, and d above gives us 21m2+21n−1682m+8000=0. We then rearrange the equation into 21n=−21m2+1682m−8000.
With this property, we know that −21m2+1682m−8000 is divisible by 21, so 1682m−8000=0(mod21). This results in 2m−20=0(mod21), which finally gives us m=10(mod21). We can test the first obvious value of m, which is 10, to find that this works, and we get m=10 and n=320. Therefore, the answer is m+n=10+320=330.
~Jske25
~sidkris (formatting edits)
Solution 4 (Synthetic Division)
We note that x3+ax+b=(x+20)P(x) and x3+cx2+d=(x+21)Q(x) for some polynomials P(x) and Q(x).
Through synthetic division (ignoring the remainder as we can set b and d to constant values such that the remainder is zero), P(x)=x2−20x+(400+a), and Q(x)=x2+(c−21)x+(441−21c).
By the complex conjugate root theorem, we know that P(x) and Q(x) share the same roots, and they share the same leading coefficient, so P(x)=Q(x).
Therefore, c−21=−20 and 441−21c=400+a. Solving the system of equations, we get a=20 and c=1, so P(x)=Q(x)=x2−20x+420.
Finally, by the quadratic formula, we have roots of 220±400−1680=10±320i, so our final answer is 10+320=330
-faefeyfa
Solution 5 (Fast and Easy)
We plug -20 into the equation obtaining (−20)3−20a+b, likewise, plugging -21 into the second equation gets (−21)3+441c+d.
Solution 6 (solution by integralarefun)
Since m+in is a common root and all the coefficients are real, m−in must be a common root, too.
Now that we know all three roots of both polynomials, we can match coefficients (or more specifically, the zero coefficients).
First, however, the product of the two common roots is:
===(x−m−in)(x−m+in)x2−x(m+in+m−in)+(m+in)(m−in)x2−2xm+(m2−i2n)x2−2xm+m2+n
Now, let's equate the two forms of both the polynomials:
x3+ax+b=(x2−2xm+m2+n)(x+20)x3+cx2+d=(x2−2xm+m2+n)(x+21)
Now we can match the zero coefficients.