For a parabola y = ax^2 + bx + c the axis of symmetry is the vertical line x = -b/(2a).
- Identify coefficients: a = 1, b = -2.
- Use the formula: x = -b/(2a) = -(-2)/(2·1) = 2/2 = 1.
- (Check by completing the square) y = x^2 - 2x - 1/4 = (x-1)^2 - 1 - 1/4 = (x-1)^2 - 5/4, so the vertex is at (1, -5/4) and the axis is x = 1.
Answer: x = 1.