Internal
problem
ID
[4239]
Book
:
Advanced
Mathematica,
Book2,
Perkin
and
Perkin,
1992
Section
:
Chapter
11.3,
page
316
Problem
number
:
27
Date
solved
:
Monday, January 27, 2025 at 08:43:36 AM
CAS
classification
:
[[_homogeneous, `class C`], _exact, _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 0.536 (sec). Leaf size: 28
dsolve((x+y(x)-1)*diff(y(x),x)=(x-y(x)+1),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.142 (sec). Leaf size: 47
DSolve[(x+y[x]-1)*D[y[x],x]==(x-y[x]+1),y[x],x,IncludeSingularSolutions -> True]