What are all the zeroes of g(x)= 2x^3 - 5x^2 + 4 g(x)=2x35x2+4?

1 Answer
Aug 8, 2016

g(x)g(x) has zeros 22 and 1/4+-sqrt(17)/414±174

Explanation:

g(x) = 2x^3-5x^2+4g(x)=2x35x2+4

By the rational root theorem, any rational zeros of g(x)g(x) are expressible in the form p/qpq for integers p, qp,q with pp a divisor of the constant term 44 and qq a divisor of the coefficient 22 of the leading term.

That means the only possible rational zeros are:

+-1/2, +-1, +-2, +-4±12,±1,±2,±4

We find:

g(2) = 2(8)-5(4)+4 = 16-20+4 = 0g(2)=2(8)5(4)+4=1620+4=0

So x=2x=2 is a zero and (x-2)(x2) a factor:

2x^3-5x^2+4 = (x-2)(2x^2-x-2)2x35x2+4=(x2)(2x2x2)

The remaining quadratic is in the form ax^2+bx+cax2+bx+c with a=2a=2, b=-1b=1 and c=-2c=2. This has disrciminant Delta given by the formula:

Delta = b^2-4ac = (-1)^2-4(2)(-2) = 1+16 = 17

Since this is positive but not a perfect square, the remaining zeros are Real but irrational. They are given by the quadratic formula:

x = (-b+-sqrt(b^2-4ac))/(2a)

= (1+-sqrt(Delta))/4

= (1+-sqrt(17))/4

= 1/4+-sqrt(17)/4