Polynomials Flashcards
Of what degree are the following?
i) P(x) = ax + b
ii) P(x) = 3x7 + 4x5 - 2
iii) P(x) = 6x3/2 - 2/x + 4
i) Degree 1, linear
ii) Degree 7
iii) not a polynomial
How would you write the following when performing long division?
P(x) = 3x7 + 4x5 - 2
Any missing coefficients for powers of x are set to 0.
P(x) = 3x7 + 0x6 + 4x5 + 0x4 + 0x3 + 0x2 - 2
Describe the polynomial division algorithm.
Divide the first term in the polynomial by the first term in the divisor. This gives us the first term in the quotient (q1)
Now multply q1 by the divisor. Subtract this from the polynomial.
This should eliminate the first term in th polynomial.
Now bring down the next term.
Repeat.
P / D = Q + R
Polynomial / Divisor = Quotient + Remainder
When can the remainder theorem be used?
When the denominator is linear.
e.g. (ax2 + bx + c ) / (x+m)
Describe the Reaminder theorem.
The linear remainder of P(x) when divided by (x - a).
R = P(a)
Useful for determining the remainder.
e.g.
P(x) = (x2 + 9x + 4) / (x+1)
Dividing by x+1, so a = -1.
P(-1) = -12 + 9(-1) + 4
P(-1) = -4
This is the remainder
Describe the factor theorem.
For P(x), if P(a) = 0, then (x - a) is a factor of P(x).
Therefore a is a zero or root of P(x).
if P(a) = 0, (x-a) is a factor.