Internal
problem
ID
[8714]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
1.0
Problem
number
:
2
Date
solved
:
Monday, January 27, 2025 at 04:20:07 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 23
dsolve(diff(y(x),x) = x*(cos(y(x))+y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.626 (sec). Leaf size: 33
DSolve[D[y[x],x] == x*(Cos[y[x]]+y[x]),y[x],x,IncludeSingularSolutions -> True]