Internal
problem
ID
[14209]
Book
:
DIFFERENTIAL
and
INTEGRAL
CALCULUS.
VOL
I.
by
N.
PISKUNOV.
MIR
PUBLISHERS,
Moscow
1969.
Section
:
Chapter
8.
Differential
equations.
Exercises
page
595
Problem
number
:
75
Date
solved
:
Tuesday, January 28, 2025 at 06:22:04 AM
CAS
classification
:
[_exact, _rational]
✓ Solution by Maple
Time used: 0.227 (sec). Leaf size: 37
dsolve((y(x)^2/(x-y(x))^2-1/x )+(1/y(x)-x^2/(x-y(x))^2)*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.408 (sec). Leaf size: 38
DSolve[(y[x]^2/(x-y[x])^2-1/x )+(1/y[x]-x^2/(x-y[x])^2)*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]