What is an example polynomial division problem?

1 Answer
Oct 17, 2016

What is the GCF of 2x4+7x3+17x2+16x6 and x4+4x28x+12 ?

Explanation:

The GCF of two positive integers can be found using this method:

  • Divide the larger number by the smaller to give a quotient and remainder.

  • If the remainder is 0 then the smaller number is the GCF.

  • Otherwise repeat with the smaller number and remainder.

For example:

34224=13 with remainder 12

2412=2 with remainder 0

So the GCF of 342 and 24 is 12.

We can do the same with polynomials.

For example:

What is the GCF of 2x4+7x3+17x2+16x6 and x4+4x28x+12 ?


Solution

We can divide polynomials by dividing their coefficients, not forgetting to include 0 for any missing powers of x.

In the following long divisions I have premultiplied the dividend in the second division by 72=49 to avoid having to deal with fractions. This does not compromise the goal of finding the GCF polynomial, as scalar factors are not important to us.

enter image source here

So:

2x4+7x+17x2+16x6x4+4x28x+12=2 with remainder 7x3+9x2+32x30

49(x4+4x28x+12)7x3+9x2+32x30=7x9 with remainder 53x2+106x+318=53(x2+2x+6)

7x3+9x2+32x30x2+2x+6=7x5 with remainder 0

So the GCF is x2+2x+6