How do you factor #x^3+6x^2+11x+6#?

3 Answers
Aug 2, 2017

#x^3+6x^2+11x+6=color(red)((x+1)(x+2)(x+3))#

Explanation:

There are several ways to approach this.
One of the most reliable is to hope that the expression has rational roots and apply the Rational Root Theorem.

In this case, the Rational Root Theorem tells us that (if the expression has rational roots) those roots are integer factors of #6# (the constant term of the expression).

We can build a table/spreadsheet to evaluate the expression for these possible factors:
enter image source here
Note that when #x=-1 or x=-2 or x=-3# then the expression has a value of #0#.

Remember that if an expression has a value of #0# when #x=a#
then #(x-a)# must be a factor of the expression.

Therefore, we have three factors for the given expression:
#color(white)("XXX")(x-(-1))(x-(-2))(x-(-3))#
#color(white)("XXXXsXXXXXXXXXXXXXXXX")=(x+1)(x+2)(x+3)#

Since the given expression is of degree #3#, it has at most #3# factors and we have found them all.

Aug 7, 2017

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

Explanation:

Given:

#x^3+6x^2+11x+6#

You are actually likely to encounter this pattern of coefficients #1, 6, 11, 6# often.

For illustration purposes, let us see what happens if we start by applying a standard method used when solving a general cubic:

#color(white)()#
Tschirnhaus transformation

In order to simplify any cubic of the form #ax^3+bx^2+cx+d# we can apply a linear substitution #t = x+b/(3a)# to give a cubic in the form #at^3+et+f# with no quadratic term. This is the simplest form of Tschirnhaus transformation.

In our example, #a=1# and #b=6#, so we want #t=x+2#.

Note that:

#(x+2)^3 = x^3+6x^2+12x+8#

So we find:

#x^3+6x^2+11x+6 = (x+2)^3-(x+2)#

#color(white)(x^3+6x^2+11x+6) = t^3-t#

#color(white)(x^3+6x^2+11x+6) = t(t^2-1)#

#color(white)(x^3+6x^2+11x+6) = t(t-1)(t+1)#

#color(white)(x^3+6x^2+11x+6) = (x+2)(x+1)(x+3)#

In more sensible order:

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

Sep 17, 2017

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

Explanation:

It's probably worth mentioning that there's another way to solve this factoring problem if you have a calculator handy.

Given:

#x^3+6x^2+11x+6#

Since all of the coefficients of this polynomial are positive, we get an easy to calculate number if we put #x=100#, namely:

#color(red)(1)(color(blue)(100))^3+color(purple)(6)(color(blue)(100))^2+color(brown)(11)(color(blue)(100))+color(green)(6) = color(red)(1)color(purple)(06)color(brown)(11)color(green)(06)#

That is, the number formed by writing two digits for each coefficient (apart from the leading one, which does not need more than #1# digit).

Then factors of the form #(x+k)# correspond to integer factors with digits "#10k#".

So we can try dividing #1061106# by various numbers to see if we get whole results.

The rational root theorem can be used before that to let us know that the only possible rational zeros are:

#+-1, +-2, +-3, +-6#

Hence we want to try factors: #101#, #102#, #103#, #106#.

In fact we find:

#1061106 / 101 = 10506#

and:

#10506/102 = 103#

Hence we can deduce that:

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