Internal
problem
ID
[4939]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
12
Problem
number
:
339
Date
solved
:
Monday, January 27, 2025 at 09:53:04 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.019 (sec). Leaf size: 42
dsolve((b*x^2+a)*diff(y(x),x) = A+B*y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 25.363 (sec). Leaf size: 91
DSolve[(a+b x^2)D[y[x],x]==(A+B y[x]^2),y[x],x,IncludeSingularSolutions -> True]