Completing The Square

Solving Quadratic Equations By Completing The Square Examples

PL
idmbestpractices.ca
9 min read
Solving Quadratic Equations By Completing The Square Examples
Solving Quadratic Equations By Completing The Square Examples

Solving quadratic equations is a fundamental skill in algebra, serving as a cornerstone for more advanced mathematical concepts. While factoring and the quadratic formula are common methods, completing the square offers a powerful and versatile approach. This article looks at the method of completing the square, providing a detailed explanation, step-by-step instructions, and numerous examples to solidify your understanding.

Understanding Quadratic Equations

A quadratic equation is a polynomial equation of the second degree. The general form of a quadratic equation is:

ax² + bx + c = 0

where a, b, and c are constants, and a ≠ 0. The goal of solving a quadratic equation is to find the values of x that satisfy the equation, also known as the roots or solutions.

What is Completing the Square?

Completing the square is a technique used to rewrite a quadratic expression in the form of a perfect square trinomial plus a constant. A perfect square trinomial is a trinomial that can be factored into the square of a binomial, such as (x + k)² or (x - k)².

The process involves manipulating the quadratic equation to create a perfect square trinomial on one side, allowing you to easily solve for x by taking the square root.

Why Use Completing the Square?

While other methods like factoring and the quadratic formula exist, completing the square offers several advantages:

  • Understanding the Structure: It provides a deeper understanding of the structure of quadratic equations and the relationship between its coefficients and solutions.
  • Deriving the Quadratic Formula: The quadratic formula itself is derived by completing the square on the general quadratic equation.
  • Solving Equations That Cannot Be Easily Factored: It can be used to solve quadratic equations that are difficult or impossible to factor using traditional methods.
  • Graphing Quadratic Functions: It helps to rewrite quadratic functions in vertex form, making it easier to identify the vertex and axis of symmetry, which are crucial for graphing.

Steps for Completing the Square

Here's a step-by-step guide on how to solve quadratic equations by completing the square:

1. Prepare the Equation:

  • make sure the coefficient of the term (a) is equal to 1. If it's not, divide the entire equation by a. This step is crucial for the subsequent steps to work correctly.

2. Isolate the Constant Term:

  • 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), square it, and add the result to both sides of the equation. This creates a perfect square trinomial on the left side. The value to add is (b/2)².

4. Factor the Perfect Square Trinomial:

  • Factor the perfect square trinomial on the left side as a binomial squared. This will be in the form of (x + k)² or (x - k)², where k is half of the original coefficient of the x term (b/2).

5. Take the Square Root of Both Sides:

  • Take the square root of both sides of the equation. Remember to include both the positive and negative square roots on the right side.

6. Solve for x:

  • Isolate x to find the two solutions of the quadratic equation. This typically involves adding or subtracting a constant from both sides.

Examples of Solving Quadratic Equations by Completing the Square

Let's work through several examples to illustrate the process of completing the square.

Example 1: Simple Case (a = 1, b is even)

Solve the equation: x² + 6x + 5 = 0

  1. Prepare the Equation: The coefficient of is already 1.

  2. Isolate the Constant Term: Subtract 5 from both sides:

    • x² + 6x = -5
  3. Complete the Square: Take half of the coefficient of the x term (6/2 = 3), square it (3² = 9), and add it to both sides:

    • x² + 6x + 9 = -5 + 9
    • x² + 6x + 9 = 4
  4. Factor the Perfect Square Trinomial: Factor the left side as a binomial squared:

    • (x + 3)² = 4
  5. Take the Square Root of Both Sides:

    • √(x + 3)² = ±√4
    • x + 3 = ±2
  6. Solve for x:

    • x = -3 ± 2
    • x = -3 + 2 = -1 or x = -3 - 2 = -5

Which means, the solutions are x = -1 and x = -5.

Example 2: a = 1, b is odd

Solve the equation: x² - 5x + 4 = 0

  1. Prepare the Equation: The coefficient of is already 1.

  2. Isolate the Constant Term: Subtract 4 from both sides:

    • x² - 5x = -4
  3. Complete the Square: Take half of the coefficient of the x term (-5/2 = -2.5), square it ((-2.5)² = 6.25), and add it to both sides:

    • x² - 5x + 6.25 = -4 + 6.25
    • x² - 5x + 6.25 = 2.25
  4. Factor the Perfect Square Trinomial: Factor the left side as a binomial squared:

    • (x - 2.5)² = 2.25
  5. Take the Square Root of Both Sides:

    • √(x - 2.5)² = ±√2.25
    • x - 2.5 = ±1.5
  6. Solve for x:

    • x = 2.5 ± 1.5
    • x = 2.5 + 1.5 = 4 or x = 2.5 - 1.5 = 1

So, the solutions are x = 4 and x = 1.

Example 3: a ≠ 1

Solve the equation: 2x² + 8x - 10 = 0

  1. Prepare the Equation: Divide the entire equation by 2 to make the coefficient of equal to 1:

    • x² + 4x - 5 = 0
  2. Isolate the Constant Term: Add 5 to both sides:

    If you found this helpful, you might also enjoy who do mercutio and benvolio think romeo is with or who is responsible for applying cui markings.

    • x² + 4x = 5
  3. Complete the Square: Take half of the coefficient of the x term (4/2 = 2), square it (2² = 4), and add it to both sides:

    • x² + 4x + 4 = 5 + 4
    • x² + 4x + 4 = 9
  4. Factor the Perfect Square Trinomial: Factor the left side as a binomial squared:

    • (x + 2)² = 9
  5. Take the Square Root of Both Sides:

    • √(x + 2)² = ±√9
    • x + 2 = ±3
  6. Solve for x:

    • x = -2 ± 3
    • x = -2 + 3 = 1 or x = -2 - 3 = -5

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

Example 4: Dealing with Fractions

Solve the equation: 3x² - 2x - 1 = 0

  1. Prepare the Equation: Divide the entire equation by 3 to make the coefficient of equal to 1:

    • x² - (2/3)x - (1/3) = 0
  2. Isolate the Constant Term: Add (1/3) to both sides:

    • x² - (2/3)x = (1/3)
  3. Complete the Square: Take half of the coefficient of the x term (-2/3 / 2 = -1/3), square it ((-1/3)² = 1/9), and add it to both sides:

    • x² - (2/3)x + (1/9) = (1/3) + (1/9)
    • x² - (2/3)x + (1/9) = (3/9) + (1/9)
    • x² - (2/3)x + (1/9) = (4/9)
  4. Factor the Perfect Square Trinomial: Factor the left side as a binomial squared:

    • (x - 1/3)² = (4/9)
  5. Take the Square Root of Both Sides:

    • √(x - 1/3)² = ±√(4/9)
    • x - 1/3 = ±2/3
  6. Solve for x:

    • x = (1/3) ± (2/3)
    • x = (1/3) + (2/3) = 1 or x = (1/3) - (2/3) = -1/3

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

Example 5: Complex Solutions

Solve the equation: x² + 2x + 5 = 0

  1. Prepare the Equation: The coefficient of is already 1.

  2. Isolate the Constant Term: Subtract 5 from both sides:

    • x² + 2x = -5
  3. Complete the Square: Take half of the coefficient of the x term (2/2 = 1), square it (1² = 1), and add it to both sides:

    • x² + 2x + 1 = -5 + 1
    • x² + 2x + 1 = -4
  4. Factor the Perfect Square Trinomial: Factor the left side as a binomial squared:

    • (x + 1)² = -4
  5. Take the Square Root of Both Sides:

    • √(x + 1)² = ±√(-4)
    • x + 1 = ±2i (where i is the imaginary unit, √-1)
  6. Solve for x:

    • x = -1 ± 2i

Which means, the solutions are x = -1 + 2i and x = -1 - 2i. These are complex conjugate solutions.

Practical Applications of Completing the Square

Completing the square is not just a theoretical exercise; it has practical applications in various fields:

  • Physics: Used in analyzing projectile motion and simple harmonic motion.
  • Engineering: Employed in circuit analysis and control systems.
  • Computer Graphics: Utilized in transforming equations for graphical representation.
  • Optimization: Helpful in finding the minimum or maximum value of quadratic functions.

Tips and Common Mistakes

  • Double-Check Your Arithmetic: Accuracy is crucial. A small error in calculating (b/2)² can lead to incorrect solutions.
  • Remember the ± Sign: When taking the square root of both sides, don't forget to include both the positive and negative roots.
  • Ensure a = 1: This is a critical step. If a is not 1, divide the entire equation by a before proceeding.
  • Simplify Fractions: When dealing with fractions, simplify them as much as possible to make the calculations easier.

Completing the Square vs. Other Methods

  • Factoring: Factoring is generally faster when the quadratic equation can be easily factored. Even so, many quadratic equations are not easily factorable.
  • Quadratic Formula: The quadratic formula is a universal method that always works, but it can be more computationally intensive than completing the square for some equations. Completing the square provides a deeper understanding of the structure of the equation, while the quadratic formula is more of a "plug and chug" approach.

Advanced Techniques and Variations

  • Completing the Square with Complex Numbers: As seen in Example 5, completing the square can be used to find complex solutions to quadratic equations.
  • Completing the Square in Multivariable Equations: The technique can be extended to equations with multiple variables, often used in conic sections (circles, ellipses, hyperbolas).
  • Using Completing the Square to Find the Vertex of a Parabola: The vertex form of a quadratic function, f(x) = a(x - h)² + k, can be obtained by completing the square. The vertex of the parabola is then at the point (h, k).

Conclusion

Completing the square is a powerful and versatile technique for solving quadratic equations. Practically speaking, while it may seem more involved than other methods, it provides a deeper understanding of the structure of quadratic equations and has practical applications in various fields. By mastering the steps and practicing with examples, you can confidently solve a wide range of quadratic equations using completing the square. Remember to double-check your arithmetic, pay attention to signs, and see to it that the coefficient of the term is 1 before proceeding. With practice, completing the square will become a valuable tool in your mathematical toolkit.

New

Latest Posts

Related

Related Posts

Thank you for reading about Solving Quadratic Equations By Completing The Square Examples. We hope this guide was helpful.

Share This Article

X Facebook WhatsApp
← Back to Home
ID

idmbestpractices

Staff writer at idmbestpractices.ca. We publish practical guides and insights to help you stay informed and make better decisions.