So I'm trying to solve a 3rd degree polynomial $$y′=t^2y−t $$ I'm not sure about how to proceed with the second order if $t$ will just become $2t$ and $y$ will just become $2$ when you derive it.
The exact question is as follows:
Find a 3rd degree Taylor polynomial for each that will approximate the solution to a given initial value problem.
If you know the initial point $t,y$, then you can compute $$ y'=t^2y-t. $$ From that you can compute the second derivative per $$ y''=t^2y'+2ty-1 $$ and subsequently the third derivative $$ y'''=t^2y''+4ty'+2y $$ With these 3 values for the derivatives you can then compose the Taylor polynomial $$ y(t+h)=y+hy'+\frac{h^2}2y''+\frac{h^3}6y''' $$