Internal
problem
ID
[19314]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Chapter
V.
Singular
solutions.
Exercise
V
at
page
76
Problem
number
:
32
Date
solved
:
Tuesday, January 28, 2025 at 01:31:44 PM
CAS
classification
:
[_rational]
✗ Solution by Maple
dsolve((diff(y(x),x)*x-y(x))*(x-diff(y(x),x)*y(x))=2*diff(y(x),x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.317 (sec). Leaf size: 76
DSolve[(D[y[x],x]*x-y[x])*(x-D[y[x],x]*y[x])==2*D[y[x],x],y[x],x,IncludeSingularSolutions -> True]