Completing The Square Examples And Answers

9 min read

Completing the square is a powerful technique in algebra that allows us to rewrite quadratic expressions into a more convenient form, primarily to solve quadratic equations or to analyze quadratic functions. It involves manipulating the equation to create a perfect square trinomial, which can then be easily factored. This article provides a detailed exploration of completing the square, including numerous examples with step-by-step solutions to help you master this essential algebraic skill.

Understanding the Basics of Completing the Square

Before diving into examples, it's crucial to understand the fundamental principle behind completing the square. The goal is to transform a quadratic expression of the form ax² + bx + c into the form a(x + h)² + k, where h and k are constants. This form is particularly useful because (x + h)² represents a perfect square, simplifying the equation Simple, but easy to overlook. Took long enough..

Steps for Completing the Square

Here's a step-by-step guide to completing the square for a quadratic expression ax² + bx + c:

  1. Divide by a: If a is not equal to 1, divide the entire equation by a. This makes the coefficient of equal to 1, which is necessary for the next steps.
  2. Isolate the and x terms: Move the constant term (c) to the right side of the equation. This isolates the and x terms on the left side.
  3. Complete the square: Take half of the coefficient of the x term (b/2), square it ((b/2)²), and add it to both sides of the equation. This creates a perfect square trinomial on the left side.
  4. Factor the perfect square trinomial: The left side can now be factored into the form (x + b/2)².
  5. Solve for x: Take the square root of both sides and solve for x.

Completing the Square: Examples and Solutions

Let's walk through several examples of completing the square, covering a range of complexities And it works..

Example 1: Simple Quadratic Equation

Solve the quadratic equation x² + 6x - 7 = 0 by completing the square Easy to understand, harder to ignore..

  1. Isolate the and x terms: x² + 6x = 7
  2. Complete the square:
    • Take half of the coefficient of the x term (6/2 = 3) and square it (3² = 9).
    • Add 9 to both sides of the equation: x² + 6x + 9 = 7 + 9
  3. Factor the perfect square trinomial:
    • The left side becomes (x + 3)², so the equation is (x + 3)² = 16
  4. Solve for x:
    • Take the square root of both sides: x + 3 = ±4
    • Solve for x:
      • x = -3 + 4 = 1
      • x = -3 - 4 = -7

Thus, the solutions are x = 1 and x = -7 That's the part that actually makes a difference..

Example 2: Quadratic Equation with a Coefficient

Solve the quadratic equation 2x² - 8x + 6 = 0 by completing the square And that's really what it comes down to..

  1. Divide by a:
    • Divide the entire equation by 2: x² - 4x + 3 = 0
  2. Isolate the and x terms: x² - 4x = -3
  3. Complete the square:
    • Take half of the coefficient of the x term (-4/2 = -2) and square it ((-2)² = 4).
    • Add 4 to both sides of the equation: x² - 4x + 4 = -3 + 4
  4. Factor the perfect square trinomial:
    • The left side becomes (x - 2)², so the equation is (x - 2)² = 1
  5. Solve for x:
    • Take the square root of both sides: x - 2 = ±1
    • Solve for x:
      • x = 2 + 1 = 3
      • x = 2 - 1 = 1

That's why, the solutions are x = 3 and x = 1.

Example 3: Quadratic Equation with Fractions

Solve the quadratic equation x² + 3x - 2 = 0 by completing the square.

  1. Isolate the and x terms: x² + 3x = 2
  2. Complete the square:
    • Take half of the coefficient of the x term (3/2) and square it ((3/2)² = 9/4).
    • Add 9/4 to both sides of the equation: x² + 3x + 9/4 = 2 + 9/4
  3. Factor the perfect square trinomial:
    • The left side becomes (x + 3/2)², so the equation is (x + 3/2)² = 8/4 + 9/4 = 17/4
  4. Solve for x:
    • Take the square root of both sides: x + 3/2 = ±√(17/4) = ±√17 / 2
    • Solve for x:
      • x = -3/2 + √17 / 2 = (-3 + √17) / 2
      • x = -3/2 - √17 / 2 = (-3 - √17) / 2

Thus, the solutions are x = (-3 + √17) / 2 and x = (-3 - √17) / 2.

Example 4: Quadratic Equation with a Negative Coefficient

Solve the quadratic equation -x² + 4x + 5 = 0 by completing the square.

  1. Divide by a:
    • Divide the entire equation by -1: x² - 4x - 5 = 0
  2. Isolate the and x terms: x² - 4x = 5
  3. Complete the square:
    • Take half of the coefficient of the x term (-4/2 = -2) and square it ((-2)² = 4).
    • Add 4 to both sides of the equation: x² - 4x + 4 = 5 + 4
  4. Factor the perfect square trinomial:
    • The left side becomes (x - 2)², so the equation is (x - 2)² = 9
  5. Solve for x:
    • Take the square root of both sides: x - 2 = ±3
    • Solve for x:
      • x = 2 + 3 = 5
      • x = 2 - 3 = -1

That's why, the solutions are x = 5 and x = -1 That's the whole idea..

Example 5: Quadratic Equation with Complex Solutions

Solve the quadratic equation x² + 2x + 5 = 0 by completing the square.

  1. Isolate the and x terms: x² + 2x = -5
  2. Complete the square:
    • Take half of the coefficient of the x term (2/2 = 1) and square it (1² = 1).
    • Add 1 to both sides of the equation: x² + 2x + 1 = -5 + 1
  3. Factor the perfect square trinomial:
    • The left side becomes (x + 1)², so the equation is (x + 1)² = -4
  4. Solve for x:
    • Take the square root of both sides: x + 1 = ±√(-4) = ±2i
    • Solve for x:
      • x = -1 + 2i
      • x = -1 - 2i

Thus, the solutions are x = -1 + 2i and x = -1 - 2i, which are complex numbers Surprisingly effective..

Example 6: Completing the Square with a Leading Coefficient

Solve the quadratic equation 3x² + 12x - 15 = 0 by completing the square Small thing, real impact..

  1. Divide by a:

    • Divide the entire equation by 3: x² + 4x - 5 = 0
  2. Isolate the and x terms: x² + 4x = 5

  3. Complete the square:

    • Take half of the coefficient of the x term (4/2 = 2) and square it (2² = 4).
    • Add 4 to both sides of the equation: x² + 4x + 4 = 5 + 4
  4. Factor the perfect square trinomial:

    • The left side becomes (x + 2)², so the equation is (x + 2)² = 9
  5. Solve for x:

    • Take the square root of both sides: x + 2 = ±3
    • Solve for x:
      • x = -2 + 3 = 1
      • x = -2 - 3 = -5

Because of this, the solutions are x = 1 and x = -5.

Example 7: Working with a Non-Integer Leading Coefficient

Solve the quadratic equation 0.5x² - 3x + 2 = 0 by completing the square.

  1. Divide by a:

    • Divide the entire equation by 0.5: x² - 6x + 4 = 0
  2. Isolate the and x terms: x² - 6x = -4

  3. Complete the square:

    • Take half of the coefficient of the x term (-6/2 = -3) and square it ((-3)² = 9).
    • Add 9 to both sides of the equation: x² - 6x + 9 = -4 + 9
  4. Factor the perfect square trinomial:

    • The left side becomes (x - 3)², so the equation is (x - 3)² = 5
  5. Solve for x:

    • Take the square root of both sides: x - 3 = ±√5
    • Solve for x:
      • x = 3 + √5
      • x = 3 - √5

Thus, the solutions are x = 3 + √5 and x = 3 - √5 Turns out it matters..

Example 8: Application in Vertex Form

Rewrite the quadratic function f(x) = x² - 8x + 15 in vertex form by completing the square.

  1. Isolate the and x terms: f(x) = (x² - 8x) + 15

  2. Complete the square:

    • Take half of the coefficient of the x term (-8/2 = -4) and square it ((-4)² = 16).
    • Add and subtract 16 inside the parenthesis: f(x) = (x² - 8x + 16 - 16) + 15
  3. Factor the perfect square trinomial: f(x) = (x - 4)² - 16 + 15

  4. Simplify: f(x) = (x - 4)² - 1

The vertex form of the quadratic function is f(x) = (x - 4)² - 1, with the vertex at (4, -1).

Example 9: More Complex Fractions

Solve the quadratic equation 2x² + 5x - 3 = 0 by completing the square.

  1. Divide by a:

    • Divide the entire equation by 2: x² + (5/2)x - (3/2) = 0
  2. Isolate the and x terms: x² + (5/2)x = 3/2

  3. Complete the square:

    • Take half of the coefficient of the x term ((5/2)/2 = 5/4) and square it ((5/4)² = 25/16).
    • Add 25/16 to both sides of the equation: x² + (5/2)x + (25/16) = (3/2) + (25/16)
  4. Factor the perfect square trinomial:

    • The left side becomes (x + 5/4)², so the equation is (x + 5/4)² = (24/16) + (25/16) = 49/16
  5. Solve for x:

    • Take the square root of both sides: x + 5/4 = ±√(49/16) = ±7/4
    • Solve for x:
      • x = -5/4 + 7/4 = 2/4 = 1/2
      • x = -5/4 - 7/4 = -12/4 = -3

Thus, the solutions are x = 1/2 and x = -3.

Example 10: Another Vertex Form Conversion

Convert the quadratic function f(x) = -3x² + 6x - 1 into vertex form It's one of those things that adds up..

  1. Factor out the leading coefficient: f(x) = -3(x² - 2x) - 1

  2. Complete the square inside the parenthesis:

    • Take half of the coefficient of the x term (-2/2 = -1) and square it ((-1)² = 1).
    • Add and subtract 1 inside the parenthesis: f(x) = -3(x² - 2x + 1 - 1) - 1
  3. Factor the perfect square trinomial: f(x) = -3((x - 1)² - 1) - 1

  4. Distribute and simplify: f(x) = -3(x - 1)² + 3 - 1 f(x) = -3(x - 1)² + 2

The vertex form of the quadratic function is f(x) = -3(x - 1)² + 2, with the vertex at (1, 2).

Advantages of Completing the Square

  • Solving Quadratic Equations: Completing the square provides a systematic way to find the roots of any quadratic equation.
  • Vertex Form: It allows you to rewrite a quadratic function in vertex form, which reveals the vertex of the parabola and simplifies graphing.
  • Understanding Quadratic Functions: It enhances understanding of how changes in coefficients affect the graph of a quadratic function.

Common Mistakes to Avoid

  • Forgetting to Divide by a: Always make sure the coefficient of is 1 before completing the square.
  • Only Adding to One Side: Whatever you add to one side of the equation, you must add to the other side to maintain balance.
  • Incorrectly Factoring: Double-check your factoring to ensure you've created a perfect square trinomial.
  • Sign Errors: Pay close attention to the signs when taking half of the x term and when solving for x.

Further Practice

To reinforce your understanding of completing the square, try solving the following equations on your own:

  1. x² - 10x + 21 = 0
  2. 3x² + 18x - 21 = 0
  3. x² + 5x + 6 = 0
  4. 2x² - 4x + 1 = 0
  5. -x² + 6x - 8 = 0

By working through these examples and avoiding common mistakes, you'll strengthen your skills in completing the square and be well-equipped to tackle more complex problems in algebra. Completing the square is not just a technique; it's a cornerstone of algebraic problem-solving.

Easier said than done, but still worth knowing.

New In

Trending Now

Based on This

Others Also Checked Out

Thank you for reading about Completing The Square Examples And Answers. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home