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