4.3 Single & Systems of Linear Inequalities on the Coordinate Plane
Key Takeaways
- Multiplying or dividing an inequality by a negative number reverses the inequality symbol, derived from the ordered field axiom that the product of positive elements is positive.
- A linear inequality in two variables partitions the plane via a boundary line (solid for <= and >=; dashed for < and >), with the solution half-plane verified using a test point such as (0, 0).
- The solution set of a system of linear inequalities is the intersection of half-planes, forming a convex polygonal feasible region that may be bounded or unbounded.
- Vertices (corner points) of feasible regions are computed by solving pairwise linear systems of intersecting active boundary lines.
- The Fundamental Theorem of Linear Programming guarantees that the optimal value of a linear objective function z = ax + by over a compact convex feasible region occurs at one or more vertices.
4.3 Single & Systems of Linear Inequalities on the Coordinate Plane
Linear inequalities extend linear equation concepts into regions of numerical order and multi-dimensional coordinate spaces. On the FTCE Mathematics 6–12 examination, educators must demonstrate conceptual and algebraic mastery of order axioms, boundary line conventions, half-plane test point methods, convex polygonal feasible regions, and linear programming optimization protocols.
1. Single Linear Inequalities & Order Inversion Axioms
A linear inequality in one variable over the real numbers $\mathbb{R}$ involves expressions of degree one separated by inequality symbols ($<, \le, >, \ge$). The algebraic properties governing inequalities mirror those of equations, with one crucial, foundational distinction: multiplying or dividing by a negative real number reverses the direction of the inequality.
The algebraic justification stems directly from the axioms of an ordered field. By definition, $a < b$ means that the difference $b - a$ is strictly positive ($b - a > 0$). If $c$ is a negative real number ($c < 0$), then by definition $-c$ is strictly positive ($-c > 0$). Multiplying the positive quantity $(b - a)$ by the positive quantity $(-c)$ must yield a positive product by field closure under multiplication:
Hence, $a < b$ and $c < 0$ rigorously imply $ac > bc$. Failing to reverse the inequality symbol when dividing or multiplying by a negative scalar is one of the most widespread student errors diagnosed on the FTCE Mathematics 6–12 examination.
Compound inequalities combine two conditions:
- Conjunction ("And"): $a \le x \le b$ denotes the intersection of two conditions: $x \ge a$ and $x \le b$. The solution set is a bounded interval $[a, b]$.
- Disjunction ("Or"): $x \le a \text{ or } x \ge b$ (with $a < b$) denotes the union of two disjoint unbounded intervals: $(-\infty, a] \cup [b, \infty)$.
2. Two-Variable Linear Inequalities & Half-Plane Geometry
A linear inequality in two variables can be written in standard form as $Ax + By \le C$ (or with $<, >, \ge$). In the Cartesian plane $\mathbb{R}^2$, the corresponding linear equation $Ax + By = C$ defines the boundary line.
By the Jordan Curve Theorem for lines, any straight line partitions the Euclidean plane into three mutually disjoint subsets: the boundary line itself, and two open half-planes lying on opposite sides of the line.
- Boundary Line Style:
- Solid Line ($\le, \ge$): Indicates an inclusive inequality where the boundary points satisfy the relation.
- Dashed Line ($<, >$): Indicates a strict inequality where points on the boundary line are excluded from the solution set.
- The Test-Point Protocol:
To identify which half-plane contains the solution set:
- Graph the boundary line $Ax + By = C$.
- Select a test point $(x_0, y_0)$ that does not lie on the boundary line. The origin $(0, 0)$ is the standard algebraic choice whenever $C \neq 0$.
- Substitute $(x_0, y_0)$ into the inequality. If the resulting numerical statement is true, shade the entire half-plane containing $(x_0, y_0)$. If false, shade the opposite half-plane.
- Solving for $y$ Warning: When converting $Ax + By > C$ to slope-intercept form $y > mx + b$, if $B < 0$, dividing by $B$ reverses the inequality to $y < mx + b$. Thus, "greater than" in standard form with $B < 0$ corresponds to shading below the boundary line.
3. Systems of Linear Inequalities & Convex Feasible Regions
A system of linear inequalities consists of two or more simultaneous inequalities:
The overall solution set $\mathcal{F}$ is the simultaneous intersection of all individual closed (or open) half-planes:
A fundamental geometric property of the feasible region $\mathcal{F}$ is convexity. A set $\mathcal{S} \subseteq \mathbb{R}^2$ is convex if for every pair of points $P, Q \in \mathcal{S}$, the line segment $\overline{PQ}$ is entirely contained within $\mathcal{S}$. Because every half-plane is convex and the intersection of any collection of convex sets is itself convex, every linear inequality feasible region is a convex polygonal set.
Feasible regions are classified into two categories:
- Bounded (Compact): The region can be enclosed entirely within a circle of finite radius. It forms a closed convex polygon with finite area and a finite number of vertices (corner points).
- Unbounded: The region extends infinitely in one or more directions.
4. Linear Programming & The Fundamental Extreme Value Theorem
Linear Programming is a mathematical optimization technique used to maximize or minimize a linear objective function:
subject to a set of linear inequality constraints defining a feasible region $\mathcal{F}$.
- Fundamental Theorem of Linear Programming: If an optimal value (maximum or minimum) of the objective function $z = ax + by$ exists over a non-empty closed and bounded convex feasible region $\mathcal{F}$, it must occur at one or more vertices (corner points) of $\mathcal{F}$.
- Geometric Rationale: Level sets of the objective function $ax + by = k$ represent a family of parallel lines with constant slope $m = -\frac{a}{b}$. Increasing (or decreasing) $k$ translates this line across the coordinate plane. The extreme values of $k$ where the line still makes contact with the closed convex polygon $\mathcal{F}$ occur at the boundary extremes—which are inevitably corner vertices (or an entire boundary edge connecting two vertices if the level line is parallel to an edge).
5. Worked Exemplar: Linear Programming Optimization
Problem: A small craft furniture shop manufactures custom desks ($x$) and bookcases ($y$). The shop seeks to maximize weekly profit $P(x, y) = 40x + 30y$ subject to the constraints:
Step 1: Determine boundary lines and intercepts
- $x + 2y = 16$: Intercepts are $(16, 0)$ and $(0, 8)$.
- $x + y = 9$: Intercepts are $(9, 0)$ and $(0, 9)$.
- Non-negativity $x \ge 0, y \ge 0$ restricts the region to Quadrant I.
Step 2: Identify the vertices of the feasible region The feasible region is a convex polygon bounded by the coordinate axes and constraint lines:
- Vertex 1: The origin $(0, 0)$.
- Vertex 2: The $y$-intercept bounded by carpentry: $(0, 8)$ (since $(0, 9)$ violates $x + 2y \le 16$, as $0 + 2(9) = 18 > 16$).
- Vertex 3: The $x$-intercept bounded by finishing: $(9, 0)$ (since $(16, 0)$ violates $x + y \le 9$).
- Vertex 4: The intersection of $x + 2y = 16$ and $x + y = 9$: Subtract the second equation from the first: Substitute $y = 7$ into $x + y = 9 \implies x = 2$. Intersection vertex: $(2, 7)$.
Step 3: Evaluate the objective function $P(x, y) = 40x + 30y$ at each vertex
| Vertex $(x, y)$ | Algebraic Evaluation of $P(x, y) = 40x + 30y$ | Profit Value ($P$) | Feasibility Status |
|---|---|---|---|
| $(0, 0)$ | $40(0) + 30(0) = 0$ | $$0$ | Minimum profit |
| $(0, 8)$ | $40(0) + 30(8) = 240$ | $$240$ | Boundary vertex candidate |
| $(9, 0)$ | $40(9) + 30(0) = 360$ | $$360$ | Optimal maximum vertex |
| $(2, 7)$ | $40(2) + 30(7) = 80 + 210 = 290$ | $$290$ | Intersection vertex candidate |
Conclusion: The maximum weekly profit is $$360$, achieved by manufacturing $9$ desks and $0$ bookcases.
[!IMPORTANT] A common student error is assuming the maximum must always occur at the interior intersection vertex $(2, 7)$. As demonstrated above, the slope of the objective function ($m = -\frac{40}{30} = -\frac{4}{3}$) relative to the constraint boundaries ($m_1 = -\frac{1}{2}, m_2 = -1$) dictates which vertex is struck last by the expanding level line. Rigorous corner-point evaluation is mandatory.
Which of the following statements provides the rigorous mathematical justification from real analysis for why the inequality sign must be reversed when multiplying an inequality a < b by a negative real number c < 0?
A linear programming problem seeks to maximize the objective function Z = 10x + 7y subject to the constraints: x + y <= 10, 2x + y <= 14, x >= 0, and y >= 0. What is the optimal vertex (corner point) of the feasible region and the corresponding maximum value of Z?
Which of the following accurately describes the boundary line and the shaded half-plane representing the solution set of the linear inequality 3x - 4y > 12 on the Cartesian coordinate plane?
What is the solution set of the compound linear inequality -5 <= 3 - 2x < 11 over the set of real numbers, expressed in interval notation?