Series solution up to a term, power series

dp182
Messages
19
Reaction score
0

Homework Statement


consider the initial value problem (1-x)y,,+xy,-2y=0 find the series solution up to the term with x6


Homework Equations


(1-x)y,,+xy,-2y=0


The Attempt at a Solution


assuming the answer has the form \Sigmaanxn
that gives y,,=\Sigmananxn-1 and y,,=\Sigman(n-1)anxn-2 then plugging these back in and getting rid of the xn-2 and xn-1 you get the equation \Sigma(n+2)(n+1)an+2xn-\Sigman(n+1)an+1xn+\Sigmananxn-2\Sigmaanxn so what I'm wondering is how do you replace the an+1 with an an so you can solve for an+2
 
Physics news on Phys.org
hi dp182! :smile:
dp182 said:
… how do you replace the an+1 with an an so you can solve for an+2

just subtract 1 from everything :wink:

(eg ∑an+1xn = ∑anxn-1)
 
dp182 said:
how do you replace the an+1 with an an so you can solve for an+2
You don't. The recurrence relation involves an, an+1, and an+2. There's nothing wrong with that.
 
It makes sense that the recurrence relation for a_n+2 involves a_n+1 and a_n. It would require you to define a_0 and a_1 and Second order differential equations require two boundary/initial conditions for a solution.
 
So If I solve for an+2 I get an+2=n(n+1)an+1+an(2-n)/(n+2)(n+1) so to get my terms up to x6 I will just input values of n, so my series will be in terms of a0and a1?
 
Yup, but you made an algebra error solving for an+2 (or omitted very needed parentheses).
 
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