Internal
problem
ID
[13292]
Book
:
Differential
Equations
by
Shepley
L.
Ross.
Third
edition.
John
Willey.
New
Delhi.
2004.
Section
:
Chapter
2,
section
2.2
(Separable
equations).
Exercises
page
47
Problem
number
:
3
Date
solved
:
Tuesday, January 28, 2025 at 05:16:10 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 15
dsolve(2*r*(s(r)^2+1)+(r^4+1)*diff(s(r),r)=0,s(r), singsol=all)
✓ Solution by Mathematica
Time used: 0.373 (sec). Leaf size: 59
DSolve[2*r*(s[r]^2+1)+(r^4+1)*D[ s[r],r]==0,s[r],r,IncludeSingularSolutions -> True]