Internal
problem
ID
[4276]
Book
:
Differential
equations
with
applications
and
historial
notes,
George
F.
Simmons.
Second
edition.
1971
Section
:
Chapter
2,
End
of
chapter,
page
61
Problem
number
:
3
Date
solved
:
Monday, January 27, 2025 at 08:47:25 AM
CAS
classification
:
[[_homogeneous, `class C`], _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 0.040 (sec). Leaf size: 31
dsolve((2*x+3*y(x)+1)+(2*y(x)-3*x+5)*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.062 (sec). Leaf size: 68
DSolve[(2*x+3*y[x]+1)+(2*y[x]-3*x+5)*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]