Polynomials
Polynomials
Polynomials
Jackie Nicholas
Jacquie Hargreaves
Janet Hunter
2006
c University of Sydney
Mathematics Learning Centre, University of Sydney 1
1 Polynomials
Many of the functions we will examine will be polynomials. In this Chapter we will study
them in more detail.
Definition
All polynomials are defined for all real x and are continuous functions.
We are familiar with the quadratic polynomial, Q(x) = ax2 + bx + c where a = 0. This
polynomial has degree 2.
√
The function f (x) = x + x is not a polynomial as it has a power which is not an integer
≥ 0 and so does not satisfy the definition.
The quadratic polynomial equation Q(x) = ax2 + bx + c = 0 has two roots that may be:
1. real (rational or irrational) and distinct,
2. real (rational or irrational) and equal,
3. complex (not real).
We can determine which one of these we have if we use the quadratic formula
√
−b ± b2 − 4ac
x= .
2a
1. Let Q(x) = x2 − 4x + 3.
y
We find the zeros of Q(x) by solving the
equation Q(x) = 0. 3
x2 − 4x + 3 = 0 -
(x − 1)(x − 3) = 0 1-
Therefore x = 1 or 3.
x
| |
0 2 4
The roots are rational (hence real) and
distinct. –1 -
2. Let Q(x) = x2 − 4x − 3.
y
Solving the equation Q(x) = 0 we get, x
0 2 4
x2 − 4x − 3 = 0 √
4 ± 16 + 12
x =
√2 –2
Therefore x = 2 ± 7.
–6
3. Let Q(x) = x2 − 4x + 4.
y
Solving the equation Q(x) = 0 we get,
x2 − 4x + 4 = 0
3
(x − 2)2 = 0
Therefore x = 2.
4. Let Q(x) = x2 − 4x + 5.
y
Solving the equation Q(x) = 0 we get,
x2 − 4x + 5 = 0 √
4 ± 16 − 20 3
x =
√2
Therefore x = 2 ± −4.
1
There are no real roots. In this case the x
roots are complex.
0 2 4
We have given above four examples of quadratic polynomials to illustrate the relationship
between the zeros of the polynomials and their graphs.
In particular we saw that:
i. if the quadratic polynomial has two real distinct zeros, then the graph of the polyno-
mial cuts the x-axis at two distinct points;
ii. if the quadratic polynomial has a real double (or repeated) zero, then the graph sits
on the x-axis;
iii. if the quadratic polynomial has no real zeros, then the graph does not intersect the
x-axis at all.
So far, we have only considered quadratic polynomials where the coefficient of the x2
term is positive which gives us a graph which is concave up. If we consider polynomials
Q(x) = ax2 + bx + c where a < 0 then we will have a graph which is concave down.
For example, the graph of Q(x) = −(x2 − 4x + 4) is the reflection in the x-axis of the
graph of Q(x) = x2 − 4x + 4.
y y
x
0 2 4
3 –1
1 –3
x
0 2 4
Suppose we have two polynomials P (x) and A(x), with the degree of P (x) ≥ the degree
of A(x), and P (x) is divided by A(x). Then
P (x) R(x)
= Q(x) + ,
A(x) A(x)
where Q(x) is a polynomial called the quotient and R(x) is a polynomial called the
remainder, with the degree of R(x) < degree of A(x).
We can rewrite this as
P (x) = A(x) · Q(x) + R(x).
For example: If P (x) = 2x3 + 4x + 3 and A(x) = x − 2, then P (x) can be divided by A(x)
as follows:
2x2 + 4x + 12
x − 2 2x3 + 0x2 + 4x − 3
2x3 − 4x2
4x2 + 4x − 3
4x2 − 8x
12x − 3
12x − 24
21
2
The quotient is 2x + 4x + 12 and the remainder is 21. We have
2x3 + 4x + 3 21
= 2x2 + 4x + 12 + .
x−2 x−2
This can be written as
2x3 + 4x − 3 = (x − 2)(2x2 + 4x + 12) + 21.
Note that the degree of the ”polynomial” 21 is 0.
Mathematics Learning Centre, University of Sydney 5
Example
b.
1
Remainder = P ( )
2
1 4 1 1
= 3( ) − ( )3 + 30( ) − 1
2 2 2
3 1
= − + 15 − 1
16 8
1
= 14
16
Example
Solution
Write f (x) = (x2 − 4) · q(x) + (5x + 6). Then
Remainder = f (2)
= 0 · q(2) + 16
= 16
A consequence of the Remainder Theorem is the Factor Theorem which we state below.
Mathematics Learning Centre, University of Sydney 6
If x = a is a zero of f (x), that is f (a) = 0, then (x − a) is a factor of f (x) and f (x) may
be written as
f (x) = (x − a)q(x)
for some polynomial q(x).
Also, if (x − a) and (x − b) are factors of f (x) then (x − a)(x − b) is a factor of f (x) and
If a (real) polynomial
P (x) = ax3 + bx2 + cx + d,
where a = 0, a, b, c and d are real, has exactly 3 real zeros α, β and γ, then
Furthermore, by expanding the right hand side of (1) and equating coefficients we get:
i.
b
α+β+γ =− ;
a
ii.
c
αβ + αγ + βγ = ;
a
iii.
d
αβγ = − .
a
This result can be extended for polynomials of degree n.
Example
c. Solve f (x) ≥ 0.
Mathematics Learning Centre, University of Sydney 7
Solution
a. Consider the factors of the constant term, 2. We check to see if ±1 and ±2 are solutions
of the equation f (x) = 0 by substitution. Since f (2) = 0, we know that (x − 2) is a
factor of f (x). We use long division to determine the quotient.
4x2 − 1
x − 2 4x3 − 8x2 − x + 2
4x3 − 8x2
−x+2
−x+2
So,
f (x) = (x − 2)(4x2 − 1)
= (x − 2)(2x − 1)(2x + 1)
b.
y
1
x
–1 0 1 2
–1
–3
c. f (x) ≥ 0 when − 12 ≤ x ≤ 1
2
or x ≥ 2.
Example
Show that (x − 2) and (x − 3) are factors of P (x) = x3 − 19x + 30, and hence solve
x3 − 19x + 30 = 0.
Solution
P (2) = 8 − 38 + 30 = 0 and P (3) = 27 − 57 + 30 = 0 so (x − 2) and (x − 3) are both
factors of P (x) and (x − 2)(x − 3) = x2 − 5x + 6 is also a factor of P (x). Long division
of P (x) by x2 − 5x + 6 gives a quotient of (x + 5).
So,
P (x) = x3 − 19x + 30 = (x − 2)(x − 3)(x + 5).
Mathematics Learning Centre, University of Sydney 8
1.3 Exercises
1. When the polynomial P (x) is divided by (x − a)(x − b) the quotient is Q(x) and the
remainder is R(x).
a. Explain why R(x) is of the form mx + c where m and c are constants.
b. When a polynomial is divided by (x − 2) and (x − 3), the remainders are 4 and 9
respectively. Find the remainder when the polynomial is divided by x2 − 5x + 6.
c. When P (x) is divided by (x − a) the remainder is a2 . Also, P (b) = b2 . Find R(x)
when P (x) is divided by (x − a)(x − b).
1.4 Solutions
1. a. Since A(x) = (x − a)(x − b) is a polynomial of degree 2, the remainder R(x) must
be a polynomial of degree < 2. So, R(x) is a polynomial of degree ≤ 1. That is,
R(x) = mx + c where m and c are constants. Note that if m = 0 the remainder
is a constant.
Mathematics Learning Centre, University of Sydney 9
and
and
2. a.
2x4 + 13x3 + 18x2 + x − 4 = (x2 + 5x + 2)(2x2 + 3x − 1) − 2
b. Let α be a common zero of f (x) and g(x). That is, f (α) = 0 and g(α) = 0.
Then since f (x) = g(x)q(x) + r(x) we have