Internal
problem
ID
[5236]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
23
Problem
number
:
645
Date
solved
:
Monday, January 27, 2025 at 10:37:36 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.090 (sec). Leaf size: 33
dsolve(x*(a+y(x))^2*diff(y(x),x) = b*y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.430 (sec). Leaf size: 37
DSolve[x(a+y[x])^2 D[y[x],x]==b y[x]^2,y[x],x,IncludeSingularSolutions -> True]