Understanding Frobenius Method & ODEs: When to Use Set 1 or Set 2

In summary: If n is a positive integer then we can use either set 1 or set 2, but we must use set 1 if n<=2 and set 2 if n>=2.In summary, Frobenius' method can be used with either set of power set, but set 2 is only valid when using an irregular singular point.
  • #1
bishy
13
0
I'm a little confused with ODEs. After two weeks of trying to figure out Frobenius I have finally realized that there seems to be two different power set used by all of my three books for the y substitution but I am unsure when to use either one. Here are the two sets that I'm talking about:

Set 1 from section 6.1

[tex] y = \sum_{n=0}^\infty C_n x^n [/tex]

[tex] y\prime = \sum_{n=1}^\infty n C_n x^{n-1}[/tex]

[tex] y\prime\prime = \sum_{n=2}^\infty n(n-1) C_n x^{n-2}[/tex]

set 2 from section 6.2

[tex] y = \sum_{n=0}^\infty n C_n x^{n-1} [/tex]

[tex] y\prime = \sum_{n=0}^\infty n C_n x^{n-1} [/tex]

[tex] y\prime\prime = \sum_{n=0}^\infty n(n-1) C_n x^{n-2} [/tex]

I think I have come to understand that I should use set 1 if and only if all of the singular points are irregular and set 2 when I have at least one regular singular point. Is this correct? If not, when is it appropriate to use set 1 rather than set 2? Or is set 2 only designed to work with Frobenius' method while set 1 only works lacking a Taylor power series expansion?
 
Physics news on Phys.org
  • #2
In your 2nd set, why are you starting the series from 0? for y' you would get 0 for n = 0 and for y'' you would get 0 for n = 0 and n = 1. It just seems like they are shifting indices around.
 
  • #3
That's what I thought as well when I first realized that little difference within the DE books I am basing the sets on. Considering that they we're using this method to get something backed by primary source papers I stopped trying to pass it off as a typo within my books. Apparently with the solutions manual I have available to me, both sets are being used, when and why this is the case, I really have no idea. Hopefully somebody does.
 
  • #4
Neither of those is correct for Frobenius' method.

If you have a regular singular point then Frobenius' method uses
[tex]\sum_{n=0}^\infty C_n x^{n+ c}[/tex]
where c is determined from the indicial equation, essentially requiring that C0 not be 0. c in not necessarily positive or even an integer.

If you have an irregular singular point, there may not be a series solution at all.
 
  • #5
I agree with HallsofIvy.

If x=0 is an ordinary point then either set 1 or set 2 is a valid expansion. However when using set 2 we must assume that Cn=0 if n is a negative integer (in case we want to replace the dummy index n).
 

FAQ: Understanding Frobenius Method & ODEs: When to Use Set 1 or Set 2

What is the Frobenius method?

The Frobenius method is a technique used to solve ordinary differential equations (ODEs) that cannot be solved using standard methods such as separation of variables or substitution. It involves finding a series solution to the ODE by assuming a solution in the form of a power series.

When should I use Set 1 or Set 2 in the Frobenius method?

The choice between using Set 1 or Set 2 in the Frobenius method depends on the nature of the ODE. Set 1 should be used when the ODE has a regular singular point, while Set 2 should be used when the ODE has an irregular singular point. A regular singular point is one where all the coefficients in the ODE are finite, while an irregular singular point is one where at least one coefficient is infinite.

How do I determine if an ODE has a regular or irregular singular point?

An ODE has a regular singular point if the coefficient of the highest derivative term is singular (non-zero) and all other coefficients are analytic (have a Taylor series expansion). On the other hand, an ODE has an irregular singular point if at least one coefficient is non-analytic (does not have a Taylor series expansion).

Can the Frobenius method be used for all types of ODEs?

No, the Frobenius method can only be used for ODEs with a regular or irregular singular point. It cannot be used for ODEs with essential singularities or those that are non-singular. In these cases, other methods such as the Laplace transform or the method of undetermined coefficients should be used.

Are there any limitations to the Frobenius method?

Yes, there are some limitations to the Frobenius method. It may not always yield a solution that converges for all values of the independent variable. In such cases, the Frobenius method can still be used to find a solution that converges for a certain range of values, but additional techniques may be needed to find a solution for the entire domain of the ODE.

Similar threads

Replies
1
Views
2K
Replies
7
Views
1K
Replies
11
Views
2K
Replies
4
Views
2K
Replies
4
Views
2K
Replies
1
Views
1K
Replies
3
Views
2K
Replies
1
Views
2K
Back
Top