Internal
problem
ID
[19090]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Chapter
II.
Equations
of
first
order
and
first
degree.
Exercise
II
(C)
at
page
12
Problem
number
:
18
Date
solved
:
Tuesday, January 28, 2025 at 12:54:25 PM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _dAlembert]
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 26
dsolve(x*diff(y(x),x)-y(x)=sqrt(x^2+y(x)^2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.304 (sec). Leaf size: 13
DSolve[x*D[y[x],x]-y[x]==Sqrt[x^2+y[x]^2],y[x],x,IncludeSingularSolutions -> True]