Step-by-Step Instructions
Prepare the Quadratic Equation
First, ensure your quadratic equation is in the standard form $ax^2 + bx + c = 0$. Then, isolate the $x^2$ and $x$ terms by moving the constant term $c$ to the right side of the equation. If the leading coefficient $a$ is not equal to 1, divide every term in the entire equation by $a$. This ensures the $x^2$ term has a coefficient of 1. **Example:** For $2x^2 + 8x - 10 = 0$ 1. Move $c$: $2x^2 + 8x = 10$ 2. Divide by $a=2$: $x^2 + 4x = 5$
Calculate the Completing Term
Identify the coefficient of the $x$ term (let's call it $b'$ after dividing by $a$). To complete the square, you need to add a specific value to both sides of the equation. This value is calculated as $(\frac{b'}{2})^2$. **Example:** For $x^2 + 4x = 5$ 1. Identify $b'$: $b' = 4$ 2. Calculate the term: $(\frac{4}{2})^2 = (2)^2 = 4$
Construct the Perfect Square Trinomial
Add the calculated term from Step 2 to *both sides* of the equation. This addition transforms the left side into a perfect square trinomial, which can then be factored into the form $(x + \frac{b'}{2})^2$. **Example:** For $x^2 + 4x = 5$ 1. Add 4 to both sides: $x^2 + 4x + 4 = 5 + 4$ 2. Factor the left side: $(x+2)^2 = 9$
Solve for Roots or Transform to Vertex Form
At this stage, you can either solve for the roots of the equation or transform it into vertex form. **To Solve for Roots (x):** Take the square root of both sides of the equation. Remember to include both the positive and negative square roots. Then, isolate $x$. **Example (Solving for x):** For $(x+2)^2 = 9$ 1. Take square root: $\sqrt{(x+2)^2} = \pm\sqrt{9}$ 2. Simplify: $x+2 = \pm 3$ 3. Isolate $x$: $x = -2 \pm 3$ $x_1 = -2 + 3 = 1$ $x_2 = -2 - 3 = -5$ **To Transform to Vertex Form ($a(x-h)^2 + k = 0$):** If you divided by $a$ in Step 1, multiply the entire equation by $a$ again. Then, move the constant term back to the left side to get the form $a(x-h)^2 + k = 0$. The vertex is $(h, k)$. **Example (Vertex Form from $2x^2 + 8x - 10 = 0$):** 1. Start from $2(x^2 + 4x) - 10 = 0$ (after factoring out $a$) 2. Add and subtract the completing term inside the parenthesis: $2(x^2 + 4x + 4 - 4) - 10 = 0$ 3. Factor the perfect square: $2((x+2)^2 - 4) - 10 = 0$ 4. Distribute $a$: $2(x+2)^2 - 8 - 10 = 0$ 5. Combine constants: $2(x+2)^2 - 18 = 0$ Here, $a=2, h=-2, k=-18$. The vertex is $(-2, -18)$.
Verify Your Solution
Always verify your solution by substituting the calculated $x$ values back into the original quadratic equation, or by graphing the vertex form to confirm the vertex and roots. This final check helps catch any arithmetic errors that may have occurred during the process. **Example (Verification for $x_1=1$):** $2(1)^2 + 8(1) - 10 = 2 + 8 - 10 = 0$. (Correct) **Example (Verification for $x_2=-5$):** $2(-5)^2 + 8(-5) - 10 = 2(25) - 40 - 10 = 50 - 40 - 10 = 0$. (Correct)
Completing the square is a fundamental algebraic technique used to transform a quadratic equation from its standard form, $ax^2 + bx + c = 0$, into its vertex form, $a(x-h)^2 + k = 0$. This method is invaluable for determining the vertex of a parabola, solving for the roots (x-intercepts), and understanding the structure of quadratic functions. This guide will walk you through the manual process, detailing each step and providing a worked example.
Prerequisites
Before proceeding, ensure you have a solid understanding of:
- Basic Algebraic Operations: Addition, subtraction, multiplication, division.
- Manipulating Equations: Isolating variables, moving terms across the equals sign.
- Square Roots: Understanding both positive and negative roots.
- Quadratic Equations: Familiarity with the standard form $ax^2 + bx + c = 0$.
The Core Concept: Creating a Perfect Square Trinomial
The essence of completing the square lies in transforming an expression of the form $x^2 + Bx$ into a perfect square trinomial $(x + D)^2$. A perfect square trinomial is a trinomial that results from squaring a binomial, e.g., $(x+D)^2 = x^2 + 2Dx + D^2$. To achieve this from $x^2 + Bx$, we need to add the term $(\frac{B}{2})^2$. This term ensures that the trinomial can be factored into $(x + \frac{B}{2})^2$.
Worked Example: Solving $2x^2 + 8x - 10 = 0$
We will use the equation $2x^2 + 8x - 10 = 0$ to illustrate each step.
Common Pitfalls to Avoid
- Ignoring the Leading Coefficient (a): If $a \neq 1$, you must divide all terms by $a$ before completing the square on the $x^2$ and $x$ terms. Forgetting this is a common error.
- Sign Errors: Be meticulous with positive and negative signs, especially when moving terms or taking square roots.
- Incomplete Operations: Remember to apply operations (like adding a term to complete the square) to both sides of the equation to maintain equality.
- Incorrectly Calculating the Completing Term: The formula is $(\frac{b'}{2})^2$, not just $(\frac{b'}{2})$.
When to Use a Calculator
While understanding the manual process is crucial, a calculator or specialized solver can be highly beneficial for:
- Verification: Quickly check your manual calculations to ensure accuracy.
- Complex or Fractional Coefficients: When $a$, $b$, or $c$ are large, fractional, or irrational numbers, manual calculation becomes tedious and error-prone.
- Time Efficiency: For rapid problem-solving in contexts where the method itself is understood, but speed is paramount.
- Visualizing Transformations: Many solvers can display the transformation to vertex form, aiding conceptual understanding.
By mastering the manual process, you gain a deep understanding of quadratic equations, which is invaluable even when utilizing computational tools.