Frobeniuns Method/Generalized Power Series to DiffEQ solutions

mateomy
Messages
305
Reaction score
0
(Working out of Boas chapter 12, section 11)

<br /> 3xy&#039;&#039; + (3x + 1)y&#039; + y = 0<br />

I'm asked to solve the differential equation using the method of Frobenius but I'm finding the way Boas introduces/explains/exemplifies the method to be incredibly confusing. So, I used some google-fu and was even more confused. Seems like everyone has a different plan of attack for these problems.

What I've done so far is to assume
<br /> y = \sum_{n=0}^{\infty} c_n x^{n+s}<br />

*I know in a normal expansion it's simpy x^n but from my understanding we're to multiply the summation by another factor of x^s, or whatever variable we choose.

...doing like wise for the respective derivatives:
<br /> y&#039; = \sum_{n=0}^{\infty} c_n (n+s) x^{n+s-1}<br />

<br /> y&#039;&#039; = \sum_{n=0}^{\infty} c_n (n+s-1) (n+s) x^{n+s-2}<br />

then we substitute these expansions into the respective places within the original equation.

Now this is where I'm getting REALLY REALLY confused. Boas says to make a table and then from there find the indicial equation. From various pdf's and youtube videos I'm getting different information. Can anyone please point me onto the right path?

Thanks.
 
Physics news on Phys.org
You just need to equate powers of $x$ by changing dumby variables of the different sums.

I can do this, though I will get another infraction from the moderators, so I better not.
 
mateomy said:
(Working out of Boas chapter 12, section 11)

<br /> 3xy&#039;&#039; + (3x + 1)y&#039; + y = 0<br />

I'm asked to solve the differential equation using the method of Frobenius but I'm finding the way Boas introduces/explains/exemplifies the method to be incredibly confusing. So, I used some google-fu and was even more confused. Seems like everyone has a different plan of attack for these problems.

What I've done so far is to assume
<br /> y = \sum_{n=0}^{\infty} c_n x^{n+s}<br />

*I know in a normal expansion it's simpy x^n but from my understanding we're to multiply the summation by another factor of x^s, or whatever variable we choose.

...doing like wise for the respective derivatives:
<br /> y&#039; = \sum_{n=0}^{\infty} c_n (n+s) x^{n+s-1}<br />
So that (3x+1)y&#039;= \sum_{n=0}^\infty 3c_n(n+s)x^{n+s}+ \sum_{n=0}^\infty c_n(n+s)x^{n+s- 1}

<br /> y&#039;&#039; = \sum_{n=0}^{\infty} c_n (n+s-1) (n+s) x^{n+s-2}<br />
So that 3xy&#039;&#039;= \sum_{n=0}^\infty 3c_n(n+s-1)(n+s)x^{n+s-1}.

then we substitute these expansions into the respective places within the original equation.

Now this is where I'm getting REALLY REALLY confused. Boas says to make a table and then from there find the indicial equation. From various pdf's and youtube videos I'm getting different information. Can anyone please point me onto the right path?

Thanks.
Putting those into your equations and combinging like powers will give sums in x^{n+s} and x^{n+s-1}. The crucial point is that we could choose "s" to be anything- we choose it so that the lowest power of x is x^0= 1. That is, we choose s to be such that this infinite series contains a constant term. The lowest power of x in each sum is with n=0 so that the lowest power term is x^{s-1}[/itex]. You want to determine s so that coefficient is not 0. <b>That</b> is the &quot;indicial equation&quot;.
 
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