Internal
problem
ID
[5007]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
15
Problem
number
:
409
Date
solved
:
Monday, January 27, 2025 at 10:02:45 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 14
dsolve(X^(2/3)*diff(y(x),x) = Y^(2/3),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.003 (sec). Leaf size: 20
DSolve[X^(2/3) D[y[x],x]== Y^(2/3),y[x],x,IncludeSingularSolutions -> True]