- #1
alexmahone
- 304
- 0
$y_0=k$ where $k$ is a constant.
$x_{n+1}=30-\dfrac{y_n}{2}$
$y_{n+1}=30-\dfrac{x_{n+1}}{2}$
Prove that $(x_n, y_n)$ converges to $(20, 20)$ for all values of $k$.
My attempt:
I wrote a computer program and verified this for a few values of $k$. But I don't know how to prove that $x_n$ and $y_n$ converge.
$x_{n+1}=30-\dfrac{y_n}{2}$
$y_{n+1}=30-\dfrac{x_{n+1}}{2}$
Prove that $(x_n, y_n)$ converges to $(20, 20)$ for all values of $k$.
My attempt:
I wrote a computer program and verified this for a few values of $k$. But I don't know how to prove that $x_n$ and $y_n$ converge.