This is the table (tempo = time, velocidade = speed, aceleracao = acceleration)
I used Newton's interpolation to get the polynomial (5th degree).
I got $$102 + 138(x-15) + (-124/15)(x-15)^2 + (289/225)(x-15)^2(x-30) + (-0.0689)(x-15)^2(x-30)^2 + (0.0048)(x-15)^2(x-30)^2(x-45)$$
I tested this in my calculator and the values for p(15) and p(30) are correct but p(45) is completely wrong.
Then I got the derivative to test the derivatives $$14341.5 - 2226.13 x + 122.896 x^2 - 2.8676 x^3 + 0.024 x^4$$
p'(15) and p'(30) are correct, albeit with a slight error, but p'(45) is very off (I got 132 point something).
Is this normal? Is it possible to get a better estimate for this?
My calculations:


If you do the table correctly, with $p(x_2)=420$, you get $$\small\begin{array}{c|c|c|} p[x_0]=102&p[x_0,x_0]=138&p[x_0,x_0,x_1]=-8.2667&p[x_0,x_0,x_1,x_1]=1.28444\\ &p[x_0,x_1]=14&p[x_0,x_1,x_1]=11&p[x_0,x_1,x_1,x_2]=-0.74844\\ p[x_1]=312&p[x_1,x_1]=179&p[x_1,x_1,x_2]=-11.4533&p[x_1,x_1,x_2,x_2]=1.36267\\ &p[x_1,x_2]=7.2&p[x_1,x_2,x_2]=8.9867\\ p[x_2]=420&p[x_2,x_2]=142 \end{array}$$ cont. $$\small\begin{array}{c|c|c|} &p[x_0,x_0,x_1,x_1,x_2]= -0.067763&p[x_0,x_0,x_1,x_1,x_2,x_2]=0.004604\\ &p[x_0,x_1,x_1,x_2,x_2]=0.070370& \end{array}$$