As a bit of background context, I'm teaching a calculus course this semester, and for a learning activity, the students had to examine various functions and how certain modifications affected them.
In one case, they were examining the function $f(x) = 3x^2 + bx - 2$, for various values of $b$: what did those changes in $b$ do to the shape of the parabola, and why?
I got curious, and noticed that as we varied $b$, the parabola would move in a parabolic way with respect to the vertex. That is, if we increased $b$ when it was positive, it would move right and down; if $b$ was decreased and negative, it would move left and down. (The vertical changes were sharper for larger $b$ of course.)
So naturally, I wanted to graph the various vertices of the function. I couldn't figure out a proper way to do this in Desmos, but I managed something feasible:
- Create a list $L$ of test values from $-100$ to $100$ with small intervals in-between.
- These $L$ will function as our $b$ values.
- The axis of symmetry of $f$ then is at $x = -b/6$ for each $b \in L$.
- Of course, then, the vertex is at $(-b/6,f(-b/6))$ for each $b \in L$.
(You can play with a demo of it here if you wish.) Graphing a bunch of these points in black and $\color{red}{f(x)}$ in red gives this:
Curiously, the set of vertices (for variable $b$) lie on a parabola that is precisely $f$ (when $b=0$) flipped vertically; that is, the vertices lie on $g(x) = -3x^2 - 2$. (And in general, if we vary $b$ in $f(x) = ax^2 + bx + c$, then the vertices lie on $g(x) = -ax^2 + c$.)
I've been wondering about this for a few days and a student even brought it up to me, and I can't think of a reason why this should be. Maybe it's incredibly simple, but can someone perhaps enlighten me? Thanks!

The coordinates of the vertex are
therefore
$$y=-ax^2+c$$