Solving Initial Value Problems with Mathematica's Solver
(continued from last page...)
Your session should have gone like this:
DSolve[{2y''[x]+3y'[x]-2y[x]==14x^2-4x-11, y[0]==0, y'[0]==0},y[x],x]
No real surprises or problems here. Let's go do one last guided exercise ...