Internal
problem
ID
[10327]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
314
Date
solved
:
Monday, January 27, 2025 at 07:12:26 PM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.069 (sec). Leaf size: 156
dsolve(x*y(x)^3*diff(y(x),x)+y(x)^4-x*sin(x) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.329 (sec). Leaf size: 136
DSolve[-(x*Sin[x]) + y[x]^4 + x*y[x]^3*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]