Internal
problem
ID
[17912]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
38
(page
41)
Date
solved
:
Tuesday, January 28, 2025 at 11:12:16 AM
CAS
classification
:
[_rational, _Bernoulli]
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 47
dsolve(diff(y(x),x)-x*y(x)/(2*(x^2-1))-x/(2*y(x))=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 3.628 (sec). Leaf size: 53
DSolve[D[y[x],x]-x*y[x]/(2*(x^2-1))-x/(2*y[x])==0,y[x],x,IncludeSingularSolutions -> True]