Algebra Equation- Solving Linear and Quadratic Equations
What You Need to Know About Algebra Equations
Algebra equations are the foundation of everything from basic math to engineering. If you can't solve them, you're stuck. That's the brutal truth.
This guide cuts through the garbage and teaches you how to solve linear and quadratic equations the right way. No fluff. Just methods that work.
Linear Equations: The Simple Stuff
A linear equation creates a straight line when graphed. It has the form:
ax + b = c
Where a, b, and c are numbers, and you're solving for x.
How to Solve Linear Equations
Isolate the variable. That's it. Follow these steps:
- Move constants to one side by adding or subtracting
- Move coefficients to the other side by dividing or multiplying
- Check your answer by plugging it back in
Example: 3x + 7 = 22
Subtract 7 from both sides: 3x = 15
Divide by 3: x = 5
Done. That simple.
Special Cases
Watch out for these:
- No solution: When you get something like 0 = 5
- Infinite solutions: When you get 0 = 0
- Negative numbers: Don't forget to distribute negative signs
Quadratic Equations: Where It Gets Real
Quadratic equations form a parabola when graphed. They have the form:
ax² + bx + c = 0
Here you have three methods to solve. Pick the right one.
Method 1: Factoring
Fastest when it works. You're looking for two numbers that multiply to give c and add to give b.
Example: x² + 5x + 6 = 0
Find two numbers that multiply to 6 and add to 5. That's 2 and 3.
Factor: (x + 2)(x + 3) = 0
Solutions: x = -2 or x = -3
This method fails when you can't find those numbers easily. Move on.
Method 2: Quadratic Formula
This always works. Memorize it:
x = (-b ± √(b² - 4ac)) / 2a
Example: 2x² + 7x + 3 = 0
a = 2, b = 7, c = 3
x = (-7 ± √(49 - 24)) / 4
x = (-7 ± √25) / 4
x = (-7 ± 5) / 4
Solutions: x = -0.5 or x = -3
Method 3: Completing the Square
Useful when the quadratic formula gets messy or when working with conic sections later. Steps:
- Move constant to right side
- Divide by coefficient of x²
- Take half of b, square it, add to both sides
- Factor the left side
- Solve
It's slower. Use it when you must.
Quick Comparison: Linear vs Quadratic
| Feature | Linear Equation | Quadratic Equation |
|---|---|---|
| Form | ax + b = c | ax² + bx + c = 0 |
| Graph shape | Straight line | Parabola |
| Solutions | Usually one | Up to two |
| Difficulty | Easy | Medium to hard |
| Methods | Isolate variable | Factor, formula, or complete square |
Getting Started: Practice Problems
You won't learn this by reading. Do these now:
Linear:
- 4x - 8 = 20 → x = ?
- 5x + 3 = 2x + 18 → x = ?
- -2x + 7 = 15 → x = ?
Quadratic:
- x² - 9 = 0 → x = ?
- x² + 4x - 12 = 0 → x = ?
- 3x² + 12x + 9 = 0 → x = ?
Check your answers. If you got stuck, re-read the method sections. Don't guess.
Common Mistakes That Kill You
- Forgetting to check for extraneous solutions
- Dropping negative signs when moving terms
- Not distributing properly in factored form
- Using factoring when the quadratic formula is faster
- Arithmetic errors in the discriminant
Most failed algebra comes down to sloppy arithmetic, not understanding the concepts.
Which Method Should You Use?
For linear equations: Just isolate x. No decision needed.
For quadratic equations:
- Try factoring first
- Switch to quadratic formula if factoring takes more than 30 seconds
- Use completing the square only when required by the problem or teacher
The quadratic formula is your safety net. Use it.
The Bottom Line
Linear equations are one-step or two-step problems. Quadratic equations require you to pick a strategy and execute it cleanly.
Stop watching videos. Stop reading guides. Solve problems. That's the only way this stuff sticks.