DiffEQ 2nd order series sol'n problem: (1 - x)y'' + y = 0, x0 = 0

Click For Summary

Homework Help Overview

The problem involves solving a second-order differential equation of the form (1 - x)y'' + y = 0, with an initial condition at x0 = 0. The discussion centers around finding a series solution and analyzing the resulting coefficients.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • The original poster attempts to derive a recursion formula for the coefficients of the series solution but expresses confusion about how to proceed from that point. Other participants explore specific coefficient calculations and question the emergence of patterns in the series.

Discussion Status

Participants are actively engaging with the problem, sharing their calculations and interpretations. Some have offered insights into the recursion process, while others are questioning the necessity of further generalization of the solution. There is no explicit consensus on the next steps or the need for additional simplification.

Contextual Notes

There is mention of fixing errors in earlier calculations and setting specific values for coefficients to explore different forms of the solution. The discussion reflects a mix of attempts to clarify the series solution and the implications of the chosen coefficients.

VinnyCee
Messages
486
Reaction score
0
This problem is from section 5.2 in Boyce, DiPrima's Differential Equations 8th edition.

[tex](1 - x)\,y''\,+\,y\,=\,0[/tex]

I get:

[tex]2\,a_2\,+\,a_0\,+\,\sum_{n\,=\,1}^{\infty}\,\left[(n\,+\,2)\,(n\,+\,1)\,a_{n\,+\,2}\,-\,n\,(n\,+\,1)\,a_{n\,+\,1}\,+\,a_n\right]\,x_n\,=\,0[/tex]

Which leads to one equation:

[tex]2\,a_2\,+\,a_0\,=\,0[/tex]

[tex]a_2\,=\,-\frac{1}{2}\,a_0[/tex]

and the recursion formula:

[tex]a_{n\,+\,2}\,=\,\frac{n\,(n\,+\,1)\,a_{n\,+\,1}\,-\,a_n}{(n\,+\,2)\,(n\,+\,1)}[/tex]

Now I am totally lost, just like in this other thread, because I don't know how to move on from this step. Please help :confused:
 
Physics news on Phys.org
What now?

Using the recursion formula above, i get the following:

[tex] a_{(0)+2} =\frac{((0)+1)(0)a_{(0)+1}-a_0}{((0)+2)((0)+1)}\:\:\:\:\:\:\:<br /> a_2 =\frac{-a_0}{2*1}\\[/tex]

[tex] a_{(1)+2} =\frac{((1)+1)(1)a_{(1)+1}-a_{(1)}}{((1)+2)((1)+1)}\:\:\:\:\:\:\:<br /> a_3 =\frac{-a_0-a_1}{3*2}\\[/tex]

[tex]a_{(2)+2} =\frac{((2)+1)(2)a_{(2)+1}-a_{(2)}}{((2)+2)((2)+1)}\:\:\:\:\:\:\:<br /> a_4 =\frac{-a_1-\frac{1}{2}a_0}{4*3}\\[/tex]

But I don't see much of a pattern. What am I doing wrong? Please help, thank you in advance.
 
Last edited:
Almost done...

After fixing the eroor in the first term of the recursion series above, I now set a0 = 1 and a1 = 0 to separate the two-types of terms left in the formula:

[tex]y(x)\,=\,\sum_{n\,=\,0}^{\infty}\,a_n\,x^n\,=\,a_0\,+\,a_1\,x\,-\,\frac{a_0}{2\,*\,1}\,x^2\,-\,\frac{a_0\,+\,a_1}{3\,*\,2}\,x^3\,-\,\frac{a_1\,+\,\frac{1}{2}\,a_0}{4\,*\,3}\,x^4[/tex]

[tex]y_{a_0\,=\,1,\,a_1\,=\,0}(x)\,=\,(1)\,+\,(0)\,x\,-\,\frac{(1)}{2\,*\,1}\,x^2\,-\,\frac{(1)\,+\,(0)}{3\,*\,2}\,x^3\,-\,\frac{(0)\,+\,\frac{1}{2}\,(1)}{4\,*\,3}\,x^4\,=\,1\,-\,\frac{1}{2}\,x^2\,-\,\frac{1}{6}\,x^3\,-\,\frac{1}{24}\,x^4\,+\,...[/tex]

Now with a0 = 0 and a1 = 1:

[tex]y_{a_0\,=\,0,\,a_1\,=\,1}(x)\,=\,(0)\,+\,(1)\,x\,-\,\frac{(0)}{2\,*\,1}\,x^2\,-\,\frac{(0)\,+\,(1)}{3\,*\,2}\,x^3\,-\,\frac{(1)\,+\,\frac{1}{2}\,(0)}{4\,*\,3}\,x^4\,=\,x\,-\,\frac{1}{6}\,x^3\,-\,\frac{1}{12}\,x^4\,-\,\frac{1}{24}\,x^5\,+\,...[/tex]

Now, factoring out the a0 and a1 terms from each:

[tex]y(x)\,=\,a_0\,\left[1\,-\,\frac{1}{2}\,x^2\,-\,\frac{1}{6}\,x^3\,-\,\frac{1}{24}\,x^4\,+\,...\right]\,+\,a_1\,\left[x\,-\,\frac{1}{6}\,x^3\,-\,\frac{1}{12}\,x^4\,-\,\frac{1}{24}\,x^5\,+\,...\right][/tex]

The book says this is the answer, but is there any way to generalize this equation more? Possibly by using a summation?
 
U could use factorials,but what would be the purpose?You found the solution,i say that's enough.

Daniel.
 

Similar threads

Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
6K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
5K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 3 ·
Replies
3
Views
2K