Comprehensive Guide to Equations
1. Linear Equations
A linear equation is an equation where each term is either a constant or the product of a constant and a single variable raised to the power of 1.
General form: ax + b = 0, where a ≠ 0
Example 1: Solve 2x + 5 = 13
Solution: x = 4
Methods to Solve Linear Equations:
- Isolation Method: Isolate the variable by performing inverse operations.
- Substitution Method: If there are multiple equations, solve one for a variable and substitute.
- Elimination Method: Add or subtract equations to eliminate a variable.
- Graphical Method: Plot the equation and find the x-intercept.
Example 2: System of Linear Equations
Solve the system:
3x + 2y = 7
x - y = 1
Solution: x = 9/5, y = 4/5
2. Quadratic Equations
A quadratic equation is a polynomial equation of the second degree.
Standard form: ax² + bx + c = 0, where a ≠ 0
Methods to Solve Quadratic Equations:
Example 1: Factoring Method
Solve x² - 5x + 6 = 0
Solutions: x = 2 or x = 3
Example 2: Quadratic Formula
Solve 2x² - 7x + 3 = 0
Using the quadratic formula: x = (-b ± √(b² - 4ac)) / (2a)
Solutions: x = 3 or x = 0.5
Example 3: Completing the Square
Solve x² - 6x + 8 = 0
Solutions: x = 4 or x = 2
Nature of Roots Based on Discriminant:
- If b² - 4ac > 0: Two distinct real roots
- If b² - 4ac = 0: One real root (repeated)
- If b² - 4ac < 0: Two complex conjugate roots
3. Polynomial Equations
Polynomial equations have the form: a₀xⁿ + a₁xⁿ⁻¹ + ... + aₙ₋₁x + aₙ = 0
Methods to Solve Polynomial Equations:
- Factoring: When possible, factor the polynomial and set each factor to zero.
- Synthetic Division: Find roots systematically using synthetic division.
- Rational Root Theorem: Identify potential rational roots.
- Descartes' Rule of Signs: Determine possible number of positive and negative roots.
- Numerical Methods: For higher degree polynomials (Newton-Raphson, etc.)
Example: Solve x³ - 6x² + 11x - 6 = 0
1 | -6 | 11 | -6 |
1 | -5 | 6 | |
1 | -5 | 6 | 0 |
Solutions: x = 1, x = 2, and x = 3
4. Rational Equations
Rational equations contain fractions with variables in the denominators.
Example: Solve 1/x + 1/(x-1) = 1
Solutions: x = (3 + √5)/2 or x = (3 - √5)/2
Important: Always check for extraneous solutions that make denominators zero.
5. Radical Equations
Radical equations contain variables under radical signs.
Example: Solve √(2x + 3) - x = 1
The equation has no solutions (both potential solutions are extraneous).
Important: Always verify solutions by substituting back into the original equation. Squaring both sides can introduce extraneous solutions.
6. Exponential Equations
Exponential equations have the variable in the exponent.
Example 1: Solve 2ˣ = 8
Solution: x = 3
Example 2: Solve 3ˣ = 5
Solution: x ≈ 1.465
7. Logarithmic Equations
Logarithmic equations contain logarithms with variables.
Example: Solve log₂(x + 3) - log₂(x - 1) = 2
Solution: x = 7/3
Important: Always check domain constraints for logarithmic expressions.
8. Trigonometric Equations
Trigonometric equations involve trigonometric functions.
Example 1: Solve sin(x) = 0.5
Solutions: x = π/6 + 2nπ or x = 5π/6 + 2nπ, where n is an integer
Example 2: Solve 2cos²(x) - 1 = 0
Solutions: x = π/4 + nπ, where n is an integer
9. Differential Equations
Differential equations involve derivatives of functions.
Example: Solve dy/dx = 2x with y(0) = 1
Solution: y = x² + 1