How to integrate $tan^{-1}left(frac{1}{2 sin(x)}right)$?
$begingroup$
I want to calculate the following integral :
$displaystyle{int^{frac{pi}{2}}_{0} tan^{-1}left(frac{1}{2 sin(x)}right)} text{ d}x$
But I don't how; I tried by subsituting $u = frac{1}{2 sin(x)}$ and $u = tan^{-1}left(frac{1}{2 sin(x)}right)$ but it doesn't lead me anywhere.
Thanks for your help.
calculus integration trigonometry definite-integrals trigonometric-integrals
$endgroup$
add a comment |
$begingroup$
I want to calculate the following integral :
$displaystyle{int^{frac{pi}{2}}_{0} tan^{-1}left(frac{1}{2 sin(x)}right)} text{ d}x$
But I don't how; I tried by subsituting $u = frac{1}{2 sin(x)}$ and $u = tan^{-1}left(frac{1}{2 sin(x)}right)$ but it doesn't lead me anywhere.
Thanks for your help.
calculus integration trigonometry definite-integrals trigonometric-integrals
$endgroup$
add a comment |
$begingroup$
I want to calculate the following integral :
$displaystyle{int^{frac{pi}{2}}_{0} tan^{-1}left(frac{1}{2 sin(x)}right)} text{ d}x$
But I don't how; I tried by subsituting $u = frac{1}{2 sin(x)}$ and $u = tan^{-1}left(frac{1}{2 sin(x)}right)$ but it doesn't lead me anywhere.
Thanks for your help.
calculus integration trigonometry definite-integrals trigonometric-integrals
$endgroup$
I want to calculate the following integral :
$displaystyle{int^{frac{pi}{2}}_{0} tan^{-1}left(frac{1}{2 sin(x)}right)} text{ d}x$
But I don't how; I tried by subsituting $u = frac{1}{2 sin(x)}$ and $u = tan^{-1}left(frac{1}{2 sin(x)}right)$ but it doesn't lead me anywhere.
Thanks for your help.
calculus integration trigonometry definite-integrals trigonometric-integrals
calculus integration trigonometry definite-integrals trigonometric-integrals
edited Dec 9 '18 at 12:10
DavidG
1
1
asked Nov 1 '18 at 21:19
SkyostSkyost
184
184
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Well, the integral over $(0,2pi)$ is clearly zero by symmetry, hence the given problem is equivalent to finding
$$ -int_{0}^{pi/2}arctanleft(frac{1}{2sin x}right),dx=-int_{0}^{1}frac{arctanfrac{1}{2x}}{sqrt{1-x^2}},dx=-frac{pi^2}{4}+int_{0}^{1}frac{arctan(2x)}{sqrt{1-x^2}},dx $$
or
$$ -frac{pi^2}{4}+int_{0}^{2}int_{0}^{1}frac{x}{(1+a^2 x^2)sqrt{1-x^2}},dx,da=-frac{pi^2}{4}+int_{0}^{2}frac{text{arcsinh}(a)}{asqrt{1+a^2}},da$$
or
$$ -frac{pi^2}{4}+int_{0}^{log(2+sqrt{5})}frac{u}{sinh u},du =-frac{pi^2}{4}+int_{1}^{2+sqrt{5}}frac{2log v}{v^2-1},dv$$
where the last integral depends on the dilogarithm $text{Li}_2$ evaluated at $pm(sqrt{5}-2)$:
$$ int_{0}^{pi/2}arctanleft(frac{1}{2sin x}right),dx= text{arcsinh}left(tfrac{1}{2}right)text{arcsinh}(2)-text{Li}_2(sqrt{5}-2)+text{Li}_2(2-sqrt{5})$$
$endgroup$
$begingroup$
Thank you a lot ! 😉
$endgroup$
– Skyost
Nov 2 '18 at 11:43
add a comment |
$begingroup$
Partial answer: Consider $f(y) = int_{pi/2}^{2pi} arctanfrac1{ysin x},dx$. You are interested ultimately in $f(2)$. It appears that $f'(y)$ can be integrated/evaluated (pass the derivative through the integral, simplify, and do $u=cos x$) easily enough. Can you then integrate this result to get back $f(y)$?
$endgroup$
$begingroup$
Simpler to say it than actually doing it, isn't it?
$endgroup$
– Jack D'Aurizio
Nov 2 '18 at 3:21
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%2f2980984%2fhow-to-integrate-tan-1-left-frac12-sinx-right%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$
Well, the integral over $(0,2pi)$ is clearly zero by symmetry, hence the given problem is equivalent to finding
$$ -int_{0}^{pi/2}arctanleft(frac{1}{2sin x}right),dx=-int_{0}^{1}frac{arctanfrac{1}{2x}}{sqrt{1-x^2}},dx=-frac{pi^2}{4}+int_{0}^{1}frac{arctan(2x)}{sqrt{1-x^2}},dx $$
or
$$ -frac{pi^2}{4}+int_{0}^{2}int_{0}^{1}frac{x}{(1+a^2 x^2)sqrt{1-x^2}},dx,da=-frac{pi^2}{4}+int_{0}^{2}frac{text{arcsinh}(a)}{asqrt{1+a^2}},da$$
or
$$ -frac{pi^2}{4}+int_{0}^{log(2+sqrt{5})}frac{u}{sinh u},du =-frac{pi^2}{4}+int_{1}^{2+sqrt{5}}frac{2log v}{v^2-1},dv$$
where the last integral depends on the dilogarithm $text{Li}_2$ evaluated at $pm(sqrt{5}-2)$:
$$ int_{0}^{pi/2}arctanleft(frac{1}{2sin x}right),dx= text{arcsinh}left(tfrac{1}{2}right)text{arcsinh}(2)-text{Li}_2(sqrt{5}-2)+text{Li}_2(2-sqrt{5})$$
$endgroup$
$begingroup$
Thank you a lot ! 😉
$endgroup$
– Skyost
Nov 2 '18 at 11:43
add a comment |
$begingroup$
Well, the integral over $(0,2pi)$ is clearly zero by symmetry, hence the given problem is equivalent to finding
$$ -int_{0}^{pi/2}arctanleft(frac{1}{2sin x}right),dx=-int_{0}^{1}frac{arctanfrac{1}{2x}}{sqrt{1-x^2}},dx=-frac{pi^2}{4}+int_{0}^{1}frac{arctan(2x)}{sqrt{1-x^2}},dx $$
or
$$ -frac{pi^2}{4}+int_{0}^{2}int_{0}^{1}frac{x}{(1+a^2 x^2)sqrt{1-x^2}},dx,da=-frac{pi^2}{4}+int_{0}^{2}frac{text{arcsinh}(a)}{asqrt{1+a^2}},da$$
or
$$ -frac{pi^2}{4}+int_{0}^{log(2+sqrt{5})}frac{u}{sinh u},du =-frac{pi^2}{4}+int_{1}^{2+sqrt{5}}frac{2log v}{v^2-1},dv$$
where the last integral depends on the dilogarithm $text{Li}_2$ evaluated at $pm(sqrt{5}-2)$:
$$ int_{0}^{pi/2}arctanleft(frac{1}{2sin x}right),dx= text{arcsinh}left(tfrac{1}{2}right)text{arcsinh}(2)-text{Li}_2(sqrt{5}-2)+text{Li}_2(2-sqrt{5})$$
$endgroup$
$begingroup$
Thank you a lot ! 😉
$endgroup$
– Skyost
Nov 2 '18 at 11:43
add a comment |
$begingroup$
Well, the integral over $(0,2pi)$ is clearly zero by symmetry, hence the given problem is equivalent to finding
$$ -int_{0}^{pi/2}arctanleft(frac{1}{2sin x}right),dx=-int_{0}^{1}frac{arctanfrac{1}{2x}}{sqrt{1-x^2}},dx=-frac{pi^2}{4}+int_{0}^{1}frac{arctan(2x)}{sqrt{1-x^2}},dx $$
or
$$ -frac{pi^2}{4}+int_{0}^{2}int_{0}^{1}frac{x}{(1+a^2 x^2)sqrt{1-x^2}},dx,da=-frac{pi^2}{4}+int_{0}^{2}frac{text{arcsinh}(a)}{asqrt{1+a^2}},da$$
or
$$ -frac{pi^2}{4}+int_{0}^{log(2+sqrt{5})}frac{u}{sinh u},du =-frac{pi^2}{4}+int_{1}^{2+sqrt{5}}frac{2log v}{v^2-1},dv$$
where the last integral depends on the dilogarithm $text{Li}_2$ evaluated at $pm(sqrt{5}-2)$:
$$ int_{0}^{pi/2}arctanleft(frac{1}{2sin x}right),dx= text{arcsinh}left(tfrac{1}{2}right)text{arcsinh}(2)-text{Li}_2(sqrt{5}-2)+text{Li}_2(2-sqrt{5})$$
$endgroup$
Well, the integral over $(0,2pi)$ is clearly zero by symmetry, hence the given problem is equivalent to finding
$$ -int_{0}^{pi/2}arctanleft(frac{1}{2sin x}right),dx=-int_{0}^{1}frac{arctanfrac{1}{2x}}{sqrt{1-x^2}},dx=-frac{pi^2}{4}+int_{0}^{1}frac{arctan(2x)}{sqrt{1-x^2}},dx $$
or
$$ -frac{pi^2}{4}+int_{0}^{2}int_{0}^{1}frac{x}{(1+a^2 x^2)sqrt{1-x^2}},dx,da=-frac{pi^2}{4}+int_{0}^{2}frac{text{arcsinh}(a)}{asqrt{1+a^2}},da$$
or
$$ -frac{pi^2}{4}+int_{0}^{log(2+sqrt{5})}frac{u}{sinh u},du =-frac{pi^2}{4}+int_{1}^{2+sqrt{5}}frac{2log v}{v^2-1},dv$$
where the last integral depends on the dilogarithm $text{Li}_2$ evaluated at $pm(sqrt{5}-2)$:
$$ int_{0}^{pi/2}arctanleft(frac{1}{2sin x}right),dx= text{arcsinh}left(tfrac{1}{2}right)text{arcsinh}(2)-text{Li}_2(sqrt{5}-2)+text{Li}_2(2-sqrt{5})$$
answered Nov 2 '18 at 3:17
Jack D'AurizioJack D'Aurizio
291k33284669
291k33284669
$begingroup$
Thank you a lot ! 😉
$endgroup$
– Skyost
Nov 2 '18 at 11:43
add a comment |
$begingroup$
Thank you a lot ! 😉
$endgroup$
– Skyost
Nov 2 '18 at 11:43
$begingroup$
Thank you a lot ! 😉
$endgroup$
– Skyost
Nov 2 '18 at 11:43
$begingroup$
Thank you a lot ! 😉
$endgroup$
– Skyost
Nov 2 '18 at 11:43
add a comment |
$begingroup$
Partial answer: Consider $f(y) = int_{pi/2}^{2pi} arctanfrac1{ysin x},dx$. You are interested ultimately in $f(2)$. It appears that $f'(y)$ can be integrated/evaluated (pass the derivative through the integral, simplify, and do $u=cos x$) easily enough. Can you then integrate this result to get back $f(y)$?
$endgroup$
$begingroup$
Simpler to say it than actually doing it, isn't it?
$endgroup$
– Jack D'Aurizio
Nov 2 '18 at 3:21
add a comment |
$begingroup$
Partial answer: Consider $f(y) = int_{pi/2}^{2pi} arctanfrac1{ysin x},dx$. You are interested ultimately in $f(2)$. It appears that $f'(y)$ can be integrated/evaluated (pass the derivative through the integral, simplify, and do $u=cos x$) easily enough. Can you then integrate this result to get back $f(y)$?
$endgroup$
$begingroup$
Simpler to say it than actually doing it, isn't it?
$endgroup$
– Jack D'Aurizio
Nov 2 '18 at 3:21
add a comment |
$begingroup$
Partial answer: Consider $f(y) = int_{pi/2}^{2pi} arctanfrac1{ysin x},dx$. You are interested ultimately in $f(2)$. It appears that $f'(y)$ can be integrated/evaluated (pass the derivative through the integral, simplify, and do $u=cos x$) easily enough. Can you then integrate this result to get back $f(y)$?
$endgroup$
Partial answer: Consider $f(y) = int_{pi/2}^{2pi} arctanfrac1{ysin x},dx$. You are interested ultimately in $f(2)$. It appears that $f'(y)$ can be integrated/evaluated (pass the derivative through the integral, simplify, and do $u=cos x$) easily enough. Can you then integrate this result to get back $f(y)$?
answered Nov 1 '18 at 22:00
JasonJason
1,367610
1,367610
$begingroup$
Simpler to say it than actually doing it, isn't it?
$endgroup$
– Jack D'Aurizio
Nov 2 '18 at 3:21
add a comment |
$begingroup$
Simpler to say it than actually doing it, isn't it?
$endgroup$
– Jack D'Aurizio
Nov 2 '18 at 3:21
$begingroup$
Simpler to say it than actually doing it, isn't it?
$endgroup$
– Jack D'Aurizio
Nov 2 '18 at 3:21
$begingroup$
Simpler to say it than actually doing it, isn't it?
$endgroup$
– Jack D'Aurizio
Nov 2 '18 at 3:21
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%2f2980984%2fhow-to-integrate-tan-1-left-frac12-sinx-right%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