Internal
problem
ID
[2899]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
7,
page
28
Problem
number
:
6
Date
solved
:
Monday, January 27, 2025 at 06:27:59 AM
CAS
classification
:
[[_homogeneous, `class C`], _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 0.028 (sec). Leaf size: 30
dsolve(diff(y(x),x)=(x+y(x)-1)/(x-y(x)-1),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.059 (sec). Leaf size: 48
DSolve[D[y[x],x]==(x+y[x]-1)/(x-y[x]-1),y[x],x,IncludeSingularSolutions -> True]