I noticed a small thing while playing with the graph of quadratic. $$ax^2+bx+c = a\left(x+\frac{b}{2a}\right)^2 + c - a\left(\frac{b}{2a}\right)^2$$
Clearly $b,c$ only determine how the vertex of the graph changes, not the shape of the graph; that is, as $b,c$ are varied, the graph just translates without changing its shape.
This means adding a linear function $bx+c$ to a quadratic doesn't change its shape! This makes sense from above crude manipulation of the equation but I'm wondering if there is a more satisfying way to see this, perhaps geometry/calculus?