Internal
problem
ID
[5281]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
24
Problem
number
:
691
Date
solved
:
Monday, January 27, 2025 at 11:03:45 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.532 (sec). Leaf size: 29
dsolve(x*y(x)^3*diff(y(x),x) = (-x^2+1)*(1+y(x)^2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 60.102 (sec). Leaf size: 61
DSolve[x y[x]^3 D[y[x],x]==(1-x^2)(1+y[x]^2),y[x],x,IncludeSingularSolutions -> True]