Internal
problem
ID
[5580]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
34
Problem
number
:
1006
Date
solved
:
Monday, January 27, 2025 at 12:11:31 PM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], _rational]
✓ Solution by Maple
Time used: 0.207 (sec). Leaf size: 82
dsolve(4*y(x)^3*diff(y(x),x)^2-4*x*diff(y(x),x)+y(x) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.332 (sec). Leaf size: 150
DSolve[4 y[x]^3 (D[y[x],x])^2 -4 x D[y[x],x]+y[x]==0,y[x],x,IncludeSingularSolutions -> True]