返回题库

AIME 2015 I · 第 10 题

AIME 2015 I — Problem 10

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let f(x)f(x) be a third-degree polynomial with real coefficients satisfying

f(1)=f(2)=f(3)=f(5)=f(6)=f(7)=12.|f(1)|=|f(2)|=|f(3)|=|f(5)|=|f(6)|=|f(7)|=12. Find f(0)|f(0)|.

解析

Solution 1

Let f(x)f(x) = ax3+bx2+cx+dax^3+bx^2+cx+d. Since f(x)f(x) is a third degree polynomial, it can have at most two bends in it where it goes from up to down, or from down to up. By drawing a coordinate axis, and two lines representing 1212 and 12-12, it is easy to see that f(1)=f(5)=f(6)f(1)=f(5)=f(6), and f(2)=f(3)=f(7)f(2)=f(3)=f(7); otherwise more bends would be required in the graph. Since only the absolute value of f(0)f(0) is required, there is no loss of generalization by stating that f(1)=12f(1)=12, and f(2)=12f(2)=-12. This provides the following system of equations.

a+b+c+d=12a + b + c + d = 12 8a+4b+2c+d=128a + 4b + 2c + d = -12 27a+9b+3c+d=1227a + 9b + 3c + d = -12 125a+25b+5c+d=12125a + 25b + 5c + d = 12 216a+36b+6c+d=12216a + 36b + 6c + d = 12 343a+49b+7c+d=12343a + 49b + 7c + d = -12 Using any four of these functions as a system of equations yields d=f(0)=072d = |f(0)| = \boxed{072}

Note: You can use Gaussian elimination to solve these equations.

Solution 2

By drawing the function, and similar to Solution 1, WLOG let f(1)=f(5)=f(6)=12f(1)=f(5)=f(6)=12. Then, f(2)=f(3)=f(7)f(2)=f(3)=f(7). Set g(x)+12=f(x)g(x)+12=f(x). Then the roots of g(x)g(x) are 1,5,61,5,6. So, g(x)=a(x1)(x5)(x6)g(x)=a(x-1)(x-5)(x-6). Plug in x=2x=2 to find a. We know

24=1212=f(2)12=g(2)=a(1)(3)(4)=12a-24=-12-12=f(2)-12=g(2)=a(1)(-3)(-4)=12a . So, a=2a=-2. Thus, f(x)=g(x)+12=2(x1)(x5)(x6)+12f(x)=g(x)+12=-2(x-1)(x-5)(x-6)+12, and then f(0)=60+12=072|f(0)|=60+12=\boxed{072}.

Solution 3

Without loss of generality, let f(1)=12f(1) = 12. (If f(1)=12f(1) = -12, then take f(x)-f(x) as the polynomial, which leaves f(0)|f(0)| unchanged.) Because ff is third-degree, write

f(x)12=a(x1)(xb)(xc)f(x) - 12 = a(x - 1)(x - b)(x - c) f(x)+12=a(xd)(xe)(xf)f(x) + 12 = a(x - d)(x - e)(x - f) where {b,c,d,e,f}\{b, c, d, e, f \} clearly must be a permutation of {2,3,5,6,7}\{2, 3, 5, 6, 7\} from the given condition. Thus b+c+d+e+f=2+3+5+6+7=23.b + c + d + e + f = 2 + 3 + 5 + 6 + 7 = 23. However, subtracting the two equations gives 24=a[(x1)(xb)(xc)(xd)(xe)(xf)]-24 = a[(x - 1)(x - b)(x - c) - (x - d)(x - e)(x - f)], so comparing x2x^2 coefficients gives 1+b+c=d+e+f1 + b + c = d + e + f and thus both values equal to 242=12\dfrac{24}{2} = 12. As a result, {b,c}={5,6}\{b, c \} = \{5, 6 \}. As a result, 24=a(12)-24 = a (12) and so a=2a = -2. Now, we easily deduce that f(0)=(2)(1)(5)(6)+12=72,f(0) = (-2) \cdot (-1) \cdot (-5) \cdot (-6) + 12 = 72, and so removing the without loss of generality gives f(0)=072|f(0)| = \boxed{072}, which is our answer.

Solution 4

The following solution is similar to solution 3, but assumes nothing. Let g(x)=(f(x))2144g(x)=(f(x))^2-144. Since ff has degree 3, gg has degree 6 and has roots 1,2,3,5,6, and 7. Therefore, g(x)=k(x1)(x2)(x3)(x5)(x6)(x7)g(x)=k(x-1)(x-2)(x-3)(x-5)(x-6)(x-7) for some kk. Hence f(0)=g(0)+144=1260k+144|f(0)|=\sqrt{g(0)+144}=\sqrt{1260k+144}. Note that g(x)=(f(x)+12)(f(x)12)g(x)=(f(x)+12)(f(x)-12). Since ff has degree 3, so do f(x)+12f(x)+12 and f(x)12f(x)-12; and both have the same leading coefficient. Hence f(x)+12=a(xq)(xr)(xs)f(x)+12=a(x-q)(x-r)(x-s) and f(x)12=a(xt)(xu)(xv)f(x)-12=a(x-t)(x-u)(x-v) for some a0a\neq 0 (else ff is not cubic) where {q,r,s,t,u,v}\{q,r,s,t,u,v\} is the same as the set {1,2,3,5,6,7}\{1,2,3,5,6,7\}. Subtracting the second equation from the first, expanding, and collecting like terms, we have that

24=a((t+u+v(q+r+s))x2a(tu+uv+tv(qr+qs+rs))x+a(tuvqrs)24=a((t+u+v-(q+r+s))x^2-a(tu+uv+tv-(qr+qs+rs))x+a(tuv-qrs) which must hold for all xx. Since a0a\neq 0 we have that (1) t+u+v=q+r+st+u+v=q+r+s, (2) tu+uv+tv=qr+qs+rstu+uv+tv=qr+qs+rs and (3) a(tuvqrs)=24a(tuv-qrs)=24. Since q+r+s+t+u+vq+r+s+t+u+v is the sum of 1,2,3,5,6, and 7, we have q+r+s+t+u+v=24q+r+s+t+u+v=24 so that by (1) we have q+r+s=12q+r+s=12 and t+u+v=12t+u+v=12. We must partition 1,2,3,5,6,7 into 2 sets each with a sum of 12. Consider the set that contains 7. It can't contain 6 or 5 because the sum of that set would already be 12\geq 12 with only 2 elements. If 1 is in that set, the other element must be 4 which is impossible. Hence the two sets must be {2,3,7}\{2,3,7\} and {1,5,6}\{1,5,6\}. Note that each of these sets happily satisfy (2). By (3), since the sets have products 42 and 30 we have that a=24tuvqrs=2412=2|a|=\frac{24}{|tuv-qrs|}=\frac{24}{12}=2. Since aa is the leading coefficient of f(x)f(x), the leading coefficient of (f(x))2(f(x))^2 is a2=a2=22=4a^2=|a|^2=2^2=4. Thus the leading coefficient of g(x)g(x) is 4, i.e. k=4k=4. Then from earlier, f(0)=g(0)+144=1260k+144=12604+144=5184=72|f(0)|=\sqrt{g(0)+144}=\sqrt{1260k+144}=\sqrt{1260\cdot4+144}=\sqrt{5184}=72 so that the answer is 072\boxed{072}.

Solution 5

Express f(x)f(x) in terms of powers of (x4)(x-4):

f(x)=a(x4)3+b(x4)2+c(x4)+df(x) = a(x-4)^3 + b(x-4)^2 + c(x-4) + d By the same argument as in the first Solution, we see that f(x)f(x) is an odd function about the line x=4x=4, so its coefficients bb and dd are 0. From there it is relatively simple to solve f(2)=f(3)=12f(2)=f(3)=-12 (as in the above solution, but with a smaller system of equations):

a(1)3+c(1)=12a(1)^3 + c(1) = -12 a(2)3+c(2)=12a(2)^3 + c(2) = -12 a=2a=2 and c=14c=-14

f(0)=2(4)314(4)=072|f(0)| = |2(-4)^3 - 14(-4)| = \boxed{072}

Solution 6 (Finite differences)

Because a cubic must come in a "wave form" with two points of inflection, we can see that f(1)=f(5)=f(6)f(1)=f(5)=f(6), and f(2)=f(3)=f(7)f(2)=f(3)=f(7). By symmetry, f(4)=0f(4)=0. Now, WLOG let f(1)=12f(1)=12, and f(2)=f(3)=12f(2)=f(3)=-12. Then, we can use finite differences to get that the third (constant) difference is 1212, and therefore f(0)=12+(24+(24+12))=072f(0)=12+(24+(24+12))=\boxed{072}.

Solution 7 (Like solution 1 without annoying systems)

We can rewrite our function as two different cubics, f(x)=k(xa)(xb)(xc)±12=k(xd)(xe)(xf)12f(x)=k(x-a)(x-b)(x-c)\pm12=k(x-d)(x-e)(x-f)\mp12. Note that kk is the same in both because they must be equal, so their leading terms must be. We must then, following Vieta's, choose our roots such that a+b+c=d+e+fa+b+c=d+e+f and verify that the other Vieta's formulas hold. Additionally, a cubic must only cross the x-axis thrice, restricting our choices for roots further. Choosing a=1a=1, b=5b=5, c=6c=6, d=2d=2, e=3e=3, f=7f=7 yields:

kx312kx2+41kx30k±12=kx312kx2+41kx42k12kx^3-12kx^2+41kx-30k\pm12=kx^3-12kx^2+41kx-42k\mp12 For the constant terms to have a difference of 24 (±1212|\pm12-\mp12|), we must have k=±2k=\pm2, so the constant term of our polynomial is ±72\pm72, the absolute value of which is 072\boxed{072}. -- Solution by eiis1000

Solution 8 (First few steps of solution 1)

We can rewrite the function as f(x)12=z(x1)(x5)(x6)f(x) - 12 = z(x-1)(x-5)(x-6) and f(x)+12=z(x2)(x3)(x7)f(x) + 12 = z(x-2)(x-3)(x-7). Since we need to find f(0)|f(0)|, substitute 0 for x in these two equations.

f(0)12=z(01)(05)(06),f(0)+12=z(02)(03)(07)f(0) - 12 = z(0-1)(0-5)(0-6), f(0) + 12 = z(0-2)(0-3)(0-7) f(0)12=z30,f(0)+12=z42f(0) - 12 = z\cdot -30, f(0) + 12 = z\cdot -42 Isolating zz in both of the equations,

z=f(0)1230,z=f(0)+1242z = \frac{f(0)-12}{-30}, z = \frac{f(0) + 12}{-42} Equating the two and solving for f(0)f(0), we see f(0)=72|f(0)| = 72.

~YBSuburbanTea

Solution 9 (Cheese Solution)

Let the leading coefficient of f(x)f(x) be aa. Then, it is obvious that (f(x)12)(f(x)+12)=a2(x1)(x2)(x3)(x5)(x6)(x7)(f(x) - 12)(f(x) + 12) = a^2(x - 1)(x - 2)(x - 3)(x - 5)(x - 6)(x - 7). Let us now, let x=0x = 0. We then have, after cleaning it up nicely, [f(0)]2=2232(35a2+4)[f(0)]^2 = 2^2 * 3^2 * (35a^2 + 4). We now take the square root of both sides, to obtain f(0)|f(0)|. So, f(0)=635a2+4|f(0)| = 6 * \sqrt{35a^2 + 4}. Now, this is the cheese part. Since this is aime, we know that the answer must be an integer, so we assume a=2a = 2. Thus, we get f(0)=6144=612=072|f(0)| = 6 * \sqrt{144} = 6 * 12 = 072.

~~triggod