Find the series solution,power series

  • Thread starter Thread starter dp182
  • Start date Start date
  • Tags Tags
    Series
Click For Summary
SUMMARY

The discussion focuses on solving the differential equation 2xy'' - x(x-1)y' - y = 0 around x = 0 using power series methods. The roots of the indicial equation are derived from the condition 2r(r-1) + r = 0, leading to the recurrence relation for coefficients a_n. The solution assumes the form y = Σa_n x^(n+r), and the participant outlines the steps to derive the coefficients through manipulation of series terms. The key challenge identified is correctly handling the terms in the series expansion to achieve a consistent power of x.

PREREQUISITES
  • Understanding of power series solutions for differential equations
  • Familiarity with indicial equations and recurrence relations
  • Knowledge of manipulating summation notation and series terms
  • Basic concepts of differential equations, specifically second-order linear equations
NEXT STEPS
  • Study the derivation of recurrence relations in power series solutions
  • Learn about the Frobenius method for solving differential equations
  • Explore examples of indicial equations and their roots in differential equations
  • Practice manipulating series expansions and summation indices
USEFUL FOR

Students and researchers in mathematics, particularly those focusing on differential equations, power series methods, and mathematical analysis.

dp182
Messages
19
Reaction score
0

Homework Statement


2xy''-x(x-1)y'-y=0 about x=0
what are the roots of the indicial equation and for the roots find the recurrence relation that defines the the coef an

Homework Equations


2xy''-x(x-1)y'-y=0 about x=0

assuming the solution has the form y=[itex]\Sigma[/itex]anxn+r
y'=[itex]\Sigma[/itex](n+r)anxn+r-1
y''=[itex]\Sigma[/itex](n+r)(n+r-1)anxn+r-2

The Attempt at a Solution


after plugging into the solution I get
2[itex]\Sigma[/itex](n+r)(n+r-1)anxn+r-1-[itex]\Sigma[/itex](n+r)anxn+r+1-[itex]\Sigma[/itex](n+r)anxn+r-1-[itex]\Sigma[/itex]anxn+r
then I attempt to make all the x's the same and and make the sigma's equal so after doing that I get
2[itex]\Sigma[/itex](n+r+1)(n+r)an+1xn+r-[itex]\Sigma[/itex](n+r-1)an-1xn+r-[itex]\Sigma[/itex](n+r+1)an+1xn+r-[itex]\Sigma[/itex]anxn+r
I know that I need to replace the 0 under the sigma's with a (-1) on terms 1,3 but term 2 is what's throwing me off any help would be great
 
Physics news on Phys.org
The third sum should be positive. Explicitly writing in the limits, you have
[tex]2\sum_{n=0}^\infty (n+r)(n+r-1)a_n x^{n+r-1}<br /> -\sum_{n=0}^\infty (n+r) a_n x^{n+r+1}<br /> +\sum_{n=0}^\infty (n+r)a_n x^{n+r-1}<br /> -\sum_{n=0}^\infty a_n x^{n+r} = 0[/tex]
As you noted, only the first and third sums give you a [itex]x^{r-1}[/itex] term, and the second sum doesn't give you an [itex]x^r[/itex] term. Separating those terms out, you have
\begin{eqnarray*}
&&[2r(r-1) + r]a_0x^{r-1} + \\
&&[2(r+1)r a_1 + (r+1)a_1 - a_0]x^r + \\
&&2\sum_{n=1}^\infty (n+r+1)(n+r)a_{n+1}x^{n+r}
-\sum_{n=1}^\infty (n+r-1)a_{n-1}x^{n+r}
+\sum_{n=1}^\infty (n+r+1)a_{n+1}x^{n+r}
-\sum_{n=1}^\infty a_n x^{n+r} = 0
\end{eqnarray*}
By assumption, a0 isn't equal to 0, so you must have 2r(r-1)+r=0. That's your indicial equation.
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
Replies
3
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
2
Views
2K