Internal
problem
ID
[12494]
Book
:
Handbook
of
exact
solutions
for
ordinary
differential
equations.
By
Polyanin
and
Zaitsev.
Second
edition
Section
:
Chapter
1,
section
1.3.
Abel
Equations
of
the
Second
Kind.
subsection
1.3.4-2.
Problem
number
:
1
Date
solved
:
Tuesday, January 28, 2025 at 03:17:49 AM
CAS
classification
:
[[_homogeneous, `class C`], _exact, _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 1.197 (sec). Leaf size: 87
dsolve((A*y(x)+B*x+a)*diff(y(x),x)+B*y(x)+k*x+b=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 17.029 (sec). Leaf size: 106
DSolve[(A*y[x]+B*x+a)*D[y[x],x]+B*y[x]+k*x+b==0,y[x],x,IncludeSingularSolutions -> True]