WackStr
- 17
- 0
Homework Statement
Consider the positive integer p and any positive number \alpha and the formula:
x_{n+1}=\frac{p-1}{p}x_n+\frac{\alpha}{p}x_n^{-p+1}
and describe the behavior of the resulting sequences \{x_n\}
Homework Equations
In the problem statement.
The Attempt at a Solution
So in the earlier problem of this chapter where p=2. We first choose x_1>\sqrt{\alpha} and then show that the resulting sequence is monotonically decreasing and is bounded below by \sqrt{\alpha}. Hence a limit exists and letting x_{n+1} and x_n be equal to that limit and solving we get the limit of the sequence.
Using a similar strategy I wanted to begin with x_1>\alpha^{\frac{1}{p}} and show that the resulting sequence is monotonically decreasing and bounded below by \alpha^{\frac{1}{p}} and then show that the sequence converges to \alpha^{\frac{1}{p}}.
I have proved that x_{n+1}<x_n iff x_n>\alpha^{\frac{1}{p}} so proving inductively that x_n>\alpha^{\frac{1}{p}} for all n should do the job. But I can't prove that. This is where I am stuck.
I have used excel to plot the sequence for various values of \alpha and p and each time the sequence monotonically decreases and converges to \alpha^{\frac{1}{p} if we choose x_1>\alpha^{\frac{1}{p}}.
I'm just stuck at the point I mentioned earlier.
Any help would be appreciated. Thank you.