What is the minimum value of y = 2x² + 8x + 1?
Skill: Vertex, minimum and vertex form
Show the full solution
Answer: −7
Since a = 2 is positive, the parabola opens upward, so its vertex is the lowest point and the minimum value is the y-coordinate of that vertex. Two steps, and you cannot skip the first. Step one, find where the vertex sits: x = −b / (2a) = −8 / (2 × 2) = −8 / 4 = −2. Step two, find how low the curve goes there, by substituting that x back into the rule: y = 2(−2)² + 8(−2) + 1 = 2(4) − 16 + 1 = 8 − 16 + 1 = −7. So the vertex is (−2, −7) and the minimum value is −7. Completing the square confirms it: 2x² + 8x + 1 = 2(x² + 4x) + 1 = 2((x + 2)² − 4) + 1 = 2(x + 2)² − 8 + 1 = 2(x + 2)² − 7. Every wrong option is a step gone astray, and none of them can be dismissed without working. The answer −2 is where the minimum happens, not the minimum itself — read the question twice, this is the most common mistake on this type. The answer −3 comes from forgetting to multiply the compensating −4 by the 2 outside the bracket, writing −4 + 1 instead of −8 + 1. And −19 comes from dropping the square when substituting, computing 2(−2) − 16 + 1 instead of 2(−2)² − 16 + 1. A useful habit: once you have a candidate, test it against a nearby point. Here f(−1) = 2 − 8 + 1 = −5, which is above −7, and f(−3) = 18 − 24 + 1 = −5 as well — symmetric around x = −2, exactly as the vertex demands.