1) Introduction to Linear Equations ➕
Welcome to the first topic in Level 2! We're starting with a fundamental concept in algebra: Linear Equations. You've likely encountered equations before, but here we'll delve deeper and build a solid understanding.
Linear equations are the backbone of much of mathematics and are used extensively in real-world problem solving. They are called "linear" because when you graph them, they form a straight line. Let's define exactly what they are.
A Linear Equation is an algebraic equation where the highest power of the variable is 1. It can be written in the form \(ax + b = c\), where \(x\) is the variable, and \(a\), \(b\), and \(c\) are constants, with \(a \neq 0\).
Key characteristics of linear equations:
- Variable to the First Power: The variable (usually \(x\)) is never squared, cubed, or raised to any other power except 1.
- No Variables in Denominators or Under Radicals: Linear equations don't have variables in the denominator of a fraction or under a square root (or any other radical).
Examples of Linear Equations
Example 1: \(2x + 3 = 7\)
Example 2: \(y - 5 = -2\) (Note: we can use any variable, not just \(x\))
Example 3: \(3x = 9\)
Example 4: \(-\frac{1}{2}x + 6 = 0\)
1.1 Solving Linear Equations
Solving a linear equation means finding the value of the variable that makes the equation true. We do this by isolating the variable on one side of the equation. The key principle is to maintain balance – whatever operation you perform on one side of the equation, you must perform on the other side to keep the equation balanced.
We use inverse operations to isolate the variable:
- To undo addition, we subtract.
- To undo subtraction, we add.
- To undo multiplication, we divide.
- To undo division, we multiply.
Example 5: Solving \(2x + 3 = 7\)
Step 1: Isolate the term with the variable (\(2x\)) by subtracting 3 from both sides.
\(2x + 3 - 3 = 7 - 3\)
\(2x = 4\)
Step 2: Isolate the variable \(x\) by dividing both sides by 2 (the coefficient of \(x\)).
\(\frac{2x}{2} = \frac{4}{2}\)
\(x = 2\)
Solution: \(x = 2\). We can check our answer by substituting \(x = 2\) back into the original equation: \(2(2) + 3 = 4 + 3 = 7\). It works!
Example 6: Solving \(y - 5 = -2\)
Step 1: Isolate \(y\) by adding 5 to both sides (undo subtracting 5).
\(y - 5 + 5 = -2 + 5\)
\(y = 3\)
Solution: \(y = 3\). Check: \(3 - 5 = -2\). It works!
2) Introduction to Linear Inequalities 📏
2.1 What are Linear Inequalities?
Now, let's move on to Linear Inequalities. Inequalities are similar to equations, but instead of an "equals" sign, they use inequality symbols to show a relationship of "greater than," "less than," "greater than or equal to," or "less than or equal to."
A Linear Inequality is a statement that compares two expressions using inequality symbols. It can be written in several forms, such as \(ax + b < c\), \(ax + b > c\), \(ax + b \leq c\), or \(ax + b \geq c\), where \(x\) is the variable, and \(a\), \(b\), and \(c\) are constants, with \(a \neq 0\). Again, the highest power of the variable is 1.
Inequality Symbols
Here's a reminder of the inequality symbols:
- \(<\) Less than
- \(>\) Greater than
- \(\leq\) Less than or equal to
- \(\geq\) Greater than or equal to
Examples of Linear Inequalities
Example 7: \(3x - 2 < 4\)
Example 8: \(-2y + 1 \geq 5\)
Example 9: \(x \leq 0\)
Example 10: \(5 + \frac{1}{3}z > 8\)
2.2 Solving Linear Inequalities
Solving linear inequalities is very similar to solving linear equations. We use the same inverse operations to isolate the variable. However, there's one crucial difference to remember:
Important Note: When you multiply or divide both sides of an inequality by a negative number, you must reverse the direction of the inequality symbol.
This reversal is essential to maintain the truth of the inequality. Let's see why with a simple example: \(2 < 4\). If we multiply both sides by -1 without reversing the inequality, we get \(-2 < -4\), which is false. But if we reverse the inequality, we get \(-2 > -4\), which is true.
Example 11: Solving \(3x - 2 < 4\)
Step 1: Add 2 to both sides.
\(3x - 2 + 2 < 4 + 2\)
\(3x < 6\)
Step 2: Divide both sides by 3. Since 3 is positive, we do NOT reverse the inequality.
\(\frac{3x}{3} < \frac{6}{3}\)
\(x < 2\)
Solution: \(x < 2\). This means any number less than 2 will satisfy the inequality. We can check with a value less than 2, say \(x = 0\): \(3(0) - 2 = -2\), and \(-2 < 4\). It works!
Example 12: Solving \(-2y + 1 \geq 5\)
Step 1: Subtract 1 from both sides.
\(-2y + 1 - 1 \geq 5 - 1\)
\(-2y \geq 4\)
Step 2: Divide both sides by -2. Since -2 is negative, we MUST reverse the inequality symbol.
\(\frac{-2y}{-2} \leq \frac{4}{-2}\)
\(y \leq -2\)
Solution: \(y \leq -2\). This means any number less than or equal to -2 will satisfy the inequality. Check with \(y = -3\): \(-2(-3) + 1 = 6 + 1 = 7\), and \(7 \geq 5\). It works!
2.3 Representing Solutions on a Number Line
Solutions to inequalities can be visualized on a number line.
- For \(<\) or \(>\) (strict inequalities), we use an open circle on the number line to indicate that the endpoint is not included in the solution.
- For \(\leq\) or \(\geq\) (inclusive inequalities), we use a closed circle to indicate that the endpoint is included in the solution.
Example 13: Representing \(x < 2\) on a number line
[*(You would typically insert an image here showing a number line with an open circle at 2 and shading to the left. Since I can't create images, imagine a number line with an open circle at 2, and an arrow pointing to the left, indicating all numbers less than 2 are solutions.)*]
Example 14: Representing \(y \leq -2\) on a number line
[*(Imagine a number line with a closed circle at -2, and an arrow pointing to the left, indicating all numbers less than or equal to -2 are solutions.)*]
3) Solving Multi-Step Linear Equations and Inequalities 🛠️
Often, linear equations and inequalities are more complex and require multiple steps to solve. These might involve:
- Variables on both sides of the equation/inequality.
- Distribution (removing parentheses).
- Combining like terms.
Example 15: Solving \(4x - 7 = x + 5\) (Variables on both sides)
Step 1: Gather variables on one side and constants on the other. Subtract \(x\) from both sides.
\(4x - 7 - x = x + 5 - x\)
\(3x - 7 = 5\)
Step 2: Add 7 to both sides to isolate the term with \(x\).
\(3x - 7 + 7 = 5 + 7\)
\(3x = 12\)
Step 3: Divide both sides by 3 to solve for \(x\).
\(\frac{3x}{3} = \frac{12}{3}\)
\(x = 4\)
Solution: \(x = 4\). Check: \(4(4) - 7 = 16 - 7 = 9\), and \(4 + 5 = 9\). Both sides are equal.
Example 16: Solving \(-2(y + 3) < 8\) (Distribution)
Step 1: Distribute the -2 across the parentheses.
\(-2 \times y + (-2) \times 3 < 8\)
\(-2y - 6 < 8\)
Step 2: Add 6 to both sides.
\(-2y - 6 + 6 < 8 + 6\)
\(-2y < 14\)
Step 3: Divide both sides by -2 and reverse the inequality.
\(\frac{-2y}{-2} > \frac{14}{-2}\)
\(y > -7\)
Solution: \(y > -7\).
Example 17: Solving \(3x + 2 - 5x = 10\) (Combining Like Terms)
Step 1: Combine like terms on the left side (\(3x\) and \(-5x\)).
\( (3x - 5x) + 2 = 10 \)
\(-2x + 2 = 10\)
Step 2: Subtract 2 from both sides.
\(-2x + 2 - 2 = 10 - 2\)
\(-2x = 8\)
Step 3: Divide both sides by -2.
\(\frac{-2x}{-2} = \frac{8}{-2}\)
\(x = -4\)
Solution: \(x = -4\).
4) Applications of Linear Equations and Inequalities 🌍
Linear equations and inequalities are not just abstract math concepts; they are incredibly useful tools for modeling and solving real-world problems. They appear in various fields, from science and engineering to economics and everyday life.
Here are a few examples of how they are applied:
- Calculating Costs and Budgets: Determining total expenses, unit costs, and budget constraints. For example, calculating the total cost of buying multiple items with different prices and quantities.
- Distance, Rate, and Time Problems: Solving problems involving speed, travel time, and distances. For example, if you know the speed of a car and the distance it traveled, you can use a linear equation to find the time taken.
- Mixing Solutions and Concentrations: In chemistry and cooking, linear equations help in calculating mixtures, dilutions, and concentrations of solutions.
- Simple Interest Calculations: Calculating simple interest earned on investments or paid on loans.
- Setting Goals and Constraints: Inequalities are essential for setting limits, minimum requirements, or maximum allowances in various situations, such as weight limits, age restrictions, or performance goals.
We will explore more word problems and real-world applications in a dedicated topic later (Topic 6), but for now, it's important to recognize that the skills you're learning here are directly applicable to solving practical problems.
5) Practice Questions 🎯
5.1 Fundamental – Build Skills
1. Solve for \(x\): \(x + 5 = 12\)
2. Solve for \(y\): \(y - 3 = -7\)
3. Solve for \(z\): \(4z = 20\)
4. Solve for \(a\): \(\frac{a}{2} = 6\)
5. Solve for \(b\): \(2b + 1 = 9\)
6. Solve for \(c\): \(3c - 4 = 5\)
7. Solve for \(x\): \(5x + 2 = 3x + 8\)
8. Solve for \(y\): \(2(y - 1) = 10\)
9. Solve for \(z\): \(-3z + 6 = 0\)
10. Solve for \(a\): \(7 - a = 11\)
11. Solve for \(x\) and represent the solution on a number line: \(x - 4 < 2\)
12. Solve for \(y\) and represent the solution on a number line: \(2y \geq -6\)
13. Solve for \(z\) and represent the solution on a number line: \(z + 1 \leq 5\)
14. Solve for \(a\) and represent the solution on a number line: \(-a > 3\)
5.2 Challenging – Push Limits 💪🚀
1. Solve for \(x\): \(3(2x - 5) = 4x + 7\)
2. Solve for \(y\): \(\frac{y}{3} + 2 = \frac{1}{2}y - 1\)
3. Solve for \(z\) and represent the solution on a number line: \(-4(z + 2) < 12\)
4. Solve for \(a\) and represent the solution on a number line: \(5a - 3 \geq 7a + 5\)
5. Word Problem: The sum of three consecutive integers is 48. What are the integers? (Hint: Let the first integer be \(x\), the next be \(x+1\), and the third be \(x+2\))
6. Word Problem: A rectangle's length is 3 cm more than its width. If the perimeter of the rectangle is 38 cm, find the dimensions of the rectangle. (Hint: Perimeter of a rectangle is \(P = 2l + 2w\))
6) Summary 🎉
- Linear Equations are of the form \(ax + b = c\) and have variables to the first power. They are solved using inverse operations to isolate the variable.
- Linear Inequalities use symbols like \(<, >, \leq, \geq\) to compare expressions. Solving them is similar to equations, but remember to reverse the inequality sign when multiplying or dividing by a negative number.
- Solutions to inequalities can be represented on a number line using open circles for strict inequalities (\(<, >\)) and closed circles for inclusive inequalities (\(\leq, \geq\)).
- Multi-step linear equations and inequalities may require distribution, combining like terms, and gathering variables and constants on opposite sides.
- Linear equations and inequalities are fundamental tools for solving a wide range of real-world problems.
Congratulations! You've completed the first topic on Linear Equations and Inequalities. You now have the foundational skills to solve basic and multi-step linear equations and inequalities, and you understand how to represent inequality solutions. Keep practicing, and you'll become even more proficient! Next, we'll explore how to visualize linear equations by Graphing Linear Equations! 🚀
← Back to Level 2 Topics Overview Continue to Topic 2 (Graphing Linear Equations) →