Internal
problem
ID
[19573]
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
V.
Singular
solutions
Problem
number
:
Ex
8
page
73
Date
solved
:
Tuesday, January 28, 2025 at 01:57:26 PM
CAS
classification
:
[[_homogeneous, `class G`], _rational]
✓ Solution by Maple
Time used: 0.135 (sec). Leaf size: 72
dsolve(x^3*diff(y(x),x)^2+x^2*y(x)*diff(y(x),x)+a^3=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.639 (sec). Leaf size: 61
DSolve[x^3*D[y[x],x]^2+x^2*y[x]*D[y[x],x]+a^3==0,y[x],x,IncludeSingularSolutions -> True]