Internal
problem
ID
[5315]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
25
Problem
number
:
725
Date
solved
:
Monday, January 27, 2025 at 11:08:53 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _dAlembert]
✓ Solution by Maple
Time used: 0.009 (sec). Leaf size: 84
dsolve(diff(y(x),x)*sqrt(x*y(x))+x-y(x) = sqrt(x*y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.142 (sec). Leaf size: 62
DSolve[D[y[x],x]*Sqrt[x*y[x]]+x -y[x]==Sqrt[x*y[x]],y[x],x,IncludeSingularSolutions -> True]