Internal
problem
ID
[4103]
Book
:
Theory
and
solutions
of
Ordinary
Differential
equations,
Donald
Greenspan,
1960
Section
:
Chapter
2.
First
order
equations.
Exercises
at
page
14
Problem
number
:
2(c)
Date
solved
:
Monday, January 27, 2025 at 08:08:52 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _Riccati]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 17
dsolve(diff(y(x),x)=(x^2+y(x)^2)/(2*x^2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.157 (sec). Leaf size: 29
DSolve[D[y[x],x]==(x^2+y[x]^2)/(2*x^2),y[x],x,IncludeSingularSolutions -> True]