Internal
problem
ID
[5738]
Book
:
Differential
Equations,
By
George
Boole
F.R.S.
1865
Section
:
Chapter
4
Problem
number
:
7.1
Date
solved
:
Monday, January 27, 2025 at 01:12:18 PM
CAS
classification
:
[[_homogeneous, `class G`], _rational, [_Abel, `2nd type`, `class B`]]
✓ Solution by Maple
Time used: 0.022 (sec). Leaf size: 25
dsolve((x^2*y(x)^2+x*y(x))*y(x)+(x^2*y(x)^2-1)*x*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.971 (sec). Leaf size: 43
DSolve[(x^2*y[x]^2+x*y[x])*y[x]+(x^2*y[x]^2-1)*x*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]