Math 154b Completing The Square Worksheet Answers With Work

6 min read

Completing the square is a fundamental algebraic technique essential for solving quadratic equations, analyzing parabolas, and deriving the quadratic formula. This process transforms a quadratic expression from standard form (ax² + bx + c) into vertex form (a(x-h)² + k), revealing the parabola's vertex and axis of symmetry. Practically speaking, mastering this method is crucial for success in Math 154B and beyond. Below are detailed solutions to common completing the square problems, emphasizing the step-by-step work required.

Math 154B: Completing the Square Worksheet Answers with Work

Introduction Completing the square is a powerful method used to solve quadratic equations of the form ax² + bx + c = 0. It involves manipulating the equation to form a perfect square trinomial on one side, which can then be easily solved. This technique is particularly useful for finding the vertex of a parabola and deriving the quadratic formula. The process requires careful attention to detail to ensure accuracy. Below are solutions to several typical problems encountered on a Math 154B worksheet, demonstrating the complete work involved.

Steps for Completing the Square Follow these steps systematically to solve any quadratic equation by completing the square:

  1. Standard Form: Ensure the quadratic equation is in the form ax² + bx + c = 0.
  2. Isolate the x² and x Terms: Move the constant term (c) to the other side of the equation.
  3. Make the Coefficient of x² Equal to 1: If a ≠ 1, divide every term in the equation by a.
  4. Complete the Square: Take the coefficient of the x term (b), divide it by 2, and square the result. Add this value to both sides of the equation.
  5. Factor the Left Side: The left side should now be a perfect square trinomial, which factors into (x + d)².
  6. Solve: Take the square root of both sides, remembering to include the ± symbol. Solve for x.

Scientific Explanation The core principle behind completing the square relies on the algebraic identity (x + d)² = x² + 2dx + d². By adding and subtracting d² (where d = b/2), we create a perfect square trinomial. This allows us to rewrite the left side as (x + d)². Taking the square root of both sides then isolates x, providing the solutions. This method works because it leverages the structure of quadratic expressions, transforming them into a form where the solution is geometrically intuitive (the x-intercepts of the parabola).

Math 154B Worksheet Solutions with Work

Problem 1: Solve x² + 6x + 5 = 0 by completing the square Not complicated — just consistent..

  • Work:
    • Equation: x² + 6x + 5 = 0
    • Isolate constant: x² + 6x = -5
    • Coefficient of x² is 1 (a=1), so no division needed.
    • b = 6. Compute (b/2)² = (6/2)² = 3² = 9. Add 9 to both sides: x² + 6x + 9 = -5 + 9
    • Simplify: x² + 6x + 9 = 4
    • Factor left side: (x + 3)² = 4
    • Take square roots: x + 3 = ±√4
    • Simplify: x + 3 = ±2
    • Solve for x: x = -3 + 2 or x = -3 - 2
    • Solutions: x = -1 or x = -5
  • Verification: Plug x=-1: (-1)² + 6(-1) + 5 = 1 - 6 + 5 = 0. Plug x=-5: (-5)² + 6(-5) + 5 = 25 - 30 + 5 = 0. Correct.

Problem 2: Solve 2x² + 8x - 10 = 0 by completing the square Simple, but easy to overlook..

  • Work:
    • Equation: 2x² + 8x - 10 = 0
    • Isolate constant: 2x² + 8x = 10
    • Divide every term by a=2: x² + 4x = 5
    • b = 4. Compute (b/2)² = (4/2)² = 2² = 4. Add 4 to both sides: x² + 4x + 4 = 5 + 4
    • Simplify: x² + 4x + 4 = 9
    • Factor left side: (x + 2)² = 9
    • Take square roots: x + 2 = ±√9
    • Simplify: x + 2 = ±3
    • Solve for x: x = -2 + 3 or x = -2 - 3
    • Solutions: x = 1 or x = -5
  • Verification: Plug x=1: 2(1)² + 8(1) - 10 = 2 + 8 - 10 = 0. Plug x=-5: 2(-5)² + 8(-5) - 10 = 50 - 40 - 10 = 0. Correct.

Problem 3: Solve x² - 4x - 7 = 0 by completing the square.

  • Work:
    • Equation: x² - 4x - 7 = 0
    • Isolate constant: x² - 4x = 7
    • Coefficient of x² is 1 (a=1), so no division needed.
    • b = -4. Compute (b/2)² = (-4/2)² = (-2)² = 4. Add 4 to both sides: x² - 4x + 4 = 7 + 4
    • Simplify: x² - 4x + 4 = 11
    • Factor left side: (x - 2)² = 11
    • Take square roots: x - 2 = ±√11
    • Solve for x: x = 2 + √11 or x = 2 - √11
    • Solutions: x = 2 + √11 or x = 2 - √11
  • Verification: This requires numerical approximation. √11 ≈ 3.3166. Plug x ≈ 5.3166: (5.3166)² - 4(5.3166) - 7 ≈ 28.26 - 21.27

Continuing from the verification of Problem 3, we evaluate the two candidate roots numerically to confirm that both satisfy the original equation:

  • For (x = 2 + \sqrt{11}\approx 5.3166): [ (5.3166)^2 - 4(5.3166) - 7 \approx 28.26 - 21.27 - 7 \approx 0. ]
  • For (x = 2 - \sqrt{11}\approx -1.3166): [ (-1.3166)^2 - 4(-1.3166) - 7 \approx 1.73 + 5.27 - 7 \approx 0. ]

Both values reduce the left‑hand side to zero within rounding error, confirming that the solutions are indeed (x = 2 \pm \sqrt{11}).


A Few Final Thoughts on Completing the Square

  1. Why It Works
    The method hinges on the algebraic identity ((x+d)^2 = x^2 + 2dx + d^2). By adding and subtracting the same constant ((b/2)^2), we force the quadratic into a perfect square form. This not only simplifies the algebra but also reveals the vertex of the parabola, offering geometric insight.

  2. When to Use It
    Completing the square is especially handy when the quadratic does not factor neatly or when you need the exact form of the roots (e.g., in deriving the quadratic formula). It is also the foundational step in deriving the formula for the area of a circle, the equation of a parabola, and in solving differential equations that reduce to quadratic forms.

  3. Common Pitfalls

    • Forgetting to divide by (a) when the leading coefficient is not 1.
    • Mis‑calculating ((b/2)^2), particularly with negative (b).
    • Dropping the sign when taking the square root; remember that (\sqrt{K}) yields both (+ \sqrt{K}) and (- \sqrt{K}).
  4. Relation to the Quadratic Formula
    If you carry out the completing‑the‑square steps symbolically for a general quadratic (ax^2+bx+c=0), you will arrive at [ x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}, ] which is precisely the quadratic formula. Thus, the formula is simply an algebraic shortcut that encapsulates the same manipulations Took long enough..


Conclusion

Completing the square is a versatile, conceptually transparent technique that transforms any quadratic equation into a form that is immediately solvable. By carefully adding and subtracting the square of half the linear coefficient, we turn the left side into a perfect square and expose the roots through a simple square‑root operation. Whether you are tackling textbook problems, preparing for exams, or exploring deeper mathematical structures, mastering this method provides a solid foundation for understanding quadratic behavior both algebraically and geometrically Most people skip this — try not to..

Latest Batch

Out the Door

Branching Out from Here

You May Enjoy These

Thank you for reading about Math 154b Completing The Square Worksheet Answers With Work. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home