Approximating $log(n!)$Stirling's formula: proof?Intuition behind logarithm inequality: $1 - frac1x leq log x leq x-1$How do I bound $n log n choose log nfrac1n ^ log n$ tightly?Unlike Jensen's Inequality, can we upper bound $log sum_iu_i exp(x_i)$?a log inequalityHow to show $fraccn leq log(1+fraccn-c)$Prove: if $n = frack^k-1k-1$ then $k=Omegaleft(fraclognloglognright)$Inequalities from Taylor expansions of $log$ functionsProve that $sum_i=1^i=n leftlfloor fracni rightrfloor = Theta(n log n)$$a_n$ is a sequence of nonnegative real numbers satisfying $a_n+1 leq a_n + frac(-1)^nn$. Prove convergence.Lower bound on $log(1-x)$ for $x$ near $0$
Why do I get two different answers for this counting problem?
Why doesn't H₄O²⁺ exist?
How much of data wrangling is a data scientist's job?
Alternative to sending password over mail?
Why does Kotter return in Welcome Back Kotter?
How to determine what difficulty is right for the game?
Paid for article while in US on F-1 visa?
If human space travel is limited by the G force vulnerability, is there a way to counter G forces?
Which country benefited the most from UN Security Council vetoes?
Has there ever been an airliner design involving reducing generator load by installing solar panels?
Client team has low performances and low technical skills: we always fix their work and now they stop collaborate with us. How to solve?
Did Shadowfax go to Valinor?
Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)
Codimension of non-flat locus
Languages that we cannot (dis)prove to be Context-Free
What does the "remote control" for a QF-4 look like?
Replacing matching entries in one column of a file by another column from a different file
What defenses are there against being summoned by the Gate spell?
Does detail obscure or enhance action?
Perform and show arithmetic with LuaLaTeX
Modeling an IP Address
Can you really stack all of this on an Opportunity Attack?
Why can't we play rap on piano?
Why is 150k or 200k jobs considered good when there's 300k+ births a month?
Approximating $log(n!)$
Stirling's formula: proof?Intuition behind logarithm inequality: $1 - frac1x leq log x leq x-1$How do I bound $n log n choose log nfrac1n ^ log n$ tightly?Unlike Jensen's Inequality, can we upper bound $log sum_iu_i exp(x_i)$?a log inequalityHow to show $fraccn leq log(1+fraccn-c)$Prove: if $n = frack^k-1k-1$ then $k=Omegaleft(fraclognloglognright)$Inequalities from Taylor expansions of $log$ functionsProve that $sum_i=1^i=n leftlfloor fracni rightrfloor = Theta(n log n)$$a_n$ is a sequence of nonnegative real numbers satisfying $a_n+1 leq a_n + frac(-1)^nn$. Prove convergence.Lower bound on $log(1-x)$ for $x$ near $0$
$begingroup$
Prove that $nlog(n)-n+1 leq log(n!) leq (n+1)log(n+1)-(n+1)-(2log(2)-2)$.
Approximating $int_1^nlog(x)dx$ using a riemman sum at right endpoints is $log(2) + log(3)+dots +log(n) = log(n!)$ which overestimates so the claim for the lower bound follows. For the upper bound we integrate $int_2^n+1log(x)dx$.
I can prove the upper bound if I can show that $log(1+frac1n) leq frac1n$. I know that the Taylor expansion of $log(1+frac1n)$ is an alternating series but I am not sure how to show this.
I hope someone can provide some guidance and also clarify why is
$int_1^nlog(x)dx leq int_2^n+1log(x)dx$. Is this because $log(x)$ is an increasing function?
calculus combinatorics inequality logarithms
$endgroup$
add a comment |
$begingroup$
Prove that $nlog(n)-n+1 leq log(n!) leq (n+1)log(n+1)-(n+1)-(2log(2)-2)$.
Approximating $int_1^nlog(x)dx$ using a riemman sum at right endpoints is $log(2) + log(3)+dots +log(n) = log(n!)$ which overestimates so the claim for the lower bound follows. For the upper bound we integrate $int_2^n+1log(x)dx$.
I can prove the upper bound if I can show that $log(1+frac1n) leq frac1n$. I know that the Taylor expansion of $log(1+frac1n)$ is an alternating series but I am not sure how to show this.
I hope someone can provide some guidance and also clarify why is
$int_1^nlog(x)dx leq int_2^n+1log(x)dx$. Is this because $log(x)$ is an increasing function?
calculus combinatorics inequality logarithms
$endgroup$
1
$begingroup$
Related: math.stackexchange.com/a/1409131/44121
$endgroup$
– Jack D'Aurizio
Mar 31 '18 at 19:22
add a comment |
$begingroup$
Prove that $nlog(n)-n+1 leq log(n!) leq (n+1)log(n+1)-(n+1)-(2log(2)-2)$.
Approximating $int_1^nlog(x)dx$ using a riemman sum at right endpoints is $log(2) + log(3)+dots +log(n) = log(n!)$ which overestimates so the claim for the lower bound follows. For the upper bound we integrate $int_2^n+1log(x)dx$.
I can prove the upper bound if I can show that $log(1+frac1n) leq frac1n$. I know that the Taylor expansion of $log(1+frac1n)$ is an alternating series but I am not sure how to show this.
I hope someone can provide some guidance and also clarify why is
$int_1^nlog(x)dx leq int_2^n+1log(x)dx$. Is this because $log(x)$ is an increasing function?
calculus combinatorics inequality logarithms
$endgroup$
Prove that $nlog(n)-n+1 leq log(n!) leq (n+1)log(n+1)-(n+1)-(2log(2)-2)$.
Approximating $int_1^nlog(x)dx$ using a riemman sum at right endpoints is $log(2) + log(3)+dots +log(n) = log(n!)$ which overestimates so the claim for the lower bound follows. For the upper bound we integrate $int_2^n+1log(x)dx$.
I can prove the upper bound if I can show that $log(1+frac1n) leq frac1n$. I know that the Taylor expansion of $log(1+frac1n)$ is an alternating series but I am not sure how to show this.
I hope someone can provide some guidance and also clarify why is
$int_1^nlog(x)dx leq int_2^n+1log(x)dx$. Is this because $log(x)$ is an increasing function?
calculus combinatorics inequality logarithms
calculus combinatorics inequality logarithms
edited Mar 29 at 9:40
Kenta S
1,4821518
1,4821518
asked Mar 31 '18 at 6:07
rachelhowardrachelhoward
748
748
1
$begingroup$
Related: math.stackexchange.com/a/1409131/44121
$endgroup$
– Jack D'Aurizio
Mar 31 '18 at 19:22
add a comment |
1
$begingroup$
Related: math.stackexchange.com/a/1409131/44121
$endgroup$
– Jack D'Aurizio
Mar 31 '18 at 19:22
1
1
$begingroup$
Related: math.stackexchange.com/a/1409131/44121
$endgroup$
– Jack D'Aurizio
Mar 31 '18 at 19:22
$begingroup$
Related: math.stackexchange.com/a/1409131/44121
$endgroup$
– Jack D'Aurizio
Mar 31 '18 at 19:22
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
The fact that $log(1+x) leq x$ for $x>-1$ is a consequence of just concavity, no higher than second derivatives are required. This is a general principle: concave functions lie below their tangent lines.
In general for an increasing function $f$ and a fixed $b>0$, $F(a)=int_a^a+b f(x) dx$ is an increasing function of $a$ (when it makes sense). Thus in your case it is important that the lengths of the two intervals of integration are the same.
$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%2f2715706%2fapproximating-logn%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The fact that $log(1+x) leq x$ for $x>-1$ is a consequence of just concavity, no higher than second derivatives are required. This is a general principle: concave functions lie below their tangent lines.
In general for an increasing function $f$ and a fixed $b>0$, $F(a)=int_a^a+b f(x) dx$ is an increasing function of $a$ (when it makes sense). Thus in your case it is important that the lengths of the two intervals of integration are the same.
$endgroup$
add a comment |
$begingroup$
The fact that $log(1+x) leq x$ for $x>-1$ is a consequence of just concavity, no higher than second derivatives are required. This is a general principle: concave functions lie below their tangent lines.
In general for an increasing function $f$ and a fixed $b>0$, $F(a)=int_a^a+b f(x) dx$ is an increasing function of $a$ (when it makes sense). Thus in your case it is important that the lengths of the two intervals of integration are the same.
$endgroup$
add a comment |
$begingroup$
The fact that $log(1+x) leq x$ for $x>-1$ is a consequence of just concavity, no higher than second derivatives are required. This is a general principle: concave functions lie below their tangent lines.
In general for an increasing function $f$ and a fixed $b>0$, $F(a)=int_a^a+b f(x) dx$ is an increasing function of $a$ (when it makes sense). Thus in your case it is important that the lengths of the two intervals of integration are the same.
$endgroup$
The fact that $log(1+x) leq x$ for $x>-1$ is a consequence of just concavity, no higher than second derivatives are required. This is a general principle: concave functions lie below their tangent lines.
In general for an increasing function $f$ and a fixed $b>0$, $F(a)=int_a^a+b f(x) dx$ is an increasing function of $a$ (when it makes sense). Thus in your case it is important that the lengths of the two intervals of integration are the same.
edited Mar 31 '18 at 19:02
answered Mar 31 '18 at 17:18
IanIan
68.9k25392
68.9k25392
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%2f2715706%2fapproximating-logn%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
1
$begingroup$
Related: math.stackexchange.com/a/1409131/44121
$endgroup$
– Jack D'Aurizio
Mar 31 '18 at 19:22