TheFerruccio
- 216
- 0
I am having an issue understanding the Frobenius method. I plan on posting multiple questions in this thread as I go. I searched these forums and saw some other threads pointing to it, but the questions were slightly different. I am able to get through the problem to a certain extent, but after a point, I don't know where to go on.
Example 1:x^{2}y''-3xy'+4y = 0
This can be put into the format:
y''-\frac{3x}{x^{2}}y'+\frac{4}{x^{2}}y
Which is consistent with the form that can be solved using the Frobenius method.
I assume the solution y(x) and its derivatives to be in this form, multiplying by the power x^{r}:
y(x)=\sum_{n=0}^{\infty}a_{n}x^{n+r}
y'(x)=\sum_{n=0}^{\infty}(n+r)a_{n}x^{n+r-1}
y''(x)=\sum_{n=0}^{\infty}(n+r-1)(n+r)a_{n}x^{n+r-2}
I plug these into the original equation, getting:
\sum_{n=0}^{\infty}(n+r-1)(n+r)a_{n}x^{n+r}-3\sum_{n=0}^{\infty}(n+r)a_{n}x^{n+r}+4\sum_{n=0}^{\infty}a_{n}x^{n+r} = 0
I find that the lowest power in this equation is x^{r}. Plugging n=0 into the equation, and pulling out x^{r}, I get:
(r-1)ra_{0} - 3ra_{0} + 4a_{0} = 0
a_{0}(r^{2}-r-3r+4) = 0
a_{0}(r^{2}-4r+4) = 0
Assuming a_{0} \neq 0, making the solution non-trivial, I get the roots for r, which are r_{1},r_{2} = 2
I use one of the roots, r=2, and plug in (here's my attempt to get the TeX to work again)
\sum_{n=0}^{\infty}(n+1)(n+2)a_{n}x^{n+2}-3\sum_{n=0}^{\infty}(n+2)a_{n}x^{n+2}+4\sum_{n=0}^{\infty}a_{n}x^{n+2}
I do not know where to go from this point. I cannot get a_{n+1} or a_{n+2} in terms of a_{n+1} or a_{0}. Every single result results in some constant, multiplied by a_{n} equals 0. So, at this point. I am lost.
NOTE: I don't want the answer. I just want some clues on how I should continue.
Example 1:x^{2}y''-3xy'+4y = 0
This can be put into the format:
y''-\frac{3x}{x^{2}}y'+\frac{4}{x^{2}}y
Which is consistent with the form that can be solved using the Frobenius method.
I assume the solution y(x) and its derivatives to be in this form, multiplying by the power x^{r}:
y(x)=\sum_{n=0}^{\infty}a_{n}x^{n+r}
y'(x)=\sum_{n=0}^{\infty}(n+r)a_{n}x^{n+r-1}
y''(x)=\sum_{n=0}^{\infty}(n+r-1)(n+r)a_{n}x^{n+r-2}
I plug these into the original equation, getting:
\sum_{n=0}^{\infty}(n+r-1)(n+r)a_{n}x^{n+r}-3\sum_{n=0}^{\infty}(n+r)a_{n}x^{n+r}+4\sum_{n=0}^{\infty}a_{n}x^{n+r} = 0
I find that the lowest power in this equation is x^{r}. Plugging n=0 into the equation, and pulling out x^{r}, I get:
(r-1)ra_{0} - 3ra_{0} + 4a_{0} = 0
a_{0}(r^{2}-r-3r+4) = 0
a_{0}(r^{2}-4r+4) = 0
Assuming a_{0} \neq 0, making the solution non-trivial, I get the roots for r, which are r_{1},r_{2} = 2
I use one of the roots, r=2, and plug in (here's my attempt to get the TeX to work again)
\sum_{n=0}^{\infty}(n+1)(n+2)a_{n}x^{n+2}-3\sum_{n=0}^{\infty}(n+2)a_{n}x^{n+2}+4\sum_{n=0}^{\infty}a_{n}x^{n+2}
I do not know where to go from this point. I cannot get a_{n+1} or a_{n+2} in terms of a_{n+1} or a_{0}. Every single result results in some constant, multiplied by a_{n} equals 0. So, at this point. I am lost.
NOTE: I don't want the answer. I just want some clues on how I should continue.
Last edited: