Solve Frobenius Series Homework for 2 Independent Solutions

  • Thread starter Thread starter Ted123
  • Start date Start date
  • Tags Tags
    Frobenius Series
Ted123
Messages
428
Reaction score
0

Homework Statement



The origin is a regular singular point of the equation 2x^2 y'' + xy' - (x+1)y =0. Find 2 independent solutions which are Frobenius series in x.

The Attempt at a Solution



Substituting y = \sum_{n=0}^{\infty} a_n x^{n + \sigma} eventually gives (2\sigma(\sigma - 1) +\sigma -1 )a_0 x^{\sigma} + \sum_{n=0}^{\infty} \left[ (2(\sigma + n)(\sigma + n+1) + \sigma + n ) a_{n+1} - a_n \right] x^{n+\sigma + 1} = 0.

Equating the series to 0 term-by-term gives the indicial equation 2\sigma (\sigma -1) + \sigma -1 = 0 \Rightarrow (2\sigma +1)(\sigma -1) = 0 \Rightarrow \sigma = -\frac{1}{2},\; \sigma = 1.

We get the recurrence relation a_{n+1} = \frac{a_n}{2(\sigma + n)(\sigma + n +1) + \sigma + n}.

This is what I'm struggling to solve...
 
Last edited:
Physics news on Phys.org
Don't you have the solution now? You know there are two possible values of sigma. For each sigma you have a slightly different recursion, leading to a slightly different series. In general, you have \displaystyle a_1 = \frac{a_0}{2 \sigma (\sigma +1) + \sigma} \:,
\displaystyle a_2 = a_0 \prod_{i=0}^{1} \frac{1}{2(\sigma+i)(\sigma+i+1) + \sigma+i},
etc.

RGV
 
So the 2 independent solutions, for \sigma =1, -\frac{1}{2} is:

\displaystyle a_n = a_0 \prod_{i=0}^{n-1} \frac{1}{2(\sigma+i)(\sigma+i+1) + \sigma+i}\;?

Is there any significance to the question mentioning that x=0 is a regular singular point?
 
Last edited:
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