Internal
problem
ID
[4950]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
12
Problem
number
:
350
Date
solved
:
Monday, January 27, 2025 at 09:53:29 AM
CAS
classification
:
[_rational, _Riccati]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 27
dsolve(x^3*diff(y(x),x)+3+(3-2*x)*x^2*y(x)-x^6*y(x)^2 = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.183 (sec). Leaf size: 34
DSolve[x^3 D[y[x],x]+3+(3-2 x)x^2 y[x]-x^6 y[x]^2==0,y[x],x,IncludeSingularSolutions -> True]