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