Fiveable

📘Intermediate Algebra Unit 9 Review

QR code for Intermediate Algebra practice questions

9.3 Solve Quadratic Equations Using the Quadratic Formula

9.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
📘Intermediate Algebra
Unit & Topic Study Guides

Solving Quadratic Equations

The Quadratic Formula lets you solve any quadratic equation, even when factoring or completing the square won't work cleanly. It's the most reliable method in your toolkit, and understanding the discriminant (a piece of the formula) tells you what kind of solutions to expect before you even finish solving.

Application of the Quadratic Formula

Every quadratic equation can be written in standard form: ax2+bx+c=0ax^2 + bx + c = 0. Once it's in that form, the Quadratic Formula gives you the solutions directly:

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

The ±\pm symbol means you'll get two answers: one where you add the square root term, and one where you subtract it. These solutions are also called the roots of the equation.

Here's how to use it step by step:

  1. Write the equation in standard form (ax2+bx+c=0ax^2 + bx + c = 0). Move all terms to one side if needed.

  2. Identify the coefficients aa, bb, and cc. Pay close attention to signs.

  3. Substitute aa, bb, and cc into the formula.

  4. Simplify the discriminant (b24acb^2 - 4ac) under the square root first.

  5. Calculate both solutions by using ++ and then - with the square root result.

Example: Solve 2x25x3=02x^2 - 5x - 3 = 0

  • Identify: a=2a = 2, b=5b = -5, c=3c = -3
  • Substitute: x=(5)±(5)24(2)(3)2(2)x = \frac{-(-5) \pm \sqrt{(-5)^2 - 4(2)(-3)}}{2(2)}
  • Simplify the discriminant: 25+24=4925 + 24 = 49
  • x=5±494=5±74x = \frac{5 \pm \sqrt{49}}{4} = \frac{5 \pm 7}{4}
  • Two solutions: x=5+74=3x = \frac{5 + 7}{4} = 3 and x=574=12x = \frac{5 - 7}{4} = -\frac{1}{2}

A common mistake is mishandling the negative signs. Notice that b=5b = -5, so b=(5)=5-b = -(-5) = 5, and (5)2=25(-5)^2 = 25 (not 25-25). Always square the entire value of bb, including its sign.

Application of Quadratic Formula, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Guidelines for Solving Quadratic ...

Interpretation of the Discriminant

The discriminant is the expression under the square root: b24acb^2 - 4ac. You don't need to finish the whole formula to figure out what kind of solutions you'll get. Just compute the discriminant and check its sign:

  • Positive (b24ac>0b^2 - 4ac > 0): Two distinct real solutions. The parabola crosses the x-axis at two points.
  • Zero (b24ac=0b^2 - 4ac = 0): One repeated real solution. The parabola just touches the x-axis at its vertex.
  • Negative (b24ac<0b^2 - 4ac < 0): Two complex (non-real) solutions involving the imaginary unit ii, where i2=1i^2 = -1. The parabola never touches the x-axis.

Example: Determine the number and nature of solutions for 3x2+6x+2=03x^2 + 6x + 2 = 0

  • a=3a = 3, b=6b = 6, c=2c = 2
  • Discriminant: 624(3)(2)=3624=126^2 - 4(3)(2) = 36 - 24 = 12
  • Since 12>012 > 0, there are two distinct real solutions.

You can also tell more from the discriminant's value: if it's a perfect square (like 49 or 36), the solutions will be rational numbers. If it's positive but not a perfect square (like 12), the solutions will involve square roots and be irrational.

Application of Quadratic Formula, OpenAlgebra.com: Guidelines for Solving Quadratic Equations and Applications

Choosing the Best Method

Not every quadratic equation calls for the Quadratic Formula. Picking the right method saves time and reduces errors.

Methods for Solving Quadratics

Factoring is the fastest approach when it works. It's most efficient when:

  • The leading coefficient aa is 11 (or close to it, like 1-1)
  • The constant term cc factors into two integers that add up to bb
  • All coefficients are integers

For example, x2+7x+12=0x^2 + 7x + 12 = 0 factors neatly as (x+3)(x+4)=0(x + 3)(x + 4) = 0, giving x=3x = -3 and x=4x = -4.

Completing the square is useful when you need to rewrite the equation in vertex form to find the vertex and axis of symmetry. For example, x2+6x+5=0x^2 + 6x + 5 = 0 becomes (x+3)24=0(x + 3)^2 - 4 = 0, which tells you the vertex is at (3,4)(-3, -4).

The Quadratic Formula is the most general method. Reach for it when:

  • The equation doesn't factor easily
  • Coefficients are fractions, decimals, or irrational numbers (like 2x23x12=02x^2 - \sqrt{3}x - \frac{1}{2} = 0)
  • You need exact solutions rather than decimal approximations

Graphical Representation and Analysis

The solutions (roots) of a quadratic equation correspond to the x-intercepts of its parabola on a graph. This connection is useful: if you graph y=ax2+bx+cy = ax^2 + bx + c and see the curve crossing the x-axis twice, you know there are two real solutions. If it only touches the axis once, there's one repeated solution. If it floats entirely above or below the x-axis, the solutions are complex. This visual check lines up directly with what the discriminant tells you.