First, factor out the coefficient of x2 from the first two terms:
f(x)=2(x2+6x)+5
Next, complete the square inside the bracket. We take half the coefficient of x (which is 6), square it (giving 9), and then add and subtract it inside the bracket:
f(x)=2[(x+3)2−32]+5
f(x)=2[(x+3)2−9]+5
Now, expand the outer bracket:
f(x)=2(x+3)2−2(9)+5
f(x)=2(x+3)2−18+5
Finally, simplify:
f(x)=2(x+3)2−13
This is in the form a(x+p)2+q with a=2, p=3 and q=−13.
The vertex form is a(x−h)2+k, so we compare 2(x+3)2−13 with this. We have h=−3 and k=−13.
Therefore, the coordinates of the vertex are (−3,−13).
Since the coefficient of x2 is a=2, which is positive, the parabola is U-shaped. This means the vertex is a minimum point.