Internal
problem
ID
[18547]
Book
:
Elementary
Differential
Equations.
By
Thornton
C.
Fry.
D
Van
Nostrand.
NY.
First
Edition
(1929)
Section
:
Chapter
IV.
Methods
of
solution:
First
order
equations.
section
29.
Problems
at
page
81
Problem
number
:
3
Date
solved
:
Tuesday, January 28, 2025 at 11:57:08 AM
CAS
classification
:
[[_homogeneous, `class C`], _exact, _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 0.105 (sec). Leaf size: 90
dsolve((2*a*x+b*y(x))+(2*c*y(x)+b*x+e)*diff(y(x),x)=g,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 17.046 (sec). Leaf size: 132
DSolve[(2*a*x+b*y[x])+(2*c*y[x]+b*x+e)*D[y[x],x]==g,y[x],x,IncludeSingularSolutions -> True]