Quadratic Equations Step by Step: Solve Any Problem

What Is a Quadratic Equation?

A quadratic equation is any equation that can be written in the standard form ax² + bx + c = 0, where a, b, and c are constants and a is not zero. The word “quadratic” comes from “quadratus,” the Latin word for square, because the variable is squared.

Quadratic equations appear everywhere: in physics when modeling projectile motion, in business when optimizing profit, in engineering when designing parabolic structures, and in computer graphics when rendering curves. Mastering them opens the door to algebra, calculus, and applied sciences.

Every quadratic equation has at most two solutions (also called roots). These roots represent the x-values where the parabola defined by the equation crosses the horizontal axis.

Three Methods to Solve Quadratics

Method 1: The Quadratic Formula. The most universal approach is applying x = (-b plus or minus the square root of b² - 4ac) / 2a. This formula works for every quadratic equation without exception.

Take the equation 2x² + 5x - 3 = 0. Here a = 2, b = 5, c = -3. The discriminant is b² - 4ac = 25 + 24 = 49. Since 49 is a perfect square, the roots are x = (-5 + 7) / 4 = 0.5 and x = (-5 - 7) / 4 = -3. The discriminant tells you the nature of the roots: positive means two real roots, zero means one repeated root, and negative means no real roots (only complex ones).

Method 2: Factoring. When the equation factors neatly, this method is faster. For x² - 7x + 12 = 0, find two numbers that multiply to 12 and add to -7. Those numbers are -3 and -4, so the equation factors to (x - 3)(x - 4) = 0, giving roots x = 3 and x = 4. Factoring works best when the roots are integers or simple fractions.

Method 3: Completing the Square. Rewrite the equation so one side becomes a perfect square trinomial. Starting with x² + 6x + 2 = 0, move the constant: x² + 6x = -2. Add (6/2)² = 9 to both sides: x² + 6x + 9 = 7. Now factor: (x + 3)² = 7, so x = -3 plus or minus the square root of 7. This technique is the foundation for deriving the quadratic formula itself.

Choosing the Right Method

If the coefficients are small and the roots look like integers, try factoring first. If the equation resists factoring, jump straight to the quadratic formula. Completing the square is most useful when you need to convert the equation to vertex form for graphing.

In practice, the quadratic formula is the safest default. It never fails, and with a calculator, it takes just seconds. The discriminant alone provides valuable information about whether the equation has real solutions before you finish solving.

Applications Beyond the Classroom

Projectile problems are the classic application. If a ball is thrown upward at 20 m/s from a 5-meter platform, its height h at time t is h = -4.9t² + 20t + 5. Setting h = 0 and solving the quadratic tells you when the ball hits the ground. Similar setups model revenue curves, signal processing, and structural loads.

Use the math calculators on CalcHub to solve any quadratic equation instantly, or explore graphing tools to visualize parabolas and their roots.

Solve quadratic equations in one click with CalcHub’s math tools.

Explore all free tools on CalcHub

Browse Tools