Internal
problem
ID
[19284]
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
:
3
Date
solved
:
Tuesday, January 28, 2025 at 01:24:25 PM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], _rational, _Clairaut]
✓ Solution by Maple
Time used: 0.064 (sec). Leaf size: 60
dsolve(y(x)^2-2*diff(y(x),x)*x*y(x)+diff(y(x),x)^2*(x^2-1)=m,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 13.914 (sec). Leaf size: 101
DSolve[y[x]^2-2*D[y[x],x]*x*y[x]+D[y[x],x]^2*(x^2-1)==m,y[x],x,IncludeSingularSolutions -> True]