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

Done. That's the whole process.

Watch Out For These Mistakes

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

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:

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:

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

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:

Most equation-solving failures come from trying shortcuts before establishing a solid foundation. Go back to basics, check your work, and move methodically.