integrating $ln(x^2)/e^{x^2}$How to show that this integral diverges or converges?Dirichelet Integral test...
How to write cleanly even if my character uses expletive language?
Do I need to be arrogant to get ahead?
Is there a data structure that only stores hash codes and not the actual objects?
Why do Australian milk farmers need to protest supermarkets' milk price?
Unexpected result from ArcLength
How to explain that I do not want to visit a country due to personal safety concern?
Look at your watch and tell me what time is it. vs Look at your watch and tell me what time it is
How Could an Airship Be Repaired Mid-Flight
How to read the value of this capacitor?
How to make healing in an exploration game interesting
Why did it take so long to abandon sail after steamships were demonstrated?
Employee lack of ownership
How big is a MODIS 250m pixel in reality?
Is it possible to upcast ritual spells?
If I can solve Sudoku can I solve Travelling Salesman Problem(TSP)? If yes, how?
What exactly is this small puffer fish doing and how did it manage to accomplish such a feat?
Min function accepting varying number of arguments in C++17
How to deal with taxi scam when on vacation?
How can you use ICE tables to solve multiple coupled equilibria?
How to change two letters closest to a string and one letter immediately after a string using notepad++
How do I hide Chekhov's Gun?
The difference between「N分で」and「後N分で」
Are there verbs that are neither telic, or atelic?
Interplanetary conflict, some disease destroys the ability to understand or appreciate music
integrating $ln(x^2)/e^{x^2}$
How to show that this integral diverges or converges?Dirichelet Integral test limitsConvergence $I=int_0^infty frac{sin x}{x^s}dx$Improper Integral $int_0^1left(left{frac1xright}-frac12right)frac{log(x)}xdx$Is this series $sumlimits_{n=0}^infty frac{1+sin n}{10^n}$ divergent or convergent?Determine whether the integral is convergent or divergent. $int^{infty}_1 81frac{ln(x)}{x}dx$Determine that $Sigma^{infty}_{n=1}frac{n!}{n^n}$ is convergent.Convergence or Divergence integral questioncomparison test on $1/(e^x) vs 1/(e^x+1)$Testing convergence/divergence
$begingroup$
I am stuck when trying to find $$int_0^infty frac{ln(x^2)}{exp(x^2)} , dx $$
The context of the question is asking if the integral is convergent of divergent?
calculus integration convergence divergence
$endgroup$
add a comment |
$begingroup$
I am stuck when trying to find $$int_0^infty frac{ln(x^2)}{exp(x^2)} , dx $$
The context of the question is asking if the integral is convergent of divergent?
calculus integration convergence divergence
$endgroup$
1
$begingroup$
Note that you do not have to actually compute anything to solve this problem! We are only interested in if the integral converges or not.
$endgroup$
– ItsJustVennDiagramsBro
Mar 10 at 21:18
add a comment |
$begingroup$
I am stuck when trying to find $$int_0^infty frac{ln(x^2)}{exp(x^2)} , dx $$
The context of the question is asking if the integral is convergent of divergent?
calculus integration convergence divergence
$endgroup$
I am stuck when trying to find $$int_0^infty frac{ln(x^2)}{exp(x^2)} , dx $$
The context of the question is asking if the integral is convergent of divergent?
calculus integration convergence divergence
calculus integration convergence divergence
edited Mar 11 at 19:28
James odare
608
608
asked Mar 10 at 21:16
Suhas SuryaSuhas Surya
183
183
1
$begingroup$
Note that you do not have to actually compute anything to solve this problem! We are only interested in if the integral converges or not.
$endgroup$
– ItsJustVennDiagramsBro
Mar 10 at 21:18
add a comment |
1
$begingroup$
Note that you do not have to actually compute anything to solve this problem! We are only interested in if the integral converges or not.
$endgroup$
– ItsJustVennDiagramsBro
Mar 10 at 21:18
1
1
$begingroup$
Note that you do not have to actually compute anything to solve this problem! We are only interested in if the integral converges or not.
$endgroup$
– ItsJustVennDiagramsBro
Mar 10 at 21:18
$begingroup$
Note that you do not have to actually compute anything to solve this problem! We are only interested in if the integral converges or not.
$endgroup$
– ItsJustVennDiagramsBro
Mar 10 at 21:18
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
If you want the explicit value, well,
$$ int_{0}^{+infty}2log(x)e^{-x^2},dx stackrel{xmapstosqrt{x}}{=}frac{1}{2}int_{0}^{+infty}x^{-1/2}log(x)e^{-x},dx $$
equals $frac{1}{2}Gamma'left(frac{1}{2}right)=frac{sqrt{pi}}{2}psileft(frac{1}{2}right)$ by the dominated convergence theorem and the integral definition of the $Gamma$ function, together with the well known $Gammaleft(frac{1}{2}right)=sqrt{pi}$. Since $psi(1)=Gamma'(1)=-gamma$ and
$$ sum_{ngeq 0}frac{1}{(n+a)(n+b)}=frac{psi(a)-psi(b)}{a-b},$$
by picking $a=frac{1}{2}$, $b=1$ and rearranging we get
$$ int_{0}^{+infty}log(x^2)e^{-x^2},dx = color{blue}{-frac{sqrt{pi}}{2}(gamma+2log 2)}$$
which is approximately $-frac{7}{4}$.
$endgroup$
add a comment |
$begingroup$
The function is equivalent to $2ln{|x|}$ at $x$ goes to $0$ so is integrable there.
The function is $o(e^{-|x|})$ as $|x|$ goes to infinity, so is integrable there as well.
$endgroup$
add a comment |
$begingroup$
Near $0$, your function is equivalent to $ln(x^2)=2 ln(x)$ which is integrable.
Near $+infty$, your function is a $o left( frac{x^2}{e^{x^2}} right)$ which is integrable.
$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%2f3142916%2fintegrating-lnx2-ex2%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$
If you want the explicit value, well,
$$ int_{0}^{+infty}2log(x)e^{-x^2},dx stackrel{xmapstosqrt{x}}{=}frac{1}{2}int_{0}^{+infty}x^{-1/2}log(x)e^{-x},dx $$
equals $frac{1}{2}Gamma'left(frac{1}{2}right)=frac{sqrt{pi}}{2}psileft(frac{1}{2}right)$ by the dominated convergence theorem and the integral definition of the $Gamma$ function, together with the well known $Gammaleft(frac{1}{2}right)=sqrt{pi}$. Since $psi(1)=Gamma'(1)=-gamma$ and
$$ sum_{ngeq 0}frac{1}{(n+a)(n+b)}=frac{psi(a)-psi(b)}{a-b},$$
by picking $a=frac{1}{2}$, $b=1$ and rearranging we get
$$ int_{0}^{+infty}log(x^2)e^{-x^2},dx = color{blue}{-frac{sqrt{pi}}{2}(gamma+2log 2)}$$
which is approximately $-frac{7}{4}$.
$endgroup$
add a comment |
$begingroup$
If you want the explicit value, well,
$$ int_{0}^{+infty}2log(x)e^{-x^2},dx stackrel{xmapstosqrt{x}}{=}frac{1}{2}int_{0}^{+infty}x^{-1/2}log(x)e^{-x},dx $$
equals $frac{1}{2}Gamma'left(frac{1}{2}right)=frac{sqrt{pi}}{2}psileft(frac{1}{2}right)$ by the dominated convergence theorem and the integral definition of the $Gamma$ function, together with the well known $Gammaleft(frac{1}{2}right)=sqrt{pi}$. Since $psi(1)=Gamma'(1)=-gamma$ and
$$ sum_{ngeq 0}frac{1}{(n+a)(n+b)}=frac{psi(a)-psi(b)}{a-b},$$
by picking $a=frac{1}{2}$, $b=1$ and rearranging we get
$$ int_{0}^{+infty}log(x^2)e^{-x^2},dx = color{blue}{-frac{sqrt{pi}}{2}(gamma+2log 2)}$$
which is approximately $-frac{7}{4}$.
$endgroup$
add a comment |
$begingroup$
If you want the explicit value, well,
$$ int_{0}^{+infty}2log(x)e^{-x^2},dx stackrel{xmapstosqrt{x}}{=}frac{1}{2}int_{0}^{+infty}x^{-1/2}log(x)e^{-x},dx $$
equals $frac{1}{2}Gamma'left(frac{1}{2}right)=frac{sqrt{pi}}{2}psileft(frac{1}{2}right)$ by the dominated convergence theorem and the integral definition of the $Gamma$ function, together with the well known $Gammaleft(frac{1}{2}right)=sqrt{pi}$. Since $psi(1)=Gamma'(1)=-gamma$ and
$$ sum_{ngeq 0}frac{1}{(n+a)(n+b)}=frac{psi(a)-psi(b)}{a-b},$$
by picking $a=frac{1}{2}$, $b=1$ and rearranging we get
$$ int_{0}^{+infty}log(x^2)e^{-x^2},dx = color{blue}{-frac{sqrt{pi}}{2}(gamma+2log 2)}$$
which is approximately $-frac{7}{4}$.
$endgroup$
If you want the explicit value, well,
$$ int_{0}^{+infty}2log(x)e^{-x^2},dx stackrel{xmapstosqrt{x}}{=}frac{1}{2}int_{0}^{+infty}x^{-1/2}log(x)e^{-x},dx $$
equals $frac{1}{2}Gamma'left(frac{1}{2}right)=frac{sqrt{pi}}{2}psileft(frac{1}{2}right)$ by the dominated convergence theorem and the integral definition of the $Gamma$ function, together with the well known $Gammaleft(frac{1}{2}right)=sqrt{pi}$. Since $psi(1)=Gamma'(1)=-gamma$ and
$$ sum_{ngeq 0}frac{1}{(n+a)(n+b)}=frac{psi(a)-psi(b)}{a-b},$$
by picking $a=frac{1}{2}$, $b=1$ and rearranging we get
$$ int_{0}^{+infty}log(x^2)e^{-x^2},dx = color{blue}{-frac{sqrt{pi}}{2}(gamma+2log 2)}$$
which is approximately $-frac{7}{4}$.
answered Mar 11 at 0:51
Jack D'AurizioJack D'Aurizio
291k33284667
291k33284667
add a comment |
add a comment |
$begingroup$
The function is equivalent to $2ln{|x|}$ at $x$ goes to $0$ so is integrable there.
The function is $o(e^{-|x|})$ as $|x|$ goes to infinity, so is integrable there as well.
$endgroup$
add a comment |
$begingroup$
The function is equivalent to $2ln{|x|}$ at $x$ goes to $0$ so is integrable there.
The function is $o(e^{-|x|})$ as $|x|$ goes to infinity, so is integrable there as well.
$endgroup$
add a comment |
$begingroup$
The function is equivalent to $2ln{|x|}$ at $x$ goes to $0$ so is integrable there.
The function is $o(e^{-|x|})$ as $|x|$ goes to infinity, so is integrable there as well.
$endgroup$
The function is equivalent to $2ln{|x|}$ at $x$ goes to $0$ so is integrable there.
The function is $o(e^{-|x|})$ as $|x|$ goes to infinity, so is integrable there as well.
answered Mar 10 at 21:22
MindlackMindlack
4,920211
4,920211
add a comment |
add a comment |
$begingroup$
Near $0$, your function is equivalent to $ln(x^2)=2 ln(x)$ which is integrable.
Near $+infty$, your function is a $o left( frac{x^2}{e^{x^2}} right)$ which is integrable.
$endgroup$
add a comment |
$begingroup$
Near $0$, your function is equivalent to $ln(x^2)=2 ln(x)$ which is integrable.
Near $+infty$, your function is a $o left( frac{x^2}{e^{x^2}} right)$ which is integrable.
$endgroup$
add a comment |
$begingroup$
Near $0$, your function is equivalent to $ln(x^2)=2 ln(x)$ which is integrable.
Near $+infty$, your function is a $o left( frac{x^2}{e^{x^2}} right)$ which is integrable.
$endgroup$
Near $0$, your function is equivalent to $ln(x^2)=2 ln(x)$ which is integrable.
Near $+infty$, your function is a $o left( frac{x^2}{e^{x^2}} right)$ which is integrable.
answered Mar 10 at 21:23
TheSilverDoeTheSilverDoe
3,866112
3,866112
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%2f3142916%2fintegrating-lnx2-ex2%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$
Note that you do not have to actually compute anything to solve this problem! We are only interested in if the integral converges or not.
$endgroup$
– ItsJustVennDiagramsBro
Mar 10 at 21:18