Introduction to the Quadratic Formula

A quadratic equation takes the form ax² + bx + c = 0, where a, b, and c are constants and a is not zero. While some quadratics can be solved by factoring, the quadratic formula works for every quadratic — even those that don't factor neatly into integers.

The formula is derived from completing the square on the general quadratic, and it's worth memorizing. Once you know it, you have a universal tool for solving any quadratic equation you encounter.

Learning Objective: By the end of this guide, you will be able to apply the quadratic formula to solve any quadratic equation, interpret the discriminant to predict the number and type of solutions, and verify your answers.

The Quadratic Formula

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

This formula gives the solutions to ax² + bx + c = 0. The ± symbol means you get two answers: one using the plus sign and one using the minus sign.

Step-by-Step Application:

  1. Write the equation in standard form: ax² + bx + c = 0
  2. Identify the values of a, b, and c
  3. Compute the discriminant: b² − 4ac
  4. Substitute into the formula and simplify
  5. Check your solutions in the original equation

The Discriminant

The expression under the square root, b² − 4ac, is called the discriminant. It tells you how many solutions to expect before you even compute them.

Discriminant Number of Solutions Type of Solutions Graph Behavior
Positive (b² − 4ac > 0) Two distinct solutions Real (rational or irrational) Crosses x-axis twice
Zero (b² − 4ac = 0) One solution (repeated) Real, single root Touch x-axis at vertex
Negative (b² − 4ac < 0) No real solutions Complex (imaginary) Does not cross x-axis

Worked Examples

Example 1: Two Distinct Solutions

Solve x² − 5x + 6 = 0.

Example 2: One Repeated Solution

Solve x² − 6x + 9 = 0.

Example 3: No Real Solutions

Solve x² + 1 = 0.

Practice Exercise: Solve 2x² + 7x − 4 = 0.

Solution: a = 2, b = 7, c = −4. Discriminant = 49 + 32 = 81. x = (−7 ± 9) / 4. x₁ = 2/4 = 0.5, x₂ = −16/4 = −4.

When to Use the Quadratic Formula

Three main methods exist for solving quadratics: factoring, completing the square, and the quadratic formula. Here's how to choose:

On tests, start by checking if factoring works quickly. If not, switch to the formula.

Real-World Applications

Quadratic equations model many physical phenomena:

Projectile Motion: The height h of an object thrown upward is h = −16t² + vt + s (where t is time, v is initial velocity, and s is starting height). To find when the object hits the ground, set h = 0 and solve for t.

Area Problems: Finding dimensions when the area is known often leads to quadratics. Example: A rectangular garden with area 24 ft² and length 2 feet more than the width gives x(x + 2) = 24, which is x² + 2x − 24 = 0.

Profit Optimization: Revenue often follows a parabolic pattern, and finding the maximum or minimum requires finding the vertex of a quadratic.

Applied Problem:
A ball is thrown upward from a height of 6 feet with an initial velocity of 40 ft/sec. Its height h after t seconds is h = −16t² + 40t + 6. When does the ball hit the ground?

Solution: Set h = 0: −16t² + 40t + 6 = 0. Using the quadratic formula: t = (−40 ± √(1600 + 384)) / −32 = (−40 ± √1984) / −32. The positive solution is approximately 2.64 seconds.

Common Mistakes to Avoid

Summary and Key Takeaways

The quadratic formula is your universal tool for solving ax² + bx + c = 0. Memorize it: x = (−b ± √(b² − 4ac)) / 2a. The discriminant (b² − 4ac) tells you whether you have two real solutions, one repeated solution, or no real solutions.

Practice with a variety of equations until the formula becomes automatic. With this single formula, you can solve any quadratic — something no other single method can claim.

Further Reading: For related topics, see our guides on Factoring Polynomials, Polynomial Operations, and Algebra 2 Calculator Online.

For automated calculations and verification, use our Quadratic Equation Solver to check your work.