Internal
problem
ID
[527]
Book
:
Elementary
Differential
Equations.
By
C.
Henry
Edwards,
David
E.
Penney
and
David
Calvis.
6th
edition.
2008
Section
:
Chapter
3.
Power
series
methods.
Section
3.6
(Applications
of
Bessel
functions).
Problems
at
page
261
Problem
number
:
15
(b)
Date
solved
:
Monday, January 27, 2025 at 02:54:31 AM
CAS
classification
:
[[_Riccati, _special]]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 43
dsolve(diff(y(x),x)=x^2+y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.128 (sec). Leaf size: 169
DSolve[D[y[x],x]==x^2+y[x]^2,y[x],x,IncludeSingularSolutions -> True]