The equation of a parabola is given by: $y= ax^2 + bx+c$
Why is it that when the coefficient of $x$ i.e. $a$ is positive we get an upward parabola and when it's negative we get a downward parabola?
Also, I saw that increasing the value of $|a|$ narrows the parabola, why?
Lastly, what is the role of $b$ in determining the structure of this parabola?
In the quadratic equation "$b$" and "$c$" terms are correlated to an axis translation, thus we can consider the simpler case $$y=ax^2$$ for which is clear the role of "$a$" to determine the sign of $y$.
To clarify the first point suppose to change the coordinates by translation by means of $y=(y+k)$ and $x=(x+h)$ then $$(y+k)=a(x+h)^2$$ $$y=ax^2+2hx+h^2-k$$ which is in the form $$y=ax^2+bx+c$$
I think this way is simpler because you don't need any calculus knowledge.