I am curious if there is a way to get the vertex of a parabola without calculus?
I know the calculus approach has you take the derivative set to $0$ (for $0$ slope) so if $f(x) = ax^2 + bx + c$ then $f'(x) = 2x + b$ so $0 = 2x + b$ implies $x = -\frac{b}{2a}$ with $y$ coordinate $f(-\frac{b}{2a})$.
But how would we get the vertex without calculus?