Internal
problem
ID
[4970]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
13
Problem
number
:
370
Date
solved
:
Monday, January 27, 2025 at 10:00:18 AM
CAS
classification
:
[_rational, [_Riccati, _special]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 24
dsolve(x^4*diff(y(x),x)+a^2+x^4*y(x)^2 = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.521 (sec). Leaf size: 94
DSolve[x^4 D[y[x],x]+a^2+x^4 y[x]^2==0,y[x],x,IncludeSingularSolutions -> True]