Internal
problem
ID
[5182]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
21
Problem
number
:
588
Date
solved
:
Monday, January 27, 2025 at 10:18:15 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.027 (sec). Leaf size: 82
dsolve(x*y(x)*(b*x^2+a)*diff(y(x),x) = A+B*y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.966 (sec). Leaf size: 134
DSolve[x y[x] (a+b x^2)D[y[x],x]==A+B y[x]^2,y[x],x,IncludeSingularSolutions -> True]