Power series recurrence relations

IniquiTrance
Messages
185
Reaction score
0

Homework Statement


In the following series':

http://image.cramster.com/answer-board/image/cramster-equation-2009410014306337491927047975008434.gif

According to my book, we only have a common range of summation here for n >= 2.

Therefore we need to treat n = 0 and n = 1 separately.

We thus write:

[2r(r-1) + 3r - 1]c0 = 0

and

[2(r+1)r + 3(r+1)-1]c1 = 0

My question is in both cases we ignored the last (4th) series to develop these two equations. How can we just ignore this power series?

I imagine it must be because its summation begins at n=2 unlike the others, but why are we allowed to ignore it up until n = 2?

Thanks!


Homework Equations





The Attempt at a Solution


 
Last edited by a moderator:
Physics news on Phys.org
Hi IniquiTrance! :smile:

(try using the X2 and X2 tags just above the Reply box :wink:)
IniquiTrance said:
According to my book, we only have a common range of summation here for n >= 2.

Therefore we need to treat n = 0 and n = 1 separately.

We thus write:

[2r(r-1) + 3r - 1]c0 = 0

and

[2(r+1)r + 3(r+1)-1]c1 = 0

My question is in both cases we ignored the last (4th) series to develop these two equations. How can we just ignore this power series?

I imagine it must be because its summation begins at n=2 unlike the others, but why are we allowed to ignore it up until n = 2?

ah, but you're really writing:

([2r(r-1) + 3r - 1]c0 + 0)xr = 0

and

([2(r+1)r + 3(r+1) -1]c1 + 0)xr+1 = 0,

so you're not really ignoring the 4th sum at all, you're just not bothering to put in the zeros. :wink:

Alternatively, think of the 4th sum as starting at n = 0 like the others, and with c-1 and c-2 defined as 0 :smile:
 
Ah, ok much clearer now. Thank you!
 
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...

Similar threads

Back
Top