1 Answers
📚 Definition of Completing the Square with Non-Unit Leading Coefficients
Completing the square is a technique used to rewrite a quadratic expression in the form $ax^2 + bx + c$ into the form $a(x + h)^2 + k$, which makes it easier to solve quadratic equations, find the vertex of a parabola, or put an equation into standard form. When $a$, the coefficient of $x^2$ (the leading coefficient), is not equal to 1 (i.e., it's non-unit), an extra step is needed to factor out this coefficient before completing the square. Let's dive into the process!
📜 History and Background
The method of completing the square has ancient roots. Babylonian mathematicians used geometric approaches that resemble completing the square to solve quadratic equations almost 4000 years ago. The modern algebraic formulation, however, evolved over centuries through the work of Greek, Arab, and European mathematicians. It became a fundamental technique in algebra for solving quadratics and understanding conic sections.
🔑 Key Principles
- ⚖️ Isolate the $x^2$ and $x$ terms: Move the constant term ($c$) to the other side of the equation if you're solving an equation.
- ➗ Factor out the leading coefficient: If $a \neq 1$, factor $a$ out of both the $x^2$ and $x$ terms. This is the crucial step for non-unit leading coefficients!
- ➕ Complete the square inside the parentheses: Take half of the coefficient of the $x$ term (inside the parentheses), square it, and add it *inside* the parentheses. Remember that because you're inside parentheses being multiplied by $a$, you are actually adding $a$ times that value to the left side, so add the same amount to the right side to maintain equality.
- 💪 Factor the perfect square trinomial: Rewrite the quadratic expression inside the parentheses as a squared binomial.
- 🧹 Simplify and solve: Simplify the equation and solve for $x$ if you're solving an equation, or leave in vertex form if rewriting the expression.
✍️ Real-World Examples
Example 1: Rewriting an Expression
Rewrite $2x^2 + 8x + 5$ in the form $a(x + h)^2 + k$.
- Factor out the leading coefficient: $2(x^2 + 4x) + 5$
- Complete the square inside the parentheses: Half of 4 is 2, and $2^2 = 4$. Add and subtract 4 *inside* the parentheses: $2(x^2 + 4x + 4 - 4) + 5$
- Rewrite as a perfect square and simplify: $2((x + 2)^2 - 4) + 5 = 2(x + 2)^2 - 8 + 5 = 2(x + 2)^2 - 3$
- The rewritten expression is $2(x + 2)^2 - 3$.
Example 2: Solving a Quadratic Equation
Solve $3x^2 - 12x + 7 = 0$ using completing the square.
- Move the constant to the other side: $3x^2 - 12x = -7$
- Factor out the leading coefficient: $3(x^2 - 4x) = -7$
- Complete the square inside the parentheses: Half of -4 is -2, and $(-2)^2 = 4$. Add 4 inside the parentheses. Remember to add $3*4 = 12$ to the right side! $3(x^2 - 4x + 4) = -7 + 12$
- Rewrite as a perfect square and simplify: $3(x - 2)^2 = 5$
- Isolate the squared term: $(x - 2)^2 = \frac{5}{3}$
- Take the square root of both sides: $x - 2 = \pm \sqrt{\frac{5}{3}}$
- Solve for x: $x = 2 \pm \sqrt{\frac{5}{3}} = 2 \pm \frac{\sqrt{15}}{3}$
🎯 Conclusion
Completing the square with non-unit leading coefficients is a powerful technique once you understand the underlying principle of factoring out the leading coefficient and carefully accounting for it when adding the value to complete the square. With practice, you'll master this important algebraic skill!
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! 🚀