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 picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top