Internal
problem
ID
[19575]
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
10
page
74
Date
solved
:
Tuesday, January 28, 2025 at 01:57:34 PM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _dAlembert]
✓ Solution by Maple
Time used: 0.056 (sec). Leaf size: 44
dsolve(x*diff(y(x),x)^2-2*y(x)*diff(y(x),x)+x+2*y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.218 (sec). Leaf size: 78
DSolve[x*D[y[x],x]^2-2*y[x]*D[y[x],x]+x+2*y[x]==0,y[x],x,IncludeSingularSolutions -> True]