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]

DE Solution

No real surprises or problems here. Let's go do one last guided exercise ...

 
Compass If you're lost, impatient, want an overview of this laboratory assignment, or maybe even all three, you can click on the compass button on the left to go to the table of contents for this laboratory assignment.