How do you find the zeroes of #P(x)= x^4-2x^3-7x^2+8x+12#?

3 Answers

Find zeros: #x=-1#, #x=2#, #x=-2# and #x=3#

Explanation:

Given:

#P(x) = x^4-2x^3-7x^2+8x+12#

Rational roots theorem

The rational roots theorem tells us that the rational zeros of #P(x)# are expressible as #p/q# for integers #p, q# with #p# a divisor of the constant term #12# and #q# a divisor of the coefficient #1# of the leading term.

That means that the only possible rational roots are:

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

Trying each in turn, we find:

#P(-1) = 1+2-7-8+12 = 0#

So #x=-1# is a zero and #(x+1)# a factor.

We could carry on just trying other possible rational roots from the list, but let's factor out the one we have found...

#x^4-2x^3-7x^2+8x+12 = (x+1)(x^3-3x^2-4x+12)#

Notice that in the remaining cubic factor the ratio of the first and second terms is the same as the ratio of the third and fourth terms.

So this cubic will factor by grouping:

#x^3-3x^2-4x+12 = (x^3-3x^2)-(4x-12)#

#color(white)(x^3-3x^2-4x+12) = x^2(x-3)-4(x-3)#

#color(white)(x^3-3x^2-4x+12) = (x^2-4)(x-3)#

#color(white)(x^3-3x^2-4x+12) = (x^2-2^2)(x-3)#

#color(white)(x^3-3x^2-4x+12) = (x-2)(x+2)(x-3)#

So the other three zeros are #+-2# and #3#.

Mar 17, 2018

Four zeros are #-1,-2,2# and #3#.

Explanation:

According to Factor Theorem if for #f(x)# a polynomial is divisible by #(x-a)#, then #f(a)=0#. This makes #x=a# a zero or root of a polynomial #f(x)#.

Further if #x=a# is a polynomial with integral coeficients, with coefficient of highest degree being #1#, then #a# is a factor of constant term.

Hence, here if #a# is a zero of #P(x)=x^4-2x^3-7x^2+8x+12#, it will be a factor of #12# i.e. it can be among #+-1,+-2,+-3,+-4,+-6,+-12#. Observe that product of zeros would be #12#, as we can write #P(x)=(x-a_1)(x-a_2)(x-a_3)(x-a_4)# and then constant term is #a_1a_2a_3a_4#.

It is easier if #a=+-1#. Observe that if #a=1#, #P(x)=1-2-7+8+12=12# and if #a=-1#, #P(x)=1+2-7-8+12=0#, hence while #-1# is a zero, #1# is not a zero.

If #a=2# then #P(x)=1*2^4-2*2^3-7*2^2+8*2+12=16-16-28+16+12=0#

and if #a=-2#, #P(x)=1*(-2)^4-2*(-2)^3-7*(-2)^2+8*(-2)+12=16+16-28-16+12=0#

Therefore, three zeros are #-1,2# and #-2# andfourth zero would be #12/(-1*2*-2)=3#. Let us check it.

If #a=3# then #P(x)=1*3^4-2*3^3-7*3^2+8*3+12=81-54-63+24+12=0#

Mar 17, 2018

#-2, -1, 2, 3#.

Explanation:

If we complete the square of #x^4-2x^3#, the last term

will be #x^2#.

Rearranging the terms of #P(x)#, we get,

#P(x)=color(green)(x^4-2x^3+)color(red)(x^2-x^2)color(green)(-7x^2+8x+12)#,

#=(x^4-2x^3+x^2)-ul(8x^2+8x)+12#,

#=(x^2-x)^2-8(x^2-x)+12#,

#=y^2-8y+12," say, where, "y=x^2-x#,

#=ul(y^2-6y)-ul(2y+12)#,

#=y(y-6)-2(y-6)#,

#=(y-6)(y-2)#,

#={(x^2-x)-6}{(x^2-x)-2}..........[because, y=x^2-x]#,

#={ul(x^2-3x)+ul(2x-6)}{ul(x^2-2x)+ul(x-2)}#,

#={x(x-3)+2(x-3)}{x(x-2)+1(x-2)}#,

#rArr P(x)=(x-3)(x+2)(x-2)(x+1)#.

Hence, the zeroes of #P(x)# are, #-2, -1, 2, 3#.