anvaya prep

ACT · Math · Algebra

High YieldMedium20 min read

Completing the square

A complete ACT guide to Completing the square — covering key concepts, exam-focused explanations, and high-yield FAQs.

Overview

Completing the square is a fundamental algebraic technique that transforms quadratic expressions into a perfect square trinomial form. This method serves as a bridge between various algebraic concepts and is particularly valuable for solving quadratic equations, converting quadratic functions to vertex form, and analyzing parabolic relationships. On the ACT Math test, this technique appears regularly in questions involving quadratic functions, conic sections, and optimization problems.

The ACT frequently tests completing the square both directly and indirectly. Students may encounter questions that explicitly ask them to rewrite a quadratic expression in vertex form, or they may need to apply this technique as an intermediate step when finding the vertex of a parabola, determining the center and radius of a circle from its equation, or solving quadratic equations that don't factor easily. Understanding ACT completing the square questions requires not just memorizing the procedure, but recognizing when this technique provides the most efficient path to the solution.

This topic connects deeply to the broader landscape of algebra on the ACT. Completing the square builds upon foundational skills in expanding binomials, manipulating algebraic expressions, and understanding quadratic functions. It directly enables students to work with vertex form equations, analyze transformations of parabolas, and tackle coordinate geometry problems involving circles. Mastery of this technique demonstrates algebraic fluency and problem-solving flexibility—qualities that distinguish high-scoring students on the ACT Math section.

Learning Objectives

  • [ ] Identify when completing the square is being tested in ACT questions
  • [ ] Explain the core rule or strategy behind completing the square
  • [ ] Apply completing the square to ACT-style questions accurately
  • [ ] Convert quadratic expressions from standard form to vertex form using completing the square
  • [ ] Determine the value needed to complete a perfect square trinomial given a quadratic expression
  • [ ] Solve quadratic equations using the completing the square method when factoring is impractical
  • [ ] Recognize and rewrite circle equations in standard form by completing the square in both variables

Prerequisites

  • Expanding binomial expressions: Understanding how (x + a)² expands to x² + 2ax + a² is essential for recognizing perfect square trinomials and working backward to create them
  • Combining like terms and simplifying expressions: Completing the square requires careful manipulation of constants and coefficients while maintaining equation balance
  • Basic quadratic function knowledge: Familiarity with standard form (ax² + bx + c) and vertex form (a(x - h)² + k) provides context for why completing the square is useful
  • Solving equations with square roots: After completing the square, students must isolate variables and work with square root operations to find solutions

Why This Topic Matters

Completing the square represents more than just another algebraic manipulation—it reveals the underlying structure of quadratic relationships. In real-world applications, this technique helps engineers optimize parabolic designs for satellite dishes and suspension bridges, allows physicists to analyze projectile motion by identifying maximum heights and ranges, and enables economists to find profit-maximizing production levels. The method transforms opaque quadratic expressions into forms that immediately reveal key features like vertex coordinates and axis of symmetry.

On the ACT Math test, completing the square appears in approximately 2-4 questions per exam, making it a high-yield topic for focused study. These questions typically fall into several categories: direct conversion problems asking students to rewrite expressions in vertex form, circle equation problems requiring completion of the square in both x and y variables, vertex-finding questions where completing the square provides the most efficient solution path, and complex word problems where identifying the vertex reveals maximum or minimum values. The ACT particularly favors questions that test whether students can recognize when completing the square is the optimal strategy versus other approaches like factoring or using the quadratic formula.

Common question formats include: "Which of the following is equivalent to x² + 8x + 5?" with answer choices in vertex form; "What is the vertex of the parabola y = 2x² - 12x + 7?"; "The equation x² + y² + 6x - 4y = 12 represents a circle. What is its radius?"; and multi-step problems where completing the square unlocks subsequent calculations. The ACT often embeds this technique within larger problems, testing whether students can identify it as a necessary intermediate step rather than explicitly prompting its use.

Core Concepts

The Perfect Square Trinomial Foundation

A perfect square trinomial is an expression that can be written as the square of a binomial. The standard forms are (x + a)² = x² + 2ax + a² and (x - a)² = x² - 2ax + a². The key relationship to recognize is that in any perfect square trinomial x² + bx + c, the constant term c must equal (b/2)², where b is the coefficient of the linear term. This relationship forms the mathematical foundation for completing the square.

When examining x² + 10x + 25, students should recognize that the middle coefficient is 10, half of which is 5, and 5² = 25, confirming this is the perfect square (x + 5)². Conversely, x² + 10x + 7 is not a perfect square trinomial because 7 ≠ (10/2)² = 25. The completing the square technique artificially creates a perfect square trinomial by adding and subtracting the necessary value.

The Completing the Square Algorithm

The systematic process for completing the square follows these steps:

  1. Isolate the quadratic and linear terms: Ensure the x² and x terms are on one side, with the constant on the other (or prepare to adjust it)
  2. Factor out the leading coefficient if necessary: If the coefficient of x² is not 1, factor it from both the x² and x terms only
  3. Calculate the completing value: Take half of the linear coefficient (the number in front of x), then square it: (b/2)²
  4. Add and subtract this value: Add (b/2)² inside the expression and subtract it outside to maintain equality
  5. Factor the perfect square trinomial: Write the first three terms as a binomial squared
  6. Simplify: Combine any remaining constants

For the expression x² + 6x + 2, the process unfolds as follows: The linear coefficient is 6, so (6/2)² = 9. Rewrite as x² + 6x + 9 - 9 + 2, which becomes (x + 3)² - 7. This vertex form immediately reveals that the expression has a minimum value of -7 when x = -3.

Handling Non-Unit Leading Coefficients

When the coefficient of x² is not 1, an additional step is required. Consider 2x² + 12x + 5. First, factor the leading coefficient from only the quadratic and linear terms: 2(x² + 6x) + 5. Now complete the square inside the parentheses: the linear coefficient is 6, so (6/2)² = 9. Adding 9 inside the parentheses actually adds 2(9) = 18 to the entire expression because of the factor of 2 outside. Therefore, write: 2(x² + 6x + 9) + 5 - 18 = 2(x + 3)² - 13.

This step frequently causes errors on the ACT. Students must remember that any value added inside parentheses with a coefficient must be compensated by subtracting (coefficient × added value) outside the parentheses to maintain equality.

Original FormLeading CoefficientFactored FormCompleting ValueFinal Vertex Form
x² + 8x + 11x² + 8x + 1(8/2)² = 16(x + 4)² - 15
3x² + 12x - 533(x² + 4x) - 5(4/2)² = 43(x + 2)² - 17
-2x² + 8x + 3-2-2(x² - 4x) + 3(-4/2)² = 4-2(x - 2)² + 11

Converting to Vertex Form

The vertex form of a quadratic function is y = a(x - h)² + k, where (h, k) represents the vertex of the parabola. Completing the square transforms standard form y = ax² + bx + c into vertex form, making the vertex immediately visible. This conversion is one of the most common ACT applications.

For y = x² - 10x + 30, complete the square: y = (x² - 10x + 25) - 25 + 30 = (x - 5)² + 5. The vertex is (5, 5). Notice that the h-value has the opposite sign from what appears in the binomial—this is because the form is (x - h)², so (x - 5)² means h = 5, not h = -5.

Solving Equations by Completing the Square

Beyond rewriting expressions, completing the square solves quadratic equations, especially when factoring is difficult or impossible. To solve x² + 6x - 3 = 0, first move the constant: x² + 6x = 3. Complete the square: x² + 6x + 9 = 3 + 9, giving (x + 3)² = 12. Taking the square root of both sides: x + 3 = ±√12 = ±2√3, so x = -3 ± 2√3.

This method always works for quadratic equations and actually provides the foundation for deriving the quadratic formula itself. On the ACT, completing the square to solve equations appears less frequently than conversion problems but remains important for questions with irrational or complex solutions.

Circle Equations and Two-Variable Completion

The standard form of a circle equation is (x - h)² + (y - k)² = r², where (h, k) is the center and r is the radius. When given an expanded circle equation like x² + y² + 8x - 6y + 9 = 0, students must complete the square for both variables simultaneously.

Group x-terms and y-terms: (x² + 8x) + (y² - 6y) + 9 = 0. Complete the square for x: (8/2)² = 16, so add 16. Complete the square for y: (-6/2)² = 9, so add 9. The equation becomes (x² + 8x + 16) + (y² - 6y + 9) + 9 = 16 + 9, which simplifies to (x + 4)² + (y - 3)² = 16. The center is (-4, 3) and the radius is √16 = 4.

This two-variable application distinguishes students who truly understand the technique from those who have merely memorized steps for single-variable cases.

Concept Relationships

Completing the square serves as a central hub connecting multiple algebraic concepts. The technique builds directly on expanding binomials (working backward from (x + a)² = x² + 2ax + a²) and requires fluency in algebraic manipulation to maintain equation balance while adding and subtracting terms.

The relationship flows as: Perfect Square TrinomialsCompleting the Square TechniqueVertex Form ConversionParabola Analysis. Simultaneously, the same technique branches toward Circle Equations when applied to two variables, and toward Solving Quadratic Equations when used to isolate variables.

Understanding quadratic functions in standard form provides the starting point, while mastery of completing the square enables efficient work with vertex form, which in turn facilitates graphing parabolas and optimization problems. The technique also connects to the quadratic formula, as completing the square on the general equation ax² + bx + c = 0 derives the formula x = (-b ± √(b² - 4ac))/(2a).

For coordinate geometry, completing the square links general form circle equations to standard form circle equations, enabling students to identify centers and radii—skills that connect to distance formula applications and coordinate plane analysis.

Quick check — test yourself on Completing the square so far.

Try Flashcards →

High-Yield Facts

The completing value is always (b/2)² where b is the coefficient of the linear term

In vertex form a(x - h)² + k, the vertex is (h, k) with h having the opposite sign from what appears in the binomial

When factoring out a leading coefficient, any value added inside parentheses must be compensated outside by subtracting (coefficient × added value)

For circle equations, complete the square separately for x-terms and y-terms, adding both completing values to the right side

A perfect square trinomial x² + bx + c requires c = (b/2)²

  • The vertex form immediately reveals the minimum or maximum value of a quadratic function (the k-value)
  • Completing the square works for all quadratic expressions, even those that don't factor nicely
  • When solving equations by completing the square, remember to take ± when applying the square root
  • The axis of symmetry of a parabola is x = h when the equation is in vertex form a(x - h)² + k
  • For negative leading coefficients, factor out the negative first to avoid sign errors
  • The completing the square technique is the foundation for deriving the quadratic formula
  • In circle equations, the radius is the square root of the constant on the right side after completing the square

Common Misconceptions

Misconception: The completing value is simply half the linear coefficient → Correction: The completing value is half the linear coefficient squared: (b/2)², not b/2. For x² + 10x, the completing value is (10/2)² = 25, not 5.

Misconception: In vertex form (x - 3)² + 2, the vertex is (-3, 2) → Correction: The vertex is (3, 2). The h-value takes the opposite sign from what appears in the binomial because the form is (x - h)², so (x - 3)² means h = 3.

Misconception: When factoring out a leading coefficient, add the completing value once inside the parentheses and once outside → Correction: When adding a value inside parentheses with a coefficient, that value is multiplied by the coefficient. To maintain equality, subtract (coefficient × completing value) outside. For 2(x² + 6x + 9), you've added 2(9) = 18 to the expression, so subtract 18 outside.

Misconception: Completing the square only works when the leading coefficient is 1 → Correction: Completing the square works for any quadratic expression. When the leading coefficient isn't 1, factor it out from the x² and x terms first, then complete the square inside the parentheses.

Misconception: For circle equations, add the completing values only once even though there are two variables → Correction: When completing the square for both x and y in a circle equation, add both completing values to the right side. For (x² + 6x) + (y² + 8y) = 0, add (6/2)² = 9 for x and (8/2)² = 16 for y, giving (x + 3)² + (y + 4)² = 9 + 16 = 25.

Misconception: The constant term in the original expression should be ignored when completing the square → Correction: The constant term must be carefully tracked. When completing the square, you add and subtract the completing value, then combine the subtracted value with the original constant to get the final k-value in vertex form.

Worked Examples

Example 1: Converting to Vertex Form with Non-Unit Leading Coefficient

Problem: Rewrite y = 3x² - 24x + 50 in vertex form and identify the vertex.

Solution:

Step 1: Factor out the leading coefficient from the x² and x terms only.

y = 3(x² - 8x) + 50

Step 2: Identify the linear coefficient inside the parentheses and calculate the completing value.

Linear coefficient: -8

Completing value: (-8/2)² = (-4)² = 16

Step 3: Add and subtract the completing value, remembering that adding 16 inside the parentheses actually adds 3(16) = 48 to the entire expression.

y = 3(x² - 8x + 16) + 50 - 48

Step 4: Factor the perfect square trinomial and simplify.

y = 3(x - 4)² + 2

Step 5: Identify the vertex from the form a(x - h)² + k.

The vertex is (4, 2). Note that h = 4 (opposite sign from the -4 in the binomial).

Connection to Learning Objectives: This example demonstrates applying completing the square to ACT-style questions and converting standard form to vertex form, addressing objectives 3 and 4.

Example 2: Circle Equation with Two-Variable Completion

Problem: The equation x² + y² - 10x + 4y + 13 = 0 represents a circle. Find its center and radius.

Solution:

Step 1: Rearrange to group x-terms, y-terms, and move the constant to the right side.

(x² - 10x) + (y² + 4y) = -13

Step 2: Complete the square for the x-terms.

Linear coefficient for x: -10

Completing value: (-10/2)² = 25

Add 25 to both sides: (x² - 10x + 25) + (y² + 4y) = -13 + 25

Step 3: Complete the square for the y-terms.

Linear coefficient for y: 4

Completing value: (4/2)² = 4

Add 4 to both sides: (x² - 10x + 25) + (y² + 4y + 4) = -13 + 25 + 4

Step 4: Factor both perfect square trinomials and simplify the right side.

(x - 5)² + (y + 2)² = 16

Step 5: Identify the center and radius from the standard form (x - h)² + (y - k)² = r².

Center: (5, -2) [remember the sign changes]

Radius: √16 = 4

Connection to Learning Objectives: This example shows recognizing when completing the square is needed (objective 1), applying the technique to a two-variable situation (objective 3), and rewriting circle equations in standard form (objective 7).

Exam Strategy

When approaching ACT questions involving completing the square, first scan the answer choices to determine the target form. If answers are in vertex form a(x - h)² + k, completing the square is almost certainly the intended method. If answers are in factored form, factoring may be more efficient. This initial assessment saves valuable time.

Trigger words and phrases that signal completing the square include: "rewrite in vertex form," "what is the vertex," "find the minimum/maximum value," "express in the form," and for circle problems, "find the center" or "find the radius." Questions asking for the vertex without explicitly mentioning vertex form often require completing the square as the most efficient approach.

For process of elimination, recognize that in vertex form, the k-value represents the minimum (if a > 0) or maximum (if a < 0) value of the function. Calculate this value by completing the square and eliminate answer choices with incorrect k-values. Similarly, the h-value represents the x-coordinate where this extreme value occurs, providing another elimination criterion.

Time allocation is crucial. A straightforward completing the square problem should take 45-60 seconds. If working for more than 90 seconds, consider whether another approach might be faster or whether a calculation error has occurred. Practice the algorithm until it becomes automatic, reducing cognitive load during the exam.

ACT Tip: When the leading coefficient is not 1, many students make errors. If time is short and the leading coefficient is simple (like 2 or 3), consider checking your answer by expanding it back to standard form—this verification takes only 15-20 seconds and catches most errors.

For circle equations, remember that both variables require completion. Set up a systematic approach: complete x first, then y, tracking all values added to the right side. This methodical process prevents the common error of forgetting to add one of the completing values.

Memory Techniques

"Half-Square" Mnemonic: To remember the completing value formula, think "Half the middle, then Square it" → (b/2)². This simple phrase captures the two-step process.

"Opposite Sign Vertex" Reminder: For vertex form (x - h)² + k, remember "The vertex hides behind the opposite sign." If you see (x - 5)², the h-value is positive 5, not negative 5. Visualize the vertex "hiding" behind the minus sign.

"Factor First" Rule: When the leading coefficient isn't 1, remember "Factor First, Complete Second." This sequence prevents the most common error in completing the square problems.

Circle Completion Acronym - "GRAB":

  • Group x-terms and y-terms
  • Rearrange constant to right side
  • Add completing values for both variables
  • Build standard form by factoring

Visualization Strategy: Picture completing the square as literally "completing" a geometric square. The expression x² + 6x represents an incomplete square with dimensions x by x plus a rectangle x by 6. To complete the square, you need to add a 3 by 3 square (9 square units) to make a perfect (x + 3) by (x + 3) square. This geometric interpretation reinforces why the completing value is (6/2)² = 9.

Summary

Completing the square is an essential algebraic technique that transforms quadratic expressions into perfect square trinomial form, enabling efficient analysis of parabolas and circles. The core algorithm involves calculating (b/2)² where b is the linear coefficient, adding and subtracting this value to create a perfect square trinomial, then factoring it as a binomial squared. When the leading coefficient is not 1, factor it out first from only the quadratic and linear terms, complete the square inside the parentheses, and carefully account for the multiplication when compensating outside. This technique converts standard form quadratics to vertex form a(x - h)² + k, immediately revealing the vertex (h, k) and extreme values. For circle equations, apply the process to both x and y variables simultaneously, adding both completing values to the right side to achieve standard form (x - h)² + (y - k)² = r². On the ACT, recognizing when completing the square provides the most efficient solution path—particularly for vertex-finding and circle problems—distinguishes high-scoring students from those who struggle with algebraic flexibility.

Key Takeaways

  • The completing value is always (b/2)² where b is the coefficient of the linear term, not just b/2
  • Vertex form a(x - h)² + k reveals the vertex at (h, k) with h taking the opposite sign from what appears in the binomial
  • When factoring out a leading coefficient, add the completing value inside parentheses but subtract (coefficient × completing value) outside to maintain equality
  • Circle equations require completing the square for both x and y variables, with both completing values added to the right side
  • Completing the square works for all quadratic expressions and provides the foundation for the quadratic formula
  • Recognize trigger phrases like "vertex form," "find the vertex," "minimum/maximum value," and "center and radius" as signals to use this technique
  • Systematic practice of the algorithm until it becomes automatic is essential for ACT success, as these problems appear 2-4 times per exam

Quadratic Formula: Completing the square on the general equation ax² + bx + c = 0 derives the quadratic formula, deepening understanding of why the formula works and when each method is most efficient.

Parabola Transformations: Vertex form directly reveals horizontal and vertical shifts, making completing the square essential for analyzing how parabolas transform in the coordinate plane.

Optimization Problems: Many ACT word problems involving maximum profit, minimum cost, or optimal dimensions require finding the vertex of a quadratic function, making completing the square a critical problem-solving tool.

Conic Sections: Beyond circles, completing the square extends to ellipses and hyperbolas, forming the foundation for advanced coordinate geometry.

Complex Numbers: When completing the square yields a negative value under the square root, the solutions involve complex numbers, connecting algebra to advanced number systems.

Mastering completing the square enables progression to these more sophisticated topics while building the algebraic fluency that characterizes top ACT Math performers.

Practice CTA

Now that you've mastered the concepts and strategies for completing the square, it's time to solidify your understanding through active practice. Work through the practice questions to apply these techniques to authentic ACT-style problems, and use the flashcards to reinforce the key formulas and procedures until they become automatic. Remember, completing the square appears on nearly every ACT Math test—your investment in mastering this technique will pay dividends on test day. Approach each practice problem systematically, check your work by expanding back to standard form when needed, and track which types of problems require extra review. You've got this!

Key Diagrams

Ready to practice Completing the square?

Test yourself with ACT flashcards and practice questions — free on AnvayaPrep.

Frequently Asked Questions