First-order homogeneous recurrence relation with variable coefficient

Click For Summary
The discussion centers on finding an explicit formula for the recursive sequence defined by v_n = (2/(1+q^n))v_{n-1}, where 0 < q < 1. The initial approach involves using a method from Wikipedia, but the user struggles with calculating the product needed for the solution. The solution is derived directly from the recursion, leading to the formula v_n = 2^n * (∏_{k=1}^n (1/(1+q^k))) * v_0. The final conclusion emphasizes that this formula represents the simplest form achievable for the given recurrence relation.
Robin04
Messages
259
Reaction score
16

Homework Statement


I need to find the explicit formula for the following recursive sequence:
##v_n=\frac{2}{1+q^n}v_{n-1}## where ##0<q<1## is a constant

Homework Equations


I found the following method to solve it:
https://en.wikipedia.org/wiki/Recur...currence_relations_with_variable_coefficients

The Attempt at a Solution


Referring to Wikipedia, first I need to find
17c893a3d10387a0e30d23ec17df41bed06f1e09
, where
8c6f3cb8cc40110dc2469832ef2610375a2f20c2

My sequence is homogenous so ##g_n = 0##

I'm already in a problem at the beginning. In order to find ##A_n## I need to calculate##\prod_{k=0}^{n-1} \frac{2}{1+q^k} = 2^{n-1}\prod_{k=0}^{n-1} \frac{1}{1+q^k}##
I don't really have any idea how to do this. Can you give me some hint?
 
Physics news on Phys.org
Robin04 said:

Homework Statement


I need to find the explicit formula for the following recursive sequence:
##v_n=\frac{2}{1+q^n}v_{n-1}## where ##0<q<1## is a constant

Homework Equations


I found the following method to solve it:
https://en.wikipedia.org/wiki/Recur...currence_relations_with_variable_coefficients

The Attempt at a Solution


Referring to Wikipedia, first I need to find
17c893a3d10387a0e30d23ec17df41bed06f1e09
, where
8c6f3cb8cc40110dc2469832ef2610375a2f20c2

My sequence is homogenous so ##g_n = 0##

I'm already in a problem at the beginning. In order to find ##A_n## I need to calculate##\prod_{k=0}^{n-1} \frac{2}{1+q^k} = 2^{n-1}\prod_{k=0}^{n-1} \frac{1}{1+q^k}##
I don't really have any idea how to do this. Can you give me some hint?

You are done; that is about as simple a formula as can possibly be found.
 
Ray Vickson said:
You are done; that is about as simple a formula as can possibly be found.
Don't you also get the result that ##\displaystyle \ A_{n} = A_{n-1} \ \dots \ ## so that ##\displaystyle \ A_{n} = A_{0} \,?##
 
SammyS said:
Don't you also get the result that ##\displaystyle \ A_{n} = A_{n-1} \ \dots \ ## so that ##\displaystyle \ A_{n} = A_{0} \,?##
Using the recursion directly (and not bothering to look up formulas in Wikipedia) we have
$$ \begin{array}{rcl}
v_1 &=& \frac{2}{1+q} v_0 \\
v_2&=& \frac{2}{1+q^2} v_1 = \frac{2^2}{(1+q)(1+q^2)} v_0 \\
v_3 &=& \frac{2}{1+q^3} v_2 = \frac{2^3}{(1+q)(1+q^2)(1+q^3)} v_0 \\
\vdots & \vdots &\hspace{4em} \vdots
\end{array} $$ So
$$v_n = 2^n \left( \prod_{k=1}^n \frac{1}{1+q^k} \right) \: v_0,$$ and it does not get simpler than that.
 
Last edited:
  • Like
Likes Raihan amin and SammyS

Similar threads

  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 19 ·
Replies
19
Views
3K
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
1
Views
2K