It was part of an bigger excercise to calculate the Newton polynomial
$$p(x) =y_0 + {{y_1 - y_0} \over h} (x-x_0) + (-2y_0 + 4y_1 - 2y_2)(x-x_0)(x-x_1).$$
Now, I need to show that
$$p'(x_0) = {{4y_1 - 3y_0 - y_2} \over 2h}.$$
But solving this by simplifying $p(x)$ seems way over the top, given the fact that this was an old exam question and that it would take too long. Does anyone see a trick to do this easier?