Internal
problem
ID
[12024]
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
:
18
Date
solved
:
Monday, January 27, 2025 at 11:51:19 PM
CAS
classification
:
[_rational, [_Riccati, _special]]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 24
dsolve(x^4*diff(y(x),x)=-x^4*y(x)^2-a^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.519 (sec). Leaf size: 94
DSolve[x^4*D[y[x],x]==-x^4*y[x]^2-a^2,y[x],x,IncludeSingularSolutions -> True]