Solving an ODE with power series

Click For Summary

Discussion Overview

The discussion centers on solving an ordinary differential equation (ODE) using power series methods. Participants are exploring the formulation of the power series solution and the subsequent steps needed to derive coefficients from the resulting equations.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Homework-related

Main Points Raised

  • One participant presents the ODE and proposes a power series solution of the form y = ## \sum_{r=0}^\infty a_r x^r ##.
  • Another participant questions the handling of the " = 0" part of the ODE, emphasizing its importance for solving the coefficients.
  • A later reply suggests that for each power of x, the total must equal zero, prompting the original poster to work on that aspect.
  • One participant points out that there are multiple powers of x hidden in the sums and recommends rewriting the sums to start from r=2 to simplify the analysis.
  • There is a suggestion to change the index of summation to combine coefficients of like powers of x more effectively.

Areas of Agreement / Disagreement

Participants are generally engaged in refining the approach to solving the ODE, but there is no consensus on the next steps or the best method to handle the recurrence relations arising from the power series.

Contextual Notes

Participants note that the initial terms of some sums may be zero, and there is a dependence on correctly transforming indices to combine like powers of x. The discussion does not resolve the mathematical steps needed to proceed.

Kaguro
Messages
221
Reaction score
57
TL;DR
In power series method, after putting in the summations in the DE and simplifying, I found three powers of x.. how do I solve it?
I have an ODE:
(x-1)y'' + (3x-1)y' + y = 0
I need to find the solution about x=0. Since this is an ordinary point, I can use the regular power series solution.

Let y = ## \sum_{r=0}^\infty a_r x^r ##
after finding the derivatives and putting in the ODE, I have:
## \sum_{r=0}^\infty a_r (r)(r-1) x^{r-1} - \sum_{r=0}^\infty a_r (r)(r-1) x^{r-2} + 3 \sum_{r=0}^\infty a_r (r) x^{r} - \sum_{r=0}^\infty a_r (r) x^{r-1} + \sum_{r=0}^\infty a_r x^{r}=0 ##

Now I have three powers of x, so If I transform the index I'll still end up with a recurrence relation relating three coefficients.
I don't know how to proceed in that case.
Please help.
 
Last edited:
Physics news on Phys.org
When you put the power series into the ODE, what happened to the " = 0" part? It is necessary to use that to solve for the coefficients.
 
I edited. Please help me now.
 
For each power of x, the total on the left must equal that power of x on the right, which is zero. Work on that and see how far it gets you.
 
Kaguro said:
Summary:: In power series method, after putting in the summations in the DE and simplifying, I found three powers of x.. how do I solve it?

I have an ODE:
(x-1)y'' + (3x-1)y' + y = 0
I need to find the solution about x=0. Since this is an ordinary point, I can use the regular power series solution.

Let y = ## \sum_{r=0}^\infty a_r x^r ##
after finding the derivatives and putting in the ODE, I have:
## \sum_{r=0}^\infty a_r (r)(r-1) x^{r-1} - \sum_{r=0}^\infty a_r (r)(r-1) x^{r-2} + 3 \sum_{r=0}^\infty a_r (r) x^{r} - \sum_{r=0}^\infty a_r (r) x^{r-1} + \sum_{r=0}^\infty a_r x^{r}=0 ##

Now I have three powers of x, so If I transform the index I'll still end up with a recurrence relation relating three coefficients.
I don't know how to proceed in that case.
Please help.
Actually you have a many powers of x hidden in each sum. Also, though all your sums start at r= 0, in the first sum you have coefficients r and r- 1 so the first two terms are 0, It would be better to write it as \sum_{r= 2}^\infty a_r r(r-1)x^{r- 2}. In order to get x^i, let i= r- 2 so that r= i+ 2 and the sum becomes \sum_{i= 0}^\infty a_{i+2}(i+2)(i+1)x^{i}. Do the same with each of the other sums so that you have x^i in each sum and can combine coefficients of "like powers".
 

Similar threads

  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
0
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K