Internal
problem
ID
[12054]
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
:
48
Date
solved
:
Monday, January 27, 2025 at 11:54:56 PM
CAS
classification
:
[_rational, _Riccati]
✓ Solution by Maple
Time used: 0.027 (sec). Leaf size: 102
dsolve(2*x^2*diff(y(x),x)=2*y(x)^2+3*x*y(x)-2*a^2*x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.287 (sec). Leaf size: 94
DSolve[2*x^2*D[y[x],x]==2*y[x]^2+3*x*y[x]-2*a^2*x,y[x],x,IncludeSingularSolutions -> True]