Learn.breadcrumbLabel

Quadratic Equations: The Complete Guide to Solving Them

2026.04.14

Learn.byAuthor

Quadratic equations
Quadratic equations

A quadratic equation is any equation that can be written as ax2+bx+c=0ax^2 + bx + c = 0. It’s one of the most important topics in algebra and shows up everywhere from the SAT to physics.

πŸ’‘
Key Point: Quadratic equations appear on virtually every standardized math test. The SAT typically includes 3~5 questions involving quadratics. Knowing all three solving methods gives you flexibility to pick the fastest approach.

What Is a Quadratic Equation?

Definition and Standard Form

An equation of the form:

ax2+bx+c=0(a≠0)ax^2 + bx + c = 0 \quad (a \neq 0)
  • aa : coefficient of x2x^2 (must not be zero)
  • bb : coefficient of xx
  • cc : constant term

The graph of a quadratic is a parabola β€” it opens upward when a>0a > 0 and downward when a<0a < 0.


Three Solving Methods

MethodBest ForSpeed
FactoringSimple coefficientsFastest
Completing the SquareDeriving vertex formMedium
Quadratic FormulaAny quadraticReliable

Method 1: Factoring

How It Works

Rewrite the quadratic as a product of two binomials.

x2+5x+6=(x+2)(x+3)=0x^2 + 5x + 6 = (x + 2)(x + 3) = 0

So x=βˆ’2x = -2 or x=βˆ’3x = -3.

When to Use It

Factoring works when you can find two numbers that multiply to cc and add to bb.


Method 2: Completing the Square

Step-by-Step

Convert ax2+bx+c=0ax^2 + bx + c = 0 into perfect square form.

x2+6x+5=0x^2 + 6x + 5 = 0
(x2+6x+9)=βˆ’5+9(x^2 + 6x + 9) = -5 + 9
(x+3)2=4β‡’x=βˆ’3Β±2(x + 3)^2 = 4 \quad \Rightarrow \quad x = -3 \pm 2

So x=βˆ’1x = -1 or x=βˆ’5x = -5.


Method 3: The Quadratic Formula

Works for every quadratic equation:

x=βˆ’bΒ±b2βˆ’4ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
⚠️
Watch Out: The most common error is mishandling the sign of bb. When bb is negative, βˆ’b-b becomes positive. Double-check your substitution!

The Discriminant

The expression under the square root, D=b2βˆ’4acD = b^2 - 4ac, determines the nature of the roots:

  1. D>0D > 0 β†’ Two distinct real roots
  2. D=0D = 0 β†’ One repeated root (double root)
  3. D<0D < 0 β†’ No real roots (two complex roots)

Worked Examples

Example 1: Factoring

Solve x2βˆ’7x+12=0x^2 - 7x + 12 = 0.

Show Solution

Find two numbers that multiply to 12 and add to -7: βˆ’3-3 and βˆ’4-4.

(xβˆ’3)(xβˆ’4)=0(x - 3)(x - 4) = 0

x=3x = 3 or x=4x = 4

Example 2: Quadratic Formula

Solve 2x2+3xβˆ’5=02x^2 + 3x - 5 = 0.

Show Solution

a=2a = 2, b=3b = 3, c=βˆ’5c = -5

x=βˆ’3Β±9+404=βˆ’3Β±74x = \frac{-3 \pm \sqrt{9 + 40}}{4} = \frac{-3 \pm 7}{4}

x=1x = 1 or x=βˆ’52x = -\frac{5}{2}

Example 3: Discriminant

How many real roots does x2+4x+5=0x^2 + 4x + 5 = 0 have?

Show Solution

D=16βˆ’20=βˆ’4<0D = 16 - 20 = -4 < 0

No real roots (two complex roots).

πŸ“
Pro Tip: On the SAT, try factoring first β€” it’s faster. If you can’t factor within 15 seconds, switch to the quadratic formula immediately.

Top 3 Common Mistakes

  1. Sign errors in the quadratic formula β€” especially when bb is negative, making βˆ’b-b positive
  2. Forgetting to set the equation to zero β€” you must have =0= 0 before factoring or using the formula
  3. Dividing by 2a2a, not just aa β€” the denominator is 2a2a, not 22 or aa

Related Topics

  • Factoring Polynomials
  • Completing the Square Deep Dive
  • Quadratic Functions and Parabolas
  • Systems of Equations with Quadratics