How Do You Solve Polynomial Inequalities Like (x-1)(x+2)(x-4) ≤ 0?

  • Thread starter Thread starter rought
  • Start date Start date
AI Thread Summary
To solve the polynomial inequality (x-1)(x+2)(x-4) ≤ 0, first identify the roots at x = -2, 1, and 4. A sign chart can be useful, dividing the number line into intervals: (-∞, -2), (-2, 1), (1, 4), and (4, ∞). By testing each interval, determine the sign of the product in each case, noting that the product is negative when an odd number of factors are negative. The solution includes the intervals where the product is less than or equal to zero, leading to the final answer.
rought
Messages
34
Reaction score
0

Homework Statement



Solve: (x-1)(x+2)(x-4) ≤ 0


The Attempt at a Solution



I know how to do this if it's equal to zero, it would just be X=1,-2,4 but how do you do it with the less than or equal to thingy?
 
Physics news on Phys.org
You don't know the answer or you don't know how to set it out formally?
If the first, draw a graph, and the proof will probably come to you.

e.g.
For the product of three things to be negative, how many of the things have to be negative?
For it to change signs, e.g. as x increases, what has to happen?
 
You got 3 cases:

I case:

x-1 ≤ 0

x+2 > 0

x-4 > 0

II case

x-1 > 0

x+2 ≤ 0

x-4 > 0

III case:

x-1 > 0

x+2 > 0

x-4 ≤ 0

And then find union of all cases
 
One way is to make a sign chart. Draw a number line, marking the three zeros like this:
Code:
          0          0          0
----------+----------+----------+-----------
         -2          1          4
(I wrote a "0" on top of the three numbers to indicate the zeros in the problem.)
You have four intervals to check: (-∞, -2), (-2, 1), (1, 4), and (4, ∞). Within each interval, indicate the sign of each factor of the inequality. Here is the sign chart again with the first interval done:
Code:
(-)(-)(-) 0          0          0
----------+----------+----------+-----------
   neg.  -2          1          4
For any number in (-∞, -2) each factor would be negative, so I would write a "(-)" 3 times. The product would be negative. (Indicate a positive factor with a "(+)".)

Now try it with the other three intervals. You'll find your answer.P.S. OK, you don't really need to do this if you are aware as to how graphs of functions look. The left side of the inequality is a cubic and it crosses the x-axis three times. The leading coefficient (if you multiplied the factors out) is positive, so that should tell you something about the end behavior of this polynomial.01
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top