Internal
problem
ID
[3339]
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
:
5
Date
solved
:
Monday, January 27, 2025 at 07:34:31 AM
CAS
classification
:
[`y=_G(x,y')`]
Using series method with expansion around
With initial conditions
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 14
Order:=5; dsolve([diff(y(x),x)=ln(x*y(x)),y(1) = 1],y(x),type='series',x=1);
✓ Solution by Mathematica
Time used: 0.023 (sec). Leaf size: 23
AsymptoticDSolveValue[{D[y[x],x]==Log[x*y[x]],{y[1]==1}},y[x],{x,1,"5"-1}]