Fiveable

🔟Elementary Algebra Unit 10 Review

QR code for Elementary Algebra practice questions

10.3 Solve Quadratic Equations Using the Quadratic Formula

10.3 Solve Quadratic Equations Using the Quadratic Formula

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🔟Elementary Algebra
Unit & Topic Study Guides

The quadratic formula lets you solve any quadratic equation, even when factoring or completing the square won't work cleanly. It's the most versatile method in your toolkit for this unit, and understanding it well will save you time on both homework and exams.

Solving Quadratic Equations

Application of the Quadratic Formula

Every quadratic equation can be written in standard form: ax2+bx+c=0ax^2 + bx + c = 0, where aa, bb, and cc are constants and a0a \neq 0. The quadratic formula solves for xx directly from those coefficients:

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

The ±\pm symbol means you get two solutions: one where you add the square root term, and one where you subtract it.

Steps to apply the quadratic formula:

  1. Write the equation in standard form (ax2+bx+c=0ax^2 + bx + c = 0) if it isn't already.
  2. Identify aa, bb, and cc. Be careful with signs, especially when terms are negative.
  3. Substitute those values into the formula.
  4. Simplify the expression under the square root (this part is called the discriminant).
  5. Calculate both solutions by using ++ and then - with the square root term.

Example: Solve 2x2+7x4=02x^2 + 7x - 4 = 0

  • a=2a = 2, b=7b = 7, c=4c = -4
  • x=7±724(2)(4)2(2)x = \frac{-7 \pm \sqrt{7^2 - 4(2)(-4)}}{2(2)}
  • x=7±49+324=7±814=7±94x = \frac{-7 \pm \sqrt{49 + 32}}{4} = \frac{-7 \pm \sqrt{81}}{4} = \frac{-7 \pm 9}{4}
  • x1=7+94=24=12x_1 = \frac{-7 + 9}{4} = \frac{2}{4} = \frac{1}{2}
  • x2=794=164=4x_2 = \frac{-7 - 9}{4} = \frac{-16}{4} = -4

A common mistake: when cc is negative, the 4ac-4ac part becomes positive (negative times negative). Watch your signs in that step.

Application of quadratic formula, Solve Quadratic Equations Using the Quadratic Formula – Intermediate Algebra

Interpretation of the Discriminant

The discriminant is the expression under the square root: b24acb^2 - 4ac. Its value tells you what kind of solutions to expect before you finish solving.

  • Positive discriminant (b24ac>0b^2 - 4ac > 0): two distinct real solutions. The parabola crosses the x-axis at two points.
  • Zero discriminant (b24ac=0b^2 - 4ac = 0): one repeated real solution. The parabola just touches the x-axis at its vertex.
  • Negative discriminant (b24ac<0b^2 - 4ac < 0): no real solutions. The parabola doesn't cross the x-axis at all. (At this level, you'll sometimes see these called complex solutions, which involve the imaginary unit ii.)

Example: Determine the nature of solutions for 3x25x+2=03x^2 - 5x + 2 = 0

  • a=3a = 3, b=5b = -5, c=2c = 2
  • Discriminant =(5)24(3)(2)=2524=1= (-5)^2 - 4(3)(2) = 25 - 24 = 1
  • Since 1>01 > 0, the equation has two distinct real solutions.

Checking the discriminant first is a quick way to know what you're dealing with, especially on multiple-choice problems where you just need to identify the number of solutions.

Application of quadratic formula, Quadratic equation - Wikipedia

Choosing a Method for Quadratic Equations

You now have three methods for solving quadratics. Here's when each one works best:

  • Factoring is the fastest option when:
    • The coefficients are integers
    • The leading coefficient (aa) is 1 or factors out easily
    • The product of aa and cc is small enough to find factor pairs quickly
  • Completing the square works well when:
    • The equation doesn't factor neatly
    • The leading coefficient is 1 (or you can divide it out)
    • You need the equation in vertex form (y=a(xh)2+ky = a(x - h)^2 + k)
  • The quadratic formula is your go-to when:
    • Factoring isn't obvious
    • The leading coefficient isn't 1 and is hard to work with
    • The solutions turn out to be irrational (like 2\sqrt{2}) or complex

A solid general approach: try factoring first since it's quickest. If that doesn't work, use the quadratic formula. Save completing the square for when you specifically need vertex form.

Quadratic Equations and Their Graphs

When you graph a quadratic equation, you get a parabola. The solutions (roots) of ax2+bx+c=0ax^2 + bx + c = 0 correspond to the x-intercepts of that parabola. This connects the algebra to the geometry:

  • Two real solutions = the parabola crosses the x-axis twice
  • One repeated solution = the parabola touches the x-axis at exactly one point
  • No real solutions = the parabola floats entirely above or below the x-axis

The quadratic formula finds these x-intercepts, whether they're nice whole numbers, messy fractions, or irrational values. If the discriminant is negative, the parabola has no x-intercepts, and the roots involve the imaginary unit ii (where i=1i = \sqrt{-1}).