What is the vertex form of y= 2x^2 + x - 1 y=2x2+x1?

1 Answer
Feb 16, 2018

y=2(x+1/4)^2-1 1/8y=2(x+14)2118 with the vertex as (-1/4,-1 1/8)(14,118)

Explanation:

Vertex form is given by

y=a(x-h)^2+ky=a(xh)2+k with (h,k)(h,k) being the vertex.

To get to vertex form, complete the square.

y=2(x^2+1/2xcolor(red)(+(1/4^2)-(1/4^2)))-1y=2(x2+12x+(142)(142))1

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

y=2(x+1/4)^2-1 1/8y=2(x+14)2118 and the vertex is (-1/4,-1 1/8)(14,118)

Note: If you want to just find the vertex using ax^2+bx+cax2+bx+c:

h=-b/(2a)h=b2a

k=c-b^2/(4a)k=cb24a

with (h,k)(h,k) being the vertex:

h=(-1)/(2*2)h=122

h=-1/4h=14

k=-1+(1^2)/(4*2*-1)k=1+12421

k=-1 1/8k=118

(h,k)(h,k) is (-1/4,-1 1/8)(14,118)

If you were to find vertex form using the method previously described, then you would need a point on the graph of 2x^2+x-12x2+x1.

Let's say that they told you (-1,0)(1,0) was a point on the graph.

Using the vertex as found out with the formulas above, plug into vertex form with what you have:

y=a(x+1/4)^2-1 1/8y=a(x+14)2118

To find out aa, plug the point (-1,0)(1,0) into what you have:

0=a(-1+1/4)^2-1 1/80=a(1+14)2118

0=9/16a-1 1/80=916a118

1 1/8=9/16a118=916a

18/16=9/16a1816=916a

a=2a=2 giving you

y=2(x+1/4)^2-1 1/8y=2(x+14)2118

Here is a graph for reference: graph{2x^2+x-1 [-10, 10, -2, 5]}

Hope this helps!