Factoring Polynomials Practice:
Use synthetic division to divide polynomials by possible roots
x3 + 4x2 + 5x + 2
P= Q=
Since all coefficients are integers, we can apply the rational zeros theorem.
The trailing coefficient (the coefficient of the constant term) is "2."
Find its factors (with the plus sign and the minus sign): "\u00b11,\u00b12."
These are the possible values for "p."
The leading coefficient (the coefficient of the term with the highest degree) is "1." Find its factors (with the plus sign and the minus sign): "\u00b11."
These are the possible values for "q."
Find all possible values of "\\dfrac{p}{q}:\\pm\\dfrac{1}{1}, \\pm\\dfrac{2}{1}\n."
Simplify and remove the duplicates (if any).
These are the possible rational roots: "\\pm1, \\pm2."
Next, check the possible roots: if "a" is a root of the polynomial "P(x)," the remainder from the division of "P(x)" by "x\u2212a" should equal "0."
Check "1:" divide "x^3 + 4x^2 + 5x + 2" by "x-1."
"P(1)=1+4+5+2=12;" thus, the remainder is "12."
Check "-1:" divide "x^3 + 4x^2 + 5x + 2" by "x+1."
"P(-1)=-1+4-5+2=0;" thus, the remainder is "0."
Hence, "\u22121" is a root.
Check "2:" divide "x^3 + 4x^2 + 5x + 2" by "x-2."
"P(2)=8+16+10+2=36;" thus, the remainder is "36."
Check "-2:" divide "x^3 + 4x^2 + 5x + 2" by "x+2."
"P(-2)=-8+16-10+2=0;" thus, the remainder is "0."
Hence, "\u22122" is a root.
"x^3+4x^2+5x+2=(x+1)(x^2+3x+2)"
"x^2+3x+2=(x+2)(x+1)"
Then
Roots are: "-2" of multiplicity "1, -1" of multiplicity "2."
Comments
Leave a comment