Solving Equations- Algebraic Methods and Techniques
What Solving Equations Actually Means
Equations are statements that claim two expressions are equal. Solving them means finding the value (or values) of the variable that makes the statement true. That's it. No philosophy, no motivation—just math.
Most students struggle because they memorize steps without understanding why those steps work. Once you see the logic, everything clicks.
Linear Equations: Start Here
Linear equations have variables raised to the power of 1. They graph as straight lines. The standard form is ax + b = c.
The Basic Method
Isolate the variable. Move everything else to the other side. Keep the equation balanced by doing the same operation on both sides.
Example:
3x + 7 = 22
- Subtract 7 from both sides: 3x = 15
- Divide both sides by 3: x = 5
Done. That's the whole process.
Watch Out For These Mistakes
- Forgetting to apply operations to both sides
- Losing negative signs during distribution
- Trying to do too many steps at once
Slow down. One operation per step until you build speed.
Quadratic Equations: Two Solutions (Usually)
Quadratics have the form ax² + bx + c = 0. They have up to two solutions because the graph of a parabola can cross the x-axis twice.
Factoring Method
When possible, factor the quadratic into two binomials. Set each binomial equal to zero and solve.
Example:
x² - 5x + 6 = 0
Factored form: (x - 2)(x - 3) = 0
- x - 2 = 0 → x = 2
- x - 3 = 0 → x = 3
Quadratic Formula: The Backup Plan
When factoring fails, use this formula:
x = (-b ± √(b² - 4ac)) / 2a
The discriminant (b² - 4ac) tells you what you're dealing with:
- Positive → two real solutions
- Zero → one solution (both factors are the same)
- Negative → no real solutions (the parabola never hits the x-axis)
Systems of Equations: Two Variables, Two Equations
Sometimes you have two unknowns and need two equations to find them. Three methods work here:
Substitution Method
Solve one equation for one variable, then plug that into the other equation.
Example:
y = 2x + 3
3x + y = 11
Substitute y from the first equation into the second:
3x + (2x + 3) = 11
5x + 3 = 11
x = 8/5 = 1.6
Then find y: y = 2(1.6) + 3 = 6.2
Elimination Method
Add or subtract equations to cancel one variable. Works best when coefficients are already opposites or can be made opposites easily.
Comparison of Methods
| Method | Best When | Difficulty |
|---|---|---|
| Substitution | One variable already isolated | Easy |
| Elimination | Easy to cancel a variable | Medium |
| Graphing | Need visual representation | Medium |
| Matrix/Determinants | Three or more variables | Hard |
Absolute Value Equations
Absolute value means distance from zero. |x| = 5 means x is 5 units away from zero, so x = 5 or x = -5.
Example:
|2x - 3| = 7
This creates two cases:
- 2x - 3 = 7 → 2x = 10 → x = 5
- 2x - 3 = -7 → 2x = -4 → x = -2
Check both solutions in the original equation. Absolute value equations often produce extraneous answers.
How to Get Good at This
Most students fail at equation solving because they don't practice enough. Here's a training approach:
Step 1: Master One-Step and Two-Step Equations
Start with x + 5 = 12. Then move to 3x - 7 = 14. Build muscle memory before adding complexity.
Step 2: Add Fractions Slowly
Fractions trip up more students than anything else. Practice equations like (x/2) + 5 = 9 before mixing in denominators across terms.
Step 3: Learn to Check Your Answers
Plug your solution back into the original equation. Does it work? If not, you made an error. This habit alone will cut your error rate dramatically.
Step 4: Speed Comes From Repetition
Do 20 equations a day. After two weeks, you'll solve them without thinking. The goal is automaticity—you want to see |3x - 4| = 11 and immediately write the two cases.
Common Techniques to Memorize
- Balance the equation: Whatever you do to one side, do to the other
- Combine like terms first: 3x + 2x = 5x, not 5x²
- Distribution: a(b + c) = ab + ac
- Factoring: Pull out the greatest common factor before solving
- Cross-multiplication: When a/b = c/d, then ad = bc
Rational Equations: Variables in Denominators
These look scary but follow the same logic. Multiply both sides by the common denominator to clear fractions.
Example:
2/x + 3 = 5
Multiply both sides by x:
2 + 3x = 5x
2 = 2x
x = 1
Always check that your solution doesn't make any denominator zero. x = 0 would be invalid here.
When Nothing Seems to Work
If you're stuck on a complicated equation, try these:
- Expand everything and collect like terms
- Look for patterns—can you factor something?
- Try to isolate a smaller piece first
- Graph both sides and find intersection points
Most equation-solving failures come from trying shortcuts before establishing a solid foundation. Go back to basics, check your work, and move methodically.