返回题库

AIME 2007 I · 第 8 题

AIME 2007 I — Problem 8

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The polynomial P(x)P(x) is cubic. What is the largest value of kk for which the polynomials Q1(x)=x2+(k29)xkQ_1(x) = x^2 + (k-29)x - k and Q2(x)=2x2+(2k43)x+kQ_2(x) = 2x^2+ (2k-43)x + k are both factors of P(x)P(x)?

解析

Solution

Solution 1

We can see that Q1Q_1 and Q2Q_2 must have a root in common for them to both be factors of the same cubic.

Let this root be aa.

We then know that aa is a root of Q2(x)2Q1(x)=2x2+2kx43x+k2x22kx+58x+2k=15x+3kQ_{2}(x)-2Q_{1}(x) = 2x^{2}+2kx-43x+k-2x^{2}-2kx+58x+2k = 15x+3k , so Q2(a)2Q1(a)=15a+3k=0    a=k5Q_{2}(a)-2Q_1(a)=15a+3k=0\implies a = \frac{-k}{5}.

We then know that k5\frac{-k}{5} is a root of Q1Q_{1} so we get: k225+(k29)(k5)k=0=k25(k29)(k)25k=k25k2+145k25k\frac{k^{2}}{25}+(k-29)\left(\frac{-k}{5}\right)-k = 0 = k^{2}-5(k-29)(k)-25k = k^{2}-5k^{2}+145k-25k or k2=30kk^{2}=30k, so k=30k=30 is the highest.

We can trivially check into the original equations to find that k=30k=30 produces a root in common, so the answer is 030\boxed{030}.

Solution 2

Again, let the common root be aa; let the other two roots be mm and nn. We can write that (xa)(xm)=x2+(k29)xk(x - a)(x - m) = x^2 + (k - 29)x - k and that 2(xa)(xn)=2(x2+(k432)x+k2)2(x - a)(x - n) = 2\left(x^2 + \left(k - \frac{43}{2}\right)x + \frac{k}{2}\right).

Therefore, we can write four equations (and we have four variables), a+m=29ka + m = 29 - k, a+n=432ka + n = \frac{43}{2} - k, am=kam = -k, and an=k2an = \frac{k}{2}.

The first two equations show that mn=29432=152m - n = 29 - \frac{43}{2} = \frac{15}{2}. The last two equations show that mn=2\frac{m}{n} = -2. Solving these show that m=5m = 5 and that n=52n = -\frac{5}{2}. Substituting back into the equations, we eventually find that k=030k = \boxed{030}.

Solution 3

Since Q1(x)Q_1(x) and Q2(x)Q_2(x) are both factors of P(x)P(x), which is cubic, we know the other factors associated with each of Q1(x)Q_1(x) and Q2(x)Q_2(x) must be linear. Let Q1(x)R(x)=Q2(x)S(x)=P(x)Q_1(x)R(x) = Q_2(x)S(x) = P(x), where R(x)=ax+bR(x) = ax + b and S(x)=cx+dS(x) = cx + d. Then we have that ((x2+(k29)xk))(ax+b)=((2x2+(2k43)x+k))(cx+d)((x^2 + (k-29)x - k))(ax + b) = ((2x^2+ (2k-43)x + k))(cx + d). Equating coefficients, we get the following system of equations:

a=2cb=d2c(k29)d=c(2k43)+2dd(k29)2ck=d(2k43)+ck\begin{aligned} a = 2c \\ b = -d \\ 2c(k - 29) - d = c(2k - 43) + 2d \\ -d(k - 29) - 2ck = d(2k - 43) + ck \end{aligned} Using equations (1)(1) and (2)(2) to make substitutions into equation (3)(3), we see that the kk's drop out and we're left with d=5cd = -5c. Substituting this expression for dd into equation (4)(4) and solving, we see that kk must be 030\boxed {030}.

~ anellipticcurveoverq

Solution 4

Notice that if the roots of Q1(x)Q_1(x) and Q2(x)Q_2(x) are all distinct, then P(x)P(x) would have four distinct roots, which is a contradiction since it's cubic.

Thus, Q1(x)Q_1(x) and Q2(x)Q_2(x) must share a root. Let this common value be r.r.

Thus, we see that we have

r2+(k29)rk=0,r^2 + (k - 29)r - k = 0, 2r2+(2k43)r+k=0.2r^2 + (2k - 43)r + k = 0. Adding the two equations gives us

3r2+(3k72)r=0    r=0,24k.3r^2 + (3k - 72)r = 0 \implies r = 0, 24 - k. Now, we have two cases to consider. If r=0,r = 0, then we have that Q1(r)=0=r2+(k29)rk    k=0.Q_1(r) = 0 = r^2 + (k - 29)r - k \implies k = 0. On the other hand, if r=24k,r = 24 - k, we see that

Q1(r)=0=(24k)2+(k29)(24k)k    k=030.Q_1(r) = 0 = (24 - k)^2 + (k - 29)(24 - k) - k \implies k = \boxed{030}. This can easily be checked to see that it does indeed work, and we're done!

~Ilikeapos

Solution 5

Since Q1(x)=x2+(k29)xkQ_1(x) = x^2 + (k - 29)x - k and Q2(x)=2x2+(2k43)x+kQ_2(x) = 2x^2 + (2k - 43)x + k are both factors of the cubic polynomial P(x)P(x), and both are quadratics, the only way for them to divide the same cubic is if they share a common linear factor. Otherwise, their product would be degree 4, which is too large. Therefore, P(x)P(x) can be factored as P(x)=Q1(x)(2x+a)=Q2(x)(x+b)P(x) = Q_1(x)(2x + a) = Q_2(x)(x + b) for some constants a,ba, b. We choose the linear factors so that both products have degree 3 with leading coefficient 2: since Q1Q_1 has leading coefficient 1, its linear factor must have leading coefficient 2, and since Q2Q_2 has leading coefficient 2, its linear factor must have leading coefficient 1.

Looking at constant terms on both sides, ka=kb-k \cdot a = k \cdot b, so ka=kb    a=b.-k a = k b \implies a = -b.

Next, expanding both sides and comparing the x2x^2 coefficients gives a+2k58=2b+2k43.a + 2k - 58 = 2b + 2k - 43. Substituting a=ba = -b, we get b+2k58=2b+2k43    b=2b+15    b=5,a=5.-b + 2k - 58 = 2b + 2k - 43 \implies -b = 2b + 15 \implies b = -5, \quad a = 5.

Finally, comparing the xx coefficients: a(k29)2k=(2k43)b+k,a(k - 29) - 2k = (2k - 43) b + k, which becomes 5(k29)2k=(2k43)(5)+k,5(k - 29) - 2k = (2k - 43)(-5) + k, simplifying to 3k145=9k+215.3k - 145 = -9k + 215. Solving for kk yields 12k=360    30.12k = 360 \implies \boxed{30}.

~MathKing555

Video Solution

https://www.youtube.com/watch?v=bsRQZwO7n84&t=64s