Find Out How to Analyze V_n Series

  • Context: Undergrad 
  • Thread starter Thread starter elementbrdr
  • Start date Start date
  • Tags Tags
    Series
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
elementbrdr
Messages
43
Reaction score
0
Hi,

I don't know how to analyze the following, but I am wondering whether there is a way to determine whether a series of the following form is convergent: V[itex]_{n}[/itex]=(V[itex]_{n-1}[/itex]+a)/b. Thank you.
 
Physics news on Phys.org
elementbrdr said:
I don't know how to analyze the following, but I am wondering whether there is a way to determine whether a series of the following form is convergent: V[itex]_{n}[/itex]=(V[itex]_{n-1}[/itex]+a)/b.

A series can only be convergent (in the usual sense) if the limit of its terms is zero. If a is non-zero, what effect does that have on the limit of the terms in the series?
 
  • Like
Likes   Reactions: 1 person
elementbrdr said:
Hi,

I don't know how to analyze the following, but I am wondering whether there is a way to determine whether a series of the following form is convergent: V[itex]_{n}[/itex]=(V[itex]_{n-1}[/itex]+a)/b. Thank you.

This is a linear recurrence relation:

[tex]V_n - \frac{V_{n-1}}{b} = \frac{a}{b}[/tex]

For [itex]b \neq 1[/itex] the solution is [tex]V_n = \frac{A}{b^n} + \frac{a}{b-1}[/tex] for an arbitrary constant [itex]A[/itex]. Thus it will converge if and only if [itex]|b| > 1[/itex] or [itex]A = 0[/itex] and its limit will be [itex]\frac{a}{b-1}[/itex].

If [itex]b = 1[/itex] then the solution is [tex]V_n = A + na[/tex] for an arbitrary constant [itex]A[/itex], and it does not converge unless [itex]a = 0[/itex].
 
  • Like
Likes   Reactions: 1 person
Thank you. I see your points. Maybe, in framing this as a limit of a series, I am thinking about the underlying problem incorrectly. So I will expand on the problem I am trying to solve. In a financial context, I am trying to calculate a return that is inclusive of a return-based payment. More specifically, I am trying to calculate a payment (V), which payment is equal to a constant times return, i.e., b*(R/C -1), where R equals final value and C equals initial value. However, final value (R) is defined to include V, such that R= V+a. So the definition is circular. Intuitively, I thought of this as a limit of a series, building inward, where in the first step, the expression would be V = b*(R/C-1) = b*((V+a)/C-1); and in the second step, the expression would be V = b*(((b*(R/C-1))+a)/C-1) = b*(((b*((V+a)/C-1))+a)/C-1). So on and so forth. I would appreciate any guidance as to how to approach this problem. Thanks in advance.
 
HallsofIvy said:
Are you asking about a series (infinite sum) or sequence?

I think that what I am trying to do falls within the category of a sequence, rather than a series. I am interested in what the value of the expression would be after an infinite number of iterations of the "steps" illustrated above (and not in the sum of the expressions produced by each step). Sorry to have started off the thread with a misconception.
 
Viewing my question in terms of a sequence rather than a series, is there a way to state the calculation I described as a simple expression? I would be happy to try to clarify further if my question is still muddled. Thank you.