Internal
problem
ID
[4765]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
6
Problem
number
:
165
Date
solved
:
Monday, January 27, 2025 at 09:36:46 AM
CAS
classification
:
[_rational, _Riccati]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 72
dsolve(x*diff(y(x),x)-y(x)+y(x)^2 = x^(2/3),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.205 (sec). Leaf size: 131
DSolve[x D[y[x],x]-y[x]+y[x]^2==x^(2/3),y[x],x,IncludeSingularSolutions -> True]