Internal
problem
ID
[18119]
Book
:
DIFFERENTIAL
EQUATIONS
WITH
APPLICATIONS
AND
HISTORICAL
NOTES
by
George
F.
Simmons.
3rd
edition.
2017.
CRC
press,
Boca
Raton
FL.
Section
:
Chapter
2.
First
order
equations.
Section
7
(Homogeneous
Equations).
Problems
at
page
67
Problem
number
:
5
(d)
Date
solved
:
Tuesday, January 28, 2025 at 11:28:59 AM
CAS
classification
:
[[_homogeneous, `class C`], _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 2.305 (sec). Leaf size: 139
dsolve(diff(y(x),x)=(x+y(x)-1)/(x+4*y(x)+2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 60.297 (sec). Leaf size: 8141
DSolve[D[y[x],x]==(x+y[x]-1)/(x+4*y[x]+2),y[x],x,IncludeSingularSolutions -> True]
Too large to display