Internal
problem
ID
[3341]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
40,
page
186
Problem
number
:
7
Date
solved
:
Monday, January 27, 2025 at 07:34:33 AM
CAS
classification
:
[[_Riccati, _special]]
Using series method with expansion around
With initial conditions
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 18
Order:=6; dsolve([diff(y(x),x)=x^2+y(x)^2,y(2) = 0],y(x),type='series',x=2);
✓ Solution by Mathematica
Time used: 0.015 (sec). Leaf size: 41
AsymptoticDSolveValue[{D[y[x],x]==x^2+y[x]^2,{y[2]==0}},y[x],{x,2,"6"-1}]