How do you find the greatest common factors of variable expressions?

1 Answer
Sep 3, 2015

The 'normal' way of finding the GCF of two polynomials is to factor both of them completely, then pick out the common factors and multiply them together.

Alternatively you can use division.

Explanation:

Normal Method - Factor both polynomials first

For example:

Given #f(x) = x^2+6x+9# and #g(x) = x^2+x-6#,

you can factor #f(x) = (x+3)^2# and #g(x) = (x+3)(x-2)#

hence the GCF is #(x+3)#

Backup Method - Using division of polynomials

Given: #f(x) = x^4+2x^3+4x^2+3x+2#
and: #g(x) = x^4+3x^3+6x^2+5x+3#

If #f(x)# and #g(x)# have a common polynomial factor #p(x)# then if we divide #f(x)# by #g(x)# (or vice versa), the remainder must be a multiple of #p(x)#.

For example, #g(x) = f(x) + (x^3+2x^2+2x+1)#

Let #h(x) = x^3+2x^2+2x+1#

If we now divide #f(x)# by #h(x)# then any remainder will also be divisible by #p(x)#:

#x^4+2x^3+4x^2+3x+2#

#= (x^3+2x^2+2x+1)x+2x^2+2x+2#

#=h(x)*x + 2(x^2+x+1)#

Next try dividing #f(x)# by #x^2+x+1# ...

#x^4+2x^3+4x^2+3x+2 = (x^2+x+2)(x^2+x+1)#

This time there is no remainder, so #p(x) = x^2+x+1# is our GCF

For a more complex example, see http://socratic.org/questions/if-you-are-told-that-x-7-3x-5-x-4-4x-2-4x-4-0-has-at-least-one-repeated-root-how