Polynomials 3
Polynomials 3
ARML: Polynomials
Authors
Justin Stevens
1
Polynomials
1.1 Lecture
A polynomial P (x) is defined as being of the form
Now,
P1 (x) = (x − r2 )P2 (x) for degP = n − 2
and repeating this process we arrive at
2
Polynomials Justin Stevens Page 3
Solution. The sum of the coefficients of P (x) is the same as P (1). Now just
plug x = 1 into the above equation.
For a quadratic of the form P (x) = a2 x2 + a1 x + a0 and roots r1 , r2 , you
are likely aware of the relations r1 + r2 = −a a2
1
and r1 r2 = aa02 . We will now
attempt to derive similar relations for a cubic.
For P (x) = a3 x3 + a2 x2 + a1 x + a0 , we can also express P (x) in terms of
its roots as P (x) = a3 (x − r1 )(x − r2 )(x − r3 ). Expanding this we get
= a3 x 3 + a2 x 2 + a1 x + a0
Example 1.1.4. Find the sum and the product of all the roots of x3 +
2x2 − 3x + 9 = 0.
x + y + z = 17,
xy + xz + yz = 94,
xyz = 168
Solution. Set up the polynomial f (a) = a3 − 17a2 + 94a − 168 with roots
x, y, z
Problem 1.1.1 (A bit harder than the previous one). Find all ordered pairs
(x, y, z) that satisfy
x+y−z = 0
zx − xy + yz = 27
xyz = 54
Example 1.1.8. Find the product of the roots of 50x50 +49x49 +· · ·+1 =
0.
1
Solution. The product is σ50 = (−1)50 a0
a50
= .
50
Solution. By Vieta’s, σ1 = r1 + r2 + r3 + r4 = −a
a4
3
, but a3 = 0 since there is
3
no x term, therefore r1 + r2 + r3 + r4 = 0. We are given the roots 2, −3, 5,
therefore the fourth root must be −4. This gives
1 1 1 5
Solution. ab
+ bc
+ ac
= 19
f (−2)
Solution. f (x) = 3(x − r)(x − s)(x − t)(x − u) The desired value is 3
=
2
3
Example 1.1.12. Find the two values of k for which 2x3 −9x2 +12x−k
has a double root.
r = − [(a + b) + (b + c) + (a + c)] = −2 (a + b + c)
t = − (a + b) (b + c) (a + c)
Solution. Use
ζ1 + ζ2 + ζ3 = 1
ζ12 + ζ22 + ζ32 = 3
ζ13 + ζ23 + ζ33 = 7
Problem 1.2.15. For how many real numbers a does the quadratic equation
x2 + ax + 6a = 0 have only integer roots for x?