Class 10 Mathematics
Completing the Square
⏱ 12 min read
Completing the square is a method used in algebra to transform a quadratic expression into a perfect square trinomial. This technique is particularly useful for solving quadratic equations, graphing parabolas, and understanding the properties of quadratic functions. In this chapter, we will explore the concept of completing the square, its applications, and how to use it effectively.
A quadratic expression is a polynomial of degree two, typically written in the standard form:
ax² + bx + c,
where a, b, and c are constants, and a ≠ 0. The graph of a quadratic expression is a parabola.
Completing the square involves rewriting a quadratic expression in the form of a perfect square trinomial. The perfect square trinomial takes the form:
(x + p)² = x² + 2px + p².
To complete the square, follow these steps:
Start with the quadratic expression:
ax² + bx + c
Factor out the coefficient of x² (if a ≠ 1):
a(x² + (b/a)x) + c
Find the term to complete the square:
Take half of the coefficient of x (which is b/a), square it, and add it inside the parentheses, adjusting the equation accordingly.
Rewrite the expression:
a(x² + (b/a)x + b²/4a² - b²/4a²) + c
= a((x + b/2a)² - b²/4a²) + c
= a(x + b/2a)² - b²/4a + c
Combine constants:
= a(x + b/2a)² + (c - b²/4a)
Let's complete the square for the quadratic expression 2x² + 8x + 5.
Factor out the 2 from the first two terms:
2(x² + 4x) + 5
Find the term to complete the square:
Half of 4 is 2, and squaring it gives 4.
Rewrite the expression:
2(x² + 4x + 4 - 4) + 5
= 2((x + 2)² - 4) + 5
Expand and simplify:
= 2(x + 2)² - 8 + 5
= 2(x + 2)² - 3
So, the completed square form is 2(x + 2)² - 3.
Solving Quadratic Equations: Completing the square can be used to solve quadratic equations of the form ax² + bx + c = 0. By rewriting the equation in the completed square form, we can easily find the roots.
For example, to solve x² + 6x + 5 = 0:
Graphing Quadratic Functions: The vertex form of a quadratic function, derived from completing the square, helps in graphing. The vertex of the parabola can be easily identified from this form.
For instance, from our earlier completed square form 2(x + 2)² - 3, the vertex is at (-2, -3).
Completing the square is a powerful algebraic technique that allows us to rewrite quadratic expressions in a more manageable form. By transforming a quadratic expression into a perfect square trinomial, we can solve equations, graph functions, and understand the properties of parabolas. Mastering this technique is essential for progressing in algebra and higher mathematics.
In this chapter, we learned how to complete the square step-by-step, saw examples of its application in solving quadratic equations, and understood its significance in graphing. With practice, completing the square will become a valuable tool in your mathematical toolkit.
🧠 Ready to test your knowledge?
Take the quiz for this chapter to reinforce what you just learned and track your progress.