Evaluate $lim_{x to 0^+ } x^{x^{x}} - x^x$
$begingroup$
Evaluate $$lim_{x to 0^+ } x^{x^{x}} - x^x$$
This is a solved example in my text book but i do not think that the solution is quite correct.
They have essentially used the fact $lim_{xto0^+}x^x$ is 1 and used that to write the term to be evaluated as $$0^1 - 1$$ which gives an answer of -1 The graph indeed gives the limit at $0^+$ as -1.
BUT
We could have used $lim_{xto0^+}x^x$ to evaluate $lim_{x to 0^+ } x^{x^{x}} - x^x$ as $$1^0 - 1$$ which does not give the correct answer.
Is the book's method correct?
limits
$endgroup$
add a comment |
$begingroup$
Evaluate $$lim_{x to 0^+ } x^{x^{x}} - x^x$$
This is a solved example in my text book but i do not think that the solution is quite correct.
They have essentially used the fact $lim_{xto0^+}x^x$ is 1 and used that to write the term to be evaluated as $$0^1 - 1$$ which gives an answer of -1 The graph indeed gives the limit at $0^+$ as -1.
BUT
We could have used $lim_{xto0^+}x^x$ to evaluate $lim_{x to 0^+ } x^{x^{x}} - x^x$ as $$1^0 - 1$$ which does not give the correct answer.
Is the book's method correct?
limits
$endgroup$
5
$begingroup$
Note that $$ (x^x)^x not= x^{(x^x)}. $$ (You're looking at the latter, not the former.)
$endgroup$
– MisterRiemann
Dec 12 '18 at 18:32
$begingroup$
Related.
$endgroup$
– Shaun
Dec 12 '18 at 18:39
add a comment |
$begingroup$
Evaluate $$lim_{x to 0^+ } x^{x^{x}} - x^x$$
This is a solved example in my text book but i do not think that the solution is quite correct.
They have essentially used the fact $lim_{xto0^+}x^x$ is 1 and used that to write the term to be evaluated as $$0^1 - 1$$ which gives an answer of -1 The graph indeed gives the limit at $0^+$ as -1.
BUT
We could have used $lim_{xto0^+}x^x$ to evaluate $lim_{x to 0^+ } x^{x^{x}} - x^x$ as $$1^0 - 1$$ which does not give the correct answer.
Is the book's method correct?
limits
$endgroup$
Evaluate $$lim_{x to 0^+ } x^{x^{x}} - x^x$$
This is a solved example in my text book but i do not think that the solution is quite correct.
They have essentially used the fact $lim_{xto0^+}x^x$ is 1 and used that to write the term to be evaluated as $$0^1 - 1$$ which gives an answer of -1 The graph indeed gives the limit at $0^+$ as -1.
BUT
We could have used $lim_{xto0^+}x^x$ to evaluate $lim_{x to 0^+ } x^{x^{x}} - x^x$ as $$1^0 - 1$$ which does not give the correct answer.
Is the book's method correct?
limits
limits
asked Dec 12 '18 at 18:30
Avnish KabajAvnish Kabaj
174111
174111
5
$begingroup$
Note that $$ (x^x)^x not= x^{(x^x)}. $$ (You're looking at the latter, not the former.)
$endgroup$
– MisterRiemann
Dec 12 '18 at 18:32
$begingroup$
Related.
$endgroup$
– Shaun
Dec 12 '18 at 18:39
add a comment |
5
$begingroup$
Note that $$ (x^x)^x not= x^{(x^x)}. $$ (You're looking at the latter, not the former.)
$endgroup$
– MisterRiemann
Dec 12 '18 at 18:32
$begingroup$
Related.
$endgroup$
– Shaun
Dec 12 '18 at 18:39
5
5
$begingroup$
Note that $$ (x^x)^x not= x^{(x^x)}. $$ (You're looking at the latter, not the former.)
$endgroup$
– MisterRiemann
Dec 12 '18 at 18:32
$begingroup$
Note that $$ (x^x)^x not= x^{(x^x)}. $$ (You're looking at the latter, not the former.)
$endgroup$
– MisterRiemann
Dec 12 '18 at 18:32
$begingroup$
Related.
$endgroup$
– Shaun
Dec 12 '18 at 18:39
$begingroup$
Related.
$endgroup$
– Shaun
Dec 12 '18 at 18:39
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Note that you solve for the exponent first.
$$a^{b^c} color{red}{neq (a^b)^c = a^{bc}}$$
For example,
$$2^{3^2} = 2^9 = 512 color{red}{neq (2^3)^2 = 2^6 = 64}$$
Therefore, when looking at $x^{x^x}$, you have to start from the exponent $x^x$ and work your way down rather than the other way around.
$endgroup$
add a comment |
$begingroup$
The given solution uses that $x^x to 1$ and
$$(x)^{(x^{x})} - x^x to 0^1-1=-1$$
while you are considering
$$(x^x)^{x} - x^x =x^{(x^2)}-x^xto 1-1=0$$
indeed
$(x)^{(x^{x})}=e^{x^xlog x} to 0$ (since $x^x log x to -infty$)
but
- $x^{(x^2)}=e^{x^2log x} to e^0=1$
$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%2f3037056%2fevaluate-lim-x-to-0-xxx-xx%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Note that you solve for the exponent first.
$$a^{b^c} color{red}{neq (a^b)^c = a^{bc}}$$
For example,
$$2^{3^2} = 2^9 = 512 color{red}{neq (2^3)^2 = 2^6 = 64}$$
Therefore, when looking at $x^{x^x}$, you have to start from the exponent $x^x$ and work your way down rather than the other way around.
$endgroup$
add a comment |
$begingroup$
Note that you solve for the exponent first.
$$a^{b^c} color{red}{neq (a^b)^c = a^{bc}}$$
For example,
$$2^{3^2} = 2^9 = 512 color{red}{neq (2^3)^2 = 2^6 = 64}$$
Therefore, when looking at $x^{x^x}$, you have to start from the exponent $x^x$ and work your way down rather than the other way around.
$endgroup$
add a comment |
$begingroup$
Note that you solve for the exponent first.
$$a^{b^c} color{red}{neq (a^b)^c = a^{bc}}$$
For example,
$$2^{3^2} = 2^9 = 512 color{red}{neq (2^3)^2 = 2^6 = 64}$$
Therefore, when looking at $x^{x^x}$, you have to start from the exponent $x^x$ and work your way down rather than the other way around.
$endgroup$
Note that you solve for the exponent first.
$$a^{b^c} color{red}{neq (a^b)^c = a^{bc}}$$
For example,
$$2^{3^2} = 2^9 = 512 color{red}{neq (2^3)^2 = 2^6 = 64}$$
Therefore, when looking at $x^{x^x}$, you have to start from the exponent $x^x$ and work your way down rather than the other way around.
answered Dec 12 '18 at 18:34
KM101KM101
6,0151524
6,0151524
add a comment |
add a comment |
$begingroup$
The given solution uses that $x^x to 1$ and
$$(x)^{(x^{x})} - x^x to 0^1-1=-1$$
while you are considering
$$(x^x)^{x} - x^x =x^{(x^2)}-x^xto 1-1=0$$
indeed
$(x)^{(x^{x})}=e^{x^xlog x} to 0$ (since $x^x log x to -infty$)
but
- $x^{(x^2)}=e^{x^2log x} to e^0=1$
$endgroup$
add a comment |
$begingroup$
The given solution uses that $x^x to 1$ and
$$(x)^{(x^{x})} - x^x to 0^1-1=-1$$
while you are considering
$$(x^x)^{x} - x^x =x^{(x^2)}-x^xto 1-1=0$$
indeed
$(x)^{(x^{x})}=e^{x^xlog x} to 0$ (since $x^x log x to -infty$)
but
- $x^{(x^2)}=e^{x^2log x} to e^0=1$
$endgroup$
add a comment |
$begingroup$
The given solution uses that $x^x to 1$ and
$$(x)^{(x^{x})} - x^x to 0^1-1=-1$$
while you are considering
$$(x^x)^{x} - x^x =x^{(x^2)}-x^xto 1-1=0$$
indeed
$(x)^{(x^{x})}=e^{x^xlog x} to 0$ (since $x^x log x to -infty$)
but
- $x^{(x^2)}=e^{x^2log x} to e^0=1$
$endgroup$
The given solution uses that $x^x to 1$ and
$$(x)^{(x^{x})} - x^x to 0^1-1=-1$$
while you are considering
$$(x^x)^{x} - x^x =x^{(x^2)}-x^xto 1-1=0$$
indeed
$(x)^{(x^{x})}=e^{x^xlog x} to 0$ (since $x^x log x to -infty$)
but
- $x^{(x^2)}=e^{x^2log x} to e^0=1$
edited Dec 12 '18 at 18:42
answered Dec 12 '18 at 18:36
gimusigimusi
92.8k84494
92.8k84494
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%2f3037056%2fevaluate-lim-x-to-0-xxx-xx%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
$begingroup$
Note that $$ (x^x)^x not= x^{(x^x)}. $$ (You're looking at the latter, not the former.)
$endgroup$
– MisterRiemann
Dec 12 '18 at 18:32
$begingroup$
Related.
$endgroup$
– Shaun
Dec 12 '18 at 18:39