How do you show that x2+2x3 and 2x33x2+7x6 have a common linear factor?

1 Answer
Jan 28, 2017

Find their GCF, which turns out to be the linear polynomial x1

Explanation:

Let's consider the general case, since that gives the principle we will use:

Suppose P1(x) and P2(x) are polynomials with a common polynomial factor P(x).

Then we can long divide P1(x) by P2(x) to find a quotient polynomial Q1(x) and remainder polynomial R1(x) with degree less than P2(x):

P1(x)=Q1(x)P2(x)+R1(x)

Then since P1(x) and P2(x) are both multiples of P(x), R1(x) must also be a multiple of P(x) and has lower degree than P2(x). Note that scalar factors are not important to us in this context. If P(x) is a factor then any non-zero scalar multiple of it is too (and vice versa).

So we can find the GCF of P1(x) and P2(x) by the following method:

  • Divide the polynomial of higher (or equal) degree by the one of lower degree to give a quotient and remainder.

  • If the remainder is 0 then the divisor polynomial is the GCF.

  • Otherwise repeat with the remainder and the divisor polynomial.


So in our example:

2x33x2+7x6=(x2+2x3)(2x7)+27x27

That is:

2x33x2+7x6x2+2x3=2x7 with remainder 27x27

Note that 27x27=27(x1), so for tidiness, let's divide by 27 before proceeding.

x2+2x3=(x1)(x+3)

That is:

x2+2x3x1=x+3 with no remainder

So the GCF is (x1).


Footnote

Alternatively I could have factored both of the polynomials and simply identified the common factor.

The main reason I did not is that the method used above has the advantage of not requiring you to factor either of the polynomials.