Equations and Inequalities
Hey students! 👋 Welcome to one of the most fundamental topics in AS-level mathematics - equations and inequalities. This lesson will equip you with the essential skills to solve various types of equations and inequalities that you'll encounter throughout your mathematical journey. By the end of this lesson, you'll be confident in tackling linear, quadratic, rational, and simple higher-order equations, as well as understanding how to solve inequalities both algebraically and graphically. Think of equations as mathematical puzzles waiting to be solved - and you're about to become an expert puzzle solver! 🧩
Linear Equations and Their Solutions
Linear equations are the foundation of algebra, students, and they're called "linear" because their graphs form straight lines. A linear equation in one variable has the general form $ax + b = 0$, where $a$ and $b$ are constants and $a ≠ 0$.
Let's start with a simple example: $3x + 7 = 22$. To solve this, we need to isolate $x$ by performing inverse operations. First, subtract 7 from both sides: $3x = 15$. Then divide both sides by 3: $x = 5$.
For more complex linear equations like $\frac{2x - 1}{3} = \frac{x + 4}{2}$, we multiply both sides by the least common multiple of the denominators (which is 6): $2(2x - 1) = 3(x + 4)$. Expanding gives us $4x - 2 = 3x + 12$, which simplifies to $x = 14$.
Linear inequalities follow similar principles but with one crucial difference - when you multiply or divide by a negative number, you must flip the inequality sign! For example, solving $-2x + 5 > 11$ gives us $-2x > 6$, and dividing by -2 (flipping the sign) results in $x < -3$.
Quadratic Equations: The Power of the Parabola
Quadratic equations take the form $ax^2 + bx + c = 0$ where $a ≠ 0$, and students, these equations can have up to two solutions! There are several methods to solve them, each with its own advantages.
Factoring Method: This works when the quadratic can be written as a product of two linear factors. For $x^2 - 5x + 6 = 0$, we look for two numbers that multiply to 6 and add to -5. Those numbers are -2 and -3, so we factor as $(x - 2)(x - 3) = 0$. This gives us $x = 2$ or $x = 3$.
Quadratic Formula: When factoring isn't straightforward, we use the quadratic formula: $x = \frac{-b ± \sqrt{b^2 - 4ac}}{2a}$. This formula works for any quadratic equation! The discriminant $b^2 - 4ac$ tells us about the nature of solutions: if it's positive, we have two real solutions; if zero, one repeated solution; if negative, no real solutions.
Completing the Square: This method involves rewriting the quadratic in the form $(x + p)^2 = q$. For $x^2 + 6x - 7 = 0$, we add and subtract $(\frac{6}{2})^2 = 9$: $x^2 + 6x + 9 - 9 - 7 = 0$, which becomes $(x + 3)^2 = 16$. Taking square roots: $x + 3 = ±4$, so $x = 1$ or $x = -7$.
Quadratic Inequalities: When Parabolas Meet Inequality Signs
Solving quadratic inequalities like $x^2 - 4x + 3 < 0$ requires understanding the parabola's behavior, students. First, find where the quadratic equals zero by solving $x^2 - 4x + 3 = 0$. Factoring gives us $(x - 1)(x - 3) = 0$, so $x = 1$ or $x = 3$.
These values divide the number line into three intervals: $x < 1$, $1 < x < 3$, and $x > 3$. Since the coefficient of $x^2$ is positive, the parabola opens upward. This means the quadratic is negative (below the x-axis) between the roots, so our solution is $1 < x < 3$.
Graphically, you can visualize this by sketching the parabola $y = x^2 - 4x + 3$ and identifying where it's below the x-axis. This visual approach is incredibly powerful for understanding inequality solutions! 📊
Rational Equations: Dealing with Fractions
Rational equations contain fractions with variables in the denominator, like $\frac{3}{x-1} + \frac{2}{x+1} = 1$. The key strategy is to multiply through by the least common denominator to eliminate fractions.
For our example, the LCD is $(x-1)(x+1)$. Multiplying through: $3(x+1) + 2(x-1) = (x-1)(x+1)$. Expanding: $3x + 3 + 2x - 2 = x^2 - 1$, which simplifies to $5x + 1 = x^2 - 1$, or $x^2 - 5x - 2 = 0$.
Using the quadratic formula: $x = \frac{5 ± \sqrt{25 + 8}}{2} = \frac{5 ± \sqrt{33}}{2}$.
Critical warning, students: always check your solutions by substituting back into the original equation! Sometimes solutions can make denominators zero, which means they're not valid solutions (called extraneous solutions).
Higher-Order Equations: Beyond Quadratics
Simple higher-order equations often require factoring techniques or substitution methods. For cubic equations like $x^3 - 6x^2 + 11x - 6 = 0$, we can try to find rational roots using the Rational Root Theorem, which states that any rational root $\frac{p}{q}$ has $p$ dividing the constant term and $q$ dividing the leading coefficient.
For our equation, possible rational roots are ±1, ±2, ±3, ±6. Testing $x = 1$: $1 - 6 + 11 - 6 = 0$ ✓. So $(x - 1)$ is a factor! Using polynomial division: $x^3 - 6x^2 + 11x - 6 = (x - 1)(x^2 - 5x + 6) = (x - 1)(x - 2)(x - 3)$.
Therefore, the solutions are $x = 1, 2, 3$.
Some equations can be solved by substitution. For $x^4 - 5x^2 + 4 = 0$, let $u = x^2$, giving us $u^2 - 5u + 4 = 0$. Factoring: $(u - 1)(u - 4) = 0$, so $u = 1$ or $u = 4$. Converting back: $x^2 = 1$ or $x^2 = 4$, giving us $x = ±1$ or $x = ±2$.
Graphical Methods: Visualizing Solutions
Graphical methods provide powerful visual insights into equation and inequality solutions, students! When solving $f(x) = g(x)$, we're finding where two graphs intersect. The x-coordinates of intersection points are our solutions.
For inequalities like $f(x) > g(x)$, we identify where the graph of $f(x)$ lies above the graph of $g(x)$. This visual approach is particularly helpful for understanding complex inequalities involving multiple functions.
Modern graphing technology makes these methods more accessible than ever. However, understanding the underlying algebraic principles remains crucial for accuracy and deeper mathematical insight.
Conclusion
Throughout this lesson, students, we've explored the rich world of equations and inequalities, from simple linear equations to complex rational and higher-order polynomials. You've learned that each type of equation has its preferred solution methods - factoring for simple quadratics, the quadratic formula for complex ones, and substitution for higher-order equations. Remember that graphical methods provide valuable visual confirmation of algebraic solutions, and always verify your answers, especially when dealing with rational equations. These skills form the backbone of advanced mathematics, so practice regularly and don't hesitate to use multiple methods to confirm your solutions! 🎯
Study Notes
• Linear Equation Standard Form: $ax + b = 0$ where $a ≠ 0$
• Inequality Rule: When multiplying or dividing by a negative number, flip the inequality sign
• Quadratic Equation Standard Form: $ax^2 + bx + c = 0$ where $a ≠ 0$
• Quadratic Formula: $x = \frac{-b ± \sqrt{b^2 - 4ac}}{2a}$
• Discriminant: $b^2 - 4ac$ determines the nature of quadratic solutions
• Quadratic Inequality Method: Find zeros, test intervals, determine solution regions
• Rational Equation Strategy: Multiply by LCD to eliminate fractions, then check for extraneous solutions
• Rational Root Theorem: For polynomial $a_nx^n + ... + a_1x + a_0 = 0$, rational roots have form $\frac{p}{q}$ where $p$ divides $a_0$ and $q$ divides $a_n$
• Substitution Method: Replace complex expressions with single variables to simplify higher-order equations
• Graphical Solution: Intersection points of graphs represent equation solutions
• Always verify solutions by substituting back into original equations
