Completing the Square to Graph Parabolas

Completing the Square and Graphing Parabolas

Review of Completing the Square

  • Completing the square involves creating a perfect square trinomial that can be factored into a binomial squared.
  • Example:
    • Initial expression: x210x4x^2 - 10x - 4
    • Goal: Transform it into (x5)2(x - 5)^2 form.
    • The perfect square requires adding 25 (since 5×5=25-5 \times -5 = 25).
    • Steps:
      1. Move the constant term to the right side: x210x=4x^2 - 10x = 4
      2. Calculate the value needed to complete the square: (102)2=25(\frac{-10}{2})^2 = 25
      3. Add this value to both sides: x210x+25=4+25x^2 - 10x + 25 = 4 + 25
      4. Factor the left side and simplify the right side: (x5)2=29(x - 5)^2 = 29

Parabolas and Completing the Square

  • x2x^2 represents a vertically opening parabola.
  • y2y^2 represents a horizontally opening parabola.

Finding Focus, Directrix, and Vertex

  • Problem: Find the focus, directrix, and vertex for the parabola x26x+y6=0x^2 - 6x + y - 6 = 0
  • Isolate x terms and move y terms to the other side:
    x26x=y+6x^2 - 6x = -y + 6
  • Complete the square for the x terms:
    • Take half of the coefficient of x: 62=3\frac{-6}{2} = -3
    • Square it: (3)2=9(-3)^2 = 9
    • Add 9 to both sides: x26x+9=y+6+9x^2 - 6x + 9 = -y + 6 + 9
    • Rewrite: (x3)2=y+15(x - 3)^2 = -y + 15
  • Factor out the coefficient of y to get the correct format:
    (x3)2=1(y15)(x - 3)^2 = -1(y - 15)
  • Identify the vertex:
    • Vertex: (3,15)(3, 15)
  • Determine the direction of opening:
    • Because of the negative sign, the parabola opens downward.
  • Find the value of p:
    • The standard form is 4p(yk)=(xh)24p(y - k) = (x - h)^2
    • In this case, 4p=14p = -1
    • Solve for p: p=14p = -\frac{1}{4}
  • Calculate the focus:
    • Since the parabola opens downward, subtract p|p| from the y-coordinate of the vertex.
    • Focus: (3,1514)=(3,14.75)(3, 15 - \frac{1}{4}) = (3, 14.75)
  • Determine the directrix:
    • Add p|p| to the y-coordinate of the vertex.
    • Directrix: y=15+14=15.25y = 15 + \frac{1}{4} = 15.25