Can someone shed some light on this inequality? The Next CEO of Stack OverflowShow that the sequence $left(frac2^nn!right)$ has a limit.Determine value the following: $L=sum_k=1^inftyfrac1k^k$Could someone help me clarify the steps for this solution?Understanding how to use $epsilon-delta$ definition of a limitHow can an imaginary equation give a real answer?Can someone claify on the work that was done in this question on Maclaurin SeriesConvergence of series $nq^n$.How does this limit converge to zeroUnderstanding part of a proof for Stolz-Cesaro TheoremAbout a statement of partial fraction in an answer
Unreliable Magic - Is it worth it?
Why did we only see the N-1 starfighters in one film?
Received an invoice from my ex-employer billing me for training; how to handle?
Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?
Skipping indices in a product
How to start emacs in "nothing" mode (`fundamental-mode`)
How are problems classified in Complexity Theory?
Preparing Indesign booklet with .psd graphics for print
How to make a variable always equal to the result of some calculations?
Won the lottery - how do I keep the money?
"and that skill is always a class skill for you" - does "always" have any meaning in Pathfinder?
How do we know the LHC results are robust?
Return the Closest Prime Number
What was the first Unix version to run on a microcomputer?
Is HostGator storing my password in plaintext?
How do I go from 300 unfinished/half written blog posts, to published posts?
Elegant way to replace substring in a regex with optional groups in Python?
How should I support this large drywall patch?
If the heap is initialized for security, then why is the stack uninitialized?
Written every which way
Is it possible to search for a directory/file combination?
How did people program for Consoles with multiple CPUs?
Why do we use the plural of movies in this phrase "We went to the movies last night."?
Is there a difference between "Fahrstuhl" and "Aufzug"
Can someone shed some light on this inequality?
The Next CEO of Stack OverflowShow that the sequence $left(frac2^nn!right)$ has a limit.Determine value the following: $L=sum_k=1^inftyfrac1k^k$Could someone help me clarify the steps for this solution?Understanding how to use $epsilon-delta$ definition of a limitHow can an imaginary equation give a real answer?Can someone claify on the work that was done in this question on Maclaurin SeriesConvergence of series $nq^n$.How does this limit converge to zeroUnderstanding part of a proof for Stolz-Cesaro TheoremAbout a statement of partial fraction in an answer
$begingroup$
I have a question relating to image that I've attached. It is a proof that the sequence is increasing. I don't understand the logic behind the third equation $$fraca_n+1a_n>left (1-frac1n+1right ) left (fracn+1nright)$$
where does the equation in the first and second parenthesis come from?
Ok, I have another relating question:
why $$fraca_n+1a_n> (1+frac1n)$$ ( The expression of third line.
![!The proof[1]](https://i.stack.imgur.com/wgz75.png)
sequences-and-series limits eulers-constant
$endgroup$
add a comment |
$begingroup$
I have a question relating to image that I've attached. It is a proof that the sequence is increasing. I don't understand the logic behind the third equation $$fraca_n+1a_n>left (1-frac1n+1right ) left (fracn+1nright)$$
where does the equation in the first and second parenthesis come from?
Ok, I have another relating question:
why $$fraca_n+1a_n> (1+frac1n)$$ ( The expression of third line.
![!The proof[1]](https://i.stack.imgur.com/wgz75.png)
sequences-and-series limits eulers-constant
$endgroup$
$begingroup$
Please do not post necessary information only in a picture, not everyone can display and read it properly.
$endgroup$
– Carsten S
yesterday
add a comment |
$begingroup$
I have a question relating to image that I've attached. It is a proof that the sequence is increasing. I don't understand the logic behind the third equation $$fraca_n+1a_n>left (1-frac1n+1right ) left (fracn+1nright)$$
where does the equation in the first and second parenthesis come from?
Ok, I have another relating question:
why $$fraca_n+1a_n> (1+frac1n)$$ ( The expression of third line.
![!The proof[1]](https://i.stack.imgur.com/wgz75.png)
sequences-and-series limits eulers-constant
$endgroup$
I have a question relating to image that I've attached. It is a proof that the sequence is increasing. I don't understand the logic behind the third equation $$fraca_n+1a_n>left (1-frac1n+1right ) left (fracn+1nright)$$
where does the equation in the first and second parenthesis come from?
Ok, I have another relating question:
why $$fraca_n+1a_n> (1+frac1n)$$ ( The expression of third line.
![!The proof[1]](https://i.stack.imgur.com/wgz75.png)
sequences-and-series limits eulers-constant
sequences-and-series limits eulers-constant
edited yesterday
Rodrigo de Azevedo
13.2k41960
13.2k41960
asked yesterday
Ieva BrakmaneIeva Brakmane
316
316
$begingroup$
Please do not post necessary information only in a picture, not everyone can display and read it properly.
$endgroup$
– Carsten S
yesterday
add a comment |
$begingroup$
Please do not post necessary information only in a picture, not everyone can display and read it properly.
$endgroup$
– Carsten S
yesterday
$begingroup$
Please do not post necessary information only in a picture, not everyone can display and read it properly.
$endgroup$
– Carsten S
yesterday
$begingroup$
Please do not post necessary information only in a picture, not everyone can display and read it properly.
$endgroup$
– Carsten S
yesterday
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
It is putting together the result from the first red box with the second one:
- $fraca_n+1a_n = colorblueleft(1- frac1(n+1)^2 right)^n+1left( fracn+1nright)$
- $colorblueleft(1- frac1(n+1)^2 right)^n+1 > colorgreen1 + (n+1)left( frac-1(n+1)^2right)$
$$Rightarrow fraca_n+1a_n > left(colorgreen1 + (n+1)left( frac-1(n+1)^2right)right)left( fracn+1nright) = left(underbrace1- frac1n+1_=fracnn+1right)left( fracn+1nright)$$
$endgroup$
add a comment |
$begingroup$
From Bernoulli's inequality, we have
$$left( 1- frac1(n+1)^2right) > 1+(n+1) left(frac-1(n+1)^2 right)=1-frac1n+1$$
Hence,
$$fraca_n+1a_n>left( 1- frac1(n+1)^2right)left( fracn+1nright)>left(1-frac1n+1 right)left( fracn+1nright)$$
$endgroup$
add a comment |
$begingroup$
So, we have
$$fraca_n+1a_n = left(1 - frac1(n+1)^2right)^n+1left(fracn+1nright).$$
The author then applies Bernoulli's inequality to the first term on the RHS:
$$left(1 - frac1(n+1)^2right)^n+1 > 1 + (n+1)left(frac-1(n+1)^2right) = 1 - frac1n+1.$$
We can now return to the first equation and utilize this estimate; namely, we have
$$fraca_n+1a_n = left(1 - frac1(n+1)^2right)^n+1left(fracn+1nright) > left(1-frac1n+1right)left(fracn+1nright).$$
Finally, we multiply out the RHS of the inequality
$$fraca_n+1a_n > left(1-frac1n+1right)left(fracn+1nright) = fracn+1n - frac1n = 1.$$
So, we have
$$fraca_n+1a_n > 1 implies a_n+1 > a_n,$$
which means that $a_n$ is an increasing sequence.
$endgroup$
add a comment |
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%2f3165778%2fcan-someone-shed-some-light-on-this-inequality%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
It is putting together the result from the first red box with the second one:
- $fraca_n+1a_n = colorblueleft(1- frac1(n+1)^2 right)^n+1left( fracn+1nright)$
- $colorblueleft(1- frac1(n+1)^2 right)^n+1 > colorgreen1 + (n+1)left( frac-1(n+1)^2right)$
$$Rightarrow fraca_n+1a_n > left(colorgreen1 + (n+1)left( frac-1(n+1)^2right)right)left( fracn+1nright) = left(underbrace1- frac1n+1_=fracnn+1right)left( fracn+1nright)$$
$endgroup$
add a comment |
$begingroup$
It is putting together the result from the first red box with the second one:
- $fraca_n+1a_n = colorblueleft(1- frac1(n+1)^2 right)^n+1left( fracn+1nright)$
- $colorblueleft(1- frac1(n+1)^2 right)^n+1 > colorgreen1 + (n+1)left( frac-1(n+1)^2right)$
$$Rightarrow fraca_n+1a_n > left(colorgreen1 + (n+1)left( frac-1(n+1)^2right)right)left( fracn+1nright) = left(underbrace1- frac1n+1_=fracnn+1right)left( fracn+1nright)$$
$endgroup$
add a comment |
$begingroup$
It is putting together the result from the first red box with the second one:
- $fraca_n+1a_n = colorblueleft(1- frac1(n+1)^2 right)^n+1left( fracn+1nright)$
- $colorblueleft(1- frac1(n+1)^2 right)^n+1 > colorgreen1 + (n+1)left( frac-1(n+1)^2right)$
$$Rightarrow fraca_n+1a_n > left(colorgreen1 + (n+1)left( frac-1(n+1)^2right)right)left( fracn+1nright) = left(underbrace1- frac1n+1_=fracnn+1right)left( fracn+1nright)$$
$endgroup$
It is putting together the result from the first red box with the second one:
- $fraca_n+1a_n = colorblueleft(1- frac1(n+1)^2 right)^n+1left( fracn+1nright)$
- $colorblueleft(1- frac1(n+1)^2 right)^n+1 > colorgreen1 + (n+1)left( frac-1(n+1)^2right)$
$$Rightarrow fraca_n+1a_n > left(colorgreen1 + (n+1)left( frac-1(n+1)^2right)right)left( fracn+1nright) = left(underbrace1- frac1n+1_=fracnn+1right)left( fracn+1nright)$$
answered yesterday
trancelocationtrancelocation
13.3k1827
13.3k1827
add a comment |
add a comment |
$begingroup$
From Bernoulli's inequality, we have
$$left( 1- frac1(n+1)^2right) > 1+(n+1) left(frac-1(n+1)^2 right)=1-frac1n+1$$
Hence,
$$fraca_n+1a_n>left( 1- frac1(n+1)^2right)left( fracn+1nright)>left(1-frac1n+1 right)left( fracn+1nright)$$
$endgroup$
add a comment |
$begingroup$
From Bernoulli's inequality, we have
$$left( 1- frac1(n+1)^2right) > 1+(n+1) left(frac-1(n+1)^2 right)=1-frac1n+1$$
Hence,
$$fraca_n+1a_n>left( 1- frac1(n+1)^2right)left( fracn+1nright)>left(1-frac1n+1 right)left( fracn+1nright)$$
$endgroup$
add a comment |
$begingroup$
From Bernoulli's inequality, we have
$$left( 1- frac1(n+1)^2right) > 1+(n+1) left(frac-1(n+1)^2 right)=1-frac1n+1$$
Hence,
$$fraca_n+1a_n>left( 1- frac1(n+1)^2right)left( fracn+1nright)>left(1-frac1n+1 right)left( fracn+1nright)$$
$endgroup$
From Bernoulli's inequality, we have
$$left( 1- frac1(n+1)^2right) > 1+(n+1) left(frac-1(n+1)^2 right)=1-frac1n+1$$
Hence,
$$fraca_n+1a_n>left( 1- frac1(n+1)^2right)left( fracn+1nright)>left(1-frac1n+1 right)left( fracn+1nright)$$
answered yesterday
Siong Thye GohSiong Thye Goh
103k1468119
103k1468119
add a comment |
add a comment |
$begingroup$
So, we have
$$fraca_n+1a_n = left(1 - frac1(n+1)^2right)^n+1left(fracn+1nright).$$
The author then applies Bernoulli's inequality to the first term on the RHS:
$$left(1 - frac1(n+1)^2right)^n+1 > 1 + (n+1)left(frac-1(n+1)^2right) = 1 - frac1n+1.$$
We can now return to the first equation and utilize this estimate; namely, we have
$$fraca_n+1a_n = left(1 - frac1(n+1)^2right)^n+1left(fracn+1nright) > left(1-frac1n+1right)left(fracn+1nright).$$
Finally, we multiply out the RHS of the inequality
$$fraca_n+1a_n > left(1-frac1n+1right)left(fracn+1nright) = fracn+1n - frac1n = 1.$$
So, we have
$$fraca_n+1a_n > 1 implies a_n+1 > a_n,$$
which means that $a_n$ is an increasing sequence.
$endgroup$
add a comment |
$begingroup$
So, we have
$$fraca_n+1a_n = left(1 - frac1(n+1)^2right)^n+1left(fracn+1nright).$$
The author then applies Bernoulli's inequality to the first term on the RHS:
$$left(1 - frac1(n+1)^2right)^n+1 > 1 + (n+1)left(frac-1(n+1)^2right) = 1 - frac1n+1.$$
We can now return to the first equation and utilize this estimate; namely, we have
$$fraca_n+1a_n = left(1 - frac1(n+1)^2right)^n+1left(fracn+1nright) > left(1-frac1n+1right)left(fracn+1nright).$$
Finally, we multiply out the RHS of the inequality
$$fraca_n+1a_n > left(1-frac1n+1right)left(fracn+1nright) = fracn+1n - frac1n = 1.$$
So, we have
$$fraca_n+1a_n > 1 implies a_n+1 > a_n,$$
which means that $a_n$ is an increasing sequence.
$endgroup$
add a comment |
$begingroup$
So, we have
$$fraca_n+1a_n = left(1 - frac1(n+1)^2right)^n+1left(fracn+1nright).$$
The author then applies Bernoulli's inequality to the first term on the RHS:
$$left(1 - frac1(n+1)^2right)^n+1 > 1 + (n+1)left(frac-1(n+1)^2right) = 1 - frac1n+1.$$
We can now return to the first equation and utilize this estimate; namely, we have
$$fraca_n+1a_n = left(1 - frac1(n+1)^2right)^n+1left(fracn+1nright) > left(1-frac1n+1right)left(fracn+1nright).$$
Finally, we multiply out the RHS of the inequality
$$fraca_n+1a_n > left(1-frac1n+1right)left(fracn+1nright) = fracn+1n - frac1n = 1.$$
So, we have
$$fraca_n+1a_n > 1 implies a_n+1 > a_n,$$
which means that $a_n$ is an increasing sequence.
$endgroup$
So, we have
$$fraca_n+1a_n = left(1 - frac1(n+1)^2right)^n+1left(fracn+1nright).$$
The author then applies Bernoulli's inequality to the first term on the RHS:
$$left(1 - frac1(n+1)^2right)^n+1 > 1 + (n+1)left(frac-1(n+1)^2right) = 1 - frac1n+1.$$
We can now return to the first equation and utilize this estimate; namely, we have
$$fraca_n+1a_n = left(1 - frac1(n+1)^2right)^n+1left(fracn+1nright) > left(1-frac1n+1right)left(fracn+1nright).$$
Finally, we multiply out the RHS of the inequality
$$fraca_n+1a_n > left(1-frac1n+1right)left(fracn+1nright) = fracn+1n - frac1n = 1.$$
So, we have
$$fraca_n+1a_n > 1 implies a_n+1 > a_n,$$
which means that $a_n$ is an increasing sequence.
answered yesterday
Gary MoonGary Moon
89627
89627
add a comment |
add a comment |
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%2f3165778%2fcan-someone-shed-some-light-on-this-inequality%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
$begingroup$
Please do not post necessary information only in a picture, not everyone can display and read it properly.
$endgroup$
– Carsten S
yesterday