Quadratic Equations- Complete Solving Guide

What Is a Quadratic Equation?

A quadratic equation is any equation that can be written in the form ax² + bx + c = 0, where a, b, and c are constants, and a ≠ 0. The "quadratic" part comes from the highest power being 2 (the exponent on x).

If you're taking algebra, you'll encounter these everywhere. They're not optional. Master them or keep struggling.

The Standard Form

Every quadratic equation looks like this:

ax² + bx + c = 0

Here's what each part means:

Example: 3x² - 5x + 2 = 0 has a = 3, b = -5, c = 2.

Methods for Solving Quadratic Equations

You have four main options. Pick the right one for the job.

Method Best When Difficulty
Factoring Equation factors easily, small numbers Easy (when it works)
Square Root Method No x term (bx = 0) Easy
Completing the Square Vertex form needed, perfect square trinomials Medium
Quadratic Formula Always works, factoring is messy or impossible Medium

The quadratic formula works on every quadratic equation. That's why it's your best friend.

The Quadratic Formula (Your Go-To Tool)

For ax² + bx + c = 0, the solutions are:

x = (-b ± √(b² - 4ac)) / 2a

That's it. Memorize this formula. It solves anything.

Breaking Down the Formula

Most equations give you two answers. That's normal.

How to Solve Any Quadratic Equation

Step 1: Identify a, b, c

Rewrite your equation in standard form if needed. Find the three coefficients.

Step 2: Check If Factoring Is Faster

For simple equations like x² - 9 = 0, factoring is quicker. Try it first. If it's messy, skip to step 3.

Step 3: Plug Into the Formula

Example: Solve 2x² + 5x - 3 = 0

a = 2, b = 5, c = -3

x = (-5 ± √(25 - 4(2)(-3))) / 2(2)

x = (-5 ± √(25 + 24)) / 4

x = (-5 ± √49) / 4

x = (-5 ± 7) / 4

x = 0.5 or x = -3

Two solutions. Done.

Understanding the Discriminant

The discriminant is b² - 4ac. It tells you what kind of answers you'll get:

Calculate it first. You'll know immediately if you're dealing with real numbers or not.

Common Mistakes to Avoid

When You'll Actually Use This

Quadratic equations show up in:

Your teacher isn't making you learn this for nothing.

Quick Reference

Problem Type Recommended Method
x² = 25 Square root method
x² + 7x + 12 = 0 Factoring (x+3)(x+4)
2x² + 3x - 7 = 0 Quadratic formula
x² + 6x + 9 = 0 Factoring or completing square

Know your options. Pick the fastest path to the answer.