Internal
problem
ID
[6075]
Book
:
A
treatise
on
ordinary
and
partial
differential
equations
by
William
Woolsey
Johnson.
1913
Section
:
Chapter
IX,
Special
forms
of
differential
equations.
Examples
XVII.
page
247
Problem
number
:
1
Date
solved
:
Monday, January 27, 2025 at 01:34:56 PM
CAS
classification
:
[_rational, _Riccati]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 36
dsolve(diff(y(x),x)+y(x)^2=a^2/x^4,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.399 (sec). Leaf size: 81
DSolve[D[y[x],x]+y[x]^2==a^2/x^4,y[x],x,IncludeSingularSolutions -> True]