How To Complete The Square

How To Complete The Square

2 min read 08-02-2025
How To Complete The Square

Completing the square is a crucial algebraic technique used to solve quadratic equations, rewrite quadratic functions in vertex form, and simplify various mathematical expressions. While it might seem daunting at first, with a little practice, it becomes second nature. This guide will break down the process step-by-step, making it easy to understand and master.

Understanding the Concept

Before diving into the mechanics, let's grasp the core idea. Completing the square involves manipulating a quadratic expression of the form ax² + bx + c into a perfect square trinomial, which can then be factored easily. A perfect square trinomial is a trinomial that can be factored into the square of a binomial, such as (x + p)².

Steps to Complete the Square

Let's walk through the process with a step-by-step example: Solve x² + 6x + 5 = 0 by completing the square.

Step 1: Isolate the x terms.

Move the constant term (the term without x) to the right side of the equation:

x² + 6x = -5

Step 2: Find the value to complete the square.

This is the most important step. Take half of the coefficient of the x term (6 in this case), square it, and add it to both sides of the equation.

Half of 6 is 3, and 3² is 9. Therefore, we add 9 to both sides:

x² + 6x + 9 = -5 + 9

Step 3: Factor the perfect square trinomial.

The left side of the equation is now a perfect square trinomial. It can be factored as (x + 3)².

(x + 3)² = 4

Step 4: Solve for x.

Take the square root of both sides:

x + 3 = ±√4

x + 3 = ±2

Step 5: Find the solutions.

Solve for x by subtracting 3 from both sides:

x = -3 + 2 or x = -3 - 2

x = -1 or x = -5

Therefore, the solutions to the equation x² + 6x + 5 = 0 are x = -1 and x = -5.

Completing the Square When 'a' is Not 1

When the coefficient of x² (denoted as 'a') is not 1, you need an extra step before completing the square. Let's consider the equation 2x² + 8x - 10 = 0.

Step 1: Factor out 'a' from the x terms.

Factor out the coefficient of x² from the x terms:

2(x² + 4x) - 10 = 0

Step 2: Complete the square inside the parentheses.

Follow steps 2-5 from the previous example, but only work within the parentheses:

Half of 4 is 2, and 2² is 4. Add and subtract 4 inside the parentheses:

2(x² + 4x + 4 - 4) - 10 = 0

Step 3: Simplify and solve.

Rewrite as a perfect square, simplify, and solve for x:

2((x + 2)² - 4) - 10 = 0 2(x + 2)² - 8 - 10 = 0 2(x + 2)² = 18 (x + 2)² = 9 x + 2 = ±3 x = 1 or x = -5

Applications of Completing the Square

Completing the square isn't just about solving equations; it's a powerful tool with numerous applications:

  • Finding the vertex of a parabola: The vertex form of a quadratic function, y = a(x - h)² + k, reveals the vertex (h, k) directly. Completing the square transforms the standard form into the vertex form.
  • Integrating certain functions: In calculus, completing the square can simplify integrals involving quadratic expressions in the denominator.
  • Solving more complex quadratic equations: The method works even when the quadratic equation isn't easily factorable.

Mastering completing the square unlocks a deeper understanding of quadratic functions and their applications across various mathematical fields. Practice is key – the more you practice, the more comfortable and efficient you'll become!

Latest Posts