A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Solving Quadratic Equations by Completing the Square

Middle & High School Depth 69 in the knowledge graph I know this Set as goal
2,011topics build on this
298prerequisites beneath it
See this on the map →
Introduction to Square RootsSolving Quadratics by Factoring+1 moreConic Sections: CirclesConic Sections: Parabolas+2 more
quadratics completing-the-square solving-equations

Core Idea

Completing the square transforms ax2 + bx + c = 0 into the form a(x - h)2 = k, which can be solved by taking square roots. The process: (1) move the constant to the other side, (2) if a != 1, divide through by a, (3) add (b/2a)2 to both sides, (4) factor the left side as a perfect square, (5) take the square root of both sides. This method always works (unlike factoring) and is the basis for deriving the quadratic formula. It also converts quadratics to vertex form for graphing.

How It's Best Learned

Start with simple cases where a = 1 and b is even. Build to a = 1 with odd b (fractions appear). Then handle a != 1. Emphasize the geometric meaning: you are literally "completing" a partial square. Show the connection to vertex form. Derive the quadratic formula as the general case.

Common Misconceptions

Explainer

You already know how to solve quadratics by factoring — but factoring only works cleanly when the equation has nice integer roots. Completing the square is the universal method: it works on any quadratic, and it reveals the structure of the solution rather than just producing answers.

The key idea is transforming a messy quadratic into the form (x − h)² = k, which you can solve immediately by taking square roots: x = h ± sqrt(k). The process is geometric in origin. The expression x² + bx is a partial square — it is "almost" (x + b/2)², which expands to x² + bx + (b/2)². The missing piece is (b/2)², the completing term. Adding it to both sides creates a perfect square on the left without changing the equality. For x² + 6x − 7 = 0: move the constant to get x² + 6x = 7, add (6/2)² = 9 to both sides: x² + 6x + 9 = 16, which is (x + 3)² = 16. So x + 3 = ±4, giving x = 1 or x = −7.

The ± from taking the square root is the structural source of two solutions. If k > 0, there are two distinct real solutions; if k = 0, there is exactly one (a repeated root where the parabola touches but does not cross the x-axis); if k < 0, the square root is imaginary and the solutions are complex — the parabola sits entirely above or below the x-axis. The quadratic formula is just completing the square applied to the general ax² + bx + c = 0: divide through by a, complete the square, simplify, and you get x = (−b ± sqrt(b² − 4ac)) / 2a. The expression b² − 4ac is the discriminant, and its sign determines exactly which case applies.

Completing the square does double duty: it solves equations and converts quadratics to vertex form a(x − h)² + k, which directly reveals the vertex (h, k) of the parabola and the direction it opens. This connection between the algebraic manipulation and the geometric shape is why the technique feeds into graphing quadratic functions and into the conic sections work you will do next, where completing the square in both x and y is the standard tool for identifying circles and other conics from general-form equations.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Making 10 as an Addition StrategyAddition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts Through 10Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineOpposites and Additive InversesAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersIntroduction to ExponentsOrder of OperationsInteger Order of OperationsVariable ExpressionsThe Distributive PropertyVariables and Expressions ReviewIntroduction to PolynomialsAdding and Subtracting PolynomialsMultiplying PolynomialsMultiplying Binomials (FOIL)Factoring Difference of SquaresFactoring CompletelyIntroduction to Rational ExpressionsSimplifying Radical ExpressionsOperations with RadicalsComplex Numbers IntroductionOperations with Complex NumbersSolving Quadratic Equations by Completing the Square

Longest path: 70 steps · 298 total prerequisite topics

Prerequisites (3)

Leads To (4)