Internal
problem
ID
[4846]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
9
Problem
number
:
246
Date
solved
:
Monday, January 27, 2025 at 09:42:32 AM
CAS
classification
:
[_rational, _Riccati]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 17
dsolve(3*x*diff(y(x),x) = 3*x^(2/3)+(1-3*y(x))*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.187 (sec). Leaf size: 79
DSolve[3 x D[y[x],x]==3 x^(2/3)+(1-3 y[x])y[x],y[x],x,IncludeSingularSolutions -> True]