Regions in Two Variables
An inequality in two variables has a whole region of the plane as its solution. Drawing it takes three decisions: where the boundary goes, whether the boundary itself counts, and which side to shade. The third one is settled by a single test point.
Draw the line $y = x$ roughly. Now pick the point $(3,1)$ and the point $(1,3)$, one on each side. For each, decide whether $y > x$ is true. What does that tell you about which side of the line the region $y > x$ occupies?
Draw the boundary line, decide whether it is solid or dashed, then test one point not on the line and shade the side that works.
$$ax + by + c < 0 \quad \text{describes a half-plane}$$
The boundary is dashed for $<$ and $>$ and solid for $\leq$ and $\geq$, exactly as a circle on a number line is open or filled. The test point may be any point off the line, and $(0,0)$ is the easiest whenever the line misses the origin.
Know
- That a linear inequality in two variables describes a half-plane
- That the boundary is dashed for a strict sign and solid for an inclusive one
- That the correct side is found by testing a single point off the line
Understand
- Why one test point settles the whole half-plane
- Why rearranging an inequality can require the sign to be reversed
Can Do
- Graph the region described by a linear inequality in two variables
- Test whether a given point satisfies an inequality
- Graph the region satisfying two or more inequalities at once
Graphing $x + y < 3$ takes three decisions, and no more.
1. Where is the boundary? Replace the inequality sign with $=$ and draw that line. Here, $x + y = 3$, which passes through $(3,0)$ and $(0,3)$.
2. Is the boundary included? The sign is strict, so points on the line do not satisfy the inequality. Draw the line dashed. A sign of $\leq$ or $\geq$ would include them, and the line would be solid.
3. Which side? Pick any point not on the line and substitute it. Taking $(0,0)$: $0 + 0 = 0$, and $0 < 3$ is true, so the origin's side is the one to shade.
That is the whole method, and it works for every linear inequality in two variables.
Any point off the boundary works, so choose the one that makes the arithmetic easiest.
The origin, whenever possible. Substituting $(0,0)$ usually reduces the inequality to a comparison of two numbers, which needs no working at all. For $2x - 5y \geq 8$: $0 - 0 = 0$, and $0 \geq 8$ is false, so shade the side away from the origin.
Something else, when the line passes through the origin. For $y > 2x$ the boundary $y = 2x$ contains $(0,0)$, so the origin gives $0 > 0$, which is false but tells you nothing about which side to shade, since the origin is on the line rather than in either half. Use a point clearly off the line instead, such as $(0,1)$: $1 > 0$ is true, so shade the side containing $(0,1)$, which is above the line.
Testing a point on the line is the one real trap here. It always produces equality, which is consistent with neither strict half, so it decides nothing. Look at your chosen point and confirm it is genuinely off the boundary before using it.
Inequalities are often given in the form $ax + by + c < 0$ rather than solved for $y$. Rearranging is allowed, with the same rule as Lesson 8: dividing by a negative reverses the sign.
Take $2x - y > 4$. Solving for $y$:
$$-y > 4 - 2x \quad \Longrightarrow \quad y < 2x - 4$$
Multiplying by $-1$ reversed the direction, and the region is therefore below the line $y = 2x - 4$, not above it.
Once an inequality is in the form $y > \ldots$ or $y < \ldots$, there is a shortcut worth knowing:
$$y > \text{(line)} \ \Rightarrow \ \text{shade above} \qquad y < \text{(line)} \ \Rightarrow \ \text{shade below}$$
because a larger $y$ at the same $x$ means a point higher up. The shortcut is only safe after rearranging correctly, and the rearrangement is where the sign can turn. Testing a point costs a few seconds and needs no rearranging at all, which is why it remains the recommended method.
Two special cases: $x > 3$ is a vertical boundary with the region to the right, and $y \leq -2$ is a horizontal boundary with the region below, including the line.
Several inequalities may be imposed at once. The region satisfying all of them is their overlap, and is called the feasible region.
To find it, graph each inequality in turn and keep only what survives every one. Consider:
$$x \geq 0, \qquad y \geq 0, \qquad x + y \leq 5$$
The first two restrict to the quarter of the plane where both coordinates are non-negative. The third cuts that quarter with the line $x + y = 5$, keeping the side containing the origin, since $0 \leq 5$ is true.
The result is a triangle with corners at $(0,0)$, $(5,0)$ and $(0,5)$, and all three boundaries are solid because every sign is inclusive.
Two practical points. Shade lightly, or shade only the final region, since three overlapping shadings quickly become unreadable; many people mark each unwanted half-plane instead and keep what is left unmarked. And the corners are worth finding, by solving the two boundary equations that meet there as simultaneous equations, because in applications the best solution is usually at a corner.
A system can also have an empty feasible region, if the conditions conflict: $y \geq 4$ together with $y \leq 1$ leaves nothing at all.
Watch Me Solve It · 3 examples
-
1Find and draw the boundary$3x + 2y = 12$Its intercepts are found by setting each variable to zero: $(4,0)$ and $(0,6)$. Two points determine the line.
-
2Decide solid or dashedThe sign is $\geq$, which includes equality, so the boundary is solid.
-
3Test the origin$3(0) + 2(0) = 0$$0 \geq 12 \ \text{is FALSE}$The origin is not in the region, and it is not on the line, so it is a valid test point.
-
4Shade the other side and checkShade the side away from the origin, which is above and right of the line. Checking with a second point, $(4,4)$: $12 + 8 = 20 \geq 12$, true, and $(4,4)$ is indeed on that side.
-
1Draw the boundary$y = -3x$A line through the origin with gradient $-3$, passing also through $(1,-3)$.
-
2Decide the line styleThe sign is strict, so the line is dashed.
-
3Reject the origin as a test pointThe boundary passes through $(0,0)$, so substituting it gives $0 < 0$, which is false but tells us nothing: the origin lies on the line, in neither half-plane.
-
4Choose a point clearly off the line$(1, -5): \quad -5 < -3 \ \text{is TRUE}$So shade the side containing $(1,-5)$, which is below the line. Cross-checking with $(1,0)$: $0 < -3$ is false, and $(1,0)$ is above the line, which agrees.
-
1Draw the three boundaries$y = 1, \qquad x = 4, \qquad y = x$A horizontal line, a vertical line, and a diagonal through the origin. All three are solid, since every sign is inclusive.
-
2Shade each region in turn$y \geq 1$ keeps everything on or above the horizontal line. $x \leq 4$ keeps everything on or left of the vertical line. For $y \leq x$, test $(4,1)$: $1 \leq 4$ is true, so keep the side containing it, which is below the diagonal.
-
3Identify the overlapThe three conditions leave a triangle. Its edges lie along the three boundary lines.
-
4Solve the boundaries in pairs for the corners$y = 1 \ \text{with} \ y = x: \quad (1,1)$$y = 1 \ \text{with} \ x = 4: \quad (4,1)$$x = 4 \ \text{with} \ y = x: \quad (4,4)$Each corner is where two boundaries meet, found by solving those two equations together. Checking $(1,1)$ against all three conditions: $1 \geq 1$, $1 \leq 4$, $1 \leq 1$, all true.
Brain Trainer · 5 problems
Five items on two-variable inequalities. Work each one, then reveal the answer.
-
1 Is the boundary of $2x + y \leq 6$ solid or dashed?
The sign includes equality.Solid -
2 Does $(0,0)$ satisfy $x - y > 1$?
Substitute: $0 - 0 = 0$, and $0 > 1$.No -
3 Which side of $y = 5$ is the region $y < 5$?
Smaller $y$ means lower on the page.Below -
4 Rearrange $-2y > 6 - 4x$ into the form $y < \ldots$ or $y > \ldots$.
Divide by $-2$ and reverse the sign.$y < 2x - 3$ -
5 Why can $(2,2)$ not be a test point for $y = x$?
Check whether it satisfies the boundary equation.It lies on the line
Multiple Choice · 5 questions
The boundary of the region $3x - y < 7$ should be drawn:
To decide which side of $2x + 3y = 12$ to shade for $2x + 3y > 12$, a suitable test point is:
The region $-y \geq 2x - 6$ is the same as:
The region satisfying both $y \geq 2$ and $y \leq 6$ is:
In a system of inequalities, a corner of the feasible region is found by:
Short Answer · 3 questions
(a) $x + 4y \leq 8$
(b) $y > 3x$
(c) $2x - 3y < 6$
(a) Rearrange it into the form $y \leq \ldots$ or $y \geq \ldots$, showing your steps.
(b) Verify your rearrangement by testing the point $(0,0)$ in both the original and the rearranged form.
(c) Describe the region, including the line style.
(d) Determine whether $(1,3)$ and $(-2,10)$ lie in the region, showing your working.
(a) State the line style for each boundary, with a reason.
(b) Find the coordinates of every corner of the region.
(c) Verify that one corner you found satisfies all four inequalities.
(d) A fifth condition $y \geq 5$ is added. Describe what happens to the region and justify your answer.
(b) Explain why a region bounded by two parallel lines can never be a triangle, and state what shapes it can be.
(c) A feasible region defined by inequalities of the form $ax + by \leq c$ is always convex: any straight segment joining two of its points stays inside it. Explain why, for a single such inequality.
Three decisions
Boundary, line style, which side
Line style
Dashed for strict, solid for inclusive
Test a point
The origin, unless the line passes through it
Systems
The overlap, and corners from simultaneous equations
Your Badges
0 of 6Mark lesson as complete
Tick when you've finished Learn, Practice and the Stretch. Earns +90 XP and +25 coins.