Singular points

JJ007

New member
Joined
Nov 7, 2009
Messages
27
x2(x1)y"xy+(x+1)y=0\displaystyle x^2(x-1)y" - xy' + (x+1)y = 0

So my singular points are x=0, x=1
x=0 is regular
x=1 is regular

Given:
y=xr0Cnxn\displaystyle y= x^r \sum_0^{\infty}C_nx^n C_0 is not equal to 0.

How do you find r, C1, C2 and verify two solutions given by series are linearly independent ?
 
If r1\displaystyle r_{1} and r2\displaystyle r_{2} are distinct and do not differ by an integer, then there are two linearly independent solutions of the form:

y1=n=0cnxn+r1,   c00\displaystyle y_{1}=\sum_{n=0}^{\infty}c_{n}x^{n+r_{1}}, \;\ c_{0}\neq 0

y2=n=0bnxn+r2,   b00\displaystyle y_{2}=\sum_{n=0}^{\infty}b_{n}x^{n+r_{2}}, \;\ b_{0}\neq 0

Solving DE's using series is rather tedious to type out here.

But, we start with:

y=n=0cnxn+r\displaystyle y=\sum_{n=0}^{\infty}c_{n}x^{n+r}

y=n=0(n+r)cnxn+r1\displaystyle y'=\sum_{n=0}^{\infty}(n+r)c_{n}x^{n+r-1}

y=n=0(n+r)(n+r1)cnxn+r2\displaystyle y''=\sum_{n=0}^{\infty}(n+r)(n+r-1)c_{n}x^{n+r-2}

make the subs into the given DE:

x2(x1)n=0(n+r)(n+r1)cnxn+r2xn=0(n+r)cnxn+r1+(x+1)n=0cnxn+r=0\displaystyle x^{2}(x-1)\sum_{n=0}^{\infty}(n+r)(n+r-1)c_{n}x^{n+r-2}-x\sum_{n=0}^{\infty}(n+r)c_{n}x^{n+r-1}+(x+1)\sum_{n=0}^{\infty}c_{n}x^{n+r}=0

n=0(n+r)(n+r1)cnxn+r+1n=0(n+r)(n+r1)cnxn+rn=0(n+r)cnxn+r+n=0cnxn+r+1+n=0cnxn+r=0\displaystyle \sum_{n=0}^{\infty}(n+r)(n+r-1)c_{n}x^{n+r+1}-\sum_{n=0}^{\infty}(n+r)(n+r-1)c_{n}x^{n+r}-\sum_{n=0}^{\infty}(n+r)c_{n}x^{n+r}+\sum_{n=0}^{\infty}c_{n}x^{n+r+1}+\sum_{n=0}^{\infty}c_{n}x^{n+r}=0

xr[n=0(r2+(2n1)r+n2n+1)cnxn+1n=0(r2+2nr+n21)cnxn]=0\displaystyle x^{r}\left[\sum_{n=0}^{\infty}\left(r^{2}+(2n-1)r+n^{2}-n+1\right)c_{n}x^{n+1}-\sum_{n=0}^{\infty}\left(r^{2}+2nr+n^{2}-1\right)c_{n}x^{n}\right]=0

Man, this is tedious business. It has been awhile since I delved into this stuff. But, continue by adjusting so the indices are the same.

The C's can be found by using initial conditions. r can be found when the indices are adjusted. That is, find the n=0 case.

Letting k=n+1 will aid in setting the indices equal.

In this problem, I am pretty sure we get

r21=0\displaystyle r^{2}-1=0. Which means r=±1\displaystyle r=\pm 1

Then, the iterations come in.
 
Top