4 ways to solve quadratic equations

Published June 04, 2026 • 4 min read • 1010 words

Lifestyle

Quadratic equations are the backbone of algebra, showing up in everything from physics to finance. Whether you’re calculating the trajectory of a projectile or figuring out profit margins, mastering these equations is essential. But with so many methods to choose from, it’s easy to feel overwhelmed. The good news? There are four reliable strategies to solve them—each with its own strengths and use cases. By understanding these techniques, you’ll not only solve equations faster but also gain confidence in tackling more complex problems. Let’s break down the best ways to approach quadratic equations, so you can tackle them like a pro.

Factoring: The Fast Track for Simple Equations

Factoring is the simplest method when the quadratic equation can be broken down into two binomials. Start by writing the equation in standard form: ax² + bx + c = 0. Then, look for two numbers that multiply to ‘a*c’ and add up to ‘b’. These numbers help split the middle term, allowing you to factor by grouping. For example, in x² + 5x + 6 = 0, the numbers 2 and 3 work because 2*3 = 6 and 2+3 = 5. This lets you rewrite the equation as (x+2)(x+3) = 0, giving solutions x = -2 and x = -3.

Factoring is ideal for equations with integer solutions, but it can be tricky if the coefficients are large or if the equation doesn’t factor neatly. A tip: always check if the equation can be simplified first—dividing all terms by a common factor can make factoring easier. For instance, 2x² + 8x + 6 = 0 can be simplified to x² + 4x + 3 = 0, which factors to (x+1)(x+3) = 0. If factoring feels stuck, move to another method like the quadratic formula. But for quick, clean solutions, factoring is unbeatable.

Completing the Square: A Step-by-Step Approach

Completing the square transforms a quadratic equation into a perfect square trinomial, making it easy to solve. Start by moving the constant term to the other side of the equation: ax² + bx = -c. Next, divide all terms by ‘a’ to make the coefficient of x² equal to 1. Then, take half of the coefficient of x, square it, and add it to both sides. This creates a perfect square on the left side, which you can then rewrite as a squared binomial.

For example, take x² + 6x + 5 = 0. Move the 5: x² + 6x = -5. Divide by 1 (no change), then add (6/2)² = 9 to both sides: x² + 6x + 9 = 4. This becomes (x+3)² = 4. Taking the square root of both sides gives x+3 = ±2, so x = -3 ± 2. The solutions are x = -1 and x = -5.

This method is especially useful when you need to rewrite the equation in vertex form for graphing or when you’re preparing to use the quadratic formula. It also helps visualize the parabola’s vertex, which is at (-b/(2a), c - b²/(4a)). While it requires more steps than factoring, completing the square is a foundational skill that bridges algebra and geometry.

The Quadratic Formula: A Universal Solution

The quadratic formula, x = [-b ± √(b² - 4ac)] / (2a), is a one-size-fits-all method for solving any quadratic equation. It works regardless of whether the equation factors neatly or has complex solutions. To use it, first write the equation in standard form, then plug the coefficients into the formula. The discriminant, b² - 4ac, determines the nature of the solutions: if it’s positive, there are two real roots; if zero, one real root; and if negative, two complex roots.

Take the equation 2x² + 4x + 2 = 0. Here, a=2, b=4, c=2. Plugging into the formula: x = [-4 ± √(16 - 16)] / 4 = [-4 ± 0]/4 = -1. This gives a single solution, x = -1, since the discriminant is zero. For a more complex example, 3x² - 5x + 1 = 0, the discriminant is 25 - 12 = 13, leading to x = [5 ± √13]/6.

The quadratic formula is perfect for equations that don’t factor easily or when you need precise, exact solutions. It’s also invaluable in fields like engineering and physics, where precise calculations are critical. While it may seem intimidating at first, practicing with different coefficients will make it second nature.

Graphing: Visualizing the Roots

Graphing is a practical method for solving quadratics, especially when you need to estimate solutions or understand the equation’s behavior. Plot the quadratic equation on a coordinate plane, and the x-intercepts (where y=0) represent the roots. To graph efficiently, find the vertex using the formula (-b/(2a), f(-b/(2a))) and then plot a few points to sketch the parabola.

For example, take y = x² - 4x + 3. The vertex is at x = 4/2 = 2. Plugging back in, y = (2)² - 4(2) + 3 = 4 - 8 + 3 = -1. So the vertex is (2, -1). The parabola opens upwards, and it crosses the x-axis at x=1 and x=3, which are the solutions.

Graphing is ideal for visual learners or when you need to approximate solutions quickly. Tools like graphing calculators or software (e.g., Desmos) can streamline the process, especially for complex equations. While it’s less precise than algebraic methods, it’s a great way to confirm solutions or explore how changes in coefficients affect the graph.

Wrapping Up

Solving quadratic equations is a mix of strategy and practice. Whether you choose factoring for simplicity, completing the square for structure, the quadratic formula for reliability, or graphing for visualization, each method has its place. By mastering these techniques, you’ll be equipped to handle any quadratic equation with confidence.

Frequently Asked Questions

Q: What if the quadratic equation isn’t in standard form?

A: Rearrange the equation to ax² + bx + c = 0 before applying any method. For example, 3x = 2x² + 5 becomes 2x² - 3x + 5 = 0.

Q: How do I handle complex roots?

More from The 4 Things

We publish daily articles that break topics down into 4 clear, actionable takeaways. Browse all articles →