Internal
problem
ID
[3346]
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
:
12
Date
solved
:
Monday, January 27, 2025 at 07:34:37 AM
CAS
classification
:
[[_2nd_order, _missing_x], [_2nd_order, _exact, _nonlinear], _Lagerstrom, [_2nd_order, _reducible, _mu_x_y1], [_2nd_order, _reducible, _mu_xy]]
Using series method with expansion around
With initial conditions
✓ Solution by Maple
Time used: 0.000 (sec). Leaf size: 14
Order:=7; dsolve([diff(y(x),x$2)+2*y(x)*diff(y(x),x)=0,y(0) = 0, D(y)(0) = 1],y(x),type='series',x=0);
✓ Solution by Mathematica
Time used: 0.013 (sec). Leaf size: 19
AsymptoticDSolveValue[{D[y[x],{x,2}]+2*y[x]*D[y[x],x]==0,{y[0]==0,Derivative[1][y][0] ==1}},y[x],{x,0,"7"-1}]