2008 AIME I Problems/Problem 13
Problem
Let
Suppose that
There is a point for which for all such polynomials, where , , and are positive integers, and are relatively prime, and . Find .
Solution
Solution 1
Adding the above two equations gives , and so we can deduce that .
Similarly, plugging in and gives and . Now, Therefore and . Finally, So, , or equivalently .
Substituting these equations into the original polynomial , we find that at , . The remaining coefficients and are now completely arbitrary because the original equations impose no more restrictions on them. Hence, for the final equation to hold for all possible , we must have .
As the answer format implies that the -coordinate of the root is non-integral, . The format also implies that is positive, so . Substituting into and reducing to a quadratic yields , in which the only non-integral root is , so .
The answer is .
[asy] unitsize(1.2 cm);
real upperhyper (real x) { return(sqrt((3*x^2 - 3*x + 2)/2)); }
real lowerhyper (real x) { return(-sqrt((3*x^2 - 3*x + 2)/2)); }
int i;
for (i = -3; i <= 3; ++i) { draw((-3,i)--(3,i),gray(0.7)); draw((i,-3)--(i,3),gray(0.7)); }
draw((0,-3)--(0,3),red); draw((1,-3)--(1,3),red); draw((-3,-4/3)--(3,8/3),red); draw((-3,0)--(3,0),blue); draw(graph(upperhyper,-1.863,2.863),blue); draw(graph(lowerhyper,-1.836,2.863),blue);
dot("", (0,0), NE, fontsize(8)); dot("", (1,0), NE, fontsize(8)); dot("", (-1,0), NW, fontsize(8)); dot("", (0,1), SW, fontsize(8)); dot("", (0,-1), NW, fontsize(8)); dot("", (1,1), SE, fontsize(8)); dot("", (1,-1), NE, fontsize(8)); dot("", (2,2), SE, fontsize(8)); dot((5/19,16/19), green); [/asy]
Solution 2
Consider the cross section of on the plane . We realize that we could construct the lines/curves in the cross section such that their equations multiply to match the form of and they go over the eight given points. A simple way to do this would be to use the equations , , and , giving us
.
Another way to do this would to use the line and the ellipse, . This would give
.
At this point, we see that and both must have as a zero. A quick graph of the 4 lines and the ellipse used to create and gives nine intersection points. Eight of them are the given ones, and the ninth is . The last intersection point can be found by finding the intersection points of and . Finally, just add the values of , , and to get
See also
2008 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 12 |
Followed by Problem 14 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.