Completing the Square

Master completing the square for the Digital SAT. Convert quadratics to vertex form and solve equations that don't factor neatly.

Completing the square transforms a quadratic expression from standard form ax2+bx+cax^2 + bx + c into vertex form a(xh)2+ka(x - h)^2 + k. This technique is valuable for finding the vertex of a parabola, solving quadratic equations that don't factor easily, and deriving the quadratic formula itself. The Digital SAT tests this skill in both directions.

Core Concepts

The Process (when a=1a = 1)

To complete the square for x2+bxx^2 + bx:

  1. Take half of bb: b2\frac{b}{2}
  2. Square it: (b2)2\left(\frac{b}{2}\right)^2
  3. Add and subtract this value.

x2+bx=(x+b2)2(b2)2x^2 + bx = \left(x + \frac{b}{2}\right)^2 - \left(\frac{b}{2}\right)^2

Example: x2+6x+5x^2 + 6x + 5

Half of 6 = 3. Square: 9.

=(x2+6x+9)9+5=(x+3)24= (x^2 + 6x + 9) - 9 + 5 = (x + 3)^2 - 4

When a1a \neq 1

Factor out aa from the first two terms first:

2x2+12x+7=2(x2+6x)+7=2(x2+6x+99)+7=2(x+3)218+7=2(x+3)2112x^2 + 12x + 7 = 2(x^2 + 6x) + 7 = 2(x^2 + 6x + 9 - 9) + 7 = 2(x + 3)^2 - 18 + 7 = 2(x + 3)^2 - 11

Solving Equations by Completing the Square

Example: Solve x2+8x+10=0x^2 + 8x + 10 = 0

x2+8x=10x^2 + 8x = -10

Add (8/2)2=16(8/2)^2 = 16 to both sides: x2+8x+16=6x^2 + 8x + 16 = 6

(x+4)2=6(x + 4)^2 = 6

x+4=±6x + 4 = \pm\sqrt{6}

x=4±6x = -4 \pm \sqrt{6}

Vertex Form

a(xh)2+ka(x - h)^2 + k tells you the vertex is at (h,k)(h, k).

From the example: (x+3)24(x + 3)^2 - 4 → vertex at (3,4)(-3, -4).

Be careful with signs: (x+3)2=(x(3))2(x + 3)^2 = (x - (-3))^2, so h=3h = -3.

Strategy Tips

Tip 1: "Half and Square" Is the Key Step

Take half the coefficient of xx, square it. This number completes the square.

Tip 2: Add and Subtract the Same Value

When completing the square within an expression (not solving an equation), add and subtract to keep the expression equivalent.

Tip 3: When a1a \neq 1, Factor aa Out First

This is the most common source of errors. Factor aa from the x2x^2 and xx terms before completing the square.

Tip 4: Use This to Find the Vertex

The SAT often asks for the minimum/maximum value of a quadratic. Completing the square gives the vertex directly.

Tip 5: Connect to the Quadratic Formula

Completing the square on ax2+bx+c=0ax^2 + bx + c = 0 produces the quadratic formula. Understanding this connection deepens your mastery.

Worked Example: Example 1

Problem

Write x210x+21x^2 - 10x + 21 in vertex form.

Half of 10-10: 5-5. Square: 25.

=(x210x+25)25+21=(x5)24= (x^2 - 10x + 25) - 25 + 21 = (x - 5)^2 - 4

Vertex: (5,4)(5, -4)

Solution

Worked Example: Example 2

Problem

Solve x2+4x1=0x^2 + 4x - 1 = 0.

x2+4x=1x^2 + 4x = 1

(x+2)2=5(x + 2)^2 = 5

x=2±5x = -2 \pm \sqrt{5}

Solution

Worked Example: Example 3

Problem

What is the minimum value of f(x)=x26x+13f(x) = x^2 - 6x + 13?

=(x3)2+4= (x - 3)^2 + 4

Minimum value is 44 (at x=3x = 3).

Solution

Worked Example: SAT-Style

Problem

The function f(x)=2x28x+3f(x) = 2x^2 - 8x + 3 can be written as f(x)=2(xh)2+kf(x) = 2(x - h)^2 + k. What is kk?

=2(x24x)+3=2(x24x+44)+3=2(x2)28+3=2(x2)25= 2(x^2 - 4x) + 3 = 2(x^2 - 4x + 4 - 4) + 3 = 2(x - 2)^2 - 8 + 3 = 2(x - 2)^2 - 5

k=5k = -5

Solution

Worked Example: Example 5

Problem

Solve 2x2+12x+14=02x^2 + 12x + 14 = 0.

Divide by 2: x2+6x+7=0x^2 + 6x + 7 = 0

(x+3)2=2(x + 3)^2 = 2

x=3±2x = -3 \pm \sqrt{2}

Solution

Practice Problems

  1. Problem 1

    Write x2+8x+12x^2 + 8x + 12 in vertex form.

    Problem 2

    Solve x22x4=0x^2 - 2x - 4 = 0 by completing the square.

    Problem 3

    Find the minimum value of f(x)=x2+12x+40f(x) = x^2 + 12x + 40.

    Problem 4

    Write 3x218x+253x^2 - 18x + 25 in the form a(xh)2+ka(x-h)^2 + k.

    Problem 5

    The vertex of f(x)=x2+bx+10f(x) = x^2 + bx + 10 is at x=3x = -3. Find bb.

    Problem 6

    Solve x26x+2=0x^2 - 6x + 2 = 0. Leave your answer in exact form.

Want to check your answers and get step-by-step solutions?

Get it on Google PlayDownload on the App Store

Common Mistakes

  • Forgetting to subtract what you added. If you add 9 inside the expression, subtract 9 outside (or account for it).
  • Sign errors with the vertex. (x+3)2(x + 3)^2 means h=3h = -3, not h=3h = 3.
  • Not factoring out aa first. When a1a \neq 1, you must factor out aa before completing the square.
  • Distributing aa incorrectly. After completing the square inside the parentheses, remember to multiply the subtracted constant by aa.
  • Taking only the positive root. x2=kx^2 = k gives x=±kx = \pm\sqrt{k}.

Frequently Asked Questions

When should I use completing the square vs. the quadratic formula?

Use completing the square when you need the vertex form, or when the question explicitly asks for it. Use the formula for direct solving.

Can completing the square give complex solutions?

If (xh)2=k(x - h)^2 = k and k<0k < 0, there are no real solutions. The SAT typically stays with real numbers.

Is this tested directly on the SAT?

Yes — both "write in vertex form" and "find the minimum/maximum" questions require this technique.

What's the vertex formula shortcut?

The x-coordinate of the vertex is x=b2ax = -\frac{b}{2a}. Then y=f(b2a)y = f\left(-\frac{b}{2a}\right). This is equivalent to completing the square.

Do I need to memorise the process?

Yes. "Take half the coefficient of xx, square it" is the core step.

Key Takeaways

  • Process: take half the xx-coefficient, square it, add and subtract.

  • Vertex form: a(xh)2+ka(x-h)^2 + k has vertex (h,k)(h, k).

  • For solving: move the constant, complete the square, take ±\pm square root.

  • When a1a \neq 1: factor out aa first, then complete the square.

  • Minimum/maximum value of a quadratic is the kk in vertex form.

  • The vertex shortcut x=b2ax = -\frac{b}{2a} is a quick alternative.

Ready to Ace Your SAT math?

Get instant step-by-step solutions to any problem. Snap a photo and learn with Tutor AI — your personal exam prep companion.

Get it on Google PlayDownload on the App Store