How do you solve the inequality 2x^3 + 13x^2 -8x - 46 >=62x3+13x28x466?

1 Answer
Dec 15, 2015

-13/2 <= x <= -2 or 2 <= x132x2or2x

Explanation:

1) Simplyfying

First of all, bring all the terms to the left side and simplify:

2x^3 + 13x^2 - 8x - 46 >= 62x3+13x28x466

<=> 2x^3 + 13x^2 - 8x - 52 >= 02x3+13x28x520

Now, your inequality has the form

"polynomial" >= 0polynomial0

=================================

2) Computing the roots of the polynomial

As next, you need to find the roots of your polynomial 2x^3 + 13 x^2 - 8x - 522x3+13x28x52.

Let me show you two ways how to do this:

=================================

a) It is not easy in all the cases, but here you can factorize the expression:

2x^3 + 13x^2 - 8x - 52 = 2x^3 + 13x^2 - 4 * 2x - 4 * 132x3+13x28x52=2x3+13x242x413

color(white)(xxxxxxxxxxxxxxx) = x^2 * 2x + x^2 * 13 - 4 * 2x - 4 * 13×××××××x=x22x+x21342x413

color(white)(xxxxxxxxxxxxxxx) = x^2 * (2x + 13) - 4 * (2x + 13)×××××××x=x2(2x+13)4(2x+13)

color(white)(xxxxxxxxxxxxxxx) = (x^2 - 4)* (2x + 13)×××××××x=(x24)(2x+13)

color(white)(xxxxxxxxxxxxxxx) = (x - 2)(x + 2)(2x + 13)×××××××x=(x2)(x+2)(2x+13)

A product is equal to zero if and only if at least one of its factors is equal to zero.

Thus, the roots of the expression are x = 2x=2, x = -2x=2 and x = - 13/2x=132.

=================================

b) I would recommend the second way if you don't "see" the factorization above.

Try and find the first root by plugging different values into the function. I always start with 11, -11, 22 and -22 since they are the easiest.

Here, 22 works:

2 * 2^3 + 13 * 2^2 - 8 * 2 - 52 = 0223+13228252=0

Thus, x = 2x=2 is your first root.

To find the other roots, you should first perform a polynomial division to gain a quadratic term:

color(white)(xii) (2x^3 + 13x^2 - 8x - 52) -: (x-2) = 2x^2 + 17x + 26ξi(2x3+13x28x52)÷(x2)=2x2+17x+26
- (2x^3-4x^2) (2x34x2)
color(white)(x) (color(white)(xxxxxxxx))/()x××××
color(white)(xxxxxx) 17x^2 - 8x×××17x28x
color(white)(xxxii) - (17x^2 - 34x) ×ξi(17x234x)
color(white)(xxxxx) (color(white)(xxxxxxxxx))/()××x××××x
color(white)(xxxxxxxxxxx) 26x - 52×××××x26x52
color(white)(xxxxxxxxi) - (26x - 52) ××××i(26x52)
color(white)(xxxxxxxxxx) (color(white)(xxxxxxxx))/()×××××××××
color(white)(xxxxxxxxxxxxxxxx) 0××××××××0

Now, you can solve the equation

2x^2 + 17x + 26 = 02x2+17x+26=0

via e.g. the quadratic formula. Here, a = 2a=2, b = 17b=17 and c = 26c=26.

x = (-b +- sqrt(b^2 - 4ac))/(2a) = (-17 +- sqrt(17^2 - 4*2*26))/(4)x=b±b24ac2a=17±17242264

" "= (-17 +- 9)/4 =17±94

Thus, your second and your third roots are

x = -2x=2 and x = - 13/2x=132

=================================

3) Finding positive intervals of the polynomial

Now that you have the three roots, you know that the function intercepts the xx axis three times, at -13/2132, -22 and 22.

As a polynomial function, it is continuous and defined for all x in RR. So, the only thing left to do is to identify in which of the intervals between and beyond the roots the function has positive values and in which it has negative values.

To do so, you can take a look at the end behaviour of the function:

lim_(x-> oo) 2x^3 = +oo, lim_(x-> - oo) 2x^3 = - oo

or you can pick a value from the middle of an interval and plug it into the function to test if it is positive or negative.

An obvious choice would be evaluating the polynomial for x = 0:

2 * 0^3 + 13 * 0^2 - 8 * 0 - 52 = -52 < 0

Thus, we recognize the following behaviour:

x in (- oo, -13/2): " " 2x^3 + 13x^2 - 8x - 52 color(red)(< 0)

x in [- 13/2, -2]: " " 2x^3 + 13x^2 - 8x - 52 color(green)(>= 0)

x in (- 2, 2): " " 2x^3 + 13x^2 - 8x - 52 color(red)(< 0)

x in [2, oo): " " 2x^3 + 13x^2 - 8x - 52 color(green)(>= 0)

You can also validate the result by graphing the polynomial and inspecting in which intervals the graph is above the x-axis or intercepts the x-axis (beware when looking at the graph, the scale of the y axis is very different from the scale of the x axis):

graph{2x^3 + 13x^2 - 8x - 52 [-8, 8, -80, 80]}

Thus, the result of this inequality is

x in [- 13/2, -2] uu x in [2, oo)

or, depending on your notation preference,

-13/2 <= x <= -2 or 2 <= x