2010 AIME I Problems/Problem 6
Contents
Problem
Let be a quadratic polynomial with real coefficients satisfying
for all real numbers
, and suppose
. Find
.
Solution
Solution 1
![[asy] import graph; real min = -0.5, max = 2.5; pen dark = linewidth(1); real P(real x) { return 8*(x-1)^2/5+1; } real Q(real x) { return (x-1)^2+1; } real R(real x) { return 2*(x-1)^2+1; } draw(graph(P,min,max),dark); draw(graph(Q,min,max),linetype("6 2")+linewidth(0.7)); draw(graph(R,min,max),linetype("6 2")+linewidth(0.7)); dot((1,1)); label("$P(x)$",(max,P(max)),E,fontsize(10)); label("$Q(x)$",(max,Q(max)),E,fontsize(10)); label("$R(x)$",(max,R(max)),E,fontsize(10)); /* axes */ Label f; f.p=fontsize(8); xaxis(-2, 3, Ticks(f, 5, 1)); yaxis(-1, 5, Ticks(f, 6, 1)); [/asy]](http://latex.artofproblemsolving.com/8/6/4/8642816d5b50f02498e44e455af5a0ae225ce976.png)
Let ,
. Completing the square, we have
, and
, so it follows that
for all
(by the Trivial Inequality).
Also, , so
, and
obtains its minimum at the point
. Then
must be of the form
for some constant
; substituting
yields
. Finally,
.
Solution 2
It can be seen that the function must be in the form
for some real
and
. This is because the derivative of
is
, and a global minimum occurs only at
(in addition, because of this derivative, the vertex of any quadratic polynomial occurs at
). Substituting
and
we obtain two equations:
![$P(11) = 99a + c = 181$](http://latex.artofproblemsolving.com/1/2/8/1280d75a5502cedf7bcf254923bdcf8b62164e8c.png)
![$P(1) = -a + c = 1$](http://latex.artofproblemsolving.com/0/3/9/0391d44108cc4deef2a67c6c1ab842904914dd26.png)
Solving, we get and
, so
. Therefore,
.
Solution 3
Let ; note that
. Setting
, we find that equality holds when
and therefore when
; this is true iff
, so
.
Let ; clearly
, so we can write
, where
is some linear function. Plug
into the given inequality:
, and thus
For all ; note that the inequality signs are flipped if
, and that the division is invalid for
. However,
,
and thus by the sandwich theorem ; by the definition of a continuous function,
. Also,
, so
; plugging in and solving,
. Thus
, and so
.
Solution 4
Let , then
(note this is derived from the given inequality chain). Therefore,
for some real value A.
.
Solution 5
Let . Plugging in
to the expressions on both sides of the inequality, we see that
. We see from the problem statement that
. Since we know the vertex of
lies at
, by symmetry we get
as well. Since we now have three equations, we can solve this trivial system and get our answer of
.
Solution 6
Similar to Solution 5, let . Note that
is a vertex of the polynomial. Additionally, this means that
(since
is the minimum
point). Thus, we have
. Therefore
. Moreover,
. And so our polynomial is
. Plug in
to get
.
Solution 7
Very similar to Solution 6, start by noticing that is between two polynomials, we try to set them equal to find a point where the two polynomials intersect, meaning that
would also have to intersect that point (it must be between the two graphs). Setting
, we find that
. Note that both of these graphs have the same vertex (at
), and so
must also have the same vertex
. Setting
(this is where we have a vertex at
), we plug in
and find that
. Evaluating
when
(our intended goal), we find that
.
See Also
2010 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 5 |
Followed by Problem 7 | |
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.