返回题库

AIME 2010 I · 第 6 题

AIME 2010 I — Problem 6

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let P(x)P(x) be a quadratic polynomial with real coefficients satisfying x22x+2P(x)2x24x+3x^2 - 2x + 2 \le P(x) \le 2x^2 - 4x + 3 for all real numbers xx, and suppose P(11)=181P(11) = 181. Find P(16)P(16).

解析

Solution

Solution 1

AIME diagram

Let Q(x)=x22x+2Q(x) = x^2 - 2x + 2, R(x)=2x24x+3R(x) = 2x^2 - 4x + 3. Completing the square, we have Q(x)=(x1)2+1Q(x) = (x-1)^2 + 1, and R(x)=2(x1)2+1R(x) = 2(x-1)^2 + 1, so it follows that P(x)Q(x)1P(x) \ge Q(x) \ge 1 for all xx (by the Trivial Inequality).

Also, 1=Q(1)P(1)R(1)=11 = Q(1) \le P(1) \le R(1) = 1, so P(1)=1P(1) = 1, and PP obtains its minimum at the point (1,1)(1,1). Then P(x)P(x) must be of the form c(x1)2+1c(x-1)^2 + 1 for some constant cc; substituting P(11)=181P(11) = 181 yields c=95c = \frac 95. Finally, P(16)=95(161)2+1=406P(16) = \frac 95 \cdot (16 - 1)^2 + 1 = \boxed{406}.

Solution 2

It can be seen that the function P(x)P(x) must be in the form P(x)=ax22ax+cP(x) = ax^2 - 2ax + c for some real aa and cc. This is because the derivative of P(x)P(x) is 2ax2a2ax - 2a, and a global minimum occurs only at x=1x = 1 (in addition, because of this derivative, the vertex of any quadratic polynomial occurs at b2a\frac{-b}{2a}). Substituting (1,1)(1,1) and (11,181)(11, 181) we obtain two equations:

P(11)=99a+c=181P(11) = 99a + c = 181, and P(1)=a+c=1P(1) = -a + c = 1.

Solving, we get a=95a = \frac{9}{5} and c=145c = \frac{14}{5}, so P(x)=95x2185x+145P(x) = \frac{9}{5}x^2 - \frac{18}{5}x + \frac {14}{5}. Therefore, P(16)=406P(16) = \boxed{406}.

Solution 3

Let y=x22x+2y = x^2 - 2x + 2; note that 2y1=2x24x+32y - 1 = 2x^2 - 4x + 3. Setting y=2y1y = 2y - 1, we find that equality holds when y=1y = 1 and therefore when x22x+2=1x^2 - 2x + 2 = 1; this is true iff x=1x = 1, so P(1)=1P(1) = 1.

Let Q(x)=P(x)xQ(x) = P(x) - x; clearly Q(1)=0Q(1) = 0, so we can write Q(x)=(x1)Q(x)Q(x) = (x - 1)Q'(x), where Q(x)Q'(x) is some linear function. Plug Q(x)Q(x) into the given inequality:

x23x+2Q(x)2x25x+3x^2 - 3x + 2 \le Q(x) \le 2x^2 - 5x + 3

(x1)(x2)(x1)Q(x)(x1)(2x3)(x - 1)(x - 2) \le (x - 1)Q'(x) \le (x - 1)(2x - 3), and thus

x2Q(x)2x3x - 2 \le Q'(x) \le 2x - 3

For all x>1x > 1; note that the inequality signs are flipped if x<1x < 1, and that the division is invalid for x=1x = 1. However,

limx1x2=limx12x3=1\lim_{x \to 1} x - 2 = \lim_{x \to 1} 2x - 3 = -1,

and thus by the sandwich theorem limx1Q(x)=1\lim_{x \to 1} Q'(x) = -1; by the definition of a continuous function, Q(1)=1Q'(1) = -1. Also, Q(11)=170Q(11) = 170, so Q(11)=170/(111)=17Q'(11) = 170/(11-1) = 17; plugging in and solving, Q(x)=(9/5)(x1)1Q'(x) = (9/5)(x - 1) - 1. Thus Q(16)=390Q(16) = 390, and so P(16)=406P(16) = \boxed{406}.

Solution 4

Let Q(x)=P(x)(x22x+2)Q(x) = P(x) - (x^2-2x+2), then 0Q(x)(x1)20\le Q(x) \le (x-1)^2 (note this is derived from the given inequality chain). Therefore, 0Q(x+1)x2Q(x+1)=Ax20\le Q(x+1) \le x^2 \Rightarrow Q(x+1) = Ax^2 for some real value A.

Q(11)=102AP(11)(11222+2)=100A80=100AA=45Q(11) = 10^2A \Rightarrow P(11)-(11^2-22+2)=100A \Rightarrow 80=100A \Rightarrow A=\frac{4}{5}.

Q(16)=152A=180P(16)(16232+2)=180P(16)=180+226=406Q(16)=15^2A=180 \Rightarrow P(16)-(16^2-32+2) = 180 \Rightarrow P(16)=180+226= \boxed{406}

Solution 5

Let P(x)=ax2+bx+cP(x) = ax^2 + bx + c. Plugging in x=1x = 1 to the expressions on both sides of the inequality, we see that a+b+c=1a + b + c = 1. We see from the problem statement that 121a+11b+c=181121a + 11b + c = 181. Since we know the vertex of P(x)P(x) lies at x=1x = 1, by symmetry we get 81a9b+c=18181a -9b + c = 181 as well. Since we now have three equations, we can solve this trivial system and get our answer of 406\boxed{406}.

Solution 6

Similar to Solution 5, let P(x)=ax2+bx+cP(x) = ax^2 + bx + c. Note that (1,1)(1,1) is a vertex of the polynomial. Additionally, this means that b=2ab = -2a (since b2a\frac{-b}{2a} is the minimum xx point). Thus, we have P(x)=ax22ax+cP(x) = ax^2 - 2ax + c. Therefore a2a+c=1a - 2a + c = 1. Moreover, 99a+c=18199a + c = 181. And so our polynomial is 95x2185x+145\frac{9}{5}x^2 - \frac{18}{5}x + \frac{14}{5}. Plug in x=16x = 16 to get 406\boxed{406}.

Solution 7

Very similar to Solution 6, start by noticing that P(x)P(x) is between two polynomials, we try to set them equal to find a point where the two polynomials intersect, meaning that P(x)P(x) would also have to intersect that point (it must be between the two graphs). Setting x22x+2=2x24x+3x^2 - 2x + 2 = 2x^2 - 4x + 3, we find that x=1x = 1. Note that both of these graphs have the same vertex (at x=1x = 1), and so P(x)P(x) must also have the same vertex (1,1)(1, 1). Setting P(x)=ax22ax+a+1P(x) = ax^2 - 2ax + a + 1 (this is where we have a vertex at (1,1)(1, 1)), we plug in 1111 and find that a=1.8a = 1.8. Evaluating 1.8x23.6x+2.81.8x^2 - 3.6x + 2.8 when x=16x = 16 (our intended goal), we find that P(16)=406P(16) = \boxed{406}.