Chapter 4 · Question 3

Explain the completing-the-square idea for solving a quadratic equation.

Back to Chapter

Answer

Direct Answer

For a quadratic equation ax2+bx+c=0ax^2+bx+c=0 with a0a\ne0, first divide by aa and add and subtract (b2a)2\left(\frac{b}{2a}\right)^2 to form a perfect square. This gives (x+b2a)2=b24ac4a2\left(x+\frac{b}{2a}\right)^2=\frac{b^2-4ac}{4a^2}, after which taking square roots gives the solutions.

Simple Explanation

Divide by aa, add and subtract (b2a)2\left(\frac{b}{2a}\right)^2 to make a square, then take square roots.

Exam-Ready Structure

For equations of the type x2+2px+q=0x^2+2px+q=0, add and subtract p2p^2: x2+2px+p2p2+q=0x^2+2px+p^2-p^2+q=0, so (x+p)2=p2q(x+p)^2=p^2-q. If the right side is non-negative, take square roots and solve for xx. This method leads naturally to the quadratic formula.

Key Points

  • Completing the square rewrites a quadratic expression as a perfect square plus or minus a constant, so the equation can be solved by taking square roots.