Internal
problem
ID
[4296]
Book
:
An
introduction
to
the
solution
and
applications
of
differential
equations,
J.W.
Searl,
1966
Section
:
Chapter
4,
Ex.
4.1
Problem
number
:
2
Date
solved
:
Monday, January 27, 2025 at 08:50:09 AM
CAS
classification
:
[[_homogeneous, `class A`], _exact, _rational, [_Abel, `2nd type`, `class A`]]
With initial conditions
✓ Solution by Maple
Time used: 0.036 (sec). Leaf size: 22
dsolve([(x+y(x))+(x-y(x))*diff(y(x),x)=0,y(0) = 0],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.445 (sec). Leaf size: 40
DSolve[{(x+y[x])+(x-y[x])*D[y[x],x]==0,y[0]==0},y[x],x,IncludeSingularSolutions -> True]