For a parabola y = ax^2 + bx + c, the axis of symmetry is given by x = -b/(2a).
- Identify coefficients: a = 1, b = 3.
- Compute x = -b/(2a) = -3/(2·1) = -3/2.
So the equation of the axis of symmetry is x = -3/2.
Check by completing the square:
y = x^2 + 3x = (x^2 + 3x + 9/4) - 9/4 = (x + 3/2)^2 - 9/4.
The vertex is at (-3/2, -9/4), confirming the axis is x = -3/2.