Solve Quadratic Equations By Completing The Square

by Andrew McMorgan 51 views

Hey guys! Today, we're diving deep into the world of quadratic equations, and we're going to tackle a classic technique: completing the square. This method is super useful not just for finding solutions but also for understanding the structure of these equations. We'll be working with the equation 0=x2βˆ’10x+100 = x^2 - 10x + 10 and breaking down how to solve it step-by-step.

Understanding the Goal: Completing the Square

So, what's the big idea behind completing the square? Basically, we want to manipulate a quadratic equation, which is usually in the form ax2+bx+c=0ax^2 + bx + c = 0, into a specific format: (x+a)2=b(x+a)^2 = b or (xβˆ’c)2=d(x-c)^2 = d. Why do we want this format? Because it makes solving for xx a whole lot easier! Once we have our equation in this squared form, we can just take the square root of both sides and isolate xx. It's like unlocking a secret code to find the equation's roots. This technique is fundamental in algebra and forms the basis for deriving the quadratic formula itself. It helps us visualize the parabola represented by the equation and understand its vertex. When we complete the square, we are essentially creating a perfect square trinomial, which is a trinomial that can be factored into the square of a binomial. For instance, x2+6x+9x^2 + 6x + 9 is a perfect square trinomial because it factors into (x+3)2(x+3)^2. Our goal is to force our given equation into this perfect square form. This involves some clever algebraic footwork, but once you get the hang of it, it's incredibly satisfying. We'll be looking at the coefficients of our x2x^2 and xx terms and figuring out what constant we need to add to create that perfect square. It’s a bit like fitting the last piece into a puzzle to make a complete picture. The beauty of this method is that it works for any quadratic equation, even those that don't factor nicely. So, stick with me, and let's unravel this powerful technique together!

Step 1: Rewriting the Equation by Completing the Square

Alright, let's get our hands dirty with the equation 0=x2βˆ’10x+100 = x^2 - 10x + 10. Our first mission is to rewrite this by completing the square. The target format is either (x+a)2=b(x+a)^2 = b or (xβˆ’c)2=d(x-c)^2 = d. To do this, we first want to isolate the terms with xx on one side of the equation. So, let's move that constant term, +10+10, to the right side by subtracting it from both sides:

x2βˆ’10x=βˆ’10x^2 - 10x = -10

Now, here comes the magic of completing the square. We need to add a specific number to both sides of the equation to make the left side a perfect square trinomial. How do we find that number? It's simple: take the coefficient of the xx term (which is -10), divide it by 2, and then square the result.

Let's break it down:

  1. Coefficient of xx: βˆ’10-10
  2. Divide by 2: βˆ’10/2=βˆ’5-10 / 2 = -5
  3. Square the result: (βˆ’5)2=25(-5)^2 = 25

So, the number we need to add to both sides is 25. Let's add it:

x2βˆ’10x+25=βˆ’10+25x^2 - 10x + 25 = -10 + 25

Now, the left side, x2βˆ’10x+25x^2 - 10x + 25, is a perfect square trinomial! We can factor it into (xβˆ’5)2(x-5)^2. And on the right side, we just do the addition: βˆ’10+25=15-10 + 25 = 15.

So, our equation is now in the desired form:

(xβˆ’5)2=15(x-5)^2 = 15

See? We successfully completed the square! We transformed the original equation into one where the xx terms are contained within a squared binomial, setting us up perfectly for the next step: finding the solutions. This process guarantees that the left side is factorable into a perfect square, which is the core idea behind this technique. It’s about creating symmetry and structure within the equation to make it more manageable. Remember this trick: take half of the coefficient of the xx term and square it – that’s your magic number!

Step 2: Finding the Solutions to the Equation

We've done the hard part by completing the square and arrived at (xβˆ’5)2=15(x-5)^2 = 15. Now, it's time to find the solutions for xx. This is where things get really straightforward. Our goal is to isolate xx, and having the expression squared makes this super easy. The first step is to undo the squaring by taking the square root of both sides of the equation. Remember that when you take the square root, there are always two possibilities: a positive root and a negative root.

So, taking the square root of both sides gives us:

(xβˆ’5)2=Β±15\sqrt{(x-5)^2} = \pm\sqrt{15}

This simplifies to:

xβˆ’5=Β±15x - 5 = \pm\sqrt{15}

Now, we just need to get xx all by itself. To do that, we add 5 to both sides of the equation:

x=5Β±15x = 5 \pm\sqrt{15}

And there you have it! These are the two solutions to our original quadratic equation. The 'Β±\pm' symbol tells us there are two distinct answers: one where we add 15\sqrt{15} and one where we subtract it.

So, the two solutions are:

  1. x=5+15x = 5 + \sqrt{15}
  2. x=5βˆ’15x = 5 - \sqrt{15}

Looking back at the options provided:

A) x=βˆ’5Β±15x=-5 \pm \sqrt{15} B) x=5Β±15x=5 \pm \sqrt{15} C) x=βˆ’15Β±10x=-15 \pm \sqrt{10}

Our calculated solution, x=5Β±15x = 5 \pm \sqrt{15}, perfectly matches Option B. This confirms that our process of completing the square and solving was correct. It's awesome how this technique neatly packages the two solutions into a single, elegant expression. The key takeaway here is the property of square roots: every positive number has two square roots, one positive and one negative, which is why the Β±\pm symbol is crucial in finding all possible solutions. Don't forget this fundamental rule of algebra; it's the key to unlocking the complete set of answers for equations like this one. So, whether you're dealing with simple quadratics or more complex ones, the method of completing the square provides a reliable path to the solutions.

Why is Completing the Square So Important?

Beyond just solving this specific equation, understanding completing the square is super valuable, guys. It's not just an isolated technique; it's a cornerstone of algebra. Firstly, as we just saw, it provides a direct method for finding the solutions to any quadratic equation, especially those that are difficult or impossible to factor using simple integers. This means you've got a foolproof way to get the answer, no matter what numbers you're working with. Secondly, completing the square is instrumental in deriving the quadratic formula. If you take the general quadratic equation ax2+bx+c=0ax^2 + bx + c = 0 and apply the completing the square method to it, you'll end up with the quadratic formula: x = rac{-b \pm \sqrt{b^2 - 4ac}}{2a}. Knowing how to complete the square means you understand why the quadratic formula works, not just how to use it. This deeper understanding is crucial for mastering more advanced mathematical concepts. Thirdly, this technique is fundamental in understanding conic sections, such as circles, ellipses, and hyperbolas. The standard forms of these geometric shapes often involve squared terms and constants, and completing the square is essential for converting general equations into these standard forms, allowing us to easily identify their properties like center, radius, and axes. It’s also a key step in calculus when you’re trying to integrate certain types of functions or find areas under curves. The ability to manipulate quadratic expressions into squared forms simplifies complex problems and opens up new avenues for analysis. So, while it might seem like just another algebraic trick, completing the square is a powerful tool that underpins many areas of mathematics. It builds your algebraic muscle, making you a more versatile and confident problem-solver. Keep practicing it, and you'll find it becomes second nature!

Final Thoughts

So there you have it, folks! We took the quadratic equation 0=x2βˆ’10x+100 = x^2 - 10x + 10, skillfully completed the square to get it into the form (xβˆ’5)2=15(x-5)^2 = 15, and then easily found the solutions x=5Β±15x = 5 \pm \sqrt{15}. This method, completing the square, is not just about finding answers; it's about understanding the structure of equations and building a strong foundation in algebra. It’s a technique that will serve you well in many areas of mathematics, from solving basic problems to tackling more complex calculus and geometry challenges. Keep practicing, and don't hesitate to revisit these steps whenever you need a refresher. Happy solving!