Help with linear homogeneous recurrence relations

Bucs44
Messages
57
Reaction score
0

Homework Statement


Here's my problem - Give the order of linear homogeneous recurrence relations with constant coefficients for: An = 2na(n-1)



The Attempt at a Solution

I have no idea on how to start this problem - Any help would be greatly appreciated.
 
Physics news on Phys.org
First, I think you mean An= 2An-1. Be careful to distinguish between "A" and "a"!

Notice that this problem does not (yet) ask you to solve the equation! It just asks that you state its order. Do you know the definition of "order" of a recurrence relation? I suspect the way to "start this problem" is to look up "order"!
 
=2(2An-1 + 1) + 1
=2^2An-1 + 2 + 1

Is this right?
 
The order is just the number of "previous" terms, in which case the order is 2
 
No, in the recursion An= 2An-1, An depends on the value of A one place before it. The order is 1.

As for
=2(2An-1 + 1) + 1
=2^2An-1 + 2 + 1

I can't tell whether it is correct or not because you haven't told me what it is supposed to equal!

Once again, is this intended to be An= 2Sn-1? If so, I cannot see where you are getting the "+1" terms from.

Suppose A0= 1. What is A1? A2?
 
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