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

With expansion around x=0. This is a regular singular ODE. This is same ode solved in example 1, but now with non-zero on the right side. Hence solution is given by

y=yh+yp

Where we found yh to be

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

To find yp, we see there are two terms on the right side. we find yp1 that corresponds to 1 on the right side and then yp2 that corresponds to x on the right side. We will find that yp2 does not exist. Hence no solution exist using series. Let us now find yp1. The ode now is

2x2y(x)xy(x)+(1x2)y(x)=1

Let

yp1=n=0cnxn+r

Using same expansion as in example 1, but now using cn instead of an gives EQ. (1) from example 1 as

(1A)n=02(n+r)(n+r1)cnxn+rn=0(n+r)cnxn+r+n=0cnxn+rn=2cn2xn+r=1

For n=0

2r(r1)c0xrrc0xr+c0xr=x0(2r(r1)c0rc0+c0)xr=x0(2r(r1)r+1)c0xr=x0(2r23r+1)c0xr=x0

We see that for balance, then r=0. Which implies (2r23r+1)c0=1 or c0=1. Hence

yp1=n=0cnxn

Now that we used n=0 to find r by matching against the RHS which is 1, from now on, for all n>0 we will use (1A) to solve for all other cn. From now on, we just need to solve with RHS zero, since there can be no more matches for any xn on the right.

Then (1A) becomes (using r=0)

(2)n=02n(n1)cnxnn=0ncnxn+n=0cnxnn=2cn2xn=0

For n=1 the above gives

c1x+c1x=0

c1 is arbitrary Let c1=0. For n=2 EQ. (2) gives

4c2x22c2x2+c2x2c0x2=0(4c22c2+c2c0)x2=0(3c21)x2=0

Hence 3c21=0 since there is no x2 term on the right side. Hence c2=13. For n=3 EQ. (2) gives

(12c33c3+c3c1)x3=0(10c3)x3=0

Hence c3=0. For n=4 EQ. (2) gives

24c4x44c4x4+c4x4c2x4=0(21c413)x4=0

Hence 21c413=0 or c4=163 and so on. We find that

yp1=n=0cnxn=c0+c1x+c2x2+c3x3+c4x4+=1+13x2+163x4+

Now we find yp2. EQ. (1A) now is

n=02(n+r)(n+r1)cnxn+rn=0(n+r)cnxn+r+n=0cnxn+rn=2cn2xn+r=x

For n=0

2(n+r)(n+r1)cnxn+r(n+r)cnxn+r+cnxn+r=x2r(r1)c0xrrc0xr+c0xr=x(2r(r1)r+1)c0xr=x(2r23r+1)c0xr=x

For balance we need r=1. This results in

(2r23r+1)c0=1(23+1)c0=10c0=1

Not possible. We see why there is no series solution. It is not possible to solve for yp2.