Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Completing the square is a method for rewriting a quadratic expression so it contains a perfect square trinomial. Students need this skill to solve quadratic equations, graph parabolas, and understand where the quadratic formula comes from. This reference helps organize the steps so the process feels predictable instead of like a trick. The key idea is to make x2+bxx^2 + bx into (x+h)2(x + h)^2 by adding (b2)2\left(\frac{b}{2}\right)^2. For equations, the same value must be added to both sides to keep the equation balanced. For functions, completing the square rewrites y=ax2+bx+cy = ax^2 + bx + c in vertex form y=a(xh)2+ky = a(x - h)^2 + k, which shows the vertex clearly.

Key Facts

  • A perfect square trinomial has the form x2+2px+p2=(x+p)2x^2 + 2px + p^2 = (x + p)^2.
  • To complete the square for x2+bxx^2 + bx, add (b2)2\left(\frac{b}{2}\right)^2 to make x2+bx+(b2)2=(x+b2)2x^2 + bx + \left(\frac{b}{2}\right)^2 = \left(x + \frac{b}{2}\right)^2.
  • When solving x2+bx+c=0x^2 + bx + c = 0, first move the constant to get x2+bx=cx^2 + bx = -c.
  • If you add (b2)2\left(\frac{b}{2}\right)^2 to one side of an equation, you must add (b2)2\left(\frac{b}{2}\right)^2 to the other side too.
  • To solve after completing the square, use the square root property: if (x+p)2=q(x + p)^2 = q, then x+p=±qx + p = \pm \sqrt{q}.
  • For ax2+bx+cax^2 + bx + c with a1a \neq 1, factor aa from the x2x^2 and xx terms before completing the square.
  • Vertex form is y=a(xh)2+ky = a(x - h)^2 + k, and the vertex of the parabola is (h,k)(h, k).
  • Completing the square leads to the quadratic formula x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.

Vocabulary

Completing the Square
A method of rewriting a quadratic expression by creating a perfect square trinomial.
Perfect Square Trinomial
A trinomial that can be factored as the square of a binomial, such as x2+6x+9=(x+3)2x^2 + 6x + 9 = (x + 3)^2.
Vertex Form
A quadratic function written as y=a(xh)2+ky = a(x - h)^2 + k, where (h,k)(h, k) is the vertex.
Square Root Property
The rule that if u2=qu^2 = q, then u=±qu = \pm \sqrt{q}.
Coefficient
A number multiplying a variable, such as bb in bxbx or aa in ax2ax^2.
Vertex
The highest or lowest point of a parabola, written as (h,k)(h, k) in vertex form.

Common Mistakes to Avoid

  • Forgetting to add the same value to both sides is wrong because it changes the solutions of the equation.
  • Using b2b^2 instead of (b2)2\left(\frac{b}{2}\right)^2 is wrong because completing the square requires half of the linear coefficient squared.
  • Not factoring out aa first when a1a \neq 1 is wrong because the shortcut (b2)2\left(\frac{b}{2}\right)^2 only works directly when the coefficient of x2x^2 is 11.
  • Dropping the ±\pm when taking the square root is wrong because equations like (x+p)2=q(x + p)^2 = q usually have two solutions.
  • Reading the vertex sign incorrectly from y=a(xh)2+ky = a(x - h)^2 + k is wrong because the xx-coordinate is hh, not h-h.

Practice Questions

  1. 1 Complete the square to solve x2+8x5=0x^2 + 8x - 5 = 0.
  2. 2 Rewrite y=x210x+18y = x^2 - 10x + 18 in vertex form and identify the vertex.
  3. 3 Complete the square to solve 2x2+12x+7=02x^2 + 12x + 7 = 0.
  4. 4 Explain why adding (b2)2\left(\frac{b}{2}\right)^2 creates a perfect square trinomial when the expression starts as x2+bxx^2 + bx.