Internal
problem
ID
[19481]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Chapter
VIII.
Linear
equations
of
second
order.
Excercise
at
end
of
chapter
VIII.
Page
141
Problem
number
:
1
Date
solved
:
Tuesday, January 28, 2025 at 08:32:46 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries], [_2nd_order, _reducible, _mu_y_y1], [_2nd_order, _reducible, _mu_xy]]
✓ Solution by Maple
Time used: 0.026 (sec). Leaf size: 44
dsolve(x^2*y(x)*diff(y(x),x$2)+(x*diff(y(x),x)-y(x))^2=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.241 (sec). Leaf size: 23
DSolve[x^2*y[x]*D[y[x],{x,2}]+(x*D[y[x],x]-y[x])^2==0,y[x],x,IncludeSingularSolutions -> True]