M16 Polynomial Functions
M16 Polynomial Functions
Definition
Let n ∈ N ∪ {0}. A polynomial function of degree n is a
function of the form
Definition
Let n ∈ N ∪ {0}. A polynomial function of degree n is a
function of the form
Definition
Let n ∈ N ∪ {0}. A polynomial function of degree n is a
function of the form
2x2 + 3x + 7
x−2 2x3 − x2 + x − 1
− 2x3 + 4x2
3x2 + x
− 3x2 + 6x
7x − 1
− 7x + 14
13
Long Division
2x2 + 3x + 7
x−2 2x3 − x2 + x − 1
− 2x3 + 4x2
3x2 + x
− 3x2 + 6x
7x − 1
− 7x + 14
13
p(x) = (x − r)q(x) + R.
Division Algorithm
Theorem (Division Algorithm)
If p(x) is a polynomial and r ∈ R then there exists a unique
polynomial q(x) of degree less than that of p(x) and a
unique R ∈ R such that
p(x) = (x − r)q(x) + R.
Note:
1. We call q the quotient and R the remainder.
p(x) R
= q(x) +
x−r x−r
Division Algorithm
Theorem (Division Algorithm)
If p(x) is a polynomial and r ∈ R then there exists a unique
polynomial q(x) of degree less than that of p(x) and a
unique R ∈ R such that
p(x) = (x − r)q(x) + R.
Note:
1. We call q the quotient and R the remainder.
p(x) R
= q(x) +
x−r x−r
2. deg q = (deg p) − 1
Synthetic Division
(2x3 − x2 + x − 1) ÷ (x − 2)
Consider the example earlier:
(2x3 − x2 + x − 1) ÷ (x − 2)
2 −1 1 −1
2
• Write an on the third row, on the same column.
2 −1 1 −1
2
2
?
• Multiply an by r and write the product in the row
directly below an−1 .
2 −1 1 −1
2 4
*
·2
2
• Add the product and an−1 and write this in the third
row, in the same column as an−1 .
2 −1 1 −1
2 4+
2 3
?
• Repeat the process using the last number obtained in
the third row as the multiplier of r.
2 −1 1 −1
2 4 6
*
·2
2 3
• Repeat the process using the last number obtained in
the third row as the multiplier of r.
2 −1 1 −1
2 4 6+
2 3 7
?
• Repeat the process using the last number obtained in
the third row as the multiplier of r.
2 −1 1 −1
2 4 6 14
*
·2
2 3 7
• Repeat the process using the last number obtained in
the third row as the multiplier of r.
2 −1 1 −1
2 4 6 14+
2 3 7 13
?
• Starting from the leftmost, the entries in the third row
(except the last) are the coefficients of the terms of the
quotient in decreasing order of degrees. The last entry
in the third row is the remainder.
2 −1 1 −1
2 4 6 14+
2 3 7 13
?
• Starting from the leftmost, the entries in the third row
(except the last) are the coefficients of the terms of the
quotient in decreasing order of degrees. The last entry
in the third row is the remainder.
2 −1 1 −1
2 4 6 14+
2 3 7 13
?
5 −1 0 6
4
Example: (5x3 − x2 + 6) ÷ (x − 4)
Solution:
5 −1 0 6
4
5
?
Example: (5x3 − x2 + 6) ÷ (x − 4)
Solution:
5 −1 0 6
4 20
*
·4
5
Example: (5x3 − x2 + 6) ÷ (x − 4)
Solution:
5 −1 0 6
4 20+
5 19
?
Example: (5x3 − x2 + 6) ÷ (x − 4)
Solution:
5 −1 0 6
4 20 76
*
·4
5 19
Example: (5x3 − x2 + 6) ÷ (x − 4)
Solution:
5 −1 0 6
4 20 76+
5 19 76
?
Example: (5x3 − x2 + 6) ÷ (x − 4)
Solution:
5 −1 0 6
4 20 76 304
*
·4
5 19 76
Example: (5x3 − x2 + 6) ÷ (x − 4)
Solution:
5 −1 0 6
4 20 76 304+
5 19 76 310
?
Example: (5x3 − x2 + 6) ÷ (x − 4)
Solution:
5 −1 0 6
4 20 76 304+
5 19 76 310
?
p(x) R
= q(x) +
mx + b mx + b
Suppose we divide p(x) by mx + b, where m 6= 0:
p(x) R
= q(x) +
mx + b mx + b
p(x) R
b
= q(x) + (factor out m)
m(x + m ) m(x + mb )
Suppose we divide p(x) by mx + b, where m 6= 0:
p(x) R
= q(x) +
mx + b mx + b
p(x) R
b
= q(x) + (factor out m)
m(x + m ) m(x + mb )
!
p(x) R
m· = m· q(x) + (multiply by m)
m(x + mb ) m(x + b
m
)
Suppose we divide p(x) by mx + b, where m 6= 0:
p(x) R
= q(x) +
mx + b mx + b
p(x) R
b
= q(x) + (factor out m)
m(x + m ) m(x + mb )
!
p(x) R
m· = m· q(x) + (multiply by m)
m(x + mb ) m(x + b
m
)
p(x) R
b
= m · q(x) +
(x + m ) (x + mb )
Suppose we divide p(x) by mx + b, where m 6= 0:
p(x) R
= q(x) +
mx + b mx + b
p(x) R
b
= q(x) + (factor out m)
m(x + m ) m(x + mb )
!
p(x) R
m· = m· q(x) + (multiply by m)
m(x + mb ) m(x + b
m
)
p(x) R
b
= m · q(x) +
(x + m ) (x + mb )
To divide p(x) by mx + b:
Suppose we divide p(x) by mx + b, where m 6= 0:
p(x) R
= q(x) +
mx + b mx + b
p(x) R
b
= q(x) + (factor out m)
m(x + m ) m(x + mb )
!
p(x) R
m· = m· q(x) + (multiply by m)
m(x + mb ) m(x + b
m
)
p(x) R
b
= m · q(x) +
(x + m ) (x + mb )
To divide p(x) by mx + b:
1. Divide p(x) by x + mb (in x − r, r = − mb )
Suppose we divide p(x) by mx + b, where m 6= 0:
p(x) R
= q(x) +
mx + b mx + b
p(x) R
b
= q(x) + (factor out m)
m(x + m ) m(x + mb )
!
p(x) R
m· = m· q(x) + (multiply by m)
m(x + mb ) m(x + b
m
)
p(x) R
b
= m · q(x) +
(x + m ) (x + mb )
To divide p(x) by mx + b:
1. Divide p(x) by x + mb (in x − r, r = − mb )
2. Remainder is the same
Suppose we divide p(x) by mx + b, where m 6= 0:
p(x) R
= q(x) +
mx + b mx + b
p(x) R
b
= q(x) + (factor out m)
m(x + m ) m(x + mb )
!
p(x) R
m· = m· q(x) + (multiply by m)
m(x + mb ) m(x + b
m
)
p(x) R
b
= m · q(x) +
(x + m ) (x + mb )
To divide p(x) by mx + b:
1. Divide p(x) by x + mb (in x − r, r = − mb )
2. Remainder is the same
3. Divide the quotient obtained by m
Example: (4x5 + x3 − 2x2 + 1) ÷ (2x + 3)
Example: (4x5 + x3 − 2x2 + 1) ÷ (2x + 3)
Solution:
Divide by x − r where r = − mb :
4 0 1 −2 0 1
3
− 2
Example: (4x5 + x3 − 2x2 + 1) ÷ (2x + 3)
Solution:
Divide by x − r where r = − mb :
4 0 1 −2 0 1
3
− 2
4
Example: (4x5 + x3 − 2x2 + 1) ÷ (2x + 3)
Solution:
Divide by x − r where r = − mb :
4 0 1 −2 0 1
3
− 2
−6
4
Example: (4x5 + x3 − 2x2 + 1) ÷ (2x + 3)
Solution:
Divide by x − r where r = − mb :
4 0 1 −2 0 1
3
− 2
−6
4 −6
Example: (4x5 + x3 − 2x2 + 1) ÷ (2x + 3)
Solution:
Divide by x − r where r = − mb :
4 0 1 −2 0 1
3
− 2
−6 9
4 −6
Example: (4x5 + x3 − 2x2 + 1) ÷ (2x + 3)
Solution:
Divide by x − r where r = − mb :
4 0 1 −2 0 1
3
− 2
−6 9
4 − 6 10
Example: (4x5 + x3 − 2x2 + 1) ÷ (2x + 3)
Solution:
Divide by x − r where r = − mb :
4 0 1 −2 0 1
3
− 2
−6 9 − 15
4 − 6 10
Example: (4x5 + x3 − 2x2 + 1) ÷ (2x + 3)
Solution:
Divide by x − r where r = − mb :
4 0 1 −2 0 1
3
− 2
−6 9 − 15
4 − 6 10 − 17
Example: (4x5 + x3 − 2x2 + 1) ÷ (2x + 3)
Solution:
Divide by x − r where r = − mb :
4 0 1 −2 0 1
3 51
− 2
−6 9 − 15 2
4 − 6 10 − 17
Example: (4x5 + x3 − 2x2 + 1) ÷ (2x + 3)
Solution:
Divide by x − r where r = − mb :
4 0 1 −2 0 1
3 51
− 2
−6 9 − 15 2
51
4 − 6 10 − 17 2
Example: (4x5 + x3 − 2x2 + 1) ÷ (2x + 3)
Solution:
Divide by x − r where r = − mb :
4 0 1 −2 0 1
3 51 153
− 2
−6 9 − 15 2
− 4
51
4 − 6 10 − 17 2
Example: (4x5 + x3 − 2x2 + 1) ÷ (2x + 3)
Solution:
Divide by x − r where r = − mb :
4 0 1 −2 0 1
3 51 153
− 2
−6 9 − 15 2
− 4
51 149
4 − 6 10 − 17 2
− 4
Example: (4x5 + x3 − 2x2 + 1) ÷ (2x + 3)
Solution:
Divide by x − r where r = − mb :
4 0 1 −2 0 1
3 51 153
− 2
−6 9 − 15 2
− 4
51 149
4 − 6 10 − 17 2
− 4
4 0 1 −2 0 1
3 51 153
− 2
−6 9 − 15 2
− 4
51 149
4 − 6 10 − 17 2
− 4
4 0 1 −2 0 1
3 51 153
− 2
−6 9 − 15 2
− 4
51 149
4 − 6 10 − 17 2
− 4
4 0 1 −2 0 1
3 51 153
− 2
−6 9 − 15 2
− 4
51 149
4 − 6 10 − 17 2
− 4
4 0 1 −2 0 1
3 51 153
− 2
−6 9 − 15 2
− 4
51 149
4 − 6 10 − 17 2
− 4
Examples:
1. f (x) = 4 and g(x) = x − 2 are factors of
P (x) = 4x − 8.
Definition
A polynomial function f is said to be a factor of p if
p(x) = f (x)g(x) for some polynomial g(x).
Examples:
1. f (x) = 4 and g(x) = x − 2 are factors of
P (x) = 4x − 8.
√ √
2. f (x) = x − 22 and g(x) = x + 2
2
are factors of
P (x) = x2 − 12 .
Definition
Given a polynomial p, we say a complex number r is a zero
of p if p(r) = 0.
Definition
Given a polynomial p, we say a complex number r is a zero
of p if p(r) = 0.
√ √
Example: 2 and −2 are zeros of p(x) = x4 − 4.
p(x) = q(x)(x − r) + R.
Remainder Theorem
Let q be the quotient and R the remainder when p is
divided by x − r,
p(x) = q(x)(x − r) + R.
Then,
p(r) =
Remainder Theorem
Let q be the quotient and R the remainder when p is
divided by x − r,
p(x) = q(x)(x − r) + R.
Then,
p(r) = q(r)(r − r) + R
Remainder Theorem
Let q be the quotient and R the remainder when p is
divided by x − r,
p(x) = q(x)(x − r) + R.
Then,
p(r) = q(r)(r − r) + R = R.
Remainder Theorem
Let q be the quotient and R the remainder when p is
divided by x − r,
p(x) = q(x)(x − r) + R.
Then,
p(r) = q(r)(r − r) + R = R.
2(2)3 − (2)2 + 2 − 1 =
Previous Example: (2x3 − x2 + x − 1) ÷ (x − 2) has
remainder 13 .
Remainder Theorem: Evaluate the dividend at 2 to get the
remainder
2(2)3 − (2)2 + 2 − 1 = 16 − 4 + 2 − 1 =
Previous Example: (2x3 − x2 + x − 1) ÷ (x − 2) has
remainder 13 .
Remainder Theorem: Evaluate the dividend at 2 to get the
remainder
2(2)3 − (2)2 + 2 − 1 = 16 − 4 + 2 − 1 = 13
Previous Example: (2x3 − x2 + x − 1) ÷ (x − 2) has
remainder 13 .
Remainder Theorem: Evaluate the dividend at 2 to get the
remainder
2(2)3 − (2)2 + 2 − 1 = 16 − 4 + 2 − 1 = 13
2(2)3 − (2)2 + 2 − 1 = 16 − 4 + 2 − 1 = 13
2(2)3 − (2)2 + 2 − 1 = 16 − 4 + 2 − 1 = 13
2(2)3 − (2)2 + 2 − 1 = 16 − 4 + 2 − 1 = 13
2(2)3 − (2)2 + 2 − 1 = 16 − 4 + 2 − 1 = 13
Suppose p(r) = 0.
Factor Theorem
3±
x=
Example: The only solutions to x2 + 1 = 0 are i and −i.
Therefore, x2 + 1 = (x + i)(x − i).
Example:
For p(x) = 7x(x − 3)2 , we say 3 is a zero of multiplicity 2
and 0 is a zero of multiplicity 1.
Note:
1. The degree of p(x) is m1 + m2 + ... + mk .
Note:
1. The degree of p(x) is m1 + m2 + ... + mk .
2. If a root of p(x) has multiplicity one, we say it is a
simple root. If it has multiplicity two, it is a double
root. Triple roots have multiplicity three, and so on.
Note:
1. The degree of p(x) is m1 + m2 + ... + mk .
2. If a root of p(x) has multiplicity one, we say it is a
simple root. If it has multiplicity two, it is a double
root. Triple roots have multiplicity three, and so on.
3. A polynomial can be expressed as a product of linear
factors with complex coefficients.
Note:
1. The degree of p(x) is m1 + m2 + ... + mk .
2. If a root of p(x) has multiplicity one, we say it is a
simple root. If it has multiplicity two, it is a double
root. Triple roots have multiplicity three, and so on.
3. A polynomial can be expressed as a product of linear
factors with complex coefficients.
Theorem
A polynomial of degree n has exactly n complex zeros,
counting multiplicities.
From above, m1 + m2 + ... + mk = n
Example: Find a polynomial function p(x) of least degree
having 2 and 4 as simple roots, with −1 being a zero of
multiplicity two, and p(1) = 3.
Solution:
Factors of p(x):
Example: Find a polynomial function p(x) of least degree
having 2 and 4 as simple roots, with −1 being a zero of
multiplicity two, and p(1) = 3.
Solution:
Factors of p(x):
x − 2,
Example: Find a polynomial function p(x) of least degree
having 2 and 4 as simple roots, with −1 being a zero of
multiplicity two, and p(1) = 3.
Solution:
Factors of p(x):
x − 2, x − 4,
Example: Find a polynomial function p(x) of least degree
having 2 and 4 as simple roots, with −1 being a zero of
multiplicity two, and p(1) = 3.
Solution:
Factors of p(x):
x − 2, x − 4, (x + 1)2
Example: Find a polynomial function p(x) of least degree
having 2 and 4 as simple roots, with −1 being a zero of
multiplicity two, and p(1) = 3.
Solution:
Factors of p(x):
x − 2, x − 4, (x + 1)2
⇒ p(x) = an (x−2)(x−4)(x+1)2
Example: Find a polynomial function p(x) of least degree
having 2 and 4 as simple roots, with −1 being a zero of
multiplicity two, and p(1) = 3.
Solution:
⇒ p(x) = an (x−2)(x−4)(x+1)2
Example: Find a polynomial function p(x) of least degree
having 2 and 4 as simple roots, with −1 being a zero of
multiplicity two, and p(1) = 3.
Solution:
⇒ p(x) = an (x−2)(x−4)(x+1)2
Example: Find a polynomial function p(x) of least degree
having 2 and 4 as simple roots, with −1 being a zero of
multiplicity two, and p(1) = 3.
Solution:
1
p(x) = (x − 2)(x − 4)(x + 1)2
4
Complex Zeros
Theorem
If z is a zero of the polynomial function p having real
coefficients, then its complex conjugate z is also a zero of p.
Complex Zeros
Theorem
If z is a zero of the polynomial function p having real
coefficients, then its complex conjugate z is also a zero of p.
Example: Consider p(x) = x3 − x2 + 4x − 4.
Note:
1. All polynomials with real coefficients can be expressed
as a product of linear and quadratic factors with real
coefficients.
Note that
Note:
1. All polynomials with real coefficients can be expressed
as a product of linear and quadratic factors with real
coefficients.
2. A polynomial with real coefficients of odd degree
always has a real zero.
Recap: