Internal
problem
ID
[4080]
Book
:
Differential
equations,
Shepley
L.
Ross,
1964
Section
:
2.4,
page
55
Problem
number
:
4
Date
solved
:
Monday, January 27, 2025 at 08:07:43 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational, [_Abel, `2nd type`, `class B`]]
✓ Solution by Maple
Time used: 0.061 (sec). Leaf size: 23
dsolve((4*x*y(x)^2+6*y(x))+(5*x^2*y(x)+8*x)*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.969 (sec). Leaf size: 156
DSolve[(4*x*y[x]^2+6*y[x])+(5*x^2*y[x]+8*x)*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]