Inequalities
An inequality is a mathematical statement comparing two expressions using symbols like <, >, ≤, or ≥. Solving an inequality gives a range of values rather than a single answer.
Fundamental Principles
Linear Inequality
An inequality involving a linear expression, e.g., 2x + 3 < 7. Its solution is an interval on the number line.
Quadratic Inequality
An inequality involving a quadratic expression, e.g., x² - 5x + 6 > 0. Its solution requires finding roots and analyzing sign patterns.
Absolute Value Inequality
|x| < a means -a < x < a. |x| > a means x < -a or x > a.
Essential Formulation Tips
- When multiplying or dividing by a negative number, flip the inequality sign.
- For quadratic inequalities, find roots first, then test intervals.
- Graph on a number line to visualize the solution set.
- Absolute value splits into two cases: positive and negative.
Shortcut Execution Techniques
- ax + b < c → x < (c-b)/a if a > 0; reverse if a < 0.
- For x² > a²: x > a or x < -a.
- For x² < a²: -a < x < a.
- AM ≥ GM: (a+b)/2 ≥ √(ab) for non-negative a, b.
Contextual Inquiries (FAQs)
Q: Does the inequality sign always stay the same?
A: No. When multiplying or dividing both sides by a negative number, the sign flips.
Q: How do you solve a quadratic inequality?
A: Find the roots, mark them on a number line, and test each interval to determine where the inequality holds.
Q: What does |x - 3| < 2 mean geometrically?
A: It means x is within 2 units of 3, i.e., 1 < x < 5.
Example Breakdown: Solving a Linear Inequality
Standard linear inequality — very common in aptitude.3x > 9
x > 3
Solution: x ∈ (3, ∞)
Example Breakdown: Solving with Sign Flip
Critical rule — forgetting the flip is a common error.-2x ≤ 4
x ≥ -2 (flip sign when dividing by -2)
Solution: x ∈ [-2, ∞)
Example Breakdown: Solving a Quadratic Inequality
Core quadratic inequality technique.Factor: (x-2)(x-3) < 0
Roots are x = 2 and x = 3
Test intervals: product is negative between the roots
Solution: 2 < x < 3
Inequalities Practice Set 1
Basic linear inequalities.
Q1. Solve: 2x + 5 > 11.
Q2. What is the solution to -3x < 9?
Q3. Solve: 5 - 2x ≥ 1.
Q4. Which values satisfy 3x - 1 ≤ 2x + 4?
Q5. Solve: |x| < 4.
Q6. Which inequality has solution x ∈ (-∞, 3)?
Q7. Solve: (x + 2)/3 > 4.
Q8. If -5 < 2x - 1 < 9, find the range of x.
Q9. Which values of x satisfy both x > 2 and x < 8?
Q10. If a > b and b > c, which is always true?