Internal
problem
ID
[12053]
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
:
47
Date
solved
:
Monday, January 27, 2025 at 11:54:55 PM
CAS
classification
:
[_rational, _Riccati]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 24
dsolve(2*x^2*diff(y(x),x)=2*y(x)^2+x*y(x)-2*a^2*x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.447 (sec). Leaf size: 43
DSolve[2*x^2*D[y[x],x]==2*y[x]^2+x*y[x]-2*a^2*x,y[x],x,IncludeSingularSolutions -> True]