Internal
problem
ID
[12045]
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
:
39
Date
solved
:
Monday, January 27, 2025 at 11:53:24 PM
CAS
classification
:
[[_homogeneous, `class G`], _rational, _Riccati]
✓ Solution by Maple
Time used: 0.032 (sec). Leaf size: 73
dsolve(x*diff(y(x),x)=a*x^n*y(x)^2+b*y(x)+c*x^(-n),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.575 (sec). Leaf size: 138
DSolve[x*D[y[x],x]==a*x^n*y[x]^2+b*y[x]+c*x^(-n),y[x],x,IncludeSingularSolutions -> True]