Polynomial Inequalities
Solve polynomial inequalities using sign analysis, test points, and graphical methods.
Polynomial Inequalities
Introduction
A polynomial inequality involves a polynomial expression with an inequality sign (, , , or ).
Examples:
Solution Strategy
The key steps for solving polynomial inequalities:
- Move all terms to one side (get 0 on the other side)
- Factor the polynomial completely
- Find critical values (zeros/roots of the polynomial)
- Create a sign chart to test intervals
- Determine solution intervals based on the inequality
- Write the solution in interval notation
Sign Analysis Method
Step-by-Step Process
Step 1: Set up the inequality
Rearrange so that the polynomial is on one side and 0 is on the other.
Step 2: Factor
Factor the polynomial completely to identify all zeros.
Step 3: Find critical values
Set each factor equal to zero and solve. These are the critical values that divide the number line into intervals.
Step 4: Create intervals
The critical values divide the number line into regions. Test a point from each region.
Step 5: Make a sign chart
Create a table showing:
- The intervals
- The sign of each factor in each interval
- The overall sign of the product
Step 6: Identify solution intervals
- For or : Choose intervals where the product is positive
- For or : Choose intervals where the product is negative
- Use or to include critical values where the expression equals 0
- Use or to exclude critical values
Sign Chart Template
For where :
| Interval | | | | | |----------|---------|---------|---------|--------| | | | | | | | | | | | | | | | | | | | | | | | |
Key Principles
Sign of Linear Factors
For :
- Negative when
- Zero when
- Positive when
Multiplicity Effects
- Odd multiplicity: Sign changes across the zero
- Even multiplicity: Sign stays the same across the zero
Example:
- At (multiplicity 2): sign doesn't change
- At (multiplicity 1): sign changes
Graphical Interpretation
The solution to a polynomial inequality corresponds to where the graph satisfies the condition:
- : Graph is above the x-axis
- : Graph is below the x-axis
- : Graph is above or on the x-axis
- : Graph is below or on the x-axis
Interval Notation
Symbols:
- : Open interval (doesn't include endpoints)
- : Closed interval (includes both endpoints)
- : Half-open interval (includes but not )
- : Unbounded interval extending to positive infinity
Union: Use to combine disjoint intervals
Example:
Special Cases
Always Positive or Always Negative
Some polynomials never change sign:
- for all real (always positive, never zero)
- for all real (always negative)
Includes Equality
Remember:
- : Include values where (use brackets [ ])
- : Exclude values where (use parentheses ( ))
📚 Practice Problems
1Problem 1easy
❓ Question:
Solve the inequality and express the solution in interval notation.
💡 Show Solution
Solution:
Given:
Step 1: Factor the polynomial
Step 2: Find critical values
Set each factor equal to zero:
Critical values:
Step 3: Create a sign chart
Test intervals: , ,
| Interval | Test Point | | | | |----------|-----------|---------|---------|--------------| | | | | | | | | | | | | | | | | | |
Step 4: Identify where
We need intervals where the product is negative or zero.
From the chart:
- Negative in interval
- Zero at and
Since we have (includes equality), we include the critical values.
Answer:
Verification:
- At : ✓
- At : ✓
- At : ✓
2Problem 2medium
❓ Question:
Solve and express the solution in interval notation.
💡 Show Solution
Solution:
Given:
Step 1: Factor the polynomial
Step 2: Find critical values
Set each factor equal to zero:
Critical values: (in order)
Step 3: Create a sign chart
Test intervals: , , ,
| Interval | Test | | | | Product | |----------|------|-----|---------|---------|---------| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
Step 4: Identify where the product is positive
We need (strictly positive, exclude zeros).
From the chart, the product is positive in:
Since we have (strict inequality), we exclude the critical values.
Answer:
Verification:
- At (in first interval): ✓
- At (in middle): ✓
- At (in last interval): ✓
3Problem 3hard
❓ Question:
Solve and express the solution in interval notation.
💡 Show Solution
Solution:
Given:
Step 1: Identify factors (already factored)
The polynomial is already factored:
- with multiplicity 2
- with multiplicity 1
Step 2: Find critical values
- (multiplicity 2)
- (multiplicity 1)
Critical values:
Step 3: Analyze signs
Important: is always non-negative and equals 0 only at .
Since always, the sign of the product depends on :
| Interval | | | Product | |----------|-----------|---------|---------| | | | | | | | | | | | | | | | | | | | |
Step 4: Identify where product
We need non-negative values (positive or zero).
From analysis:
- Negative when
- Zero at (included with )
- Positive when
- Zero at (included with )
- Positive when
Answer:
Key insight: The even multiplicity at means the sign doesn't change there. The factor touches the x-axis but doesn't cross it.
Verification:
- At : ✓
- At : ✓
- At : ✓
- At : ✓
- At : ✓
4Problem 4medium
❓ Question:
Solve: x² + 3x - 4 < 0
💡 Show Solution
Step 1: Factor: x² + 3x - 4 = (x + 4)(x - 1)
Step 2: Find zeros: x = -4, x = 1
Step 3: Test intervals: Test x = -5: (-1)(-6) = 6 > 0 ✗ Test x = 0: (4)(-1) = -4 < 0 ✓ Test x = 2: (6)(1) = 6 > 0 ✗
Step 4: Sign chart: + + + | - - - | + + + ―――――――――――――4―――――――――1―――――――――→ x
Step 5: Solution (< 0, don't include endpoints): -4 < x < 1
Answer: (-4, 1)
5Problem 5hard
❓ Question:
Solve: 2x³ + x² - 8x - 4 ≥ 0
💡 Show Solution
Step 1: Factor by grouping: 2x³ + x² - 8x - 4 = x²(2x + 1) - 4(2x + 1) = (x² - 4)(2x + 1) = (x - 2)(x + 2)(2x + 1)
Step 2: Find zeros: x = 2, x = -2, x = -1/2
Step 3: Order: -2, -1/2, 2
Step 4: Test intervals: Test x = -3: (-5)(-1)(-5) = -25 < 0 ✗ Test x = -1: (-3)(1)(-1) = 3 > 0 ✓ Test x = 0: (-2)(2)(1) = -4 < 0 ✗ Test x = 3: (1)(5)(7) = 35 > 0 ✓
Step 5: Sign chart: - - - | + + + | - - - | + + + ―――――――――――――2―――――-1/2――――――2―――――――――→ x
Step 6: Solution (≥ 0, include endpoints): -2 ≤ x ≤ -1/2 or x ≥ 2
Answer: [-2, -1/2] ∪ [2, ∞)
Practice with Flashcards
Review key concepts with our flashcard system
Browse All Topics
Explore other calculus topics