Internal
problem
ID
[5322]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
26
Problem
number
:
732
Date
solved
:
Monday, January 27, 2025 at 11:12:13 AM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], _dAlembert]
✓ Solution by Maple
Time used: 0.010 (sec). Leaf size: 40
dsolve(x*y(x)*(x+sqrt(x^2-y(x)^2))*diff(y(x),x) = x*y(x)^2-(x^2-y(x)^2)^(3/2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 22.831 (sec). Leaf size: 385
DSolve[x*y[x]*(x+Sqrt[x^2-y[x]^2])*D[y[x],x]==x*y[x]^2-(x^2-y[x]^2)^(3/2),y[x],x,IncludeSingularSolutions -> True]