1 Answers
๐ What is Completing the Square?
Completing the square is a technique used to solve quadratic equations by transforming them into a perfect square trinomial. This allows you to easily isolate the variable and find its value. It's especially useful when factoring isn't straightforward.
๐ A Brief History
The concept of completing the square dates back to ancient Babylonian mathematicians who used geometric methods to solve quadratic equations. Over time, mathematicians refined these techniques into the algebraic method we use today.
๐ The Key Principles
- ๐งฎ Standard Form: Ensure the quadratic equation is in the standard form: $ax^2 + bx + c = 0$.
- โ Leading Coefficient: If $a \neq 1$, divide the entire equation by $a$.
- โ Completing the Square: Take half of the coefficient of the $x$ term (which is $b/a$ after the division), square it, and add it to both sides of the equation. This value is $(\frac{b}{2a})^2$.
- โ Factoring: Factor the perfect square trinomial on one side of the equation. It will be in the form $(x + \frac{b}{2a})^2$.
- โ Square Root: Take the square root of both sides of the equation. Remember to consider both positive and negative roots.
- isolated: Isolate x: Solve for $x$ by isolating it on one side of the equation.
๐ถ Step-by-Step Guide
- โ๏ธ Write the equation: Start with a quadratic equation in the form $ax^2 + bx + c = 0$. Example: $x^2 + 6x + 5 = 0$.
- โ๏ธ Move the constant term: Move the constant term (c) to the right side of the equation. $x^2 + 6x = -5$.
- โ Calculate the term to complete the square: Take half of the coefficient of the x term (b/2) and square it: $(\frac{6}{2})^2 = 3^2 = 9$. Add this value to both sides: $x^2 + 6x + 9 = -5 + 9$.
- ๐ฆ Factor the perfect square trinomial: Factor the left side as a perfect square: $(x + 3)^2 = 4$.
- โ๏ธ Take the square root of both sides: Take the square root of both sides: $\sqrt{(x + 3)^2} = \pm \sqrt{4}$, so $x + 3 = \pm 2$.
- ๐ก Solve for x: Isolate x: $x = -3 \pm 2$. Therefore, $x = -3 + 2 = -1$ or $x = -3 - 2 = -5$.
๐ Real-World Examples
- โฝ Projectile Motion: The height of a ball thrown into the air can be modeled by a quadratic equation. Completing the square helps find the maximum height and the time it takes to reach it.
- ๐ Area Optimization: Imagine you want to build a rectangular garden with a fixed perimeter. Completing the square can help you find the dimensions that maximize the garden's area.
- ๐ Bridge Design: The shape of suspension bridge cables often follows a parabolic curve, which can be represented by a quadratic equation. Completing the square aids in determining key design parameters.
โ๏ธ Practice Quiz
- โ Solve: $x^2 + 4x - 12 = 0$
- โ Solve: $x^2 - 8x + 7 = 0$
- โ Solve: $x^2 + 2x - 3 = 0$
- โ Solve: $2x^2 - 12x + 10 = 0$
- โ Solve: $3x^2 + 18x + 24 = 0$
- โ Solve: $x^2 + 5x + 6 = 0$
- โ Solve: $x^2 - 3x - 4 = 0$
โ Solutions
- ๐ $x = 2, -6$
- ๐ $x = 1, 7$
- ๐ $x = 1, -3$
- ๐ $x = 1, 5$
- ๐ $x = -2, -4$
- ๐ $x = -2, -3$
- ๐ $x = 4, -1$
๐ฏ Conclusion
Completing the square is a powerful technique for solving quadratic equations. By mastering this method, you'll gain a deeper understanding of quadratic functions and their applications in various fields. Keep practicing, and you'll become a quadratic equation-solving pro!
Join the discussion
Please log in to post your answer.
Log InEarn 2 Points for answering. If your answer is selected as the best, you'll get +20 Points! ๐