Suppose, we have a quadratic equation $Q(x)$ and, we shift the input by $\alpha$ i.e: the function is now $Q(x -\alpha)$, such that $Q(x) = Q(x -\alpha)$
Suppose,
$$ Q(x) = ax^2 + bx +c$$
and,
$$ Q(x-\alpha) = a(x-\alpha)^2 + b(x-\alpha) +c$$
Since, $$Q(x-\alpha)= Q(x)$$ for all $x$ in $\mathbb{R}$
The left hand side,
$$ Q(\alpha) = 0 + 0 + c$$
And, the right hand side,
$$ Q(\alpha) = a\alpha^2 + b \alpha +c$$
and since,
$$ Q(x) = Q(x-\alpha)$$
$$ a \alpha^2 + b\alpha +c = c$$
and, hence,
$$ \alpha = \{ 0, -\frac{b}{a} \}$$
This means that,
$$ Q(x- 0 ) = Q( x + \frac{b}{a} ) = Q(x)$$
For all x!
I can't grasp the result which I have got, why is there a unique shift such the function does not change at all? thinking of larger polynomials suggests that for cubics there must be two such shifts such that the cubic function is invariant and more generally for a 'n' degree polynomial, n-1 such shifts
Edit: I solved most part of the problem myself, if anyone can give some geometric insight, then I"ll accept that answer :)