Internal
problem
ID
[5410]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
29
Problem
number
:
827
Date
solved
:
Monday, January 27, 2025 at 11:21:20 AM
CAS
classification
:
[[_homogeneous, `class G`]]
✓ Solution by Maple
Time used: 0.079 (sec). Leaf size: 48
dsolve(diff(y(x),x)^2+2*x*y(x)^3*diff(y(x),x)+y(x)^4 = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.720 (sec). Leaf size: 171
DSolve[(D[y[x],x])^2+2 x y[x]^3 D[y[x],x]+y[x]^4==0,y[x],x,IncludeSingularSolutions -> True]