Polynomial Long Division with nonlinear divisor
Exercise: For the above long division, check that
implies p(x) = d(x)q(x) +r(x). If the latter equality holds, the long division above is correct - free of errors. A Polynomial Division Theorem. If p(x) is a polynomial of degree n > 0 and d(x) is nonzero polynomial of degree m > 0 , then there exists a polynomial q(x) of degree max(0, n-r) and real number r(x) of degree m-1 or less such that p(x) = q(x) d(x) + r(x). Moreover r(x) = 0 (the zero polynomial) when and only when p(x) is a polynomial multiple of d(x).
Exercise: Use the polynomial long division to find polynomials a(x) (the quotient) and r(x) (the remainder) such that
with degree (r(x)) < 2. In other words, apply the long division algorithm (method) to dividend x4+3x3+6x2 + 4x + 2 using x2 + 2x + 1 as a divisor. |
|
|