Solving Differential Equations with Mathematica's Solver

(continued from last page...)

sin x (dy/dx) + y cos x = x sin x

Your result should have looked like this:

DSolve[Sin[x] y'[x]+y[x] Cos[x]==x Sin[x], y[x], x]
{{y[x] -> C[1] Csc[x] + Csc[x] (-x Cos[x] + Sin[x])}}

If it didn't, sorry...go back to Mathematica and check your work.

Going on to the next problem...

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.