The function $f(x)$ is approximated near $x=0$, by the 3rd dgeree Taylor polynomial
$T_3(x)=4-3x+\frac{1}{5}x^2+4x^3$. Give the values of $f(0)$, $f'(0)$, $f''(0)$, $f'''(0)$
To find this, do I take the antiderivatives starting at the 3rd degree Taylor polynomial, and go back? I'm not sure how to approach this problem.
We have
$$T_3(x)=f(0)+xf'(0)+\frac{x^2}{2} f''(0)+\frac{x^3}{3!}f'''(0)$$
so by identification of the coefficients of $x^0,x,x^2$ and $x^3$, we get
$f(0)=4$
$f'(0)=-3$
$f''(0)=\frac{2}{5}$
and
$f'''(0)=24$.