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