Difference between revisions of "2009 AMC 12A Problems/Problem 23"
m (→Solution: added space) |
m (still trying to add space) |
||
Line 16: | Line 16: | ||
The two quadratics are <math>180^{\circ}</math> rotations of each other about <math>(50,0)</math>. Since we are only dealing with differences of roots, we can translate them to be symmetric about <math>(0,0)</math>. Now <math>x_3 = - x_2 = 75</math> and <math>x_4 = - x_1</math>. Say our translated versions of <math>f</math> and <math>g</math> are <math>p</math> and <math>q</math>, respectively, so that <math>p(x) = - q( - x)</math>. Let <math>x_3 = 75</math> be a root of <math>p</math> and <math>x_2 = - 75</math> a root of <math>q</math> by symmetry. Note that since they each contain each other's vertex, <math>x_1</math>, <math>x_2</math>, <math>x_3</math>, and <math>x_4</math> must be roots of alternating polynomials, so <math>x_1</math> is a root of <math>p</math> and <math>x_4</math> a root of <math>q</math> | The two quadratics are <math>180^{\circ}</math> rotations of each other about <math>(50,0)</math>. Since we are only dealing with differences of roots, we can translate them to be symmetric about <math>(0,0)</math>. Now <math>x_3 = - x_2 = 75</math> and <math>x_4 = - x_1</math>. Say our translated versions of <math>f</math> and <math>g</math> are <math>p</math> and <math>q</math>, respectively, so that <math>p(x) = - q( - x)</math>. Let <math>x_3 = 75</math> be a root of <math>p</math> and <math>x_2 = - 75</math> a root of <math>q</math> by symmetry. Note that since they each contain each other's vertex, <math>x_1</math>, <math>x_2</math>, <math>x_3</math>, and <math>x_4</math> must be roots of alternating polynomials, so <math>x_1</math> is a root of <math>p</math> and <math>x_4</math> a root of <math>q</math> | ||
− | <center><cmath>p(x) = a(x - 75)(x - x_1) | + | <center><cmath>p(x) = a(x - 75)(x - x_1) </center> |
− | + | <center></cmath>q(x) = - a(x + 75)(x + x_1)</center> | |
The vertex of <math>p(x)</math> is half the sum of its roots, or <math>\frac {75 + x_1}{2}</math>. We are told that the vertex of one quadratic lies on the other, so | The vertex of <math>p(x)</math> is half the sum of its roots, or <math>\frac {75 + x_1}{2}</math>. We are told that the vertex of one quadratic lies on the other, so |
Revision as of 11:21, 20 July 2017
Contents
Problem
Functions and
are quadratic,
, and the graph of
contains the vertex of the graph of
. The four
-intercepts on the two graphs have
-coordinates
,
,
, and
, in increasing order, and
. The value of
is
, where
,
, and
are positive integers, and
is not divisible by the square of any prime. What is
?
Solution
![[asy] import graph; size(250);Label k; k.p=fontsize(6); int ymax = 400, ymin = -400; real rt = 175+150*2^.5; real f(real x){return 1/400*(x-125)*(x+rt);} real g(real x){return -f(100-x);} xaxis(-600,600,Ticks(k, 5),Arrows(6));yaxis(ymin,ymax,Ticks(k, 5),Arrows(6)); draw(graph(f,-450,300),red+linewidth(0.8),Arrows(6));draw(graph(g,-200,550),blue+linewidth(0.8),Arrows(6)); draw((50,ymax)--(50,ymin),linetype("4 4"),Arrows(4));dot((-rt,0));dot((100+rt,0));dot((-25,0));dot((125,0)); [/asy]](http://latex.artofproblemsolving.com/e/a/8/ea8ac43e7941f88d8b25a44e8f402a22b1617cac.png)
The two quadratics are rotations of each other about
. Since we are only dealing with differences of roots, we can translate them to be symmetric about
. Now
and
. Say our translated versions of
and
are
and
, respectively, so that
. Let
be a root of
and
a root of
by symmetry. Note that since they each contain each other's vertex,
,
,
, and
must be roots of alternating polynomials, so
is a root of
and
a root of
![\[p(x) = a(x - 75)(x - x_1) </center> <center>\]](http://latex.artofproblemsolving.com/3/1/e/31e2bb9d2a866a3d62abb1e4e15210dbdf2d0532.png)
The vertex of is half the sum of its roots, or
. We are told that the vertex of one quadratic lies on the other, so

Let and divide through by
, since this is a timed competition and it will drastically simplify computations. We know
and that
, or

So . Since
,
.
The answer is , and
.
Note
Actually it is not necessary to solve any quadratic equations, if one utilizes the two facts about the quadratic (
) that (i) the difference of the two quadratic roots equals to
, and (ii) that the minimum value of a quadratic equals to
, where
. Here is a possible adjustment to the solution:
Without loss of generality we may "shift" ,
,
units to the left, then the differences of
remain the same,
and
are symmetrical about
, so
,
. The relationship of
,
becomes
. So we may write:
Again without loss of generality, we can assume and
(Short argument is needed here instead of the lazy "wlog"). Also, the vertex of
is
, so
, or
.
Since are roots of
, we have the following relationship of the roots:
So , or
.
Therefore .
See also
2009 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 22 |
Followed by Problem 24 |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
All AMC 12 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.