Internal
problem
ID
[9037]
Book
:
First
order
enumerated
odes
Section
:
section
1
Problem
number
:
53
Date
solved
:
Monday, January 27, 2025 at 05:27:47 PM
CAS
classification
:
[[_homogeneous, `class G`]]
✓ Solution by Maple
Time used: 0.030 (sec). Leaf size: 27
dsolve(diff(y(x),x)^2=y(x)^3/x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.076 (sec). Leaf size: 42
DSolve[(D[y[x],x])^2==y[x]^3/x,y[x],x,IncludeSingularSolutions -> True]