Internal
problem
ID
[19296]
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
:
15
Date
solved
:
Tuesday, January 28, 2025 at 01:24:40 PM
CAS
classification
:
[[_1st_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.142 (sec). Leaf size: 19
dsolve(diff(y(x),x)^2+2*diff(y(x),x)*x^3-4*x^2*y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.818 (sec). Leaf size: 142
DSolve[D[y[x],x]^2+2*D[y[x],x]*x^3-4*x^2*y[x]==0,y[x],x,IncludeSingularSolutions -> True]