Finding convergence (or divergence) of $int_0^{1/e} frac{dx}{x ln^2 x}$.
Compute or prove the divergence of $$int_0^{1/e} frac{dx}{x ln^2 x}$$
I have tried to find the usual derivative taking integration from α..(0<α<1/e)to 1/e..it turned out be log0..but the given solution is 1.
calculus integration convergence definite-integrals
add a comment |
Compute or prove the divergence of $$int_0^{1/e} frac{dx}{x ln^2 x}$$
I have tried to find the usual derivative taking integration from α..(0<α<1/e)to 1/e..it turned out be log0..but the given solution is 1.
calculus integration convergence definite-integrals
Please use MathJax in future. It is a type of $LaTeX$. A tutorial on it from this site is readily available online.
– Shaun
Nov 26 at 16:20
add a comment |
Compute or prove the divergence of $$int_0^{1/e} frac{dx}{x ln^2 x}$$
I have tried to find the usual derivative taking integration from α..(0<α<1/e)to 1/e..it turned out be log0..but the given solution is 1.
calculus integration convergence definite-integrals
Compute or prove the divergence of $$int_0^{1/e} frac{dx}{x ln^2 x}$$
I have tried to find the usual derivative taking integration from α..(0<α<1/e)to 1/e..it turned out be log0..but the given solution is 1.
calculus integration convergence definite-integrals
calculus integration convergence definite-integrals
edited Nov 26 at 22:24
Key Flex
7,46841232
7,46841232
asked Nov 26 at 16:11
Kashmira
463
463
Please use MathJax in future. It is a type of $LaTeX$. A tutorial on it from this site is readily available online.
– Shaun
Nov 26 at 16:20
add a comment |
Please use MathJax in future. It is a type of $LaTeX$. A tutorial on it from this site is readily available online.
– Shaun
Nov 26 at 16:20
Please use MathJax in future. It is a type of $LaTeX$. A tutorial on it from this site is readily available online.
– Shaun
Nov 26 at 16:20
Please use MathJax in future. It is a type of $LaTeX$. A tutorial on it from this site is readily available online.
– Shaun
Nov 26 at 16:20
add a comment |
2 Answers
2
active
oldest
votes
$$int_0^{frac1e}dfrac{1}{xln^2x} dx$$
Use u-substitution: $u=ln ximplies du=dfrac{dx}{x}$
first compute without boundaries
$$=intdfrac{1}{u^2} du=dfrac{u^{-2+1}}{-2+1}=-left[dfrac{1}{ln x}right]_0^{frac1e}=1$$
1
Pardon me if this is a very stupid question, but wouldn't the integral diverge because of the fact that $$lim_{xto0^+}frac1{xlog^2x}=+infty$$
– clathratus
Nov 26 at 17:13
@clathratus Yes, it diverges because it has discontinuity at $x=0$ which gives improper bound
– Key Flex
Nov 26 at 17:16
So why does your answer say that $$int_0^{frac1e}frac{dx}{xlog^2x}=1$$
– clathratus
Nov 26 at 17:19
@clathratus I am evaluating the limit for $dfrac{1}{ln x}$ but not for $dfrac{1}{xln^2x}$
– Key Flex
Nov 26 at 17:22
1
Your answer to the first comment is not correct. The question in the comment is: doesn't the integral diverge since the integrand blows up at $0$? Answer: No
– zhw.
Nov 26 at 17:46
add a comment |
HINT
Substitute $u = ln x$ with $du = dx/x$ to get $int u^{-2}du$...
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%2f3014512%2ffinding-convergence-or-divergence-of-int-01-e-fracdxx-ln2-x%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
$$int_0^{frac1e}dfrac{1}{xln^2x} dx$$
Use u-substitution: $u=ln ximplies du=dfrac{dx}{x}$
first compute without boundaries
$$=intdfrac{1}{u^2} du=dfrac{u^{-2+1}}{-2+1}=-left[dfrac{1}{ln x}right]_0^{frac1e}=1$$
1
Pardon me if this is a very stupid question, but wouldn't the integral diverge because of the fact that $$lim_{xto0^+}frac1{xlog^2x}=+infty$$
– clathratus
Nov 26 at 17:13
@clathratus Yes, it diverges because it has discontinuity at $x=0$ which gives improper bound
– Key Flex
Nov 26 at 17:16
So why does your answer say that $$int_0^{frac1e}frac{dx}{xlog^2x}=1$$
– clathratus
Nov 26 at 17:19
@clathratus I am evaluating the limit for $dfrac{1}{ln x}$ but not for $dfrac{1}{xln^2x}$
– Key Flex
Nov 26 at 17:22
1
Your answer to the first comment is not correct. The question in the comment is: doesn't the integral diverge since the integrand blows up at $0$? Answer: No
– zhw.
Nov 26 at 17:46
add a comment |
$$int_0^{frac1e}dfrac{1}{xln^2x} dx$$
Use u-substitution: $u=ln ximplies du=dfrac{dx}{x}$
first compute without boundaries
$$=intdfrac{1}{u^2} du=dfrac{u^{-2+1}}{-2+1}=-left[dfrac{1}{ln x}right]_0^{frac1e}=1$$
1
Pardon me if this is a very stupid question, but wouldn't the integral diverge because of the fact that $$lim_{xto0^+}frac1{xlog^2x}=+infty$$
– clathratus
Nov 26 at 17:13
@clathratus Yes, it diverges because it has discontinuity at $x=0$ which gives improper bound
– Key Flex
Nov 26 at 17:16
So why does your answer say that $$int_0^{frac1e}frac{dx}{xlog^2x}=1$$
– clathratus
Nov 26 at 17:19
@clathratus I am evaluating the limit for $dfrac{1}{ln x}$ but not for $dfrac{1}{xln^2x}$
– Key Flex
Nov 26 at 17:22
1
Your answer to the first comment is not correct. The question in the comment is: doesn't the integral diverge since the integrand blows up at $0$? Answer: No
– zhw.
Nov 26 at 17:46
add a comment |
$$int_0^{frac1e}dfrac{1}{xln^2x} dx$$
Use u-substitution: $u=ln ximplies du=dfrac{dx}{x}$
first compute without boundaries
$$=intdfrac{1}{u^2} du=dfrac{u^{-2+1}}{-2+1}=-left[dfrac{1}{ln x}right]_0^{frac1e}=1$$
$$int_0^{frac1e}dfrac{1}{xln^2x} dx$$
Use u-substitution: $u=ln ximplies du=dfrac{dx}{x}$
first compute without boundaries
$$=intdfrac{1}{u^2} du=dfrac{u^{-2+1}}{-2+1}=-left[dfrac{1}{ln x}right]_0^{frac1e}=1$$
answered Nov 26 at 16:17
Key Flex
7,46841232
7,46841232
1
Pardon me if this is a very stupid question, but wouldn't the integral diverge because of the fact that $$lim_{xto0^+}frac1{xlog^2x}=+infty$$
– clathratus
Nov 26 at 17:13
@clathratus Yes, it diverges because it has discontinuity at $x=0$ which gives improper bound
– Key Flex
Nov 26 at 17:16
So why does your answer say that $$int_0^{frac1e}frac{dx}{xlog^2x}=1$$
– clathratus
Nov 26 at 17:19
@clathratus I am evaluating the limit for $dfrac{1}{ln x}$ but not for $dfrac{1}{xln^2x}$
– Key Flex
Nov 26 at 17:22
1
Your answer to the first comment is not correct. The question in the comment is: doesn't the integral diverge since the integrand blows up at $0$? Answer: No
– zhw.
Nov 26 at 17:46
add a comment |
1
Pardon me if this is a very stupid question, but wouldn't the integral diverge because of the fact that $$lim_{xto0^+}frac1{xlog^2x}=+infty$$
– clathratus
Nov 26 at 17:13
@clathratus Yes, it diverges because it has discontinuity at $x=0$ which gives improper bound
– Key Flex
Nov 26 at 17:16
So why does your answer say that $$int_0^{frac1e}frac{dx}{xlog^2x}=1$$
– clathratus
Nov 26 at 17:19
@clathratus I am evaluating the limit for $dfrac{1}{ln x}$ but not for $dfrac{1}{xln^2x}$
– Key Flex
Nov 26 at 17:22
1
Your answer to the first comment is not correct. The question in the comment is: doesn't the integral diverge since the integrand blows up at $0$? Answer: No
– zhw.
Nov 26 at 17:46
1
1
Pardon me if this is a very stupid question, but wouldn't the integral diverge because of the fact that $$lim_{xto0^+}frac1{xlog^2x}=+infty$$
– clathratus
Nov 26 at 17:13
Pardon me if this is a very stupid question, but wouldn't the integral diverge because of the fact that $$lim_{xto0^+}frac1{xlog^2x}=+infty$$
– clathratus
Nov 26 at 17:13
@clathratus Yes, it diverges because it has discontinuity at $x=0$ which gives improper bound
– Key Flex
Nov 26 at 17:16
@clathratus Yes, it diverges because it has discontinuity at $x=0$ which gives improper bound
– Key Flex
Nov 26 at 17:16
So why does your answer say that $$int_0^{frac1e}frac{dx}{xlog^2x}=1$$
– clathratus
Nov 26 at 17:19
So why does your answer say that $$int_0^{frac1e}frac{dx}{xlog^2x}=1$$
– clathratus
Nov 26 at 17:19
@clathratus I am evaluating the limit for $dfrac{1}{ln x}$ but not for $dfrac{1}{xln^2x}$
– Key Flex
Nov 26 at 17:22
@clathratus I am evaluating the limit for $dfrac{1}{ln x}$ but not for $dfrac{1}{xln^2x}$
– Key Flex
Nov 26 at 17:22
1
1
Your answer to the first comment is not correct. The question in the comment is: doesn't the integral diverge since the integrand blows up at $0$? Answer: No
– zhw.
Nov 26 at 17:46
Your answer to the first comment is not correct. The question in the comment is: doesn't the integral diverge since the integrand blows up at $0$? Answer: No
– zhw.
Nov 26 at 17:46
add a comment |
HINT
Substitute $u = ln x$ with $du = dx/x$ to get $int u^{-2}du$...
add a comment |
HINT
Substitute $u = ln x$ with $du = dx/x$ to get $int u^{-2}du$...
add a comment |
HINT
Substitute $u = ln x$ with $du = dx/x$ to get $int u^{-2}du$...
HINT
Substitute $u = ln x$ with $du = dx/x$ to get $int u^{-2}du$...
answered Nov 26 at 16:13
gt6989b
33k22452
33k22452
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%2f3014512%2ffinding-convergence-or-divergence-of-int-01-e-fracdxx-ln2-x%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
Please use MathJax in future. It is a type of $LaTeX$. A tutorial on it from this site is readily available online.
– Shaun
Nov 26 at 16:20