Internal
problem
ID
[8792]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
1.0
Problem
number
:
79
Date
solved
:
Monday, January 27, 2025 at 04:58:48 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.011 (sec). Leaf size: 36
dsolve(diff(y(x),x) = y(x)*(1+ a^2*x/sqrt(a^2*(x^2+1)))/sqrt(a^2*(x^2+1)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.298 (sec). Leaf size: 116
DSolve[D[y[x],x]== y[x]*(1+ a^2*x/Sqrt[a^2*(x^2+1)])/Sqrt[a^2*(x^2+1)],y[x],x,IncludeSingularSolutions -> True]