Internal
problem
ID
[5520]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
32
Problem
number
:
942
Date
solved
:
Monday, January 27, 2025 at 11:35:08 AM
CAS
classification
:
[[_homogeneous, `class A`], _dAlembert]
✓ Solution by Maple
Time used: 0.063 (sec). Leaf size: 78
dsolve(y(x)*diff(y(x),x)^2 = a^2*x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 3.878 (sec). Leaf size: 46
DSolve[y[x] (D[y[x],x])^2==a^2 x,y[x],x,IncludeSingularSolutions -> True]