The vertex form transformation
Starting from ax² + bx + c, factor out a from the first two terms: a(x² + (b/a)x) + c. Then add and subtract (b/(2a))² inside the parentheses to create a perfect square trinomial.
The result is a(x − h)² + k where h = −b/(2a) is the x-coordinate of the vertex and k = c − b²/(4a) is the y-coordinate. If a > 0, the vertex is a minimum; if a < 0, it is a maximum.
h = −b / (2a)
X-coordinate of the vertex.
k = c − b² / (4a)
Y-coordinate of the vertex.