y = 2x2 + 2x + 3
The above quadratic is in the "standard form". There is also an equivalent "vertex form" for a quadratic equation:
y = a(x-h)2 + k
Where (h,k) is the (as yet unknown) location of the vertex. Let's set the right hand sides of the two equations equal and solve for h and k, the location of the vertex.
2x2 + 2x + 3 = a(x-h)2 + k
2x2 + 2x + 3 = a(x2 - 2hx + h2) + k
2x2 + 2x + 3 = ax2 - 2hax + (h2a + k)
Equating terms:
- 2x2 = ax2, so a = 2
- 2x = -2hax, so -2ha = 2
Since a = 2:
-2h*2 = 2
h = -1/2
- 3 = h2a+k
Since a = 2 and h = 1/2:
3 = (1/2)2(2) + k
3 = 1/2 + k
5/2 = k
The vertex is located at the point (-1/2, 5/2).
The axis of symmetry is a vertical line through the vertex, x = -1/2.