Huaizhong R. answered 06/03/25
Ph.D. Experienced & knowledgeable in Math Learning/Teaching
The equations and formulas follow the LaTeX convention.
Let y=Σ_{n=0}anxn. Then we have a0=y(0)=1, a1=y'(0)=0.
0=xy''+2y'+xy
=Σn=2n(n-1)anxn-1+2Σn=1nanxn-1+Σn=0anxn+1
=Σn=1n(n+1)an+1xn+2Σn=0(n+1)an+1xn+Σn=1an-1xn
=2a1+(a0+6a2)x+Σn=2[(n+1)(n+2)an+1+an-1]xn.
Therefore we must have the following recurrent formula:
an=an-2/n(n+1).
In particular, an=0 if n is odd, and
a2k=(-1)k/(2k+1)! for k=0,1,2,...
Thus y=sinx/x as x is nonzero and y(0)=1. The first point on the positive axis where y=0 is x=π.