Internal
problem
ID
[9042]
Book
:
First
order
enumerated
odes
Section
:
section
1
Problem
number
:
58
Date
solved
:
Monday, January 27, 2025 at 05:27:54 PM
CAS
classification
:
[[_homogeneous, `class G`], _rational]
✓ Solution by Maple
Time used: 0.080 (sec). Leaf size: 121
dsolve(diff(y(x),x)^4=1/(x*y(x)^3),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 6.709 (sec). Leaf size: 129
DSolve[(D[y[x],x])^4==1/(x*y[x]^3),y[x],x,IncludeSingularSolutions -> True]