Internal
problem
ID
[2916]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
8,
page
34
Problem
number
:
3
Date
solved
:
Monday, January 27, 2025 at 06:55:39 AM
CAS
classification
:
[[_homogeneous, `class C`], _exact, _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 0.308 (sec). Leaf size: 85
dsolve((a__1*x+b__1*y(x)+c__1)+(b__1*x+b__2*y(x)+c__2)*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 17.085 (sec). Leaf size: 106
DSolve[(a1*x+b1*y[x]+c1)+(b1*x+b2*y[x]+c2)*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]