Internal
problem
ID
[12405]
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.2.
Problem
number
:
4
Date
solved
:
Tuesday, January 28, 2025 at 02:58:37 AM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], [_Abel, `2nd type`, `class B`]]
✓ Solution by Maple
Time used: 0.437 (sec). Leaf size: 153
dsolve(y(x)*diff(y(x),x)=(a*x+b)^(-1/2)*y(x)+1,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.072 (sec). Leaf size: 50
DSolve[y[x]*D[y[x],x]==(a*x+b)^(-1/2)*y[x]+1,y[x],x,IncludeSingularSolutions -> True]