Internal
problem
ID
[5739]
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:20 PM
CAS
classification
:
[[_homogeneous, `class G`], _rational]
✓ Solution by Maple
Time used: 0.217 (sec). Leaf size: 42
dsolve((x^3*y(x)^3+x^2*y(x)^2+x*y(x)+1)*y(x)+(x^3*y(x)^3-x^2*y(x)^2-x*y(x)+1)*x*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.225 (sec). Leaf size: 35
DSolve[(x^3*y[x]^3+x^2*y[x]^2+x*y[x]+1)*y[x]+(x^3*y[x]^3-x^2*y[x]^2-x*y[x]+1)*x*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]