Internal
problem
ID
[4687]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
3
Problem
number
:
79
Date
solved
:
Tuesday, January 28, 2025 at 02:39:25 PM
CAS
classification
:
[_Abel]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 57
dsolve(diff(y(x),x)+3*a*(2*x+y(x))*y(x)^2 = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.304 (sec). Leaf size: 185
DSolve[D[y[x],x]+3 a(2 x + y[x])y[x]^2==0,y[x],x,IncludeSingularSolutions -> True]