Internal
problem
ID
[3350]
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
:
16
Date
solved
:
Monday, January 27, 2025 at 07:34:40 AM
CAS
classification
:
[NONE]
Using series method with expansion around
With initial conditions
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 20
Order:=5; dsolve([diff(y(x),x$2)=cos(x*y(x)),y(1/2*Pi) = 1, D(y)(1/2*Pi) = 1],y(x),type='series',x=Pi/2);
✓ Solution by Mathematica
Time used: 0.147 (sec). Leaf size: 42
AsymptoticDSolveValue[{D[y[x],{x,2}]==Cos[x*y[x]],{y[Pi/2]==1,Derivative[1][y][Pi/2]==1}},y[x],{x,Pi/2,"5"-1}]