Internal
problem
ID
[17915]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
41
(page
55)
Date
solved
:
Tuesday, January 28, 2025 at 11:12:22 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational, [_Riccati, _special]]
✓ Solution by Maple
Time used: 0.076 (sec). Leaf size: 165
dsolve(diff(y(x),x)=1/3*y(x)^2+2/(3*x^2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.136 (sec). Leaf size: 38
DSolve[D[y[x],x]==1/3*y[x]^2+2/(3*x^2),y[x],x,IncludeSingularSolutions -> True]