Let's say we are given a quadratic polynomial $ax^2+bx+c$. Without the use of derivatives, what is the meaning of the coefficients when it comes to graphing the polynomial?
The coefficient $c$ determines the intersection with the y-axis by setting $x=0$.
$a$ determines if the polynomial opens upwards or downwards and how "large" the polynomial is, however I have a hard time seeing why this the case? It's easy to see if we use derivatives, however how can one see this intuitively without the use of derivates?
$a$ and $b$ determines the placement of the vertex. If $sign(a)=sign(b)$ then the vertex is placed below the x-axis, otherwise it's placed above the x-axis. This is clear, since the x-coordinate for the vertex is given by $\frac{-b}{2a}$. But how about the placement of the vertex in regards to the y-axis? How and why does $a$ and $b$ determine this placement?