Internal
problem
ID
[5745]
Book
:
Differential
Equations,
By
George
Boole
F.R.S.
1865
Section
:
Chapter
6
Problem
number
:
2
Date
solved
:
Monday, January 27, 2025 at 01:12:27 PM
CAS
classification
:
[_rational, _Riccati]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 119
dsolve(x*diff(y(x),x)-a*y(x)+y(x)^2=x^(-2*a/3),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.418 (sec). Leaf size: 270
DSolve[x*D[y[x],x]-a*y[x]+y[x]^2==x^(-2*a/3),y[x],x,IncludeSingularSolutions -> True]