Internal
problem
ID
[8716]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
1.0
Problem
number
:
4
Date
solved
:
Monday, January 27, 2025 at 04:20:13 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 30
dsolve(diff(y(x),x) = (5+sec(x)/x)*(sin(y(x))+y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 21.094 (sec). Leaf size: 168
DSolve[D[y[x],x] == (5+Sec[x]/x)*(Sin[y[x]]+y[x]),y[x],x,IncludeSingularSolutions -> True]