Find the series solution,power series

  • Thread starter Thread starter dp182
  • Start date Start date
  • Tags Tags
    Series
dp182
Messages
19
Reaction score
0

Homework Statement


2xy''-x(x-1)y'-y=0 about x=0
what are the roots of the indicial equation and for the roots find the recurrence relation that defines the the coef an

Homework Equations


2xy''-x(x-1)y'-y=0 about x=0

assuming the solution has the form y=\Sigmaanxn+r
y'=\Sigma(n+r)anxn+r-1
y''=\Sigma(n+r)(n+r-1)anxn+r-2

The Attempt at a Solution


after plugging into the solution I get
2\Sigma(n+r)(n+r-1)anxn+r-1-\Sigma(n+r)anxn+r+1-\Sigma(n+r)anxn+r-1-\Sigmaanxn+r
then I attempt to make all the x's the same and and make the sigma's equal so after doing that I get
2\Sigma(n+r+1)(n+r)an+1xn+r-\Sigma(n+r-1)an-1xn+r-\Sigma(n+r+1)an+1xn+r-\Sigmaanxn+r
I know that I need to replace the 0 under the sigma's with a (-1) on terms 1,3 but term 2 is what's throwing me off any help would be great
 
Physics news on Phys.org
The third sum should be positive. Explicitly writing in the limits, you have
2\sum_{n=0}^\infty (n+r)(n+r-1)a_n x^{n+r-1}<br /> -\sum_{n=0}^\infty (n+r) a_n x^{n+r+1}<br /> +\sum_{n=0}^\infty (n+r)a_n x^{n+r-1}<br /> -\sum_{n=0}^\infty a_n x^{n+r} = 0
As you noted, only the first and third sums give you a x^{r-1} term, and the second sum doesn't give you an x^r term. Separating those terms out, you have
\begin{eqnarray*}
&&[2r(r-1) + r]a_0x^{r-1} + \\
&&[2(r+1)r a_1 + (r+1)a_1 - a_0]x^r + \\
&&2\sum_{n=1}^\infty (n+r+1)(n+r)a_{n+1}x^{n+r}
-\sum_{n=1}^\infty (n+r-1)a_{n-1}x^{n+r}
+\sum_{n=1}^\infty (n+r+1)a_{n+1}x^{n+r}
-\sum_{n=1}^\infty a_n x^{n+r} = 0
\end{eqnarray*}
By assumption, a0 isn't equal to 0, so you must have 2r(r-1)+r=0. That's your indicial equation.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top