Internal
problem
ID
[19560]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Book
Solved
Excercises.
Chapter
IV.
Equations
of
the
first
order
but
not
of
the
first
degree
Problem
number
:
Ex
17
page
60
Date
solved
:
Tuesday, January 28, 2025 at 01:53:49 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 29
dsolve(x*y(x)*(y(x)-diff(y(x),x)*x)=x+diff(y(x),x)*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.871 (sec). Leaf size: 57
DSolve[x*y[x]*(y[x]-D[y[x],x]*x)==x+D[y[x],x]*y[x],y[x],x,IncludeSingularSolutions -> True]