Skip to content
mathlab
0
0
0 XP
Lvl 1
KJ
Lesson 9 ~45 min Functions · Path +90 XP

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.

Today's hook: Every straight line cuts the plane into two halves. One of them satisfies your inequality and the other does not, and there is no way to tell which by looking. Substituting one convenient point settles it in about three seconds, and the origin is almost always that point.
0/5QUESTS
Think First
warm-up

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?

Record your answer in your workbook.
1
The Big Idea
+5 XP to read

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.

(0, 0) test point: 0 + 0 < 3 is TRUE so shade this side x + y < 3 x + y = 3 the boundary is DASHED because the sign is strict a solid line would mean the points on it are included
$ax + by + c < 0$
Test the origin
Substituting $(0,0)$ is almost always the fastest check. Use another point only if the line passes through it.
Draw the line first
Replace the inequality sign with $=$ and sketch that line before anything else.
Never test a point on the line
It gives equality, which decides nothing about which side to shade.
2
What You'll Master
objectives

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
3
Words You Need
vocabulary
Half-planeOne of the two regions a line divides the plane into.
BoundaryThe line obtained by replacing the inequality sign with an equals sign.
Test pointA point not on the boundary, used to decide which side to shade.
Feasible regionThe region satisfying every inequality in a system at once.
VertexA corner of a feasible region, where two boundaries meet.
4
Three Decisions
+5 XP to read

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.

Why one point is enough
The boundary is exactly the set of points where the two sides are equal. Anywhere off it, one side is strictly larger, and that cannot change without passing through the line. So each half-plane is entirely inside or entirely outside the region, and testing one point of a half-plane decides the whole of it.
5
Choosing a Test Point
+5 XP to read

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.

6
Rearranging, and When the Sign Turns
+5 XP to read

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.

7
Systems of Inequalities
+5 XP to read

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.

8
Common Pitfalls
+5 XP to read
Using a solid boundary for a strict inequality.
Fix: $<$ and $>$ exclude the boundary, so the line is dashed. It is the two-dimensional version of an open circle.
Testing a point that lies on the boundary line.
Fix: it gives equality, which decides nothing. Check your test point is off the line before substituting, and use $(0,1)$ or $(1,0)$ when the line passes through the origin.
Forgetting to reverse the sign when rearranging $-y > \ldots$ into $y < \ldots$.
Fix: multiplying by $-1$ reverses the direction. Or skip the rearrangement entirely and test a point, which is immune to this error.
Shading the union rather than the overlap for a system.
Fix: a system requires every inequality to hold at once, so the answer is the region common to all of them, not everything covered by any of them.
Watch Me Solve It · One inequality
+15 XP per step
Q1
PROBLEM
Graph the region $3x + 2y \geq 12$, stating the boundary, its style, and your test point.
  1. 1
    Find 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.
  2. 2
    Decide solid or dashed
    The sign is $\geq$, which includes equality, so the boundary is solid.
  3. 3
    Test 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.
  4. 4
    Shade the other side and check
    Shade 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.
AnswerSolid boundary through $(4,0)$ and $(0,6)$, with the region away from the origin shaded
Watch Me Solve It · A boundary through the origin
+15 XP per step
Q2
PROBLEM
Graph the region $y < -3x$.
  1. 1
    Draw the boundary
    $y = -3x$
    A line through the origin with gradient $-3$, passing also through $(1,-3)$.
  2. 2
    Decide the line style
    The sign is strict, so the line is dashed.
  3. 3
    Reject the origin as a test point
    The 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.
  4. 4
    Choose 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.
AnswerDashed line $y = -3x$, with the region below it shaded
Watch Me Solve It · A system
+15 XP per step
Q3
PROBLEM
Graph the region satisfying $y \geq 1$, $x \leq 4$ and $y \leq x$, and find the coordinates of its three corners.
  1. 1
    Draw 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.
  2. 2
    Shade 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.
  3. 3
    Identify the overlap
    The three conditions leave a triangle. Its edges lie along the three boundary lines.
  4. 4
    Solve 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.
AnswerA triangle with corners $(1,1)$, $(4,1)$ and $(4,4)$, all boundaries solid
D
Brain Trainer · Regions at speed
5 problems

Five items on two-variable inequalities. Work each one, then reveal the answer.

  1. 1 Is the boundary of $2x + y \leq 6$ solid or dashed?

    The sign includes equality.Solid
  2. 2 Does $(0,0)$ satisfy $x - y > 1$?

    Substitute: $0 - 0 = 0$, and $0 > 1$.No
  3. 3 Which side of $y = 5$ is the region $y < 5$?

    Smaller $y$ means lower on the page.Below
  4. 4 Rearrange $-2y > 6 - 4x$ into the form $y < \ldots$ or $y > \ldots$.

    Divide by $-2$ and reverse the sign.$y < 2x - 3$
  5. 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
Complete in your workbook.
MC1
Line style
+10 XP

The boundary of the region $3x - y < 7$ should be drawn:

MC2
Testing
+10 XP

To decide which side of $2x + 3y = 12$ to shade for $2x + 3y > 12$, a suitable test point is:

MC3
Rearranging
+10 XP

The region $-y \geq 2x - 6$ is the same as:

MC4
Systems
+10 XP

The region satisfying both $y \geq 2$ and $y \leq 6$ is:

MC5
Corners
+10 XP

In a system of inequalities, a corner of the feasible region is found by:

Q6
Graph three regions
+15 XP
Q6
SHORT ANSWER
For each inequality, state the boundary, whether it is solid or dashed, a valid test point with its result, and which side is shaded.
(a) $x + 4y \leq 8$
(b) $y > 3x$
(c) $2x - 3y < 6$
Write your working in your book.
Q7
Rearrangement and testing
+15 XP
Q7
SHORT ANSWER
Consider the inequality $5 - y \geq 2x$.
(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.
Write your working in your book.
Q8
A system and its corners
+15 XP
Q8
SHORT ANSWER
A region is defined by $x \geq 0$, $y \geq 0$, $x + 2y \leq 8$ and $x \leq 5$.
(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.
Write your working in your book.
S
Stretch Challenge · Reading a region backwards
+25 XP
S
CHALLENGE
(a) A shaded region has a dashed boundary through $(0,2)$ and $(4,0)$, and contains the origin. Find the inequality describing it.
(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.
R
Quick Review
recap

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 6
First Steps
3-Day Streak
3 in a Row
Lesson Ace
Stretch Seeker
Daily Warrior

Mark lesson as complete

Tick when you've finished Learn, Practice and the Stretch. Earns +90 XP and +25 coins.