All topics

s2.2.14

Vertex of a Parabola

1,000 questions

For a parabola given by the equation f(x)=Ax2+Bx+Cf(x) = Ax^2 + Bx + C, the coordinates of the vertex (h,k)(h, k) can be found using the formula:

h=B2Ah = -\frac{B}{2A}

Once you find the x-coordinate, hh, you can find the y-coordinate, kk, by substituting hh back into the function: k=f(h)k = f(h).

For example, to find the y-coordinate of the vertex of y=3x212x+16y = 3x^2 - 12x + 16:
x=1223=2x = -\frac{-12}{2 \cdot 3} = 2.
y=3(2)212(2)+16=1224+16=4y = 3(2)^2 - 12(2) + 16 = 12 - 24 + 16 = 4.

Practise this