I've realised that every quadratic function with two real roots has slope $-1$ and $1$ at its roots. How do you prove that? Why $1/-1$?
For example: $x^2 - 5x + 6$ has roots = $2$ and $3$. The derivative of the function: $2x - 5$ gives me $1$ and $-1$ when I put $x = 3$ and $2$.
We have that in general
$$f(x)=a(x-s)(x-t) \implies f'(x)=a(x-t)+a(x-s)$$
then
$$f'(t)=a(t-s) \quad f'(s)=a(s-t)$$
therefore your claim holds only for special cases but it is true that in general
$$f'(t)=-f'(s)$$
which depends by the symmetry of the quadratic function.