๐ŸŸฆ Inequalities in Two Variables

OCR FSMQ Additional Maths ยท Algebra (AL9)

Level 3 · Ages 15–16

← Back to topic overview
1 From a Line to a Region
AL9 asks you to illustrate linear inequalities in two variables. The specification's own note says this means "the use of appropriate shading", and its example is $24x + 28y \leqslant 400$.

An equation like $x + y = 5$ is satisfied by the points on a line. An inequality like $x + y \leqslant 5$ is satisfied by every point on one side of that line โ€” a whole region of the plane.

Line style tells the reader whether the boundary counts
Solid line for $\leqslant$ or $\geqslant$ โ€” the boundary is included
Dashed line for $<$ or $>$ โ€” the boundary is not included
x y x + y = 5 x + y ≤ 5 (1,1) satisfies it (7,6) does not The shaded region is the set of all points satisfying the inequality
Say which side you have shaded. Some questions want the satisfying region shaded; others want the region excluded shaded so the answer is left clear. Always label your diagram โ€” write "R" inside the region you mean.
2 Drawing One Inequality
Worked Example 1 โ€” The specification's example

Illustrate $24x + 28y \leqslant 400$ on a graph, for $x \geqslant 0$ and $y \geqslant 0$.

โ‘ Simplify by dividing by $4$: $6x + 7y \leqslant 100$
โ‘กBoundary $6x + 7y = 100$. When $x = 0$: $y = \tfrac{100}{7} \approx 14.3$.
โ‘ขWhen $y = 0$: $x = \tfrac{100}{6} \approx 16.7$.
โ‘ฃDraw a solid line through $(0, 14.3)$ and $(16.7, 0)$, since the sign is $\leqslant$.
โ‘คTest the origin: $6(0) + 7(0) = 0 \leqslant 100$ โœ“ โ€” true, so the region includes the origin.
โ‘ฅShade the triangle between the axes and the line.
Simplify before you plot. Dividing by the common factor $4$ makes the intercepts far easier to work out, and does not change the region at all (dividing by a positive number never flips the sign).
Worked Example 2 โ€” When the origin lies on the line

Illustrate $y > 2x$.

โ‘ Boundary $y = 2x$ passes through the origin, so the origin is not a usable test point.
โ‘กDraw $y = 2x$ dashed, since the sign is strict.
โ‘ขTest $(0, 1)$: is $1 > 0$? Yes.
โ‘ฃSo the region is the side above the line, containing $(0,1)$.
InequalityBoundaryRegion (when it works out this way)
$x \geqslant 3$Vertical line $x = 3$To the right, solid
$y < 4$Horizontal line $y = 4$Below, dashed
$y \leqslant 2x + 1$Line of gradient $2$Below, solid
$x + y > 6$Line through $(6,0)$, $(0,6)$Away from the origin, dashed
3 Several Inequalities at Once
When several inequalities must all hold, the answer is the overlap of their regions โ€” the set of points satisfying every one. This overlap is called the feasible region, and it is the foundation of linear programming (CG6โ€“CG8).
Worked Example 3 โ€” Finding a feasible region

On one diagram, show the region satisfying $x \geqslant 0$, $y \geqslant 0$, $x + y \leqslant 8$ and $y \leqslant 2x$.

โ‘ $x \geqslant 0$ and $y \geqslant 0$ restrict us to the first quadrant.
โ‘ก$x + y \leqslant 8$: solid line through $(8,0)$ and $(0,8)$; origin satisfies it, so keep the side nearer the origin.
โ‘ข$y \leqslant 2x$: solid line through the origin with gradient $2$; test $(1,0)$: $0 \leqslant 2$ โœ“, so keep the side below the line.
โ‘ฃThe overlap is a triangle. Its vertices are where the boundaries meet:
โ‘ค$(0,0)$;  $(8,0)$ where $x+y=8$ meets $y=0$;
โ‘ฅand where $y = 2x$ meets $x + y = 8$: $x + 2x = 8$, so $x = \tfrac83$ and $y = \tfrac{16}{3}$.
โ‘ฆVertices: $(0,0)$, $(8,0)$, $\left(\tfrac83, \tfrac{16}{3}\right)$.
Always find the vertices algebraically, by solving the boundary lines in pairs. Reading them off a hand-drawn graph is rarely accurate enough for full marks.
4 Turning Words into Inequalities
The words sayYou write
at most / no more than / maximum$\leqslant$
at least / no fewer than / minimum$\geqslant$
fewer than / under$<$
more than / over / exceeds$>$
cannot be negative$\geqslant 0$
at least twice as many $y$ as $x$$y \geqslant 2x$
Worked Example 4 โ€” Modelling a constraint

A baker makes $x$ loaves and $y$ cakes. A loaf needs $400$ g of flour, a cake $250$ g, and only $30$ kg of flour is available. Write this as an inequality in its simplest form.

โ‘ Work in consistent units: $30$ kg $= 30\,000$ g.
โ‘ก$400x + 250y \leqslant 30\,000$
โ‘ขDivide by $50$: $8x + 5y \leqslant 600$
Unit mismatches are the commonest modelling error. Convert everything to grams (or everything to kilograms) before writing the inequality.
Do not forget the hidden constraints. A count of physical objects cannot be negative, so $x \geqslant 0$ and $y \geqslant 0$ are almost always part of the answer even when the question never mentions them.
5 Quick Reference

Boundary

Replace the sign with $=$.

Solid line

For $\leqslant$ and $\geqslant$.

Dashed line

For $<$ and $>$.

Intercepts

Set $x=0$, then $y=0$, to plot fast.

Test point

Use the origin unless the line passes through it.

Simplify first

Divide by a positive common factor.

Several at once

The answer is the overlap.

Vertices

Solve the boundary lines in pairs.

Label it

Mark the region "R" so the examiner knows which side you mean.

Hidden constraints

$x \geqslant 0$, $y \geqslant 0$ for physical counts.

6 Practice Questions
Question 1

Describe how you would draw the boundary for $y < 3x - 2$, and state which side is the region.

โ–ถ Show solution

Draw $y = 3x - 2$ as a dashed line (the inequality is strict), through $(0,-2)$ with gradient $3$.

Test the origin: is $0 < -2$? No. So the origin is not in the region.

The region is the other side โ€” below the line.

Question 2

Find the $x$- and $y$-intercepts of the boundary of $5x + 3y \leqslant 45$.

โ–ถ Show solution

$y = 0$: $5x = 45$, so $x = 9$ โ€” the point $(9, 0)$.

$x = 0$: $3y = 45$, so $y = 15$ โ€” the point $(0, 15)$.

Question 3

Does the point $(4, 3)$ satisfy $2x + 5y \leqslant 22$?

โ–ถ Show solution

$2(4) + 5(3) = 8 + 15 = 23$

$23 \leqslant 22$ is false, so no โ€” the point lies outside the region.

Question 4

Simplify the inequality $18x + 24y \leqslant 360$.

โ–ถ Show solution

The highest common factor of $18$, $24$ and $360$ is $6$.

$3x + 4y \leqslant 60$

Dividing by a positive number, so the sign does not change.

Question 5

Write inequalities for: "$x$ and $y$ are non-negative, their total is at most $20$, and there are at least three times as many $x$ as $y$."

โ–ถ Show solution

$x \geqslant 0$,  $y \geqslant 0$

$x + y \leqslant 20$

$x \geqslant 3y$

Careful: "three times as many $x$ as $y$" means $x$ is the bigger one, so $x \geqslant 3y$ โ€” not $y \geqslant 3x$.

Question 6

Find the point where the boundaries of $x + y \leqslant 10$ and $2x + y \leqslant 14$ intersect.

โ–ถ Show solution

Solve $x + y = 10$ and $2x + y = 14$ simultaneously.

Subtracting: $x = 4$.

Then $y = 6$. The intersection is $(4, 6)$.

Question 7

The region $R$ is defined by $x \geqslant 1$, $y \geqslant 1$ and $x + y \leqslant 5$. Find its three vertices.

โ–ถ Show solution

$x=1$ with $y=1$:  $(1, 1)$

$x=1$ with $x+y=5$:  $(1, 4)$

$y=1$ with $x+y=5$:  $(4, 1)$

Question 8

Explain why the region defined by $x + y \leqslant 4$ and $x + y \geqslant 7$ is empty.

โ–ถ Show solution

The first requires $x + y$ to be at most $4$; the second requires it to be at least $7$.

No number can be both $\leqslant 4$ and $\geqslant 7$, so no point satisfies both.

Geometrically, the two boundary lines are parallel (both have gradient $-1$) and the required half-planes point in opposite directions, so they never overlap.

Question 9

A student writes the region $y \geqslant x^2$. Explain why this is not covered by AL9, and describe the region anyway.

โ–ถ Show solution

AL9 concerns linear inequalities, whose boundaries are straight lines. $y \geqslant x^2$ has a curved boundary, so it is not a linear inequality.

The region is everything on or above the parabola $y = x^2$, with the parabola itself included (solid curve).

Check with a test point: $(0, 1)$ gives $1 \geqslant 0$ โœ“, and $(0,1)$ is above the vertex, confirming the region is the inside of the parabola.

Question 10

A workshop makes $x$ chairs and $y$ tables. Each chair takes $2$ hours of carpentry and $1$ hour of finishing; each table takes $5$ hours of carpentry and $1$ hour of finishing. There are $40$ carpentry hours and $12$ finishing hours available each week.

(a) Write down all four inequalities.   (b) Find the vertices of the feasible region.   (c) Explain why only whole-number points inside the region are actually usable.   (d) Find the largest number of tables that can be made in a week.

โ–ถ Show solution

(a) Carpentry: $2x + 5y \leqslant 40$

Finishing: $x + y \leqslant 12$

Non-negativity: $x \geqslant 0$,  $y \geqslant 0$

(b) The vertices are where pairs of boundaries meet.

$(0,0)$ โ€” both axes.

$y = 0$ with $x + y = 12$: $(12, 0)$.  Check carpentry: $2(12) = 24 \leqslant 40$ โœ“ so this is a genuine vertex.

$x = 0$ with $2x + 5y = 40$: $(0, 8)$.  Check finishing: $8 \leqslant 12$ โœ“ genuine.

The two slanted lines meet where $2x + 5y = 40$ and $x + y = 12$. From the second, $x = 12 - y$:

$2(12-y) + 5y = 40 \Rightarrow 24 + 3y = 40 \Rightarrow y = \tfrac{16}{3}$, and $x = \tfrac{20}{3}$.

Vertices: $(0,0)$, $(12,0)$, $\left(\tfrac{20}{3}, \tfrac{16}{3}\right)$, $(0,8)$.

(c) You cannot make a fraction of a chair or table, so only points with $x$ and $y$ whole numbers are usable. The vertex $\left(\tfrac{20}{3}, \tfrac{16}{3}\right)$ is not itself a possible production plan โ€” it is a corner of the mathematical region only.

(d) Maximising $y$: the carpentry constraint gives $5y \leqslant 40$, so $y \leqslant 8$; the finishing constraint gives $y \leqslant 12$. The binding one is carpentry.

$y = 8$ is achievable, with $x = 0$: that uses $40$ carpentry hours and $8$ finishing hours, both within limits.

So at most $8$ tables per week.

Inequalities in Two Variables (AL9) ยท OCR FSMQ Additional Maths · Created with MathJax