Which p values result in the convergence of the series x_{n}+px_{n-1}?

  • Thread starter Thread starter Final
  • Start date Start date
Final
Messages
25
Reaction score
0
x_{n}+px_{n-1} converges \Leftrightarrow x_{n} converges.
For which p it is true?

Thanks
Final
 
Physics news on Phys.org
"Xn converges -> Xn + pXn-1 converges" is always true.
"Xn + pXn-1 converges -> Xn converges" is true if |p| < 1
 
Final said:
x_{n}+px_{n-1} converges \Leftrightarrow x_{n} converges.
For which p it is true?

Thanks
Final

I'm guessing there are two series. The first being x_{n} and the second being defined in terms of the first as: y_{n}=x_{n}+px_{n-1}

Assume x_{n} converges. So there exists a finite L such that:
\lim_{n \rightarrow \infty} x_{n} = L

To see whether or not y_{n} converges, calculate the limit:
\lim_{n \rightarrow \infty} x_{n} + px_{n-1}

= \lim_{n \rightarrow \infty} x_{n} + p \lim_{n \rightarrow \infty} x_{n-1}

= L + pL

L+pL exists and it is finite for all p, so y_{n} converges.

So we've shown
x_{n} converges \rightarrow x_{n} + px_{n-1} converges for all p.

Assume y_{n} converges. So there is a finite M such that:
\lim_{n \rightarrow \infty} x_{n} + px_{n-1} = M

we can rewrite the left side:
\lim_{n \rightarrow \infty} x_{n} + p \lim_{n \rightarrow \infty} x_{n-1} = M

\lim_{n \rightarrow \infty} x_{n} + p \lim_{n \rightarrow \infty} x_{n} = M

(1+p) \lim_{n \rightarrow \infty} x_{n} = M

\lim_{n \rightarrow \infty} x_{n} = M/(1+p)

M/(1+p) exists and is finite for all p not equal to -1.

x_{n} + px_{n-1} converges \rightarrow x_{n} converges for all p not equal -1
 
Last edited:
learningphysics said:
...

Assume y_{n} converges. So there is a finite M such that:
\lim_{n \rightarrow \infty} x_{n} + px_{n-1} = M

we can rewrite the left side:
\lim_{n \rightarrow \infty} x_{n} + p \lim_{n \rightarrow \infty} x_{n-1} = M

...

That's only true if x_n converges, which is what you were trying to prove... ;)
 
Example where yn series converges and xn does not is as follows: xn =1 for even n and -1 for odd n, for p =1, all yn =0, while the xn series oscillates between 1 and 0 (assuming start with n=0).
 
Muzza said:
That's only true if x_n converges, which is what you were trying to prove... ;)

:blushing:

Yes, you're right. All I did was show that if the limit exists then it is M/(p+1) and that the limit does not exist for p=-1. But I did not show where the limit does exist.

Anyway, please ignore my solution... Only look if you want to know how NOT to do calculus!
 
Last edited:
It is easy to construct an example for any p, where |p|<=1.
Let xn=(-1/p)n. Then the x series diverges or oscillates, while the y series is always 0.
 
Back
Top