How to Derive a Recurrence Relation for a Combined Geometric Sequence?

Punkyc7
Messages
415
Reaction score
0
Find a simple closed formula for the ordinary generating function of the sequence given by


{a_{n}]}n>=0 when a_{n} is given by


a_{n} = 6 * 5^n - 5 * 3^n.


My question is how do you find the recurrence relation a_{n} = 6 * 5^n - 5 * 3^n.


I don't know were to start.
 
Physics news on Phys.org
Punkyc7 said:
Find a simple closed formula for the ordinary generating function of the sequence given by


{a_{n}]}n>=0 when a_{n} is given by


a_{n} = 6 * 5^n - 5 * 3^n.


My question is how do you find the recurrence relation a_{n} = 6 * 5^n - 5 * 3^n.


I don't know were to start.

Why bother with finding a recurrence relation? Your sequence looks like a combination of two geometric sequences. What is the the generating function for each one? What do you get when you add the two generating functions together?
 
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