What is the vertex form of y= x^2+x-12?

1 Answer
Dec 19, 2015

Complete the square to find:

y = 1(x-(-1/2))^2+(-49/4)

in vertex form

Explanation:

Complete the square as follows:

y = x^2+x-12

= x^2+x+1/4-1/4-12

= (x+1/2)^2-49/12

That is:

y = 1(x-(-1/2))^2+(-49/4)

This is in vertex form:

y = a(x-h)^2+k

with a=1, h=-1/2 and k=-49/4

so the vertex is at (h, k) = (-1/2, -49/4)