How do I solve this limit? The Next CEO of Stack Overflowrational limit problemHow to evaluate...
Why doesn't a table tennis ball float on the surface? How do we calculate buoyancy here?
Can the Reverse Gravity spell affect the Meteor Swarm spell?
Describing a person. What needs to be mentioned?
What does "Its cash flow is deeply negative" mean?
How to write the block matrix in LaTex?
Grabbing quick drinks
Are there languages with no euphemisms?
How do I get the green key off the shelf in the Dobby level of Lego Harry Potter 2?
Is a stroke of luck acceptable after a series of unfavorable events?
A pseudo-riley?
How to be diplomatic in refusing to write code that breaches the privacy of our users
How to make a software documentation "officially" citable?
Was a professor correct to chastise me for writing "Prof. X" rather than "Professor X"?
How do I solve this limit?
How do spells that require an ability check vs. the caster's spell save DC work?
How do scammers retract money, while you can’t?
Can a single photon have an energy density?
Only print output after finding pattern
Explicit solution of a Hamiltonian system
% symbol leads to superlong (forever?) compilations
How to safely derail a train during transit?
MAZDA 3 2006 (UK) - poor acceleration then takes off at 3250 revs
ls Ordering[Ordering[list]] optimal?
Implement the Thanos sorting algorithm
How do I solve this limit?
The Next CEO of Stack Overflowrational limit problemHow to evaluate the following limit? $limlimits_{xtoinfty}xleft(fracpi2-arctan xright).$Limit only using squeeze theorem $ lim_{(x,y)to(0,2)} x,arctanleft(frac{1}{y-2}right)$How to calculate this limit at infinity?How can I use the Limit Laws to solve this limit?How do I even start approaching this limit?how can I find this limitHow to solve this limit without L'Hospital?How to solve this limit when direct substitution fails. Why do this work?L'Hôpital's rule - How solve this limit question
$begingroup$
How do I solve:
$$
lim_{x to 0}left[1 - xarctanleft(nxright)right]^{, 1/x^{2}}
$$
I know the answer is $e^{-n}$ for every n > 1, but for the life of me I have no idea how to actually get to that answer. Am I supposed to use a common limit or any theorem? Also, why isn't the limit equal to 1?
Thanks.
calculus limits
New contributor
radoo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
How do I solve:
$$
lim_{x to 0}left[1 - xarctanleft(nxright)right]^{, 1/x^{2}}
$$
I know the answer is $e^{-n}$ for every n > 1, but for the life of me I have no idea how to actually get to that answer. Am I supposed to use a common limit or any theorem? Also, why isn't the limit equal to 1?
Thanks.
calculus limits
New contributor
radoo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
$begingroup$
I accidentally put k instead of n, sorry.
$endgroup$
– radoo
1 hour ago
$begingroup$
You can take the logarithm of the function and use L'Hopitals rule
$endgroup$
– Nimish
1 hour ago
add a comment |
$begingroup$
How do I solve:
$$
lim_{x to 0}left[1 - xarctanleft(nxright)right]^{, 1/x^{2}}
$$
I know the answer is $e^{-n}$ for every n > 1, but for the life of me I have no idea how to actually get to that answer. Am I supposed to use a common limit or any theorem? Also, why isn't the limit equal to 1?
Thanks.
calculus limits
New contributor
radoo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
How do I solve:
$$
lim_{x to 0}left[1 - xarctanleft(nxright)right]^{, 1/x^{2}}
$$
I know the answer is $e^{-n}$ for every n > 1, but for the life of me I have no idea how to actually get to that answer. Am I supposed to use a common limit or any theorem? Also, why isn't the limit equal to 1?
Thanks.
calculus limits
calculus limits
New contributor
radoo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
radoo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 57 mins ago
Felix Marin
68.8k7109146
68.8k7109146
New contributor
radoo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 1 hour ago
radooradoo
84
84
New contributor
radoo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
radoo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
radoo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$begingroup$
I accidentally put k instead of n, sorry.
$endgroup$
– radoo
1 hour ago
$begingroup$
You can take the logarithm of the function and use L'Hopitals rule
$endgroup$
– Nimish
1 hour ago
add a comment |
$begingroup$
I accidentally put k instead of n, sorry.
$endgroup$
– radoo
1 hour ago
$begingroup$
You can take the logarithm of the function and use L'Hopitals rule
$endgroup$
– Nimish
1 hour ago
$begingroup$
I accidentally put k instead of n, sorry.
$endgroup$
– radoo
1 hour ago
$begingroup$
I accidentally put k instead of n, sorry.
$endgroup$
– radoo
1 hour ago
$begingroup$
You can take the logarithm of the function and use L'Hopitals rule
$endgroup$
– Nimish
1 hour ago
$begingroup$
You can take the logarithm of the function and use L'Hopitals rule
$endgroup$
– Nimish
1 hour ago
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
You can do it the following way:
$$
lim_{xto 0 } (1-xarctan(nx))^{1/x^2} = lim_{xto 0 } e^{log((1-xarctan(nx))^{1/x^2})}
$$
doing some algebra on the exponent:
$$
lim_{xto 0 } exp(log((1-xarctan(nx))^{1/x^2})) = lim_{xto 0 } expleft(frac{log((1-xarctan(nx))}{x^2})right)
$$
by limit rules:
$$
lim_{xto 0 } expleft(frac{log((1-xarctan(nx))}{x^2})right) =expleft[ lim_{xto 0 } left(frac{log((1-xarctan(nx))}{x^2})right)right]
$$
apply L'Hospital's rule and after some algebra you should get:
$$
expleft[- frac{n+lim_{xto 0 }frac{arctan(nx)}{x}+n^2lim_{xto 0} xarctan(nx)}{2}right]
$$
simplifying
$$
expleft(-frac{n+n+n^2}{2}right) = e^{-n}
$$
$endgroup$
add a comment |
$begingroup$
Hint: $lim_{xto 0} (1-nx)^{(1/x)}=e^{-n}$
Also look at the Taylor expansion of the arctan
$endgroup$
add a comment |
$begingroup$
Noting that $u=xarctan nxto0$ and $(arctan nx)/xto n$ as $xto 0$, we have
$$(1-xarctan nx)^{1/x^2}=((1-xarctan nx)^{1/(xarctan nx)})^{(arctan nx)/x}=((1-u)^{1/u})^{(arctan nx)/x}to (e^{-1})^n=e^{-n}$$
using the general limit property $lim f(x)^{g(x)}=(lim f(x))^{lim g(x)}$, provided $lim f(x)$ and $lim g(x)$ both exist (with $lim f(x)ge0$) and are not both $0$.
$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
});
}
});
radoo is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3166364%2fhow-do-i-solve-this-limit%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$
You can do it the following way:
$$
lim_{xto 0 } (1-xarctan(nx))^{1/x^2} = lim_{xto 0 } e^{log((1-xarctan(nx))^{1/x^2})}
$$
doing some algebra on the exponent:
$$
lim_{xto 0 } exp(log((1-xarctan(nx))^{1/x^2})) = lim_{xto 0 } expleft(frac{log((1-xarctan(nx))}{x^2})right)
$$
by limit rules:
$$
lim_{xto 0 } expleft(frac{log((1-xarctan(nx))}{x^2})right) =expleft[ lim_{xto 0 } left(frac{log((1-xarctan(nx))}{x^2})right)right]
$$
apply L'Hospital's rule and after some algebra you should get:
$$
expleft[- frac{n+lim_{xto 0 }frac{arctan(nx)}{x}+n^2lim_{xto 0} xarctan(nx)}{2}right]
$$
simplifying
$$
expleft(-frac{n+n+n^2}{2}right) = e^{-n}
$$
$endgroup$
add a comment |
$begingroup$
You can do it the following way:
$$
lim_{xto 0 } (1-xarctan(nx))^{1/x^2} = lim_{xto 0 } e^{log((1-xarctan(nx))^{1/x^2})}
$$
doing some algebra on the exponent:
$$
lim_{xto 0 } exp(log((1-xarctan(nx))^{1/x^2})) = lim_{xto 0 } expleft(frac{log((1-xarctan(nx))}{x^2})right)
$$
by limit rules:
$$
lim_{xto 0 } expleft(frac{log((1-xarctan(nx))}{x^2})right) =expleft[ lim_{xto 0 } left(frac{log((1-xarctan(nx))}{x^2})right)right]
$$
apply L'Hospital's rule and after some algebra you should get:
$$
expleft[- frac{n+lim_{xto 0 }frac{arctan(nx)}{x}+n^2lim_{xto 0} xarctan(nx)}{2}right]
$$
simplifying
$$
expleft(-frac{n+n+n^2}{2}right) = e^{-n}
$$
$endgroup$
add a comment |
$begingroup$
You can do it the following way:
$$
lim_{xto 0 } (1-xarctan(nx))^{1/x^2} = lim_{xto 0 } e^{log((1-xarctan(nx))^{1/x^2})}
$$
doing some algebra on the exponent:
$$
lim_{xto 0 } exp(log((1-xarctan(nx))^{1/x^2})) = lim_{xto 0 } expleft(frac{log((1-xarctan(nx))}{x^2})right)
$$
by limit rules:
$$
lim_{xto 0 } expleft(frac{log((1-xarctan(nx))}{x^2})right) =expleft[ lim_{xto 0 } left(frac{log((1-xarctan(nx))}{x^2})right)right]
$$
apply L'Hospital's rule and after some algebra you should get:
$$
expleft[- frac{n+lim_{xto 0 }frac{arctan(nx)}{x}+n^2lim_{xto 0} xarctan(nx)}{2}right]
$$
simplifying
$$
expleft(-frac{n+n+n^2}{2}right) = e^{-n}
$$
$endgroup$
You can do it the following way:
$$
lim_{xto 0 } (1-xarctan(nx))^{1/x^2} = lim_{xto 0 } e^{log((1-xarctan(nx))^{1/x^2})}
$$
doing some algebra on the exponent:
$$
lim_{xto 0 } exp(log((1-xarctan(nx))^{1/x^2})) = lim_{xto 0 } expleft(frac{log((1-xarctan(nx))}{x^2})right)
$$
by limit rules:
$$
lim_{xto 0 } expleft(frac{log((1-xarctan(nx))}{x^2})right) =expleft[ lim_{xto 0 } left(frac{log((1-xarctan(nx))}{x^2})right)right]
$$
apply L'Hospital's rule and after some algebra you should get:
$$
expleft[- frac{n+lim_{xto 0 }frac{arctan(nx)}{x}+n^2lim_{xto 0} xarctan(nx)}{2}right]
$$
simplifying
$$
expleft(-frac{n+n+n^2}{2}right) = e^{-n}
$$
answered 1 hour ago
DashiDashi
726311
726311
add a comment |
add a comment |
$begingroup$
Hint: $lim_{xto 0} (1-nx)^{(1/x)}=e^{-n}$
Also look at the Taylor expansion of the arctan
$endgroup$
add a comment |
$begingroup$
Hint: $lim_{xto 0} (1-nx)^{(1/x)}=e^{-n}$
Also look at the Taylor expansion of the arctan
$endgroup$
add a comment |
$begingroup$
Hint: $lim_{xto 0} (1-nx)^{(1/x)}=e^{-n}$
Also look at the Taylor expansion of the arctan
$endgroup$
Hint: $lim_{xto 0} (1-nx)^{(1/x)}=e^{-n}$
Also look at the Taylor expansion of the arctan
answered 1 hour ago
A. PA. P
1386
1386
add a comment |
add a comment |
$begingroup$
Noting that $u=xarctan nxto0$ and $(arctan nx)/xto n$ as $xto 0$, we have
$$(1-xarctan nx)^{1/x^2}=((1-xarctan nx)^{1/(xarctan nx)})^{(arctan nx)/x}=((1-u)^{1/u})^{(arctan nx)/x}to (e^{-1})^n=e^{-n}$$
using the general limit property $lim f(x)^{g(x)}=(lim f(x))^{lim g(x)}$, provided $lim f(x)$ and $lim g(x)$ both exist (with $lim f(x)ge0$) and are not both $0$.
$endgroup$
add a comment |
$begingroup$
Noting that $u=xarctan nxto0$ and $(arctan nx)/xto n$ as $xto 0$, we have
$$(1-xarctan nx)^{1/x^2}=((1-xarctan nx)^{1/(xarctan nx)})^{(arctan nx)/x}=((1-u)^{1/u})^{(arctan nx)/x}to (e^{-1})^n=e^{-n}$$
using the general limit property $lim f(x)^{g(x)}=(lim f(x))^{lim g(x)}$, provided $lim f(x)$ and $lim g(x)$ both exist (with $lim f(x)ge0$) and are not both $0$.
$endgroup$
add a comment |
$begingroup$
Noting that $u=xarctan nxto0$ and $(arctan nx)/xto n$ as $xto 0$, we have
$$(1-xarctan nx)^{1/x^2}=((1-xarctan nx)^{1/(xarctan nx)})^{(arctan nx)/x}=((1-u)^{1/u})^{(arctan nx)/x}to (e^{-1})^n=e^{-n}$$
using the general limit property $lim f(x)^{g(x)}=(lim f(x))^{lim g(x)}$, provided $lim f(x)$ and $lim g(x)$ both exist (with $lim f(x)ge0$) and are not both $0$.
$endgroup$
Noting that $u=xarctan nxto0$ and $(arctan nx)/xto n$ as $xto 0$, we have
$$(1-xarctan nx)^{1/x^2}=((1-xarctan nx)^{1/(xarctan nx)})^{(arctan nx)/x}=((1-u)^{1/u})^{(arctan nx)/x}to (e^{-1})^n=e^{-n}$$
using the general limit property $lim f(x)^{g(x)}=(lim f(x))^{lim g(x)}$, provided $lim f(x)$ and $lim g(x)$ both exist (with $lim f(x)ge0$) and are not both $0$.
answered 30 mins ago
Barry CipraBarry Cipra
60.5k655128
60.5k655128
add a comment |
add a comment |
radoo is a new contributor. Be nice, and check out our Code of Conduct.
radoo is a new contributor. Be nice, and check out our Code of Conduct.
radoo is a new contributor. Be nice, and check out our Code of Conduct.
radoo is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3166364%2fhow-do-i-solve-this-limit%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$
I accidentally put k instead of n, sorry.
$endgroup$
– radoo
1 hour ago
$begingroup$
You can take the logarithm of the function and use L'Hopitals rule
$endgroup$
– Nimish
1 hour ago