Linear Inequalities
โAn inequality's answer is a range, not a point โ divide by a negative and the direction flips.โ
The formula
ax + b > 0How to read it: find the range of x for which the linear expression is greater (or less) than 0
- a, b
- โ given numbers (a โ 0)
- >
- โ the inequality sign โ flips direction when you multiply/divide by a negative
- x
- โ the range of values meeting the condition
The hook
An equation hunts for 'exactly this value'; an inequality hunts for 'the whole range bigger or smaller than it'.
In plain words
A statement that x is greater or less than something. The answer isn't one number but a 'range'.
The intuition
The answer isn't a single point on the number line but a ray shooting off one way. If x>2, everything to the right of 2 is a solution.
How it's built
You transpose and tidy up exactly like an equation โ with one exception. Multiply or divide both sides by a 'negative' number and the inequality sign flips.
Example
2xโ4>0 โ 2x>4 โ x>2. On the number line, the entire region to the right of 2 is the answer.
Common mistake
The classic trap: forgetting to flip the sign when dividing by a negative. โ2x>4 becomes x<โ2 after dividing by โ2 (the > turns into <).
Where it's used
Setting the 'interval' of values that satisfy a condition โ 'earn at least this much', 'how many can I buy', 'the safe range'.
Where it came from
The signs < and > were first used by the Englishman Harriot in the 1600s, surviving thanks to the intuition that 'the smaller side is the pointy end'.
Prerequisites
Quick check
What is the solution of โ2x + 6 < 0?
- x > 3โ
- x < 3
- x > โ3
- x < โ3
Practice
What is the solution of x + 4 < 9?
Answer: 0
- Transpose 4: x < 9 โ 4
- x < 5
Takeaway: The sign stays the same โ you're only moving a positive.
What is the solution of โ3x โฅ 9?
Answer: 1
- Divide both sides by โ3 โ the sign flips
- x โค โ3
Takeaway: Dividing by a negative flips โฅ into โค.
Solve 5x โ 2 < 3x + 6.
Answer: undefined
- Gather x's: 5x โ 3x < 6 + 2
- 2x < 8
- x < 4
Takeaway: Dividing by positive 2 keeps the direction โ a negative would have flipped it.