Internal
problem
ID
[3342]
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
:
8
Date
solved
:
Monday, January 27, 2025 at 07:34:33 AM
CAS
classification
:
[`y=_G(x,y')`]
Using series method with expansion around
With initial conditions
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 16
Order:=4; dsolve([diff(y(x),x)=sqrt(1+x*y(x)),y(0) = 1],y(x),type='series',x=0);
✓ Solution by Mathematica
Time used: 0.006 (sec). Leaf size: 20
AsymptoticDSolveValue[{D[y[x],x]==Sqrt[1+x*y[x]],{y[0]==1}},y[x],{x,0,"4"-1}]