Differential Eq- Power Series Solution

sami23
Messages
69
Reaction score
1
Find a power series sol'n: (x2-1)y'' + 3xy' + xy = 0

Homework Equations


let y = \Sigma (from \infty to n=0) Cnxn
let y' = \Sigma (from \infty to n=1) nCnxn-1
let y'' = \Sigma (from \infty to n=2) n(n-1)Cnxn-2

The Attempt at a Solution


I wrote the differential eq as: x2y''-y''+3xy'+xy=0

Substituting back into the differential eq and multiplying the x2 gives:
\Sigma (from \infty to n=2) n(n-1)Cnxn - \Sigma (from \infty to n=2) n(n-1)Cnxn-2 + 3\Sigma (from \infty to n=1) nCnxn + \Sigma (from \infty to n=0) Cnxn+1 = 0

For the first 2 terms I let k=n-2 , n=k+2 which would give:
\Sigma (from \infty to k=0) (k+2)(k+1)Ck+2xk+2 - \Sigma (from \infty to k=0) (k+2)(k+1)Ck+2xk

For the 3rd and 4th term I let k=n which would give:
3\Sigma (from \infty to k=1) kCkxk + \Sigma (from \infty to k=0) Ckxk+1

The new series would be:
\Sigma (from \infty to k=0) (k+2)(k+1)Ck+2xk+2 - \Sigma (from \infty to k=0) (k+2)(k+1)Ck+2xk + 3\Sigma (from \infty to k=1) kCkxk + \Sigma (from \infty to k=0) Ckxk+1

I don't know how to make the starting value of each index the same (from \infty to k=0) and how would I get to the general solution?
 
Physics news on Phys.org
First off a tip. Write your summations like this: \sum_{n=a}^\infty. This will look like \sum_{n=a}^\infty, which is a lot neater. Secondly put the tex brackets around your entire equation, not just the summation symbols.

This will make your equation look like:
\sum_{n=0}^\infty c_n x^n

Let's start with a simple example. Take \sum_{n=1}^\infty c_{n-1}x^{n-1}. We want to write this series as \sum_{n=0}^\infty c_k x^k. Let's take a look at the first series.

<br /> \sum_{n=1}^\infty c_{n-1}x^{n-1}=c_0 x^0+c_1 x^1+c_2 x^2+...<br />

We obviously want \sum_{n=0}^\infty c_k x^k to be equal to this. So how would you express k in terms of n?

\sum_{n=0}^\infty c_k x^k=c_0 x^0+c_1 x^1+c_2 x^2+...?
 
Last edited:
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