Solving Differential Equations with Mathematica's Solver

(continued fromÌýlast page...)

²õ¾±²ÔÌýxÌý(dy/dx) +ÌýyÌý³¦´Ç²õÌýxÌý=ÌýxÌý²õ¾±²ÔÌý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.