Key Concepts in Completing the Square

Solving Quadratics by Completing the Square

  • Transformational Form to Standard Form

    • Convert the equation:
      y=2(x3)2+5y = 2(x - 3)² + 5
    • Step 1: Expand the square:
      y=2(x26x+9)+5y = 2(x² - 6x + 9) + 5
    • Step 2: Distribute the coefficient 2:
      y=2x212x+18+5y = 2x² - 12x + 18 + 5
    • Step 3: Combine like terms:
      y=2x212x+23y = 2x² - 12x + 23
  • Completing the Square

    • A quadratic in the form x2+bxx² + bx can be transformed into a perfect square using:
Steps to Complete the Square
  1. Find half of b:

    • Identify the coefficient of x in x2+bxx² + bx
    • Example: For b=4b = 4, half is 22.
  2. Square the result:

    • Square the half found in Step 1.
    • Example: 22=42² = 4.
  3. Add the square to the expression:

    • Combine with the original expression:
      x2+bx+(2)2=(x+2)2x² + bx + (2)² = (x + 2)²