I have been playing around with desmos and found this strange idea
(I encourage you to view here to visualise what I am talking about: https://www.desmos.com/calculator/dwqp8jmp7v)
In high school I learnt that if given a parabola $Ax^2 + Bx + C$, that:
Varying $C$ varies the height (this is intuitive, each point is shifted vertically)
Varying $A$ stretches the Parabola (also intuitive, each point scales appropriately)
I have never for the life of me understood what the $B$ does however.
Yes, you can factorise it and find where the roots are and form the parabola from there. Yes I understand that. But it still leaves me stumped because I feel like I am manipulating a black box. (that is, I can get the result and form a parabola but I never really understand what $B$ does)
Desmos has shown me that varying $B$ makes the parabola's vertex trace out another parabola underneath it. My question is, why is this, and is there a simple explanation? (In the sense that explaining $A$ and $C$ are simple)
(I should note, I have found another answer here to a similar question, and an answer has been provided. But it does not satisfy me because it feels like attacking a nail with a jackhammer. There has got to be a simpler explanation for something so simple as quadratics.. I hope??)


Completing the square, we have:
$$x^2+bx= (x+0.5b)^2 - 0.25b^2$$
which is equivalent to first translating the parabola $y =x^2$ left by $0.5b$ units, and then down by $0.25b^2$ units.
In fact, we can find the equation of the parabola that the vertex traces. Given that the vertex of $y=x^2$ is $(0,0)$, the vertex of $y=x^2+bx$ is $(-0.5b, -0.25b^2)$.
We can immediately notice that $-x^2 = y$, where $x = -0.5b$ and $y = -0.25b^2$. Therefore the vertex traces out the parabola $y=-x^2$.