In a quadratic function:
coefficient $a$ controls the speed of increase/decrease from the vertex.
coefficient $b$ controls the downward slope as the function crosses the y-axis.
I don't really get what the coefficient $b$ is doing. Is it just controlling the steepness of the slope after it crosses the y-axis? Isn't that what $a$ is doing by controlling the speed of increase/decrease (i.e., controlling the steepness/slope of the graph and how "closed" it is)?
Why should the slope change as it crosses the y-axis?
I guess I'm not really seeing the difference between $a$ and $b$.
If possible, in addition to an explanation, could you provide a picture of a parabola (quadratic function) and point to what part of the graph is being determined by $a$ and $b$?
Thank you
We're assuming that the quadratic function is $y(x) = ax^2 + bx + c$, I suppose.
The effect of $c$ is clear -- it just shifts the curve up or down, so let's just set $c=0$ and forget about it, so we just have $y(x) = ax^2 + bx$.
The curve will be a "hump" if $a<0$ and a "hollow" if $a>0$. Let's assume that $a>0$. Then the curve will look like this:
The meaning of $a$ and $b$ can be understood by looking at the points $A$, $B$, $C$, $D$.
The point $A$ is just the origin. The curve passes through the origin because $y(0) = 0$.
The slope at $A$ is $b$ and the slope at $B$ is $-b$. So, as you said, $b$ is a measure of slope.
Now let's think about the triangle $ABD$. Its width is $w = -\frac{b}{a}$, and its height is $h = -\frac{b^2}{2a}$, so we can calculate $\frac{h}{w^2} = -\frac{a}{2}$. So, roughly speaking, $a$ is a measure of the height/width ratio of the triangle.
Another way to look at things, if you know some calculus ... You can show that $\frac{d^2y}{dx^2} = 2a$, so $a$ is also a measure of the second derivative of the curve, and this in turn tells us how fast the slope is changing as we move along the curve. If the slope changes rapidly (large value of $a$), then the triangle $ABD$ will be tall and thin.