3.1 Example 1. homogeneous ode 2x2y(x)xy(x)+(1x2)y(x)=0

With expansion around x=0. This is a regular singular ODE. Let

y(x)=n=0anxn+r

Therefore

y(x)=n=0(n+r)anxn+r1y(x)=n=0(n+r)(n+r1)anxn+r2

Substituting the above into the ode and simplifying gives

2x2n=0(n+r)(n+r1)anxn+r2xn=0(n+r)anxn+r1+(1x2)n=0anxn+r=0n=02(n+r)(n+r1)anxn+rn=0(n+r)anxn+r+n=0anxn+rx2n=0anxn+r=0n=02(n+r)(n+r1)anxn+rn=0(n+r)anxn+r+n=0anxn+rn=0anxn+r+2=0

The next step is to make all powers of x to be n+r. This results in

(1)n=02(n+r)(n+r1)anxn+rn=0(n+r)anxn+r+n=0anxn+rn=2an2xn+r=0

The indicial equation is obtained from n=0

2(n+r)(n+r1)an(n+r)an+an=0an(2(n+r)(n+r1)(n+r)+1)=02(n+r)(n+r1)(n+r)+1=02(0+r)(0+r1)(0+r)+1=02r23r+1=0

The roots are

r1=1r2=12

Since the roots differ by non integer, then the solutions are given by

y1=n=0anxn+r1=n=0anxn+1y2=n=0anxn+r2=n=0anxn+12

We start by finding y1.  EQ. (1) gives for r=1

n=02(n+1)(n)anxn+1n=0(n+1)anxn+1+n=0anxn+1n=2an2xn+1=0

For n=1 (we skip n=0 as that was used to find r) and we always let a0=1 as it is arbitrary. Hence

2(n+1)(n)anxn+1(n+1)anxn+1+anxn+1=02(n+1)(n)an(n+1)an+an=04a12a1+a1=03a1=0a1=0

For n2, we have recursion relation. From it we can find that a2=110,a3=0,a4=1360 and so on. Hence

y1=n=0anxn+1=a0x+a1x2+a2x3+a3x4+a4x5+=x+110x3+1360x5+

Now we do the same for y2. EQ. (1) now becomes for r2=12

n=02(n+12)(n+121)anxn+12n=0(n+12)anxn+12+n=0anxn+12n=2an2xn+12=0

For n=1 (we skip n=0 as that was used to find r) and we always let a0=1 as it is arbitrary. Hence

2(1+12)(1+121)a1(1+12)a1+a1=0a1=0

For n2, we have recursion relation. From it we can find that a2=16,a3=0,a4=1168 and so on. Hence

y2=n=0anxn+12=x12n=0anxn=x12(a0+a1x+a2x2+a3x3+a4x4+)=x12(1+16x2+1168x4+)

Hence the final solution is

yh=c1y1+c2y2=c1(x+110x3+1360x5+)+c2(x12(1+16x2+1168x4+))