SOLUTION: How do i solve this polynomial inequality? x^3+2x^2-3x>0.

Algebra ->  Inequalities -> SOLUTION: How do i solve this polynomial inequality? x^3+2x^2-3x>0.       Log On


   



Question 339897: How do i solve this polynomial inequality?
x^3+2x^2-3x>0.

Found 2 solutions by Fombitz, edjones:
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
First factor,
x%5E3%2B2x%5E2-3x%3E0
x%28x%5E2%2B2x-3%29%3E0
x%28x%2B3%29%28x-1%29%3E0
Now break up the number line into 4 regions base on the zeros of the polynomial,
Region 1: (-infinity,-3)
Region 2: (-3,0)
Region 3: (0,1)
Region 4: (1,-infinity)
For each region choose a point in the region (not an endpoint).
Test the inequality.
If the inequality is satsfied, that region is part of the solution region.
.
.
.
Region 1:x=-4
x%28x%2B3%29%28x-1%29%3E0
-4%28-4%2B3%29%28-4-1%29%3E0
-4%28-1%29%28-5%29%3E0
-20%3E0
False, this region is not part of the solution region.
.
.
.
Region 2:x=-2
x%28x%2B3%29%28x-1%29%3E0
-2%28-2%2B3%29%28-2-1%29%3E0
-2%281%29%28-3%29%3E0
6%3E0
True, this region is part of the solution region.
.
.
.
Region 3:x=1%2F2
x%28x%2B3%29%28x-1%29%3E0
%281%2F2%29%281%2F2%2B3%29%281%2F2-1%29%3E0
1%2F2%287%2F2%29%28-1%2F2%29%3E0
-7%2F8%3E0
False, this region is not part of the solution region.
.
.
.
Region 4:x=2
x%28x%2B3%29%28x-1%29%3E0
2%282%2B3%29%282-1%29%3E0
2%285%29%281%29%3E0
10%3E0
True, this region is part of the solution region.
.
.
.
Solution Region :(-3,0) U (1,-infinity)
.
.
.
Graphical verification: Look for the region where the function is above the x-axis.
.
.
.

Answer by edjones(8007) About Me  (Show Source):
You can put this solution on YOUR website!
x^3+2x^2-3x>0
first we find the zeros.
x(x^2+2x-3)=0
x(x+3)(x-1)=0
x=0, x=-3, x=1
.
Now we test on either side of the zeros.
x=-4 y=-20
x=-2 y=6
x=1/2 y=-.875
x=2 y=10
.
(-3, 0), (1, infinity) answer
.
Ed
.
graph%28500%2C500%2C-10%2C10%2C-10%2C10%2Cx%5E3%2B2x%5E2-3x%29