Internal
problem
ID
[4300]
Book
:
An
introduction
to
the
solution
and
applications
of
differential
equations,
J.W.
Searl,
1966
Section
:
Chapter
4,
Ex.
4.1
Problem
number
:
6
Date
solved
:
Monday, January 27, 2025 at 08:51:29 AM
CAS
classification
:
[[_homogeneous, `class A`], _exact, _rational, _dAlembert]
With initial conditions
✓ Solution by Maple
Time used: 0.335 (sec). Leaf size: 33
dsolve([(x/(x^2+y(x)^2)+y(x)/x^2)+(y(x)/(x^2+y(x)^2)-1/x)*diff(y(x),x)=0,y(1) = 0],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.172 (sec). Leaf size: 28
DSolve[{(x/(x^2+y[x]^2)+y[x]/x^2)+(y[x]/(x^2+y[x]^2)-1/x)*D[y[x],x]==0,y[1]==0},y[x],x,IncludeSingularSolutions -> True]