Question

teach me linear inequalities and systems

Answers

GPT-4o mini
Sure! Let's break down linear inequalities and systems of inequalities step-by-step.

### Linear Inequalities

A linear inequality is similar to a linear equation but instead of an equal sign, it uses inequality symbols. The four primary symbols used are:

- **<** (less than)
- **>** (greater than)
- **≤** (less than or equal to)
- **≥** (greater than or equal to)

#### Example of a Linear Inequality
An example of a linear inequality in one variable is:

\[ 2x + 3 < 7 \]

To solve it, follow these steps:

1. **Isolate the variable:**
\[ 2x < 7 - 3 \]
\[ 2x < 4 \]

2. **Divide by the coefficient of \( x \):**
\[ x < 2 \]

#### Graphing Linear Inequalities
When you graph a linear inequality in two variables, you first graph the boundary line (like you would with a linear equation) and then determine which side of the line to shade.

1. **Graph the line:** For the inequality \( y > 2x + 1 \), graph the line \( y = 2x + 1 \). Since it’s a "greater than" inequality, use a dashed line to indicate that points on the line are not included in the solution.

2. **Choose a test point:** Pick a point not on the line (like the origin \((0,0)\) if it's not on the line) and substitute it into the inequality:
\[ 0 > 2(0) + 1 \Rightarrow 0 > 1 \text{ (false)} \]
Since the test point doesn’t satisfy the inequality, shade the opposite side of the line.

### Systems of Linear Inequalities

A system of linear inequalities involves two or more linear inequalities involving the same variables. The solution is the set of all points that satisfy all the inequalities.

#### Example of a System
Consider the following system:

1. \( y < 2x + 1 \)
2. \( y ≥ -x + 3 \)

#### Solving the System

1. **Graph each inequality:**
- For \( y < 2x + 1 \), graph the line \( y = 2x + 1 \) with a dashed line and shade below it.
- For \( y ≥ -x + 3 \), graph the line \( y = -x + 3 \) with a solid line (inclusive) and shade above it.

2. **Find the intersection:** The solution to the system is the region where the shaded areas from all inequalities overlap.

### Steps for Graphing Systems of Inequalities

1. **Convert inequalities to equalities:** To get the boundary lines, replace the inequality symbol with an equals sign and graph the lines.

2. **Test points if necessary:** Use test points to determine which side of the line to shade.

3. **Shade the correct regions:** Make sure to shade according to the inequality signs and take care with dashed (not included) versus solid (included) lines.

### Conclusion

Linear inequalities and systems of inequalities are fundamental parts of algebra and are useful in many applications, including optimization problems and graphing feasible regions in operations research.

If you have specific questions or need further examples, feel free to ask!