What is the next step in solving this Frobenius method problem?

In summary, the Frobenius method can be used to solve ODEs in the form of y''-p(x)y'-q(x)y=0 by assuming a solution in the form of a power series and finding the roots of the indicial equation. In this specific example, x^2 was shown to be one of the solutions by plugging it into the ODE and verifying that it satisfies the equation. This solution can be written as a_0x^2, and the next step would be to find the second solution using a variation of parameters.
  • #1
TheFerruccio
220
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:[tex]x^{2}y''-3xy'+4y = 0[/tex]

This can be put into the format:

[tex]y''-\frac{3x}{x^{2}}y'+\frac{4}{x^{2}}y[/tex]

Which is consistent with the form that can be solved using the Frobenius method.

I assume the solution [tex]y(x)[/tex] and its derivatives to be in this form, multiplying by the power [tex]x^{r}[/tex]:

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

I plug these into the original equation, getting:

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

I find that the lowest power in this equation is [tex]x^{r}[/tex]. Plugging [tex]n=0[/tex] into the equation, and pulling out [tex]x^{r}[/tex], I get:

[tex](r-1)ra_{0} - 3ra_{0} + 4a_{0} = 0[/tex]
[tex]a_{0}(r^{2}-r-3r+4) = 0[/tex]
[tex]a_{0}(r^{2}-4r+4) = 0[/tex]

Assuming [tex]a_{0} \neq 0[/tex], making the solution non-trivial, I get the roots for r, which are [tex]r_{1},r_{2} = 2[/tex]

I use one of the roots, r=2, and plug in (here's my attempt to get the TeX to work again)

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

I do not know where to go from this point. I cannot get [tex]a_{n+1}[/tex] or [tex]a_{n+2}[/tex] in terms of [tex]a_{n+1}[/tex] or [tex]a_{0}[/tex]. Every single result results in some constant, multiplied by [tex]a_{n}[/tex] 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:
Physics news on Phys.org
  • #2
In fact, what you have show is that, [tex] x^2 [/tex] is one of the solution. Since for all other terms other than [tex]a_0[/tex], they have to be zero in order for the expression to equal to zero.
 
  • #3
I'm a tad confused, because what I'm ending up with is a kind of useless term.

The [tex]x^{2}[/tex] terms in the last equation reduce to [tex]0a_{0} = 0[/tex] which doesn't tell me anything!

For the higher order terms, I do end up with some coefficient * [tex]a_{n}[/tex], which shows that the higher order terms have to equal 0.

I'm still left with not enough information, though. I'm confused as to how [tex]x^{2}[/tex] term can be a solution.
 
  • #4
Please substitute [tex]y = x^2[/tex] to your differential equation, and you will find that it is indeed one of the solution.

[tex]y = x^2[/tex]
[tex]y' = 2x[/tex]
[tex]y'' = 2[/tex]

Therefore:

[tex]x^2 y'' -3x y' + 4y = 2 x^2 - 6 x^2 + 4x^2 = 0[/tex]
 
  • #5
TheFerruccio said:
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:


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

This can be put into the format:

[tex]y''-\frac{3x}{x^{2}}y'+\frac{4}{x^{2}}y[/tex]

Which is consistent with the form that can be solved using the Frobenius method.

I assume the solution [tex]y(x)[/tex] and its derivatives to be in this form, multiplying by the power [tex]x^{r}[/tex]:

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

I plug these into the original equation, getting:

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

I find that the lowest power in this equation is [tex]x^{r}[/tex]. Plugging [tex]n=0[/tex] into the equation, and pulling out [tex]x^{r}[/tex], I get:

[tex](r-1)ra_{0} - 3ra_{0} + 4a_{0} = 0[/tex]
[tex]a_{0}(r^{2}-r-3r+4) = 0[/tex]
[tex]a_{0}(r^{2}-4r+4) = 0[/tex]

Assuming [tex]a_{0} \neq 0[/tex], making the solution non-trivial, I get the roots for r, which are [tex]r_{1},r_{2} = 2[/tex]

I use one of the roots, r=2, and plug in (here's my attempt to get the TeX to work again)

[tex]\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}[/tex]
This can be written as a single sum:
[tex]\sum_{n=0}^\infty [(n+1)(n+2)- 3(n+2)+ 4)a_n= 0[/tex]
so that you must have either [itex]a_n= 0[/itex] or [itex](n+1)(n+2)- 3(n+2)+ 4[/itex][itex]= n^2+ 3n+ 2-3n- 6+ 4= n^2= 0[/itex]
That is, [itex]a_n= 0[/itex] for all n> 0. Since your solution is of the form "[itex]Cx^{n+ 2}[/itex]" that means that your solution is [itex]Cx^2[/itex].

And ross_tang has verified that, indeed, [itex]y= Cx^2[/itex] is a solution.

I do not know where to go from this point. I cannot get [tex]a_{n+1}[/tex] or [tex]a_{n+2}[/tex] in terms of [tex]a_{n+1}[/tex] or [tex]a_{0}[/tex]. Every single result results in some constant, multiplied by [tex]a_{n}[/tex] 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.
 
  • #6
HallsofIvy said:
This can be written as a single sum:
[tex]\sum_{n=0}^\infty [(n+1)(n+2)- 3(n+2)+ 4)a_n= 0[/tex]
so that you must have either [itex]a_n= 0[/itex] or [itex](n+1)(n+2)- 3(n+2)+ 4[/itex][itex]= n^2+ 3n+ 2-3n- 6+ 4= n^2= 0[/itex]
That is, [itex]a_n= 0[/itex] for all n> 0. Since your solution is of the form "[itex]Cx^{n+ 2}[/itex]" that means that your solution is [itex]Cx^2[/itex].

And ross_tang has verified that, indeed, [itex]y= Cx^2[/itex] is a solution.

Yes, I can see that it is verified that [tex]x^{2}[/tex] is a solution, just by plugging in, I'm still having trouble seeing how that answer was arrived at. Let me think a bit.

The ODE reduces to the form of [tex]\sum_{n=0}^{\infty}n^{2}a_{n}x^{n+2}[/tex] So either [tex]a_{n} = 0[/tex] or [tex]n^{2} = 0[/tex] for all n. It's been assumed that [tex]a_{n}\neq0[/tex] so [tex]n^{2}=0[/tex] So [tex]n=0[/tex] for the statement to be true. So, one solution becomes the form:

[tex]\sum_{n=0}^{\infty}a_{n}x^{n+2}[/tex] Thus, the first solution is [tex]a_{0}x^{2}[/tex]?

I think I realized where my confusion came from. Of course the equation in the form of summations would reduce to 0, because that's not one of the solutions! That's the ODE. I was mixing up the solution with the ODE. I just put it in summation form to solve for [tex]n[/tex], then plugged that n back into [tex]y(x)[/tex].

Thanks for the help. If what I typed is correct, then I understand this problem so far. I will work on finding the second solution.
 
  • #7
I am not sure I understand what you are saying with the whole [tex]n^2 = 0[/tex] business. Maybe a closer inspection of all posts on this thread would help me see. Put another way (or, perhaps the same way),

You found a value for [tex] r = 2[/tex] under the proviso that [tex]a_0 \neq 0[/tex]. Your "recursive" relation (which relates the coefficients of one term to the coefficients of others), reduces to (as you have shown, with [tex]r = 2[/tex]):

[tex] (const)*a_n = 0[/tex]

so that all [tex]a_n[/tex] terms are indeed zero, except the one that you enforced to not be so ([tex]a_0[/tex] as you had stated). You can piece together the Frobenius solution then by noting you were seeking a solution of the form:

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

but [tex]r = 2[/tex],

[tex] y(x) = \sum_{n = 0}^{\infty} a_n x^{n+2} = y(x) = x^2 \sum_{n = 0}^{\infty} a_n x^{n} = x^2 \left( a_0 x^0 + a_1 x^1 + a_2 x^2 + \ldots\right)[/tex]

you have just shown that [tex] a_0 \neq 0[/tex], while [tex]a_n = 0 ,\, n\neq 1[/tex]. this means all terms vanish except [tex]a_0[/tex], so we have the above reducing to:

[tex] y(x) = a_0x^2[/tex]

[tex]a_0[/tex] may have been the first coefficient, but in a Frobenius solution, the first term [tex]n = 0[/tex] corresponds to a power of [tex]x^{n+r} = x^{r} = x^2[/tex].
 
  • #8
LawlQuals said:
I am not sure I understand what you are saying with the whole [tex]n^2 = 0[/tex] business. Maybe a closer inspection of all posts on this thread would help me see. Put another way (or, perhaps the same way),

You found a value for [tex] r = 2[/tex] under the proviso that [tex]a_0 \neq 0[/tex]. Your "recursive" relation (which relates the coefficients of one term to the coefficients of others), reduces to (as you have shown, with [tex]r = 2[/tex]):

[tex] (const)*a_n = 0[/tex]

so that all [tex]a_n[/tex] terms are indeed zero, except the one that you enforced to not be so ([tex]a_0[/tex] as you had stated). You can piece together the Frobenius solution then by noting you were seeking a solution of the form:

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

but [tex]r = 2[/tex],

[tex] y(x) = \sum_{n = 0}^{\infty} a_n x^{n+2} = y(x) = x^2 \sum_{n = 0}^{\infty} a_n x^{n} = x^2 \left( a_0 x^0 + a_1 x^1 + a_2 x^2 + \ldots\right)[/tex]

you have just shown that [tex] a_0 \neq 0[/tex], while [tex]a_n = 0 ,\, n\neq 1[/tex]. this means all terms vanish except [tex]a_0[/tex], so we have the above reducing to:

[tex] y(x) = a_0x^2[/tex]

[tex]a_0[/tex] may have been the first coefficient, but in a Frobenius solution, the first term [tex]n = 0[/tex] corresponds to a power of [tex]x^{n+r} = x^{r} = x^2[/tex].

Thanks for the help. I understand the process for doing this DE with its indicial equation having repeated roots of [tex]r[/tex] now. This time, it is a very specific question.

I have another question, regarding an ODE with two solutions. I understand what a basis of solutions is, and why you need at least two coefficients in a second order ODE to form the solution space. However, the following confuses me.

Given an ODE:

[tex]x^2y''-4xy'+(x^2+6)y = 0[/tex]
[tex]y_1(x) = a_0x^2sin(x)[/tex]
[tex]y_2(x) = A_0x^2cos(x)+A_1x^2sin(x)[/tex]

Why does the [tex]A_1x^2sin(x)[/tex] term get removed from [tex]y_2[/tex]? It's been said that it is [tex]y_1[/tex], so removing it simplifies the solution. However, how is [tex]A_1x^2sin(x)[/tex] the same as [tex]a_0x^2sin(x)[/tex] given that [tex]a_0[/tex] is not [tex]A_1[/tex]? The book doesn't explain this part, nor do the solutions.

I understand that, if [tex]A_1 = a_0[/tex], then removing [tex]y_1[/tex] makes sense.
 
Last edited:
  • #9
Just to be clear, the fact that this differential equation happened to have a one-term solution has nothing to do the fact that equation held repeated roots in the parameter [tex]r[/tex]. This was a coincidence. We are not even usually so fortunate to be able to express a Frobenius solution in closed form, which does not have anything to do with whether or not the roots are repeated. Did you end up finding the second solution to the first differential equation by the way? Seeking solutions by way of Frobenius' method is a delicate process in that how you go about finding those solutions strongly depends on how the two roots (if a second order ODE) [tex]r[/tex] are related (repeated roots, distinct, differ by an integer, perhaps I am preaching to the choir).

For your followup question, where and when does [tex]A_1x^2\sin x[/tex] get removed? It sounds like your confusion possibly is coming from the phrasing used in the textbook (which may have translated into the question you have posed, as I cannot follow exactly what the question really is.). What I suspect though is that your text provides the ODE. It then lists two representative solutions, [tex]y_1(x)[/tex] and [tex]y_2(x)[/tex]:

[tex]y_1(x) = a_0 x^2\sin x[/tex]
[tex]y_2(x) = A_0x^2\cos x + A_1 x^2\sin x[/tex]

Put any of these into the ODE, and you may verify they are indeed solutions. It sounds like your text was trying to construct the most general form of a solution to an ODE from two known solutions [tex]y_1[/tex] and [tex]y_2[/tex]. One characteristic of a linear differential equation is that a linear combination of any solutions is also a solution. So, that you may write a general solution as:

[tex]y(x) = y_1(x) + y_2(x) = a_0x^2\sin x + A_0x^2\cos x + A_1x^2\sin x = (a_0 + A_1)x^2\sin x + A_0\cos x = A_2 x^2\sin x + A_0x^2 \cos x[/tex]

where [tex] A_2 = a_0 + A_1 = const[/tex], it really does not matter what the constant actually is, we are seeking a general solution. The most general form is of the above form, there is no need to represent

[tex]A_2x^2 \sin x[/tex] as [tex]\alpha x^2\sin x + \beta x^2\sin x[/tex] any more than there is reason to write [tex]\gamma x[/tex] as [tex]\kappa x + \epsilon x + \delta x + \ldots [/tex]. These are redundant, you may consolidate them all into one constant.

I imagine that is what your textbook is getting at, but I could be off. In which case, a more exact excerpt from your text would help clarify the context.
 
Last edited:
  • #10
Yes, I managed to answer the remainder of the previous problem in the first part of the thread.

I guess I am still having trouble understanding what, exactly, these solutions mean for a differential equation. It looks to me like you combined [tex]y_1(x)[/tex] and [tex]y_2(x)[/tex] to equal something that looks exactly like another [tex]y_2(x)[/tex], especially given that it doesn't matter what the constants are. Why is [tex]y_1(x)[/tex] even necessary to list as a solution, anymore? Adding it to [tex]y_2(x)[/tex] seems to just result in [tex]y_2(x)[/tex].

What do you mean by linear combination?

I'm sorry, but I'm left with even more questions than before. Now, I'm completely lost as to the meaning of these solutions, when I previously thought I had some grasp. All I know is that it can be verified that they are solutions, and I have verified them. I just don't understand what constitutes a basis of solutions.

I was told that a basis of solutions is much like having basis vectors in space, sufficient to describe every point in that space by multiplying those vectors by some constant. I'm having trouble seeing how this carries over to a basis of solutions.
 
  • #11
No problem about being confused, I should be clearer.

I do not have your text in front of me so I cannot gauge the actual context the author is presenting without speculation, but what I was suggesting is that the text's motive was to list two candidate solutions [tex]y_1[/tex] and [tex]y_2[/tex], it then proceeds to establish a basis in solution space (exactly as you understand it, both solutions constitute a basis to describe every solution in solution space constrained by any boundary conditions) by showing that the most general form of the solution is:

[tex]y(x) = b_0x^2\sin x + b_1 x^2\cos x[/tex] (This is a linear combination, a sum of two solutions multiplied each by arbitrary constants).

where [tex]b_0[/tex] and [tex]b_1[/tex] are arbitrary constants that may be uniquely determined given boundary conditions. I suspect what the author wants to do is to label the two solutions as [tex]y_1[/tex] and [tex]y_2[/tex], then we could write the most general solution to the differential equation as

[tex]y(x) = y_1(x) + y_2(x)[/tex]

Proceeding, the author suggests two solutions that do happen to solve the differential equation, but the question is: are they distinct solutions, and further what is the general solution? Inputting the suggestions by the author into the above form:

[tex]y(x) = \underbrace{a_0x^2\sin x}_{y_1} + \underbrace{A_0x^2\cos x + A_1x^2\sin x}_{y_2}[/tex]
[tex] = \underbrace{(a_0 + A_1)}_{A_2}x^2\sin x + A_0x^2\cos x[/tex]
[tex] \Rightarrow y(x) = A_2x^2\sin x + A_0 x^2\cos x[/tex]

is the most general representation of the above, since [tex]a_0[/tex] and [tex]A_1[/tex] can be combined. Nothing is being removed, the solution is preserved. All that was found was that [tex]y_1[/tex] + [tex]y_2[/tex] as written, was not the most general form of the solution since we had a repeated term ([tex]x^2\sin x[/tex]). Now, we may relabel the solutions to be compact, where we write one independent solution in [tex]y_1[/tex] and the other as [tex]y_2[/tex],

[tex]y_1(x) = a_0 x^2\sin x[/tex] (does not have to be [tex]a_0[/tex], it can be anything, it is only a constant, I am just sticking to the notation given)
[tex]y_2(x) = A_0 x^2\cos x[/tex]

Such that,

[tex]y(x) = y_1(x) + y_2(x)[/tex] is the most general form (no repeated terms, each solution is independent). That was all they were doing I believe. Alternatively, you could just relabel [tex]y_2[/tex] as having two solutions that are independent and discard [tex]y_1[/tex], same thing. The bottom line is just that you need two independent solutions, the extra term in [tex]y_2[/tex] had a little "extra" on it that was unneeded, since just the other term itself also satisfies the differential equation. Two solutions, independent of each other, need only be written as just above, there is no reason to have an extra term in there for [tex]y_2[/tex]

I think the confusion you have is just that the author seems to be doing something that is possible backwards to your thinking. The thought experiment was to seek the general solution a posteriori, rather than working from the beginning towards the end. Given two solutions, construct the general solution (rather than, given an ODE, find the general solution. In which case, you would have found those two solutions anyway). In doing it the way the author did, given these two solutions, you can combine two of the terms as described above because they are, for all intents and purposes, the same.
 
Last edited:
  • #12
Thanks for the information. I think this is beginning to make more sense. I will need to do some more practice to really nail down the concept of independent solutions, and what terms can be eliminated, but your help has given me lots of direction in understanding this.
 
  • #13
Glad to hear it and happy to help.
 

Related to What is the next step in solving this Frobenius method problem?

1. What is the Frobenius method?

The Frobenius method is a powerful mathematical technique used to solve differential equations with singular points. It involves expanding the solution as a power series and finding the coefficients using a recursion formula.

2. When is the Frobenius method used?

The Frobenius method is typically used when the differential equation has a singular point, such as at x = 0 or infinity. It is also used when the differential equation has a non-constant coefficient or when other methods, such as separation of variables, do not work.

3. What are the steps involved in using the Frobenius method?

The first step is to assume a solution of the form y = xr, where r is a constant to be determined. Then, substitute this into the differential equation and solve for r. Next, use the recursion formula to find the coefficients of the power series. Finally, check for convergence and determine the validity of the solution.

4. What are some common challenges when using the Frobenius method?

One common challenge is determining the value of r that satisfies the differential equation. This can become difficult when the equation has complex or repeated roots. Another challenge is finding the appropriate recursion formula and determining the convergence of the solution.

5. Can the Frobenius method be used to solve any type of differential equation?

No, the Frobenius method is only applicable to certain types of differential equations, such as those with singular points or non-constant coefficients. For other types of equations, different methods, such as separation of variables or substitution, may be more appropriate.

Similar threads

  • Differential Equations
Replies
1
Views
1K
  • Differential Equations
Replies
3
Views
2K
Replies
1
Views
2K
  • Differential Equations
Replies
7
Views
536
  • Differential Equations
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
801
  • Differential Equations
Replies
4
Views
991
  • Differential Equations
Replies
2
Views
2K
Replies
8
Views
1K
  • Differential Equations
Replies
3
Views
2K
Back
Top