AP Precalculus: Systems of Inequalities & Linear Programming
Master graphing inequalities, finding feasible regions, and optimization techniques
π Understanding Systems of Inequalities
A system of inequalities consists of two or more inequalities with the same variables. Unlike equations, the solution is a region containing infinitely many points. This guide covers graphing techniques, finding vertices, and using linear programming to optimize real-world problems.
1 Graphing Linear Inequalities
A linear inequality in two variables creates a half-plane of solutions. The boundary line divides the coordinate plane, and shading indicates the solution region.
Boundary Line Types
Shading Direction
Steps to Graph
- Solve for \(y\) to get slope-intercept form (if needed)
- Graph the boundary line (solid or dashed based on symbol)
- Choose a test point NOT on the line (usually \((0, 0)\))
- Substitute the test point into the inequality
- If TRUE: shade the side containing the test point. If FALSE: shade the opposite side
Graph: \(2x + y < 4\)
Solve for y: \(y < -2x + 4\)
Boundary: \(y = -2x + 4\) (dashed line, since \(<\))< /p>
Test \((0, 0)\): \(0 < 4\) β TRUE
Shade: Below the line (side containing origin)
2 Solving Systems of Linear Inequalities
The solution to a system of inequalities is the intersection (overlap) of all individual solution regions. This overlapping area is called the feasible region.
Steps to Solve
- Graph each inequality on the same coordinate plane
- Shade the solution region for each inequality
- Identify the overlapping region (feasible region)
- The solution is all points in the overlapping region
System: \(\begin{cases} y \geq x - 2 \\ y \leq -x + 4 \\ x \geq 0 \end{cases}\)
Graph each:
β’ \(y \geq x - 2\): solid line, shade above
β’ \(y \leq -x + 4\): solid line, shade below
β’ \(x \geq 0\): solid vertical line, shade right
Solution: Triangular region where all three shadings overlap
If the shaded regions don't overlap at all, the system has no solution. This happens when constraints are contradictory.
3 Absolute Value Inequalities
Absolute value inequalities create V-shaped boundaries. To solve, split into two separate linear inequalities.
"Less Than" Case
\(|ax + by + c| \leq d\)
Splits into:
\(-d \leq ax + by + c \leq d\)
Solution: region BETWEEN two parallel lines
"Greater Than" Case
\(|ax + by + c| \geq d\)
Splits into:
\(ax + by + c \leq -d\) OR \(ax + by + c \geq d\)
Solution: region OUTSIDE two parallel lines
Solve: \(|x + 2y| \leq 6\)
Split: \(-6 \leq x + 2y \leq 6\)
Two inequalities:
β’ \(x + 2y \leq 6\) β shade below
β’ \(x + 2y \geq -6\) β shade above
Solution: Strip between the two parallel lines
4 Finding Vertices of the Feasible Region
Vertices (corner points) are where boundary lines intersect. These points are crucial for optimization problems.
How to Find Vertices
- Identify all boundary lines (convert inequalities to equations)
- Find where each pair of boundary lines intersects
- Solve the system of two equations for each pair
- Keep only vertices that lie within the feasible region
System: \(\begin{cases} x + y \leq 6 \\ x \geq 0 \\ y \geq 0 \end{cases}\)
Boundaries: \(x + y = 6\), \(x = 0\), \(y = 0\)
Find intersections:
β’ \(x = 0\) and \(y = 0\) β \((0, 0)\)
β’ \(x = 0\) and \(x + y = 6\) β \((0, 6)\)
β’ \(y = 0\) and \(x + y = 6\) β \((6, 0)\)
Vertices: \((0, 0)\), \((0, 6)\), \((6, 0)\)
Not every intersection point is a vertex of the feasible region! Verify that each candidate point satisfies ALL inequalities in the system.
5 Introduction to Linear Programming
Linear programming is a method to find the maximum or minimum value of a linear function subject to constraints (inequalities). It's used in business, economics, and operations research.
Objective Function
\(Z = ax + by\)
The linear function you want to maximize or minimize (profit, cost, etc.)
Constraints
System of linear inequalities
Limitations or requirements that define the feasible region
6 Solving Linear Programming Problems
To solve a linear programming problem, graph the constraints, identify vertices, and evaluate the objective function at each vertex.
The Linear Programming Process
Problem: Maximize \(Z = 3x + 4y\) subject to:
\(\begin{cases} x + y \leq 8 \\ 2x + y \leq 10 \\ x \geq 0, \ y \geq 0 \end{cases}\)
Step 1-2: Graph constraints and find feasible region
Step 3: Find vertices:
β’ \((0, 0)\) β intersection of \(x = 0\) and \(y = 0\)
β’ \((5, 0)\) β intersection of \(y = 0\) and \(2x + y = 10\)
β’ \((2, 6)\) β intersection of \(x + y = 8\) and \(2x + y = 10\)
β’ \((0, 8)\) β intersection of \(x = 0\) and \(x + y = 8\)
Step 4: Evaluate \(Z = 3x + 4y\):
β’ \(Z(0, 0) = 0\)
β’ \(Z(5, 0) = 15\)
β’ \(Z(2, 6) = 6 + 24 = 30\)
β’ \(Z(0, 8) = 32\)
Step 5: Maximum is \(Z = 32\) at \((0, 8)\)
7 Bounded vs Unbounded Feasible Regions
The shape of the feasible region affects whether maximum and minimum values exist.
Bounded Region
Feasible region is enclosed (polygon shape)
β
Both maximum AND minimum exist
β
Both occur at vertices
Unbounded Region
Feasible region extends infinitely in some direction
β οΈ May have only max OR only min
β οΈ Or may have neither (unbounded objective)
Most real-world problems include \(x \geq 0\) and \(y \geq 0\) (non-negativity constraints) because you can't have negative quantities of resources, products, etc.
8 Real-World Applications
Linear programming solves optimization problems in business, manufacturing, logistics, and resource allocation.
Common Application Types
- Profit Maximization: Find product mix that maximizes profit given limited resources
- Cost Minimization: Meet requirements at minimum cost
- Resource Allocation: Distribute limited resources optimally
- Diet Problems: Meet nutritional needs at minimum cost
- Transportation: Minimize shipping costs between locations
Problem: A company makes chairs and tables. Each chair requires 2 hours of labor and yields $40 profit. Each table requires 5 hours and yields $80 profit. With 40 labor hours available, maximize profit.
Variables: \(x\) = chairs, \(y\) = tables
Objective: Maximize \(Z = 40x + 80y\)
Constraints:
β’ \(2x + 5y \leq 40\) (labor hours)
β’ \(x \geq 0, \ y \geq 0\) (non-negative)
Vertices: \((0, 0)\), \((20, 0)\), \((0, 8)\)
Evaluate: \(Z(0, 8) = 640\) β Maximum
Answer: Make 0 chairs & 8 tables for $640 profit
π Quick Reference
Solid Line
\(\leq\) or \(\geq\) β boundary included
Dashed Line
\(<\) or \(>\) β boundary excluded
Feasible Region
Intersection of all shaded regions
Vertices
Solve pairs of boundary equations
Objective Function
\(Z = ax + by\) (maximize or minimize)
Optimal Value
Evaluate \(Z\) at all vertices, choose best
Need Help with Systems of Inequalities?
Our expert tutors provide personalized instruction to help you excel in AP Precalculus.
Book Free Consultation