Internal
problem
ID
[16868]
Book
:
A
book
of
problems
in
ordinary
differential
equations.
M.L.
KRASNOV,
A.L.
KISELYOV,
G.I.
MARKARENKO.
MIR,
MOSCOW.
1983
Section
:
Section
12.
Miscellaneous
problems.
Exercises
page
93
Problem
number
:
276
Date
solved
:
Tuesday, January 28, 2025 at 09:36:00 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 14
dsolve(x*sin(x)*diff(y(x),x)+(sin(x)-x*cos(x))*y(x)=sin(x)*cos(x)-x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.346 (sec). Leaf size: 34
DSolve[x*Sin[x]*D[y[x],x]+(Sin[x]-x*Cos[x])*y[x]==Sin[x]*Cos[x]-x,y[x],x,IncludeSingularSolutions -> True]