Internal
problem
ID
[4277]
Book
:
Differential
equations
with
applications
and
historial
notes,
George
F.
Simmons.
Second
edition.
1971
Section
:
Chapter
2,
End
of
chapter,
page
61
Problem
number
:
4
Date
solved
:
Monday, January 27, 2025 at 08:47:28 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _dAlembert]
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 51
dsolve(x*diff(y(x),x)=sqrt(x^2+y(x)^2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.295 (sec). Leaf size: 66
DSolve[x*D[y[x],x]==Sqrt[x^2+y[x]^2],y[x],x,IncludeSingularSolutions -> True]