Understanding a proof that a given recursive complex sequence converges
$begingroup$
Currently I am struggling to understand a solution to the following exercise:
Let $z_0 = x_0+iy_0 ne 0$ be a complex number and let the sequence $(z_n)_n$ be recursively defined as
$$z_{n+1} = frac{1}{2} left( z_n+frac{1}{z_n} right)$$
for $n ge 0$. Show that if $x_{0} > 0$ then $lim_{n to infty} z_n = 1$.
$\$
We notice that the only possible values for a limit would be $pm 1$. We further observe that since $z_0$ is in the right half plane all $z_n$ are in there too. Next we observe the sequence $w_n$ defined by
$$ w_n := frac{z_n-1}{z_n+1}$$
It holds that $w_{n+1} = w_n^2$. And since $|w_n| < 1 $ we see that $w_n$ converges to $0$. From $|z_n+1| ge 1$ we deduce that $z_n$ converges to $1$.
I do not understand the part
From $|z_n+1| ge 1$ we deduce that $z_n$ converges to $1$.
Could you explain that to me ?
sequences-and-series complex-analysis convergence
$endgroup$
|
show 3 more comments
$begingroup$
Currently I am struggling to understand a solution to the following exercise:
Let $z_0 = x_0+iy_0 ne 0$ be a complex number and let the sequence $(z_n)_n$ be recursively defined as
$$z_{n+1} = frac{1}{2} left( z_n+frac{1}{z_n} right)$$
for $n ge 0$. Show that if $x_{0} > 0$ then $lim_{n to infty} z_n = 1$.
$\$
We notice that the only possible values for a limit would be $pm 1$. We further observe that since $z_0$ is in the right half plane all $z_n$ are in there too. Next we observe the sequence $w_n$ defined by
$$ w_n := frac{z_n-1}{z_n+1}$$
It holds that $w_{n+1} = w_n^2$. And since $|w_n| < 1 $ we see that $w_n$ converges to $0$. From $|z_n+1| ge 1$ we deduce that $z_n$ converges to $1$.
I do not understand the part
From $|z_n+1| ge 1$ we deduce that $z_n$ converges to $1$.
Could you explain that to me ?
sequences-and-series complex-analysis convergence
$endgroup$
3
$begingroup$
FWIW, I do not understand "From $|z_n+1| ge 1$ we deduce that $z_n$ converges to $1$" either. From $w_nto0$ and $$z_n=frac{1+w_n}{1-w_n}$$ it is direct that $z_nto1$ and the argument that $|z_n+1| ge 1$ seems quite unrelated and not needed at all to get that $z_nto1$.
$endgroup$
– Did
Dec 17 '18 at 17:59
1
$begingroup$
@Did It seems... circumvoluted. I understood it as "the denominator is bounded away from $0$, so we don't have to worry about anything at all anyway."
$endgroup$
– Clement C.
Dec 17 '18 at 18:00
2
$begingroup$
@ClementC. It seems... wrong, actually. If one knows that $w_n=u_n/v_nto0$, what is needed to deduce that $u_nto0$ is that $(v_n)$ stays bounded, not that $(v_n)$ stays bounded away from $0$ (since, well... obviously, $u_n=w_nv_n$).
$endgroup$
– Did
Dec 17 '18 at 18:03
2
$begingroup$
@Did You're right. (Again, I don't know where this proof is from, but my best-case assumption is that the person who wrote the argument wanted to say that that $w_n$ was well-defined since no division by zero occurred, and put it in the wrong place, in the most confusing manner)
$endgroup$
– Clement C.
Dec 17 '18 at 18:06
1
$begingroup$
Probably the intention was to say that $g:zmapstofrac{z-1}{z+1}$ is holomorphic in $B_1(-1)^c$ and the only root is $1$, so $g(z_n)to 0$ iff $z_nto1$. Very poorly phrased
$endgroup$
– Federico
Dec 17 '18 at 18:26
|
show 3 more comments
$begingroup$
Currently I am struggling to understand a solution to the following exercise:
Let $z_0 = x_0+iy_0 ne 0$ be a complex number and let the sequence $(z_n)_n$ be recursively defined as
$$z_{n+1} = frac{1}{2} left( z_n+frac{1}{z_n} right)$$
for $n ge 0$. Show that if $x_{0} > 0$ then $lim_{n to infty} z_n = 1$.
$\$
We notice that the only possible values for a limit would be $pm 1$. We further observe that since $z_0$ is in the right half plane all $z_n$ are in there too. Next we observe the sequence $w_n$ defined by
$$ w_n := frac{z_n-1}{z_n+1}$$
It holds that $w_{n+1} = w_n^2$. And since $|w_n| < 1 $ we see that $w_n$ converges to $0$. From $|z_n+1| ge 1$ we deduce that $z_n$ converges to $1$.
I do not understand the part
From $|z_n+1| ge 1$ we deduce that $z_n$ converges to $1$.
Could you explain that to me ?
sequences-and-series complex-analysis convergence
$endgroup$
Currently I am struggling to understand a solution to the following exercise:
Let $z_0 = x_0+iy_0 ne 0$ be a complex number and let the sequence $(z_n)_n$ be recursively defined as
$$z_{n+1} = frac{1}{2} left( z_n+frac{1}{z_n} right)$$
for $n ge 0$. Show that if $x_{0} > 0$ then $lim_{n to infty} z_n = 1$.
$\$
We notice that the only possible values for a limit would be $pm 1$. We further observe that since $z_0$ is in the right half plane all $z_n$ are in there too. Next we observe the sequence $w_n$ defined by
$$ w_n := frac{z_n-1}{z_n+1}$$
It holds that $w_{n+1} = w_n^2$. And since $|w_n| < 1 $ we see that $w_n$ converges to $0$. From $|z_n+1| ge 1$ we deduce that $z_n$ converges to $1$.
I do not understand the part
From $|z_n+1| ge 1$ we deduce that $z_n$ converges to $1$.
Could you explain that to me ?
sequences-and-series complex-analysis convergence
sequences-and-series complex-analysis convergence
asked Dec 17 '18 at 17:48
3nondatur3nondatur
404111
404111
3
$begingroup$
FWIW, I do not understand "From $|z_n+1| ge 1$ we deduce that $z_n$ converges to $1$" either. From $w_nto0$ and $$z_n=frac{1+w_n}{1-w_n}$$ it is direct that $z_nto1$ and the argument that $|z_n+1| ge 1$ seems quite unrelated and not needed at all to get that $z_nto1$.
$endgroup$
– Did
Dec 17 '18 at 17:59
1
$begingroup$
@Did It seems... circumvoluted. I understood it as "the denominator is bounded away from $0$, so we don't have to worry about anything at all anyway."
$endgroup$
– Clement C.
Dec 17 '18 at 18:00
2
$begingroup$
@ClementC. It seems... wrong, actually. If one knows that $w_n=u_n/v_nto0$, what is needed to deduce that $u_nto0$ is that $(v_n)$ stays bounded, not that $(v_n)$ stays bounded away from $0$ (since, well... obviously, $u_n=w_nv_n$).
$endgroup$
– Did
Dec 17 '18 at 18:03
2
$begingroup$
@Did You're right. (Again, I don't know where this proof is from, but my best-case assumption is that the person who wrote the argument wanted to say that that $w_n$ was well-defined since no division by zero occurred, and put it in the wrong place, in the most confusing manner)
$endgroup$
– Clement C.
Dec 17 '18 at 18:06
1
$begingroup$
Probably the intention was to say that $g:zmapstofrac{z-1}{z+1}$ is holomorphic in $B_1(-1)^c$ and the only root is $1$, so $g(z_n)to 0$ iff $z_nto1$. Very poorly phrased
$endgroup$
– Federico
Dec 17 '18 at 18:26
|
show 3 more comments
3
$begingroup$
FWIW, I do not understand "From $|z_n+1| ge 1$ we deduce that $z_n$ converges to $1$" either. From $w_nto0$ and $$z_n=frac{1+w_n}{1-w_n}$$ it is direct that $z_nto1$ and the argument that $|z_n+1| ge 1$ seems quite unrelated and not needed at all to get that $z_nto1$.
$endgroup$
– Did
Dec 17 '18 at 17:59
1
$begingroup$
@Did It seems... circumvoluted. I understood it as "the denominator is bounded away from $0$, so we don't have to worry about anything at all anyway."
$endgroup$
– Clement C.
Dec 17 '18 at 18:00
2
$begingroup$
@ClementC. It seems... wrong, actually. If one knows that $w_n=u_n/v_nto0$, what is needed to deduce that $u_nto0$ is that $(v_n)$ stays bounded, not that $(v_n)$ stays bounded away from $0$ (since, well... obviously, $u_n=w_nv_n$).
$endgroup$
– Did
Dec 17 '18 at 18:03
2
$begingroup$
@Did You're right. (Again, I don't know where this proof is from, but my best-case assumption is that the person who wrote the argument wanted to say that that $w_n$ was well-defined since no division by zero occurred, and put it in the wrong place, in the most confusing manner)
$endgroup$
– Clement C.
Dec 17 '18 at 18:06
1
$begingroup$
Probably the intention was to say that $g:zmapstofrac{z-1}{z+1}$ is holomorphic in $B_1(-1)^c$ and the only root is $1$, so $g(z_n)to 0$ iff $z_nto1$. Very poorly phrased
$endgroup$
– Federico
Dec 17 '18 at 18:26
3
3
$begingroup$
FWIW, I do not understand "From $|z_n+1| ge 1$ we deduce that $z_n$ converges to $1$" either. From $w_nto0$ and $$z_n=frac{1+w_n}{1-w_n}$$ it is direct that $z_nto1$ and the argument that $|z_n+1| ge 1$ seems quite unrelated and not needed at all to get that $z_nto1$.
$endgroup$
– Did
Dec 17 '18 at 17:59
$begingroup$
FWIW, I do not understand "From $|z_n+1| ge 1$ we deduce that $z_n$ converges to $1$" either. From $w_nto0$ and $$z_n=frac{1+w_n}{1-w_n}$$ it is direct that $z_nto1$ and the argument that $|z_n+1| ge 1$ seems quite unrelated and not needed at all to get that $z_nto1$.
$endgroup$
– Did
Dec 17 '18 at 17:59
1
1
$begingroup$
@Did It seems... circumvoluted. I understood it as "the denominator is bounded away from $0$, so we don't have to worry about anything at all anyway."
$endgroup$
– Clement C.
Dec 17 '18 at 18:00
$begingroup$
@Did It seems... circumvoluted. I understood it as "the denominator is bounded away from $0$, so we don't have to worry about anything at all anyway."
$endgroup$
– Clement C.
Dec 17 '18 at 18:00
2
2
$begingroup$
@ClementC. It seems... wrong, actually. If one knows that $w_n=u_n/v_nto0$, what is needed to deduce that $u_nto0$ is that $(v_n)$ stays bounded, not that $(v_n)$ stays bounded away from $0$ (since, well... obviously, $u_n=w_nv_n$).
$endgroup$
– Did
Dec 17 '18 at 18:03
$begingroup$
@ClementC. It seems... wrong, actually. If one knows that $w_n=u_n/v_nto0$, what is needed to deduce that $u_nto0$ is that $(v_n)$ stays bounded, not that $(v_n)$ stays bounded away from $0$ (since, well... obviously, $u_n=w_nv_n$).
$endgroup$
– Did
Dec 17 '18 at 18:03
2
2
$begingroup$
@Did You're right. (Again, I don't know where this proof is from, but my best-case assumption is that the person who wrote the argument wanted to say that that $w_n$ was well-defined since no division by zero occurred, and put it in the wrong place, in the most confusing manner)
$endgroup$
– Clement C.
Dec 17 '18 at 18:06
$begingroup$
@Did You're right. (Again, I don't know where this proof is from, but my best-case assumption is that the person who wrote the argument wanted to say that that $w_n$ was well-defined since no division by zero occurred, and put it in the wrong place, in the most confusing manner)
$endgroup$
– Clement C.
Dec 17 '18 at 18:06
1
1
$begingroup$
Probably the intention was to say that $g:zmapstofrac{z-1}{z+1}$ is holomorphic in $B_1(-1)^c$ and the only root is $1$, so $g(z_n)to 0$ iff $z_nto1$. Very poorly phrased
$endgroup$
– Federico
Dec 17 '18 at 18:26
$begingroup$
Probably the intention was to say that $g:zmapstofrac{z-1}{z+1}$ is holomorphic in $B_1(-1)^c$ and the only root is $1$, so $g(z_n)to 0$ iff $z_nto1$. Very poorly phrased
$endgroup$
– Federico
Dec 17 '18 at 18:26
|
show 3 more comments
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3044232%2funderstanding-a-proof-that-a-given-recursive-complex-sequence-converges%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3044232%2funderstanding-a-proof-that-a-given-recursive-complex-sequence-converges%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
$begingroup$
FWIW, I do not understand "From $|z_n+1| ge 1$ we deduce that $z_n$ converges to $1$" either. From $w_nto0$ and $$z_n=frac{1+w_n}{1-w_n}$$ it is direct that $z_nto1$ and the argument that $|z_n+1| ge 1$ seems quite unrelated and not needed at all to get that $z_nto1$.
$endgroup$
– Did
Dec 17 '18 at 17:59
1
$begingroup$
@Did It seems... circumvoluted. I understood it as "the denominator is bounded away from $0$, so we don't have to worry about anything at all anyway."
$endgroup$
– Clement C.
Dec 17 '18 at 18:00
2
$begingroup$
@ClementC. It seems... wrong, actually. If one knows that $w_n=u_n/v_nto0$, what is needed to deduce that $u_nto0$ is that $(v_n)$ stays bounded, not that $(v_n)$ stays bounded away from $0$ (since, well... obviously, $u_n=w_nv_n$).
$endgroup$
– Did
Dec 17 '18 at 18:03
2
$begingroup$
@Did You're right. (Again, I don't know where this proof is from, but my best-case assumption is that the person who wrote the argument wanted to say that that $w_n$ was well-defined since no division by zero occurred, and put it in the wrong place, in the most confusing manner)
$endgroup$
– Clement C.
Dec 17 '18 at 18:06
1
$begingroup$
Probably the intention was to say that $g:zmapstofrac{z-1}{z+1}$ is holomorphic in $B_1(-1)^c$ and the only root is $1$, so $g(z_n)to 0$ iff $z_nto1$. Very poorly phrased
$endgroup$
– Federico
Dec 17 '18 at 18:26