Internal
problem
ID
[10165]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
152
Date
solved
:
Tuesday, January 28, 2025 at 04:26:08 PM
CAS
classification
:
[`y=_G(x,y')`]
✓ Solution by Maple
Time used: 0.045 (sec). Leaf size: 142
dsolve((x^2+1)*diff(y(x),x) + x*sin(y(x))*cos(y(x)) - x*(x^2+1)*cos(y(x))^2=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 8.803 (sec). Leaf size: 97
DSolve[(x^2+1)*D[y[x],x] + x*Sin[y[x]]*Cos[y[x]] - x*(x^2+1)*Cos[y[x]]^2==0,y[x],x,IncludeSingularSolutions -> True]