Internal
problem
ID
[12069]
Book
:
Handbook
of
exact
solutions
for
ordinary
differential
equations.
By
Polyanin
and
Zaitsev.
Second
edition
Section
:
Chapter
1,
section
1.2.
Riccati
Equation.
1.2.2.
Equations
Containing
Power
Functions
Problem
number
:
63
Date
solved
:
Tuesday, January 28, 2025 at 12:13:25 AM
CAS
classification
:
[_rational, [_1st_order, `_with_symmetry_[F(x),G(x)]`], _Riccati]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 54
dsolve((x-a)*(x-b)*diff(y(x),x)+y(x)^2+k*(y(x)+x-a)*(y(x)+x-b)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 2.455 (sec). Leaf size: 101
DSolve[(x-a)*(x-b)*D[y[x],x]+y[x]^2+k*(y[x]+x-a)*(y[x]+x-b)==0,y[x],x,IncludeSingularSolutions -> True]