Internal
problem
ID
[13867]
Book
:
Differential
equations
and
the
calculus
of
variations
by
L.
ElSGOLTS.
MIR
PUBLISHERS,
MOSCOW,
Third
printing
1977.
Section
:
Chapter
1,
First-Order
Differential
Equations.
Problems
page
88
Problem
number
:
Problem
28
Date
solved
:
Tuesday, January 28, 2025 at 06:06:11 AM
CAS
classification
:
[[_homogeneous, `class C`], _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 2.518 (sec). Leaf size: 115
dsolve(diff(y(x),x)=(2*y(x)-x-4)/(2*x-y(x)+5),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 60.189 (sec). Leaf size: 1624
DSolve[D[y[x],x]==(2*y[x]-x-4)/(2*x-y[x]+5),y[x],x,IncludeSingularSolutions -> True]
Too large to display