Internal
problem
ID
[1246]
Book
:
Elementary
differential
equations
and
boundary
value
problems,
10th
ed.,
Boyce
and
DiPrima
Section
:
Miscellaneous
problems,
end
of
chapter
2.
Page
133
Problem
number
:
29
Date
solved
:
Monday, January 27, 2025 at 04:47:37 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 0.013 (sec). Leaf size: 24
dsolve(diff(y(x),x) = (x+y(x))/(x-y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.033 (sec). Leaf size: 36
DSolve[D[y[x],x] == (x+y[x])/(x-y[x]),y[x],x,IncludeSingularSolutions -> True]