Internal
problem
ID
[16903]
Book
:
A
book
of
problems
in
ordinary
differential
equations.
M.L.
KRASNOV,
A.L.
KISELYOV,
G.I.
MARKARENKO.
MIR,
MOSCOW.
1983
Section
:
Section
12.
Miscellaneous
problems.
Exercises
page
93
Problem
number
:
311
Date
solved
:
Tuesday, January 28, 2025 at 09:40:25 AM
CAS
classification
:
[[_homogeneous, `class C`], _rational]
✓ Solution by Maple
Time used: 0.108 (sec). Leaf size: 26
dsolve(diff(y(x),x)=2*( (y(x)+2)/(x+y(x)-1) )^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.181 (sec). Leaf size: 142
DSolve[D[y[x],x]==2*( (y[x]+2)/(x+y[x]-1) )^2,y[x],x,IncludeSingularSolutions -> True]