Internal
problem
ID
[2954]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
9,
page
38
Problem
number
:
22
Date
solved
:
Monday, January 27, 2025 at 07:00:28 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational, [_Abel, `2nd type`, `class B`]]
With initial conditions
✓ Solution by Maple
Time used: 0.117 (sec). Leaf size: 22
dsolve([(x^2*y(x)^2-y(x))+(2*x^3*y(x)+x)*diff(y(x),x)=0,y(2) = -2],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.877 (sec). Leaf size: 34
DSolve[{(x^2*y[x]^2-y[x])+(2*x^3*y[x]+x)*D[y[x],x]==0,{y[2]==-2}},y[x],x,IncludeSingularSolutions -> True]