Poli Poli 2
Poli Poli 2
Poli Poli 2
2.1 Introduction
The most basic set of numbers is the integers. In a similar manner, the
most basic set of functions is the polynomials. Because polynomials have
so many applications and are relatively easy to manipulate, they appear in
many of the problems on the AMC.
9
10 First Steps for Math Olympians
2.2 Lines
The most elementary polynomials are those described by linear equations,
those whose graphs are straight lines. The equation of a non-vertical line is
completely determined by a point (x1 , y1 ) on the line and its slope m, as
• Two non-vertical lines are parallel if and only if their slopes are the
same.
• Two non-vertical lines are perpendicular if and only if the product of
their slopes is −1.
• When a > 0, the parabola opens upward and the value of P at the
vertex gives the minimal value of P(x).
• When a < 0, the parabola opens downward and the value of P at the
vertex gives the maximum value of P(x).
• The larger the magnitude of a the narrower the graph of the parabola.
12 First Steps for Math Olympians
y y
a>1 a=1 0 > a > 21
0<a<1
x x
a =21 a <21
P(x) = ax 2 + bx + c,
y
b
x = 2 2a
x
Polynomials and their Zeros 13
Result 1 The Linear Factor Theorem: If P(x) has degree n and is divided
by the linear factor (x − c), then
and
These are the most frequently used formulas, but there is also a general
result that holds for each i = 0, 1, . . . , n:
R ESULT 5 Some other useful facts about polynomials P(x) are that
P(0) = a0 + a1 · 0 + a2 · 02 + · · · + an · 0n = a0 .
P(1) = a0 + a1 + a2 + · · · + an .
P(−1) = a0 − a1 + a2 + · · · + (−1)n an .
are all real numbers and z is a complex zero of P(x) with multipli-
city m, then its complex conjugate z is also a zero of P(x) with multi-
plicity m.
(x + 2)(x + b) = x 2 + cx + 6.
What is c?
(A) −5 (B) −3 (C) −1 (D) 3 (E) 5
Answer (E) The factored form of the polynomial implies that its zeros are
−2 and −b. By Result 1 of section 2.3, the product of the zeros, 2b, is the
constant term of the polynomial, which is 6. Hence b = 3. In addition, the
linear term, c, is the negative of the sum of the zeros. Thus
c = −(−2 − b) = 2 + b = 2 + 3 = 5.
y = a(x − 4)2 + 2.
OR
The second approach uses the symmetry of quadratics about the verti-
cal line through the vertex. Since (2, 0) is on the graph and x = 4 passes
through the vertex, the point (6, 0) is also on the graph.
2 4 6 x
so the remainder is
2a + b = 0 and a + b + 1 = 0.
0 = x 2 + ax + 1 and 0 = x 2 − x − a