ODE Series Solution Near Regular Singular Point, x^2*y term?

In summary, the conversation is about finding the series solution for an ODE with a larger root of the indicial equation, where the singular point is regular. The main difficulty lies in combining the three series terms into one and finding the recurrence relation. By shifting the indices and using a_{n-2}, the recurrence relation can be found and the solution can be determined for r = 0 and r = 1/5.
  • #1
abalmos
7
0
ODE Series Solution Near Regular Singular Point, x^2*y term? (fixed post body)

Homework Statement



Find the series solution (x > 0) corresponding to the larger root of the indicial equation.

[tex]5x^{2}y'' + 4xy' + 10x^{2}y = 0[/tex]

Homework Equations



Solution form:

[tex]y = \sum_{i=0}^{\infty}a_{n}x^{r+n}[/tex]

The Attempt at a Solution



[tex]\lim_{x\to\0}\frac{4x}{5x^{2}}x = \frac{4}{5} < \infty[/tex]

[tex]\lim_{x\to\0}\frac{10x^{2}}{5x^{2}}x^{2} = 2x^{2} = 0 < \infty[/tex]

The singular point is regular, and the solution should be in the form of (and its derivatives):

[tex]y = \sum_{n=0}^{\infty}a_{n}x^{r+n}[/tex]

[tex]y' = \sum_{n=0}^{\infty}a_{n}(r+n)x^{r+n-1}[/tex]

[tex]y'' = \sum_{n=0}^{\infty}a_{n}(r+n)(r+n-1)x^{r+n-2}[/tex]

Plug the solution form into the ODE:

[tex]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}[/tex]

Multiply the x terms into the series:

[tex]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}[/tex]

Here is where my trouble lies. My understanding is that I am trying to pull out the [tex]a_{0}[/tex] 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 [tex]x^{r+n+2}[/tex] that I can't fit into the rest of the series.

These are my attempts:

1) Blindly pull out [tex]a_{0}[/tex]:

[tex]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}[/tex]

Stuck because of the [tex]x^{r+2}[/tex] term in the indicial equation and the last series term [tex]x^{r+n+2}[/tex] 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 [tex]a_{0}[/tex] from just the first two terms, even though this seems very wrong.

[tex]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}[/tex]

leaving the indicial equation of:

[tex]a_{0}(5r^{2}-r) = 0[/tex]
[tex] r = 0, \frac{1}{5} [/tex]

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 [tex]r+n+2[/tex] exponent for x and I am thoroughly out of ideas.

Any help would be greatly appreciated.

Thanks!
- Andrew Balmos
 
Last edited:
Physics news on Phys.org
  • #2


abalmos said:
Multiply the x terms into the series:

[tex]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}[/tex]

Here is where my trouble lies. My understanding is that I am trying to pull out the [tex]a_{0}[/tex] 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.

The main trick with this solution method is that you can rename the indices. In this case you change the index in the final sum so it matches the first two terms. Let n=n-2, then the lower index on the sum is n=2 and the third term is
[tex]10\sum_{n=2}^{\infty}a_{n-2}x^{r+n}[/tex]

Now you can pull out the terms for n=0 and n=1 and combine all three sums into one summation (from n=2 to infinity), which will give the recurrence relation. You'll find that the r values from the indicial equation for [itex]a_0[/itex] is the same as what you calculated, since the third sum doesn't contribute an [itex]a_0[/itex] term.
 
  • #3
Brian-san:

Thank you very much for your help! Unfortunately I got stuck again.

Shifting the other index's to the right twice to match the last series term was a great idea, but I fear now you can not find a recurrence relation.

Currently this is what I got:

[tex]a_{0}r(5r-1)x^{r} + a_{1}(5r^{2} + 9r + 4)x^{r+1} + \sum_{n=2}^{\infty}(5a_{n}(r+n)(r+n-1) + 4a_{n}(r+n) + 10a_{n})x^{r+n}[/tex]

So like before [tex] r = { 0, \frac{1}{5} } [/tex]

In a attempt to find the recurrence relation I put [tex] r = \frac{1}{5} [/tex] in the final series:

[tex]\sum_{n=2}^{\infty}(5a_{n}(\frac{1}{5} + n)(n - \frac{4}{5}) + 4a_{n}(\frac{1}{5} + n) + 10a_{n})x^{n + \frac{1}{5}}[/tex]

Which forces all [tex]a_{n} = 0[/tex]

Which while it would be nice, but clearly I a still making a mistake somewhere.

Of course I realize that I need to be using the [tex]a_{1}(5r^{2} + 9r + 4)x^{r+1}[/tex] terms but I am not sure how to do that.

Maybe relate the [tex]a_{1}[/tex] to the [tex]a_{n}[/tex] terms? I am not sure how that could be done usefully...

Thank for any more help you can provide,
- Andrew Balmos
 
  • #4
Brain-san:

I missed a crucial detail in your post yesterday!

When I shifted the index I forgot to minus the index shift off the n's in the series, when you do that you have a [tex]a_{n-2}[/tex] term which can be used to find the recurrence relation.

Its always the obvious things I miss for me...

Thank you very much!

- Andrew Balmos
 

1. What is a regular singular point in an ODE series solution?

A regular singular point in an ODE series solution is a point where the coefficients of the ODE are analytic functions and do not have any singularities. This means that the ODE can be solved using a series solution method.

2. How is the x^2*y term treated in an ODE series solution near a regular singular point?

The x^2*y term is treated as a perturbation term in the series solution near a regular singular point. This means that it is considered as a small deviation from the regular form of the ODE and is included in the series solution as an additional term.

3. Can a series solution be used near a non-regular singular point?

No, a series solution can only be used near a regular singular point. Near a non-regular singular point, the ODE may have a singularity or the coefficients may not be analytic, making it difficult to solve using a series solution method.

4. How do you determine the convergence of a series solution near a regular singular point?

The convergence of a series solution near a regular singular point can be determined using the radius of convergence. This is the distance from the singular point where the series solution remains convergent. The radius of convergence can be found by using various tests, such as the ratio test or the root test.

5. What are some applications of ODE series solutions near regular singular points?

ODE series solutions near regular singular points are commonly used in fields such as physics, engineering, and applied mathematics. They can be used to solve various physical and mathematical problems, including in the study of fluid dynamics, quantum mechanics, and differential equations with variable coefficients.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
703
  • Calculus and Beyond Homework Help
Replies
8
Views
976
  • Calculus and Beyond Homework Help
Replies
1
Views
231
  • Calculus and Beyond Homework Help
Replies
1
Views
774
  • Calculus and Beyond Homework Help
Replies
16
Views
551
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
559
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
12
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
Back
Top