How can I deduce that $limlimits_{xto0} frac{ln(1+x)}x=1$ without Taylor series or L'Hospital's rule?
How can I calculate this limit without Taylor series and L'Hospital's rule?
$$lim _{xto0} frac{ln(1+x)}x=1$$
calculus limits logarithms limits-without-lhopital
add a comment |
How can I calculate this limit without Taylor series and L'Hospital's rule?
$$lim _{xto0} frac{ln(1+x)}x=1$$
calculus limits logarithms limits-without-lhopital
5
It mostly depends on how you define the logarithm.
– egreg
Jan 3 '16 at 16:05
See also: Determine the following limit as x approaches 0: $frac{ln(1+x)}x$ (Although that question does not have restriction to avoid Taylor and L'H.)
– Martin Sleziak
Nov 25 at 18:30
add a comment |
How can I calculate this limit without Taylor series and L'Hospital's rule?
$$lim _{xto0} frac{ln(1+x)}x=1$$
calculus limits logarithms limits-without-lhopital
How can I calculate this limit without Taylor series and L'Hospital's rule?
$$lim _{xto0} frac{ln(1+x)}x=1$$
calculus limits logarithms limits-without-lhopital
calculus limits logarithms limits-without-lhopital
edited Nov 25 at 18:28
Martin Sleziak
44.6k7115270
44.6k7115270
asked Jan 3 '16 at 15:58
Lovro Sindičić
243216
243216
5
It mostly depends on how you define the logarithm.
– egreg
Jan 3 '16 at 16:05
See also: Determine the following limit as x approaches 0: $frac{ln(1+x)}x$ (Although that question does not have restriction to avoid Taylor and L'H.)
– Martin Sleziak
Nov 25 at 18:30
add a comment |
5
It mostly depends on how you define the logarithm.
– egreg
Jan 3 '16 at 16:05
See also: Determine the following limit as x approaches 0: $frac{ln(1+x)}x$ (Although that question does not have restriction to avoid Taylor and L'H.)
– Martin Sleziak
Nov 25 at 18:30
5
5
It mostly depends on how you define the logarithm.
– egreg
Jan 3 '16 at 16:05
It mostly depends on how you define the logarithm.
– egreg
Jan 3 '16 at 16:05
See also: Determine the following limit as x approaches 0: $frac{ln(1+x)}x$ (Although that question does not have restriction to avoid Taylor and L'H.)
– Martin Sleziak
Nov 25 at 18:30
See also: Determine the following limit as x approaches 0: $frac{ln(1+x)}x$ (Although that question does not have restriction to avoid Taylor and L'H.)
– Martin Sleziak
Nov 25 at 18:30
add a comment |
4 Answers
4
active
oldest
votes
If the limit exists, say $L$, then you can state that:
$$begin{align}
L&=lim_{xto0}frac{ln(1+x)}{x}\
therefore e^L&=e^{lim_{xto0}frac{ln(1+x)}{x}}\
&=lim_{xto0}e^{frac{ln(1+x)}{x}}\
&=lim_{xto0}(e^{ln(1+x)})^frac{1}{x}\
&=lim_{xto0}(1+x)^frac{1}{x}\
&=e\
therefore L&=1
end{align}$$
add a comment |
Note $x geq log (1+x) geq frac{x}{1+x} $ for all $x > -1$. Since $frac{x}{x} to 1$ and $frac{frac{x}{1+x}}{x} to 1$ as $x to 0$. So the limit is $1$.
add a comment |
Change the variable and use the continuity of $ln(x)$
$$lim_{x to 0} {ln(1+x) over x} = lim_{n to infty} {lnleft(1+{1 over n}right) over {1over n} }=lim_{n to infty} ncdot{lnleft(1+{1 over n}right) }= lim_{n to infty}{left( lnleft(1+{1 over n}right)^n right) } $$ $$ = lnleft( lim_{n to infty}{left( 1+{1 over n}right)^n }right) = ln(e) = 1$$
add a comment |
Hint :
It is equal to the caltulation of $lim _{ xrightarrow 0 }{ { left( x+1 right) }^{ frac { 1 }{ x } } } =e$ just substitute $$t={ left( x+1 right) }^{ frac { 1 }{ x } }$$
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%2f1598461%2fhow-can-i-deduce-that-lim-limits-x-to0-frac-ln1xx-1-without-taylor-se%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
If the limit exists, say $L$, then you can state that:
$$begin{align}
L&=lim_{xto0}frac{ln(1+x)}{x}\
therefore e^L&=e^{lim_{xto0}frac{ln(1+x)}{x}}\
&=lim_{xto0}e^{frac{ln(1+x)}{x}}\
&=lim_{xto0}(e^{ln(1+x)})^frac{1}{x}\
&=lim_{xto0}(1+x)^frac{1}{x}\
&=e\
therefore L&=1
end{align}$$
add a comment |
If the limit exists, say $L$, then you can state that:
$$begin{align}
L&=lim_{xto0}frac{ln(1+x)}{x}\
therefore e^L&=e^{lim_{xto0}frac{ln(1+x)}{x}}\
&=lim_{xto0}e^{frac{ln(1+x)}{x}}\
&=lim_{xto0}(e^{ln(1+x)})^frac{1}{x}\
&=lim_{xto0}(1+x)^frac{1}{x}\
&=e\
therefore L&=1
end{align}$$
add a comment |
If the limit exists, say $L$, then you can state that:
$$begin{align}
L&=lim_{xto0}frac{ln(1+x)}{x}\
therefore e^L&=e^{lim_{xto0}frac{ln(1+x)}{x}}\
&=lim_{xto0}e^{frac{ln(1+x)}{x}}\
&=lim_{xto0}(e^{ln(1+x)})^frac{1}{x}\
&=lim_{xto0}(1+x)^frac{1}{x}\
&=e\
therefore L&=1
end{align}$$
If the limit exists, say $L$, then you can state that:
$$begin{align}
L&=lim_{xto0}frac{ln(1+x)}{x}\
therefore e^L&=e^{lim_{xto0}frac{ln(1+x)}{x}}\
&=lim_{xto0}e^{frac{ln(1+x)}{x}}\
&=lim_{xto0}(e^{ln(1+x)})^frac{1}{x}\
&=lim_{xto0}(1+x)^frac{1}{x}\
&=e\
therefore L&=1
end{align}$$
answered Jan 3 '16 at 16:05
Mufasa
5,0181323
5,0181323
add a comment |
add a comment |
Note $x geq log (1+x) geq frac{x}{1+x} $ for all $x > -1$. Since $frac{x}{x} to 1$ and $frac{frac{x}{1+x}}{x} to 1$ as $x to 0$. So the limit is $1$.
add a comment |
Note $x geq log (1+x) geq frac{x}{1+x} $ for all $x > -1$. Since $frac{x}{x} to 1$ and $frac{frac{x}{1+x}}{x} to 1$ as $x to 0$. So the limit is $1$.
add a comment |
Note $x geq log (1+x) geq frac{x}{1+x} $ for all $x > -1$. Since $frac{x}{x} to 1$ and $frac{frac{x}{1+x}}{x} to 1$ as $x to 0$. So the limit is $1$.
Note $x geq log (1+x) geq frac{x}{1+x} $ for all $x > -1$. Since $frac{x}{x} to 1$ and $frac{frac{x}{1+x}}{x} to 1$ as $x to 0$. So the limit is $1$.
edited Jan 3 '16 at 16:09
answered Jan 3 '16 at 16:04
Batman
16.3k11534
16.3k11534
add a comment |
add a comment |
Change the variable and use the continuity of $ln(x)$
$$lim_{x to 0} {ln(1+x) over x} = lim_{n to infty} {lnleft(1+{1 over n}right) over {1over n} }=lim_{n to infty} ncdot{lnleft(1+{1 over n}right) }= lim_{n to infty}{left( lnleft(1+{1 over n}right)^n right) } $$ $$ = lnleft( lim_{n to infty}{left( 1+{1 over n}right)^n }right) = ln(e) = 1$$
add a comment |
Change the variable and use the continuity of $ln(x)$
$$lim_{x to 0} {ln(1+x) over x} = lim_{n to infty} {lnleft(1+{1 over n}right) over {1over n} }=lim_{n to infty} ncdot{lnleft(1+{1 over n}right) }= lim_{n to infty}{left( lnleft(1+{1 over n}right)^n right) } $$ $$ = lnleft( lim_{n to infty}{left( 1+{1 over n}right)^n }right) = ln(e) = 1$$
add a comment |
Change the variable and use the continuity of $ln(x)$
$$lim_{x to 0} {ln(1+x) over x} = lim_{n to infty} {lnleft(1+{1 over n}right) over {1over n} }=lim_{n to infty} ncdot{lnleft(1+{1 over n}right) }= lim_{n to infty}{left( lnleft(1+{1 over n}right)^n right) } $$ $$ = lnleft( lim_{n to infty}{left( 1+{1 over n}right)^n }right) = ln(e) = 1$$
Change the variable and use the continuity of $ln(x)$
$$lim_{x to 0} {ln(1+x) over x} = lim_{n to infty} {lnleft(1+{1 over n}right) over {1over n} }=lim_{n to infty} ncdot{lnleft(1+{1 over n}right) }= lim_{n to infty}{left( lnleft(1+{1 over n}right)^n right) } $$ $$ = lnleft( lim_{n to infty}{left( 1+{1 over n}right)^n }right) = ln(e) = 1$$
edited Feb 18 '16 at 15:44
answered Jan 3 '16 at 16:04
Adrian
5,1891135
5,1891135
add a comment |
add a comment |
Hint :
It is equal to the caltulation of $lim _{ xrightarrow 0 }{ { left( x+1 right) }^{ frac { 1 }{ x } } } =e$ just substitute $$t={ left( x+1 right) }^{ frac { 1 }{ x } }$$
add a comment |
Hint :
It is equal to the caltulation of $lim _{ xrightarrow 0 }{ { left( x+1 right) }^{ frac { 1 }{ x } } } =e$ just substitute $$t={ left( x+1 right) }^{ frac { 1 }{ x } }$$
add a comment |
Hint :
It is equal to the caltulation of $lim _{ xrightarrow 0 }{ { left( x+1 right) }^{ frac { 1 }{ x } } } =e$ just substitute $$t={ left( x+1 right) }^{ frac { 1 }{ x } }$$
Hint :
It is equal to the caltulation of $lim _{ xrightarrow 0 }{ { left( x+1 right) }^{ frac { 1 }{ x } } } =e$ just substitute $$t={ left( x+1 right) }^{ frac { 1 }{ x } }$$
answered Jan 3 '16 at 16:04
haqnatural
20.6k72457
20.6k72457
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f1598461%2fhow-can-i-deduce-that-lim-limits-x-to0-frac-ln1xx-1-without-taylor-se%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
5
It mostly depends on how you define the logarithm.
– egreg
Jan 3 '16 at 16:05
See also: Determine the following limit as x approaches 0: $frac{ln(1+x)}x$ (Although that question does not have restriction to avoid Taylor and L'H.)
– Martin Sleziak
Nov 25 at 18:30