返回题库

AIME 2010 II · 第 7 题

AIME 2010 II — Problem 7

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let P(z)=z3+az2+bz+cP(z)=z^3+az^2+bz+c, where aa, bb, and cc are real. There exists a complex number ww such that the three roots of P(z)P(z) are w+3iw+3i, w+9iw+9i, and 2w42w-4, where i2=1i^2=-1. Find a+b+c|a+b+c|.

解析

Solution 1 (Vieta's)

Set w=x+yiw=x+yi, so x1=x+(y+3)ix_1 = x+(y+3)i, x2=x+(y+9)ix_2 = x+(y+9)i, x3=2x4+2yix_3 = 2x-4+2yi.

Since a,b,cRa,b,c\in{R}, the imaginary part of a,b,ca,b,c must be 00.

Start with a, since it's the easiest one to do: y+3+y+9+2y=0,y=3y+3+y+9+2y=0, y=-3,

and therefore: x1=xx_1 = x, x2=x+6ix_2 = x+6i, x3=2x46ix_3 = 2x-4-6i.

Now, do the part where the imaginary part of c is 0 since it's the second easiest one to do: x(x+6i)(2x46i)x(x+6i)(2x-4-6i). The imaginary part is 6x224x6x^2-24x, which is 0, and therefore x=4x=4, since x=0x=0 doesn't work.

So now, x1=4,x2=4+6i,x3=46ix_1 = 4, x_2 = 4+6i, x_3 = 4-6i,

and therefore: a=12,b=84,c=208a=-12, b=84, c=-208. Finally, we have a+b+c=12+84208=136|a+b+c|=|-12+84-208|=\boxed{136}.

Solution 1b

Same as solution 1 except that when you get to x1=xx_1 = x, x2=x+6ix_2 = x+6i, x3=2x46ix_3 = 2x-4-6i, you don't need to find the imaginary part of cc. We know that x1x_1 is a real number, which means that x2x_2 and x3x_3 are complex conjugates. Therefore, x=2x4x=2x-4.

Solution 2 (casework)

Note that at least one of w+3iw+3i, w+9iw+9i, or 2w42w-4 is real by complex conjugate roots. We now separate into casework based on which one.

Let w=x+yiw=x+yi, where xx and yy are reals.

Case 1: w+3iw+3i is real. This implies that x+yi+3ix+yi+3i is real, so by setting the imaginary part equal to zero we get y=3y=-3, so w=x3iw=x-3i. Now note that since w+3iw+3i is real, w+9iw+9i and 2w42w-4 are complex conjugates. Thus w+9i=2w4\overline{w+9i}=2w-4, so x+6i=2(x3i)4\overline{x+6i}=2(x-3i)-4, implying that x=4x=4, so w=43iw=4-3i.

Case 2: w+9iw+9i is real. This means that x+yi+9ix+yi+9i is real, so again setting imaginary part to zero we get y=9y=-9, so w=x9iw=x-9i. Now by the same logic as above w+3iw+3i and 2w42w-4 are complex conjugates. Thus w+3i=2w4\overline{w+3i}=2w-4, so x6i=2(x9i)4\overline{x-6i}=2(x-9i)-4, so x+6i=2x418ix+6i=2x-4-18i, which has no solution as xx is real.

Case 3: 2w42w-4 is real. Going through the same steps, we get y=0y=0, so w=xw=x. Now w+3iw+3i and w+6iw+6i are complex conjugates, but w=xw=x, which means that x+3i=x+6i\overline{x+3i}=x+6i, so x3i=x+6ix-3i=x+6i, which has no solutions.

Thus case 1 is the only one that works, so w=43iw=4-3i and our polynomial is (z(4))(z(4+6i))(z(46i))(z-(4))(z-(4+6i))(z-(4-6i)). Note that instead of expanding this, we can save time by realizing that the answer format is a+b+c|a+b+c|, so we can plug in z=1z=1 to our polynomial to get the sum of coefficients, which will give us a+b+c+1a+b+c+1. Plugging in z=1z=1 into our polynomial, we get (3)(36i)(3+6i)(-3)(-3-6i)(-3+6i) which evaluates to 135-135. Since this is a+b+c+1a+b+c+1, we subtract 1 from this to get a+b+c=136a+b+c=-136, so a+b+c=136|a+b+c|=\boxed{136}.

~chrisdiamond10

Solution 3

By Vieta's we know the sum of the roots must be a-a, a real number. That means 4w+12i44w+12i-4 is a real number, meaning ww has an imaginary component of 3i-3i.

Now we write w=x3iw = x-3i. Then, w+3iw+3i is the real root, meaning the other two are complex conjugates. We have x+6i=2x46i\overline{x+6i} = 2x-4-6i, and solving, we get x=4x=4. Then, f(x)=(x4)(x46i)(x4+6i)=(x4)(x28x+52)f(x) = (x-4)(x-4-6i)(x-4+6i) = (x-4)(x^2-8x+52).

We get a+b+c=12+84208=136|a+b+c| = |-12+84-208| = \boxed{136}.

-skibbysiggy