6. Linear Systems and Modeling

Inequality Systems

Graph and solve systems of linear inequalities; determine feasible regions and test points to interpret solution sets.

Inequality Systems

Hey students! šŸ‘‹ Ready to dive into one of the most practical areas of mathematics? Today we're exploring systems of linear inequalities - a powerful tool that helps solve real-world problems involving multiple constraints. By the end of this lesson, you'll understand how to graph inequality systems, identify feasible regions, and use test points to interpret solutions. Plus, you'll see how companies use these concepts every day to maximize profits and minimize costs! šŸŽÆ

Understanding Linear Inequalities and Their Systems

Before we jump into systems, let's make sure we're solid on individual linear inequalities. A linear inequality looks similar to a linear equation, but instead of an equals sign, we use inequality symbols: <, >, ≤, or ≄.

For example, $y > 2x + 1$ represents all points above the line $y = 2x + 1$. When we graph this, we draw the boundary line $y = 2x + 1$ (dashed because points on the line aren't included) and shade the region above it.

A system of linear inequalities is simply a collection of two or more linear inequalities that we solve simultaneously. The solution to the system is the set of all points that satisfy ALL inequalities at the same time. This overlapping region is called the feasible region or solution region.

Think of it like planning a party! šŸŽ‰ You might have constraints like: the venue must hold at least 50 people, your budget can't exceed $500, and you need at least 2 hours for the event. Each constraint is an inequality, and together they form a system that helps you find acceptable party options.

Graphing Systems Step by Step

Let's work through graphing a system of inequalities using a concrete example. Suppose we have:

  • $y ≄ x - 2$
  • $y < -x + 4$
  • $x ≄ 0$

Step 1: Graph each boundary line

First, we convert each inequality to its corresponding equation and graph the boundary line:

  • For $y ≄ x - 2$: Graph $y = x - 2$ (solid line because of ≄)
  • For $y < -x + 4$: Graph $y = -x + 4$ (dashed line because of <)
  • For $x ≄ 0$: This is the y-axis (solid line)

Step 2: Determine which side to shade

For each inequality, we need to determine which side of the boundary line to shade. The easiest method is to use a test point - typically (0,0) if it's not on the boundary line.

For $y ≄ x - 2$: Test (0,0) → $0 ≄ 0 - 2$ → $0 ≄ -2$ āœ“ True! Shade the side containing (0,0).

For $y < -x + 4$: Test (0,0) → $0 < -0 + 4$ → $0 < 4$ āœ“ True! Shade the side containing (0,0).

For $x ≄ 0$: This means x-values must be zero or positive, so we shade to the right of the y-axis.

Step 3: Identify the feasible region

The feasible region is where all shaded areas overlap. This is your solution set - every point in this region satisfies all three inequalities simultaneously! šŸŽÆ

Real-World Applications and Examples

Systems of inequalities aren't just academic exercises - they're incredibly practical! Here are some real-world scenarios where they're essential:

Manufacturing and Production šŸ­

A furniture company makes chairs and tables. Each chair requires 2 hours of labor and $30 in materials, while each table needs 4 hours and $50 in materials. With 40 hours of labor available and a $400 material budget, the constraints become:

  • $2c + 4t ≤ 40$ (labor constraint)
  • $30c + 50t ≤ 400$ (material constraint)
  • $c ≄ 0, t ≄ 0$ (can't make negative furniture!)

The feasible region shows all possible combinations of chairs and tables they can produce.

Nutrition and Diet Planning šŸ„—

A nutritionist designing a meal plan might have constraints like:

  • At least 50g protein: $P ≄ 50$
  • No more than 2000 calories: $C ≤ 2000$
  • At least 25g fiber: $F ≄ 25$
  • Maximum $15 budget: $Cost ≤ 15$

Investment and Finance šŸ’°

An investor with $10,000 might want to split money between stocks (S) and bonds (B) with constraints:

  • Total investment: $S + B ≤ 10000$
  • Risk management: $S ≤ 0.7(S + B)$ (no more than 70% in stocks)
  • Minimum bond investment: $B ≄ 2000$

According to financial data, approximately 65% of investment portfolios use some form of constraint-based allocation strategy, making inequality systems a cornerstone of modern finance!

Testing Points and Verifying Solutions

Once you've identified your feasible region, it's crucial to verify your work using test points. Here's the systematic approach:

Choose Strategic Test Points

Select points from different regions of your graph:

  1. A point clearly inside your feasible region
  2. A point clearly outside your feasible region
  3. A point on the boundary (if you want to check boundary conditions)

Substitute and Check

For each test point, substitute the coordinates into ALL original inequalities. If a point satisfies every inequality, it's in the solution set. If it fails even one inequality, it's not a solution.

Let's say we're testing the point (2, 1) in our earlier system:

  • $y ≄ x - 2$: $1 ≄ 2 - 2$ → $1 ≄ 0 āœ“
  • $y < -x + 4$: $1 < -2 + 4$ → $1 < 2$ āœ“
  • $x ≄ 0$: $2 ≄ 0 āœ“

Since (2, 1) satisfies all three inequalities, it's in our feasible region! šŸŽ‰

Corner Points Matter

In many applications, especially optimization problems, the "best" solution often occurs at corner points (vertices) of the feasible region. These are where boundary lines intersect, and they represent the extreme possibilities within your constraints.

Advanced Applications: Linear Programming

Systems of inequalities form the foundation of linear programming - a mathematical method used to find the best outcome (maximum profit, minimum cost, etc.) within given constraints. Major companies like Amazon, FedEx, and airlines use linear programming daily for route optimization, inventory management, and resource allocation.

For instance, FedEx processes over 15 million packages daily across 220+ countries. They use systems of inequalities to model constraints like:

  • Vehicle capacity limits
  • Driver hour regulations
  • Fuel costs
  • Delivery time windows
  • Warehouse space limitations

The feasible region represents all possible delivery combinations, while the optimization function finds the most cost-effective solution within those constraints.

Conclusion

Systems of linear inequalities are powerful mathematical tools that help us navigate complex real-world situations with multiple constraints. By graphing boundary lines, identifying feasible regions, and using test points for verification, we can visualize and solve problems ranging from business optimization to personal budgeting. Remember that the solution to a system is always the overlapping region where ALL inequalities are satisfied simultaneously - this feasible region contains infinite solutions, each representing a valid combination that meets your constraints! 🌟

Study Notes

• System of Linear Inequalities: Collection of two or more linear inequalities solved simultaneously

• Feasible Region: The overlapping area where all inequalities in the system are satisfied

• Boundary Line: The line formed by changing an inequality symbol to an equals sign

• Solid vs Dashed Lines: Use solid lines for ≤ or ≄, dashed lines for < or >

• Test Point Method: Substitute coordinates into inequalities to determine which side to shade

• Corner Points: Vertices of the feasible region where boundary lines intersect

• Graphing Steps: 1) Graph boundary lines, 2) Determine shading direction, 3) Find overlap region

• Solution Verification: Test points must satisfy ALL inequalities in the system

• Real Applications: Manufacturing constraints, diet planning, investment allocation, logistics optimization

• Linear Programming: Uses inequality systems to find optimal solutions (max profit, min cost)

• Common Test Point: (0,0) is often used unless it lies on a boundary line

Practice Quiz

5 questions to test your understanding