Graphical Solution of Inequalities
[MathDefinition title="Graphical Solution"] The graphical solution of an inequality in two variables is the region of the coordinate plane that satisfies the inequality. The boundary line divides the plane into two half-planes. [/MathDefinition]
[MathDefinition title="Rules for Graphing Inequalities"]
- For ax + by < c or ax + by > c: Draw a dashed line (boundary not included)
- For ax + by β€ c or ax + by β₯ c: Draw a solid line (boundary included)
- Test a point (usually origin) to determine which side to shade [/MathDefinition]
[MathKeyFormula title="Key Concepts"]
- Linear inequality: ax + by β€ c or ax + by β₯ c
- The solution region is a half-plane
- For strict inequalities (< or >), use dashed line
- For non-strict inequalities (β€ or β₯), use solid line
- The intersection of multiple inequalities gives the feasible region [/MathKeyFormula]
[MathNote title="Graphing Steps"]
- Convert inequality to equation to find the boundary line
- Plot the boundary line
- Choose a test point (0,0) if possible
- Substitute the test point into the inequality
- If true, shade the side containing the test point
- If false, shade the opposite side [/MathNote]
[MathExample title="Example 1: Simple Inequality"] Problem: Solve the inequality 2x + 3y β€ 6 graphically.
Solution: Step 1: Convert to equation: 2x + 3y = 6
Step 2: Find intercepts: x-intercept: y = 0, x = 3 β (3, 0) y-intercept: x = 0, y = 2 β (0, 2)
Step 3: Draw a solid line through (3, 0) and (0, 2)
Step 4: Test point (0, 0): 2(0) + 3(0) = 0 β€ 6 β
Since the test point satisfies the inequality, shade the region containing (0, 0).
The solution is the region below and including the line 2x + 3y = 6. [/MathExample]
[MathExample title="Example 2: System of Inequalities"] Problem: Solve the system: x + y β€ 4, x β₯ 0, y β₯ 0 graphically.
Solution: Step 1: Graph x + y β€ 4 Boundary: x + y = 4 Intercepts: (4, 0) and (0, 4) Solid line, shade below (test (0,0): 0 β€ 4 β)
Step 2: Graph x β₯ 0 This is the region to the right of and including the y-axis
Step 3: Graph y β₯ 0 This is the region above and including the x-axis
Step 4: Find the intersection The feasible region is a triangle with vertices at (0, 0), (4, 0), and (0, 4) [/MathExample]
[MathExample title="Example 3: Strict Inequality"] Problem: Solve the inequality x β 2y > 4 graphically.
Solution: Step 1: Convert to equation: x β 2y = 4
Step 2: Find intercepts: x-intercept: y = 0, x = 4 β (4, 0) y-intercept: x = 0, y = β2 β (0, β2)
Step 3: Draw a dashed line through (4, 0) and (0, β2)
Step 4: Test point (0, 0): 0 β 2(0) = 0 > 4? No, 0 is not greater than 4
Since (0, 0) does not satisfy the inequality, shade the opposite side (the side not containing the origin).
The solution is the region above and to the right of the dashed line x β 2y = 4. [/MathExample]
[MathExample title="Example 4: Quadratic Inequality"] Problem: Solve the inequality y β₯ xΒ² β 4 graphically.
Solution: Step 1: Convert to equation: y = xΒ² β 4
Step 2: This is a parabola opening upward with vertex at (0, β4)
Step 3: Draw a solid parabola
Step 4: Test point (0, 0): 0 β₯ 0Β² β 4 0 β₯ β4 β
Since the test point satisfies the inequality, shade the region inside the parabola (above the curve).
The solution is the region on and above the parabola y = xΒ² β 4. [/MathExample]