Internal
problem
ID
[769]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Section
1.6,
Substitution
methods
and
exact
equations.
Page
74
Problem
number
:
41
Date
solved
:
Monday, January 27, 2025 at 03:04:21 AM
CAS
classification
:
[_exact, _rational]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 35
dsolve(2*x/y(x)-3*y(x)^2/x^4+(-x^2/y(x)^2+1/y(x)^(1/2)+2*y(x)/x^3)*diff(y(x),x) = 0,y(x), singsol=all)
✗ Solution by Mathematica
Time used: 0.000 (sec). Leaf size: 0
DSolve[2*x/y[x]-3*y[x]^2/x^4+(-x^2/y[x]^2+1/y[x]^(1/2)+2*y[x]/x^3)*D[y[x],x] == 0,y[x],x,IncludeSingularSolutions -> True]
Not solved