abalmos
- 6
- 0
ODE Series Solution Near Regular Singular Point, x^2*y term? (fixed post body)
Find the series solution (x > 0) corresponding to the larger root of the indicial equation.
5x^{2}y'' + 4xy' + 10x^{2}y = 0
Solution form:
y = \sum_{i=0}^{\infty}a_{n}x^{r+n}
\lim_{x\to\0}\frac{4x}{5x^{2}}x = \frac{4}{5} < \infty
\lim_{x\to\0}\frac{10x^{2}}{5x^{2}}x^{2} = 2x^{2} = 0 < \infty
The singular point is regular, and the solution should be in the form of (and its derivatives):
y = \sum_{n=0}^{\infty}a_{n}x^{r+n}
y' = \sum_{n=0}^{\infty}a_{n}(r+n)x^{r+n-1}
y'' = \sum_{n=0}^{\infty}a_{n}(r+n)(r+n-1)x^{r+n-2}
Plug the solution form into the ODE:
5x^{2}\sum_{n=0}^{\infty}a_{n}(r+n)(r+n-1)x^{r+n-2} + 4x\sum_{n=0}^{\infty}a_{n}(r+n)x^{r+n-1} + 10x^{2}\sum_{n=0}^{\infty}a_{n}x^{r+n}
Multiply the x terms into the series:
5\sum_{n=0}^{\infty}a_{n}(r+n)(r+n-1)x^{r+n} + 4\sum_{n=0}^{\infty}a_{n}(r+n)x^{r+n} + 10\sum_{n=0}^{\infty}a_{n}x^{r+n+2}
Here is where my trouble lies. My understanding is that I am trying to pull out the a_{0} term of the series which will leave behind the indicial equation I am also to combine all of the series into one, factor out the x term, and then find the recurrence relation for the series term.
My problem specifically is the last term, which now has a x^{r+n+2} that I can't fit into the rest of the series.
These are my attempts:
1) Blindly pull out a_{0}:
5a_{0}(r)(r-1)x^{r} + 4a_{0}r^{r} + 10a_{0}x^{r+2} + 5\sum_{n=1}^{\infty}a_{n}(r+n)(r+n-1)x^{r+n} + 4\sum_{n=1}^{\infty}a_{n}(r+n)x^{r+n} + 10\sum_{n=1}^{\infty}a_{n}x^{r+n+1}
Stuck because of the x^{r+2} term in the indicial equation and the last series term x^{r+n+2} is still an issue...
2) Try to combine series first
Can't find a way to shift the indexes so that they are all the same and have an x exponent that will allow me to factor them out after I combine the series.
3) Desperately ignore term 3 and pull out a_{0} from just the first two terms, even though this seems very wrong.
5a_{0}(r)(r-1)x^{r} + 4a_{0}r^{r} + 5\sum_{n=1}^{\infty}a_{n}(r+n)(r+n-1)x^{r+n} + 4\sum_{n=1}^{\infty}a_{n}(r+n)x^{r+n} + 10\sum_{n=1}^{\infty}a_{n}x^{r+n+1}
leaving the indicial equation of:
a_{0}(5r^{2}-r) = 0
r = 0, \frac{1}{5}
This is somewhat rewarding, 1/5 is available choice for the r value (multiple choice question), and r = 0 seems to be correct for the version of the question which ask to find the solution for the lowest r.
But I am still not sure how to combine the series...
I have looked and many examples online but I am unable to find an example which ends up with r+n+2 exponent for x and I am thoroughly out of ideas.
Any help would be greatly appreciated.
Thanks!
- Andrew Balmos
Homework Statement
Find the series solution (x > 0) corresponding to the larger root of the indicial equation.
5x^{2}y'' + 4xy' + 10x^{2}y = 0
Homework Equations
Solution form:
y = \sum_{i=0}^{\infty}a_{n}x^{r+n}
The Attempt at a Solution
\lim_{x\to\0}\frac{4x}{5x^{2}}x = \frac{4}{5} < \infty
\lim_{x\to\0}\frac{10x^{2}}{5x^{2}}x^{2} = 2x^{2} = 0 < \infty
The singular point is regular, and the solution should be in the form of (and its derivatives):
y = \sum_{n=0}^{\infty}a_{n}x^{r+n}
y' = \sum_{n=0}^{\infty}a_{n}(r+n)x^{r+n-1}
y'' = \sum_{n=0}^{\infty}a_{n}(r+n)(r+n-1)x^{r+n-2}
Plug the solution form into the ODE:
5x^{2}\sum_{n=0}^{\infty}a_{n}(r+n)(r+n-1)x^{r+n-2} + 4x\sum_{n=0}^{\infty}a_{n}(r+n)x^{r+n-1} + 10x^{2}\sum_{n=0}^{\infty}a_{n}x^{r+n}
Multiply the x terms into the series:
5\sum_{n=0}^{\infty}a_{n}(r+n)(r+n-1)x^{r+n} + 4\sum_{n=0}^{\infty}a_{n}(r+n)x^{r+n} + 10\sum_{n=0}^{\infty}a_{n}x^{r+n+2}
Here is where my trouble lies. My understanding is that I am trying to pull out the a_{0} term of the series which will leave behind the indicial equation I am also to combine all of the series into one, factor out the x term, and then find the recurrence relation for the series term.
My problem specifically is the last term, which now has a x^{r+n+2} that I can't fit into the rest of the series.
These are my attempts:
1) Blindly pull out a_{0}:
5a_{0}(r)(r-1)x^{r} + 4a_{0}r^{r} + 10a_{0}x^{r+2} + 5\sum_{n=1}^{\infty}a_{n}(r+n)(r+n-1)x^{r+n} + 4\sum_{n=1}^{\infty}a_{n}(r+n)x^{r+n} + 10\sum_{n=1}^{\infty}a_{n}x^{r+n+1}
Stuck because of the x^{r+2} term in the indicial equation and the last series term x^{r+n+2} is still an issue...
2) Try to combine series first
Can't find a way to shift the indexes so that they are all the same and have an x exponent that will allow me to factor them out after I combine the series.
3) Desperately ignore term 3 and pull out a_{0} from just the first two terms, even though this seems very wrong.
5a_{0}(r)(r-1)x^{r} + 4a_{0}r^{r} + 5\sum_{n=1}^{\infty}a_{n}(r+n)(r+n-1)x^{r+n} + 4\sum_{n=1}^{\infty}a_{n}(r+n)x^{r+n} + 10\sum_{n=1}^{\infty}a_{n}x^{r+n+1}
leaving the indicial equation of:
a_{0}(5r^{2}-r) = 0
r = 0, \frac{1}{5}
This is somewhat rewarding, 1/5 is available choice for the r value (multiple choice question), and r = 0 seems to be correct for the version of the question which ask to find the solution for the lowest r.
But I am still not sure how to combine the series...
I have looked and many examples online but I am unable to find an example which ends up with r+n+2 exponent for x and I am thoroughly out of ideas.
Any help would be greatly appreciated.
Thanks!
- Andrew Balmos
Last edited: