You are viewing a free preview of this lesson.
Subscribe to unlock all 11 lessons in this course and every other course on LearningBro.
Inequalities tell us about a range of values, rather than one specific solution. This lesson covers solving linear inequalities, representing solutions on number lines and using set notation, graphical inequalities (Higher), and quadratic inequalities (Higher).
| Symbol | Meaning |
|---|---|
| < | Less than |
| > | Greater than |
| ≤ | Less than or equal to |
| ≥ | Greater than or equal to |
| Term | Meaning |
|---|---|
| Inequality | A mathematical statement comparing two expressions using <, >, ≤, or ≥ |
| Integer values | Whole numbers (positive, negative, or zero) |
| Set notation | e.g. {x : x > 3} meaning "the set of all x such that x is greater than 3" |
Solve exactly like a linear equation — with one important rule: if you multiply or divide by a negative number, you must reverse the inequality sign.
Solve: 3x + 5 > 14
3x > 9
x > 3
Solve: 7−2x≤3
−2x≤−4
Divide by −2 (reverse the sign!): x≥2
Solve: 4(x − 1) < 2x + 10
4x − 4 < 2x + 10
2x < 14
x < 7
Solve the double inequality: −3<2x+1≤9
Subtract 1 from all three parts: −4<2x≤8
Divide all three parts by 2: −2<x≤4
flowchart LR
INEQ[Inequality solved] --> SYM{Inequality symbol}
SYM -->|x less than a| OPEN_R["Open circle at a<br/>arrow LEFT"]
SYM -->|x greater than a| OPEN_L["Open circle at a<br/>arrow RIGHT"]
SYM -->|x less than or equal a| CLOSED_R["Closed circle at a<br/>arrow LEFT"]
SYM -->|x greater than or equal a| CLOSED_L["Closed circle at a<br/>arrow RIGHT"]
SYM -->|a less than x less than b| BOTH_OPEN["Open at a, open at b<br/>line between"]
SYM -->|a less than or equal x less than or equal b| BOTH_CLOSED["Closed at a, closed at b<br/>line between"]
OPEN_R --> RULE["Open circle = NOT included<br/>Closed circle = included"]
OPEN_L --> RULE
CLOSED_R --> RULE
CLOSED_L --> RULE
BOTH_OPEN --> RULE
BOTH_CLOSED --> RULE
List the integer values of n such that −3<n≤2.
n must be greater than −3 (not equal) and less than or equal to 2.
Integers: −2, −1, 0, 1, 2
List the integer values of x that satisfy both: x > −1 and 2x + 3 < 12.
From the second inequality: 2x < 9, so x < 4.5.
Combined: −1 < x < 4.5
Integer values: 0, 1, 2, 3, 4
To show a region on a graph that satisfies an inequality:
Show the region satisfying: y < 2x + 1, y≥−1, x < 3.
The origin is in the required region. Label the region R.
Write down the three inequalities that define the shaded region R, given the boundary lines y = x, y = 4, and x = 0 (the y-axis), where the shaded region is below y = x, below y = 4, and to the right of the y-axis.
Inequalities: y≤x, y≤4, x≥0
Solve: x2−5x+6<0
Step 1: x2−5x+6=0→(x−2)(x−3)=0→x=2 or x = 3
Step 2: The graph of y=x2−5x+6 is a U-shaped parabola crossing the x-axis at x = 2 and x = 3.
Step 3: The quadratic is below the x-axis (< 0) between the roots.
Answer: 2 < x < 3
Solve: x2+2x−8≥0
Step 1: x2+2x−8=0→(x+4)(x−2)=0→x=−4 or x = 2
Step 2: U-shaped parabola crossing at −4 and 2.
Step 3: We want where the curve is above or on the x−axis(≥0) — this is to the left of −4 and to the right of 2.
Answer: x≤−4 or x≥2
Solve: 2x2−x−6>0
2x2−x−6=0→(2x+3)(x−2)=0→x=−3/2 or x = 2
U-shaped parabola, positive outside the roots.
Answer: x < −3/2 or x > 2
| Mistake | Correct approach |
|---|---|
| Forgetting to flip the sign when dividing by a negative | Always reverse: if −2x > 6 then x < −3 |
| Using = instead of the inequality symbol | Keep the inequality throughout your working |
| Open/closed circle confusion | < and >→open; ≤ and ≥→ closed |
| Writing x2−5x+6<0 as x < 2 or x < 3 | It's a connected region: 2 < x < 3 |
| Not sketching the quadratic for quadratic inequalities | Always sketch — it prevents sign errors |
Subscribe to continue reading
Get full access to this lesson and all 11 lessons in this course.