返回题库

AIME 2008 I · 第 13 题

AIME 2008 I — Problem 13

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let

p(x,y)=a0+a1x+a2y+a3x2+a4xy+a5y2+a6x3+a7x2y+a8xy2+a9y3.p(x,y) = a_0 + a_1x + a_2y + a_3x^2 + a_4xy + a_5y^2 + a_6x^3 + a_7x^2y + a_8xy^2 + a_9y^3. Suppose that

p(0,0)=p(1,0)=p(1,0)=p(0,1)=p(0,1)=p(1,1)=p(1,1)=p(2,2)=0.p(0,0) = p(1,0) = p( - 1,0) = p(0,1) = p(0, - 1)\\ = p(1,1) = p(1, - 1) = p(2,2) = 0. There is a point (ac,bc)\left(\frac {a}{c},\frac {b}{c}\right) for which p(ac,bc)=0p\left(\frac {a}{c},\frac {b}{c}\right) = 0 for all such polynomials, where aa, bb, and cc are positive integers, aa and cc are relatively prime, and c>1c > 1. Find a+b+ca + b + c.

解析

Solution

Solution 1

p(0,0)=a0=0p(1,0)=a0+a1+a3+a6=a1+a3+a6=0p(1,0)=a1+a3a6=0\begin{aligned} p(0,0) &= a_0 \\ &= 0 \\ p(1,0) &= a_0 + a_1 + a_3 + a_6 \\ &= a_1 + a_3 + a_6 \\ &= 0 \\ p(-1,0) &= -a_1 + a_3 - a_6 \\ &= 0 \end{aligned} Adding the above two equations gives a3=0a_3 = 0, and so we can deduce that a6=a1a_6 = -a_1.

Similarly, plugging in (0,1)(0,1) and (0,1)(0,-1) gives a5=0a_5 = 0 and a9=a2a_9 = -a_2. Now,

p(1,1)=a0+a1+a2+a3+a4+a5+a6+a7+a8+a9=0+a1+a2+0+a4+0a1+a7+a8a2=a4+a7+a8=0p(1,1)=a0+a1a2+0a4+0a1a7+a8+a2=a4a7+a8=0\begin{aligned} p(1,1) &= a_0 + a_1 + a_2 + a_3 + a_4 + a_5 + a_6 + a_7 + a_8 + a_9 \\ &= 0 + a_1 + a_2 + 0 + a_4 + 0 - a_1 + a_7 + a_8 - a_2 \\ &= a_4 + a_7 + a_8 \\ &= 0 \\ p(1,-1) &= a_0 + a_1 - a_2 + 0 - a_4 + 0 - a_1 - a_7 + a_8 + a_2 \\ &= -a_4 - a_7 + a_8 \\ &= 0 \end{aligned} Therefore a8=0a_8 = 0 and a7=a4a_7 = -a_4. Finally,

p(2,2)=0+2a1+2a2+0+4a4+08a18a4+08a2=6a16a24a4=0\begin{aligned} p(2,2) &= 0 + 2a_1 + 2a_2 + 0 + 4a_4 + 0 - 8a_1 - 8a_4 +0 - 8a_2 \\ &= -6 a_1 - 6 a_2 - 4 a_4 \\ &= 0 \end{aligned} So, 3a1+3a2+2a4=03a_1 + 3a_2 + 2a_4 = 0, or equivalently a4=3(a1+a2)2a_4 = -\frac{3(a_1 + a_2)}{2}.

Substituting these equations into the original polynomial pp, we find that at (ac,bc)\left(\frac{a}{c}, \frac{b}{c}\right),

a1x+a2y+a4xya1x3a4x2ya2y3=0    a_1x + a_2y + a_4xy - a_1x^3 - a_4x^2y - a_2y^3 = 0 \iff a1x+a2y3(a1+a2)2xya1x3+3(a1+a2)2x2ya2y3=0    a_1x + a_2y - \frac{3(a_1 + a_2)}{2}xy - a_1x^3 + \frac{3(a_1 + a_2)}{2}x^2y - a_2y^3 = 0 \iff a1x(x1)(x+132y)+a2y(y2132x(x1))=0a_1x(x - 1)\left(x + 1 - \frac{3}{2}y\right) + a_2y\left(y^2 - 1 - \frac{3}{2}x(x - 1)\right) = 0 . The remaining coefficients a1a_1 and a2a_2 are now completely arbitrary because the original equations impose no more restrictions on them. Hence, for the final equation to hold for all possible pp, we must have x(x1)(x+132y)=y(y2132x(x1))=0x(x - 1)\left(x + 1 - \frac{3}{2}y\right) = y\left(y^2 - 1 - \frac{3}{2}x(x - 1)\right) = 0.

As the answer format implies that the xx-coordinate of the root is non-integral, x(x1)(x+132y)=0    x+132y=0    y=23(x+1) (1)x(x - 1)\left(x + 1 - \frac{3}{2}y\right) = 0 \iff x + 1 - \frac{3}{2}y = 0 \iff y = \frac{2}{3}(x + 1)\ (1). The format also implies that yy is positive, so y(y2132x(x1))=0    y2132x(x1)=0 (2)y\left(y^2 - 1 - \frac{3}{2}x(x - 1)\right) = 0 \iff y^2 - 1 - \frac{3}{2}x(x - 1) = 0\ (2). Substituting (1)(1) into (2)(2) and reducing to a quadratic yields (19x5)(x2)=0(19x - 5)(x - 2) = 0, in which the only non-integral root is x=519x = \frac{5}{19}, so y=1619y = \frac{16}{19}.

The answer is 5+16+19=0405 + 16 + 19 = \boxed{040}.

AIME diagram

Solution 2

Consider the cross section of z=p(x,y)z = p(x, y) on the plane z=0z = 0. We realize that we could construct the lines/curves in the cross section such that their equations multiply to match the form of p(x,y)p(x, y) (same degree of xx and yy in terms) and they include the eight given points. One simple way to do this would be to use the equations x=0x = 0, x=1x = 1, and y=23x+23y = \frac{2}{3}x + \frac{2}{3}, giving us

p1(x,y)=x(x1)(23xy+23)=23x+xy+23x3x2yp_1(x, y) = x\left(x - 1\right)\left( \frac{2}{3}x - y + \frac{2}{3}\right) = \frac{2}{3}x + xy + \frac{2}{3}x^3-x^2y.

Another way to do this would to use the line y=xy = x and the ellipse, x2+xy+y2=1x^2 + xy + y^2 = 1. This would give

p2(x,y)=(xy)(x2+xy+y21)=x+y+x3y3p_2(x, y) = \left(x - y\right)\left(x^2 + xy + y^2 - 1\right) = -x + y + x^3 - y^3. (But

(Another way would be to use the hyperbola from Solution 1. Interesting that different curves both work.)

At this point, we consider that p1p_1 and p2p_2 both must have (ac,bc)\left(\frac{a}{c}, \frac{b}{c}\right) as a zero. A quick graph of the 4 lines and the ellipse used to create p1p_1 and p2p_2 gives nine intersection points. Eight of them are the given ones, and the ninth is (519,1619)\left(\frac{5}{19}, \frac{16}{19}\right). The last intersection point can be found by finding the intersection points of y=23x+23y = \frac{2}{3}x + \frac{2}{3} and x2+xy+y2=1x^2 + xy + y^2 = 1. Finally, just add the values of aa, bb, and cc to get 5+16+19=0405 + 16 + 19 = \boxed{040}

AIME diagram

Solution 3 (Ansatz)

We can plug in the values to obtain

p(0,0)=0a0=0p(0,0)=0\Longrightarrow a_0=0 p(1,0)=0a1+a3+a6=0p(1,0)=0\Longrightarrow a_1+a_3+a_6=0 p(0,1)=0a2+a5+a9=0p(0,1)=0\Longrightarrow a_2+a_5+a_9=0 p(1,0)=0a1a3+a6=0p(-1,0)=0\Longrightarrow a_1-a_3+a_6=0 p(0,1)=0a2a5+a9=0p(0,-1)=0\Longrightarrow a_2-a-5+a_9=0 p(1,1)=0a4+a7+a8=0p(1,1)=0\Longrightarrow a_4+a_7+a_8=0 p(1,1)=0a4+a7a8=0p(1,-1)=0\Longrightarrow a_4+a_7-a_8=0 p(2,2)=02a4=3a6+3a92a4+3a1+3a2=0.p(2,2)=0\Longrightarrow2a_4=3a_6+3a_9\Leftrightarrow2a_4+3a_1+3a_2=0. Now, this means that

p(x,y)=a1x+a2y+a4xya1x3+a7x2y+a8xy2a2y3.p(x,y)=a_1x+a_2y+a_4xy-a_1x^3+a_7x^2y+a_8xy^2-a_2y^3. After some simplifying, we obtain

p(x,y)=a1(xx3)+a2(yy3)+a4xy(1x).p(x,y)=a_1(x-x^3)+a_2(y-y^3)+a_4xy(1-x). Since p(x,y)=0p(x,y)=0, 3a1+3a2+2a4=0,3a_1+3a_2+2a_4=0, and we suspect that:

xx3=yy3x-x^3=y-y^3 and

xx3xy(1x)=321+xy=3223+2x3=y\frac{x-x^3}{xy(1-x)}=\frac{3}{2}\Leftrightarrow\frac{1+x}{y}=\frac{3}{2} \Leftrightarrow\frac{2}{3}+\frac{2x}{3}=y .

Plugging this into the first equation, and factoring, and cancelling (x+1)(x+1), and simplifying, we get 19x243x+10=019x^2 -43x+10=0, so we find that (x,y)=(519,1619)a+b+c=5+16+19=40.(x,y)=\left(\frac{5}{19},\frac{16}{19}\right)\Longrightarrow a+b+c=5+16+19=\boxed{40}.

~~pinkpig

Video Solution

2008 AIME I #13

MathProblemSolvingSkills.com