DSolve[y'''[x] + 2 x^2 y[x] == Sin[x] && y[0] == 0 && y'[0] == 1 && y''[0] == 0, y, x]
DSolve[y'''[x] + 2 x^2 y[x] == Sin[x] && y[0] == 0 && y'[0] == 1 && y''[0] == 0, y, x]; Plot[Evaluate[y[x] /. First[%]], {x, 0, 5}, PlotRange -> All]