1. Pure Algebra

Inequalities

Techniques for solving linear, polynomial, rational, and absolute inequalities and representing solution sets on number lines.

Inequalities

Hey there students! šŸŽÆ Welcome to one of the most powerful tools in mathematics - inequalities! In this lesson, we'll explore how to solve different types of inequalities and represent their solutions visually. By the end of this lesson, you'll be able to tackle linear, polynomial, rational, and absolute value inequalities with confidence. Think of inequalities as mathematical statements that help us understand ranges of values rather than exact answers - they're everywhere in real life, from speed limits on roads to temperature ranges for cooking! šŸŒ”ļø

Understanding Linear Inequalities

Linear inequalities are the foundation of inequality solving, and they work very similarly to linear equations, with one crucial difference - the inequality sign! šŸ“ˆ

When we have an inequality like $3x + 5 > 11$, we solve it just like an equation by isolating $x$. First, subtract 5 from both sides: $3x > 6$. Then divide by 3: $x > 2$. Easy, right?

But here's where it gets interesting - when we multiply or divide both sides of an inequality by a negative number, we must flip the inequality sign! For example, if we have $-2x > 8$, dividing both sides by -2 gives us $x < -4$. This happens because multiplying by a negative number reverses the order of numbers on the number line.

Real-world example: If a taxi charges £3 per mile plus a £5 base fee, and you have £20, how far can you travel? The inequality becomes $3x + 5 \leq 20$, which gives us $x \leq 5$ miles. On a number line, we'd show this with a closed dot at 5 and shading to the left, indicating all values less than or equal to 5.

Polynomial Inequalities

Polynomial inequalities involve expressions with powers of $x$ greater than 1, like $x^2 - 5x + 6 > 0$. These require a different approach because polynomials can change from positive to negative at their roots! šŸ”„

The key method is the sign analysis technique:

  1. First, find where the polynomial equals zero by factoring: $x^2 - 5x + 6 = (x-2)(x-3) = 0$
  2. This gives us critical points at $x = 2$ and $x = 3$
  3. These points divide the number line into intervals: $(-\infty, 2)$, $(2, 3)$, and $(3, \infty)$
  4. Test a point in each interval to determine the sign of the polynomial

For our example, testing $x = 0$ gives $(0-2)(0-3) = 6 > 0$, testing $x = 2.5$ gives $(2.5-2)(2.5-3) = -0.25 < 0$, and testing $x = 4$ gives $(4-2)(4-3) = 2 > 0$.

Therefore, $x^2 - 5x + 6 > 0$ when $x < 2$ or $x > 3$.

Fun fact: The parabola $y = x^2 - 5x + 6$ opens upward (since the coefficient of $x^2$ is positive), so it's positive outside its roots and negative between them! This visual understanding makes polynomial inequalities much clearer.

Rational Inequalities

Rational inequalities involve fractions with polynomials, like $\frac{x+1}{x-3} \geq 2$. These are trickier because we need to consider where the denominator equals zero! āš ļø

The safest approach is to move everything to one side: $\frac{x+1}{x-3} - 2 \geq 0$

Getting a common denominator: $\frac{x+1-2(x-3)}{x-3} \geq 0$

Simplifying the numerator: $\frac{x+1-2x+6}{x-3} = \frac{-x+7}{x-3} \geq 0$

Now we have critical points where the numerator equals zero ($x = 7$) and where the denominator equals zero ($x = 3$). Note that $x = 3$ makes the original expression undefined, so it can't be part of our solution!

Using sign analysis on the intervals $(-\infty, 3)$, $(3, 7)$, and $(7, \infty)$:

  • For $x = 0$: $\frac{7}{-3} < 0$
  • For $x = 5$: $\frac{2}{2} > 0$
  • For $x = 8$: $\frac{-1}{5} < 0$

Therefore, $\frac{-x+7}{x-3} \geq 0$ when $3 < x \leq 7$.

Real-world application: If the efficiency of a machine is given by $E = \frac{100t}{t+5}$ where $t$ is time in hours, and we need efficiency of at least 80%, we solve $\frac{100t}{t+5} \geq 80$ to find the minimum operating time needed.

Absolute Value Inequalities

Absolute value inequalities require us to think about distance from zero on the number line! The absolute value $|x|$ represents how far $x$ is from zero, regardless of direction. šŸ“

For inequalities like $|x - 3| < 5$, we interpret this as "the distance from $x$ to 3 is less than 5." This means $x$ is within 5 units of 3, so $-2 < x < 8$.

The general rules are:

  • $|x| < a$ (where $a > 0$) means $-a < x < a$
  • $|x| > a$ (where $a > 0$) means $x < -a$ or $x > a$

For more complex expressions like $|2x + 1| \geq 7$:

This means $2x + 1 \leq -7$ or $2x + 1 \geq 7$

Solving: $x \leq -4$ or $x \geq 3$

A fascinating real-world example: Quality control in manufacturing often uses absolute value inequalities. If a bolt should be 5 cm long with a tolerance of ±0.2 cm, acceptable bolts satisfy $|length - 5| \leq 0.2$, meaning $4.8 \leq length \leq 5.2$.

When solving $|f(x)| < g(x)$ where $g(x) > 0$, we get $-g(x) < f(x) < g(x)$. But if $g(x)$ could be negative, we need to consider cases separately, as absolute values are always non-negative!

Representing Solutions on Number Lines

Visual representation is crucial for understanding inequality solutions! šŸŽØ

Use these conventions:

  • Open circles (ā—‹) for strict inequalities (<, >)
  • Closed circles (ā—) for inclusive inequalities (≤, ≄)
  • Shading or arrows to show the solution region
  • Union notation (∪) for "or" conditions
  • Intersection notation (∩) for "and" conditions

For compound inequalities like $x < -2$ or $x > 5$, draw open circles at -2 and 5, then shade left from -2 and right from 5. In interval notation, this is $(-\infty, -2) \cup (5, \infty)$.

Conclusion

We've explored the fascinating world of inequalities, from simple linear cases to complex rational and absolute value situations! Remember that inequalities describe ranges of solutions rather than single values, making them incredibly useful for real-world problems involving constraints, tolerances, and optimization. The key techniques - sign analysis for polynomials, careful handling of undefined points in rational expressions, and distance interpretation for absolute values - will serve you well in advanced mathematics and practical applications. Master these concepts, and you'll have powerful tools for modeling and solving real-world problems! šŸš€

Study Notes

• Linear inequalities: Solve like equations, but flip the inequality sign when multiplying/dividing by negative numbers

• Critical rule: When $a < 0$, multiplying inequality by $a$ changes $<$ to $>$ and vice versa

• Polynomial inequalities: Use sign analysis method - find zeros, create intervals, test signs

• Sign analysis steps: Factor → Find critical points → Create intervals → Test each interval

• Rational inequalities: Move all terms to one side, find where numerator = 0 and denominator = 0

• Rational critical points: Numerator zeros may be included in solution; denominator zeros never are

• Absolute value rules: $|x| < a$ means $-a < x < a$; $|x| > a$ means $x < -a$ or $x > a$

• Distance interpretation: $|x - c| < d$ means $x$ is within distance $d$ of point $c$

• Number line notation: Open circles ā—‹ for strict inequalities; closed circles ā— for inclusive

• Interval notation: Use $(-\infty, a)$, $(a, b)$, $[a, b]$, $(a, \infty)$ as appropriate

• Union symbol: $\cup$ represents "or" (either condition satisfied)

• Always check: Test your solution by substituting back into the original inequality

Practice Quiz

5 questions to test your understanding

Inequalities — AS-Level Further Mathematics | A-Warded