Internal
problem
ID
[1248]
Book
:
Elementary
differential
equations
and
boundary
value
problems,
10th
ed.,
Boyce
and
DiPrima
Section
:
Miscellaneous
problems,
end
of
chapter
2.
Page
133
Problem
number
:
31
Date
solved
:
Monday, January 27, 2025 at 04:47:45 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational, [_Abel, `2nd type`, `class B`]]
With initial conditions
✓ Solution by Maple
Time used: 1.260 (sec). Leaf size: 109
dsolve([diff(y(x),x) = (-3*x^2*y(x)-y(x)^2)/(2*x^3+3*x*y(x)),y(1) = -2],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 44.132 (sec). Leaf size: 136
DSolve[{D[y[x],x]== (-3*x^2*y[x]-y[x]^2)/(2*x^3+3*x*y[x]),y[1]==-2},y[x],x,IncludeSingularSolutions -> True]