How do you solve the inequality #2x^3 + 13x^2 -8x - 46 >=6#?

1 Answer
Dec 15, 2015

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

Explanation:

1) Simplyfying

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

#2x^3 + 13x^2 - 8x - 46 >= 6#

#<=> 2x^3 + 13x^2 - 8x - 52 >= 0#

Now, your inequality has the form

#"polynomial" >= 0#

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

2) Computing the roots of the polynomial

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

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 * 13#

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

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

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

# color(white)(xxxxxxxxxxxxxxx) = (x - 2)(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 = 2#, #x = -2# and #x = - 13/2#.

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

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 #1#, #-1#, #2# and #-2# since they are the easiest.

Here, #2# works:

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

Thus, #x = 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#
# - (2x^3-4x^2) #
# color(white)(x) (color(white)(xxxxxxxx))/()#
#color(white)(xxxxxx) 17x^2 - 8x#
#color(white)(xxxii) - (17x^2 - 34x) #
# color(white)(xxxxx) (color(white)(xxxxxxxxx))/()#
#color(white)(xxxxxxxxxxx) 26x - 52#
#color(white)(xxxxxxxxi) - (26x - 52) #
# color(white)(xxxxxxxxxx) (color(white)(xxxxxxxx))/()#
#color(white)(xxxxxxxxxxxxxxxx) 0#

Now, you can solve the equation

#2x^2 + 17x + 26 = 0#

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

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

#" "= (-17 +- 9)/4#

Thus, your second and your third roots are

#x = -2# and #x = - 13/2#

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

3) Finding positive intervals of the polynomial

Now that you have the three roots, you know that the function intercepts the #x# axis three times, at #-13/2#, #-2# and #2#.

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 #