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

3 Answers

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

Explanation:

Given:

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

Rational roots theorem

The rational roots theorem tells us that the rational zeros of P(x)P(x) are expressible as p/qpq for integers p, qp,q with pp a divisor of the constant term 1212 and qq a divisor of the coefficient 11 of the leading term.

That means that the only possible rational roots are:

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

Trying each in turn, we find:

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

So x=-1x=1 is a zero and (x+1)(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)x42x37x2+8x+12=(x+1)(x33x24x+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)x33x24x+12=(x33x2)(4x12)

color(white)(x^3-3x^2-4x+12) = x^2(x-3)-4(x-3)x33x24x+12=x2(x3)4(x3)

color(white)(x^3-3x^2-4x+12) = (x^2-4)(x-3)x33x24x+12=(x24)(x3)

color(white)(x^3-3x^2-4x+12) = (x^2-2^2)(x-3)x33x24x+12=(x222)(x3)

color(white)(x^3-3x^2-4x+12) = (x-2)(x+2)(x-3)x33x24x+12=(x2)(x+2)(x3)

So the other three zeros are +-2±2 and 33.

Mar 17, 2018

Four zeros are -1,-2,21,2,2 and 33.

Explanation:

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

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

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

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

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

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

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

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

Mar 17, 2018

-2, -1, 2, 32,1,2,3.

Explanation:

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

will be x^2x2.

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

P(x)=color(green)(x^4-2x^3+)color(red)(x^2-x^2)color(green)(-7x^2+8x+12)P(x)=x42x3+x2x27x2+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.