Integral$int_{pi/6}^{pi/2} frac{sin^{1/3} (x)}{sin^{1/3} (x)+cos^{1/3} (x)}$
$begingroup$
$$int_{pi/6}^{pi/2} frac{sin^{1/3} (x)}{sin^{1/3} (x)+cos^{1/3} (x)}$$
I tried using the substitution $t^3=tan x$. Which gives me
$$intfrac{3t^3}{(t+1)(t^6+1)}$$
How should I proceed?
calculus definite-integrals
$endgroup$
add a comment |
$begingroup$
$$int_{pi/6}^{pi/2} frac{sin^{1/3} (x)}{sin^{1/3} (x)+cos^{1/3} (x)}$$
I tried using the substitution $t^3=tan x$. Which gives me
$$intfrac{3t^3}{(t+1)(t^6+1)}$$
How should I proceed?
calculus definite-integrals
$endgroup$
$begingroup$
Partial fractions? By the way, you seem to have lost your limits.
$endgroup$
– Lord Shark the Unknown
Dec 19 '18 at 5:42
$begingroup$
Typing on phone, so skipped it. Is a better way to type mathjax on phone
$endgroup$
– Piyush Divyanakar
Dec 19 '18 at 5:43
$begingroup$
@Piyush Divyanakar, you should try with lower limit $frac {π}{4}$
$endgroup$
– Awe Kumar Jha
Dec 19 '18 at 12:39
add a comment |
$begingroup$
$$int_{pi/6}^{pi/2} frac{sin^{1/3} (x)}{sin^{1/3} (x)+cos^{1/3} (x)}$$
I tried using the substitution $t^3=tan x$. Which gives me
$$intfrac{3t^3}{(t+1)(t^6+1)}$$
How should I proceed?
calculus definite-integrals
$endgroup$
$$int_{pi/6}^{pi/2} frac{sin^{1/3} (x)}{sin^{1/3} (x)+cos^{1/3} (x)}$$
I tried using the substitution $t^3=tan x$. Which gives me
$$intfrac{3t^3}{(t+1)(t^6+1)}$$
How should I proceed?
calculus definite-integrals
calculus definite-integrals
edited Dec 19 '18 at 9:50
Arjang
5,63062363
5,63062363
asked Dec 19 '18 at 5:40
Piyush DivyanakarPiyush Divyanakar
3,348327
3,348327
$begingroup$
Partial fractions? By the way, you seem to have lost your limits.
$endgroup$
– Lord Shark the Unknown
Dec 19 '18 at 5:42
$begingroup$
Typing on phone, so skipped it. Is a better way to type mathjax on phone
$endgroup$
– Piyush Divyanakar
Dec 19 '18 at 5:43
$begingroup$
@Piyush Divyanakar, you should try with lower limit $frac {π}{4}$
$endgroup$
– Awe Kumar Jha
Dec 19 '18 at 12:39
add a comment |
$begingroup$
Partial fractions? By the way, you seem to have lost your limits.
$endgroup$
– Lord Shark the Unknown
Dec 19 '18 at 5:42
$begingroup$
Typing on phone, so skipped it. Is a better way to type mathjax on phone
$endgroup$
– Piyush Divyanakar
Dec 19 '18 at 5:43
$begingroup$
@Piyush Divyanakar, you should try with lower limit $frac {π}{4}$
$endgroup$
– Awe Kumar Jha
Dec 19 '18 at 12:39
$begingroup$
Partial fractions? By the way, you seem to have lost your limits.
$endgroup$
– Lord Shark the Unknown
Dec 19 '18 at 5:42
$begingroup$
Partial fractions? By the way, you seem to have lost your limits.
$endgroup$
– Lord Shark the Unknown
Dec 19 '18 at 5:42
$begingroup$
Typing on phone, so skipped it. Is a better way to type mathjax on phone
$endgroup$
– Piyush Divyanakar
Dec 19 '18 at 5:43
$begingroup$
Typing on phone, so skipped it. Is a better way to type mathjax on phone
$endgroup$
– Piyush Divyanakar
Dec 19 '18 at 5:43
$begingroup$
@Piyush Divyanakar, you should try with lower limit $frac {π}{4}$
$endgroup$
– Awe Kumar Jha
Dec 19 '18 at 12:39
$begingroup$
@Piyush Divyanakar, you should try with lower limit $frac {π}{4}$
$endgroup$
– Awe Kumar Jha
Dec 19 '18 at 12:39
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
I will put you on the path:
begin{align}
frac{3x^3}{left(x + 1right)left(x^6 + 1right)} &= frac{3x^3}{left(x + 1right)left(x^2 + 1right)left(x^2 + sqrt{3}x + 1right)left(x^2 - sqrt{3}x + 1right)} \
&= -frac{3}{2}frac{1}{x + 1} - frac{1}{2}left[frac{1}{x^2 + 1} +frac{x}{x^2 + 1}right] + frac{1}{2left(2 + sqrt{3}right)}frac{x + 1}{x^2 - sqrt{3}x + 1} \
&qquad + frac{2 +sqrt{3}}{2}frac{x + 1}{x^2 + sqrt{3}x + 1}
end{align}
$endgroup$
$begingroup$
Sorry I didn't finish it, I was falling asleep as I was typing. Are you ok from here? or would you like some further assistance to move forward? Will type up if so :-)
$endgroup$
– DavidG
Dec 20 '18 at 0:36
add a comment |
$begingroup$
As Lord Shark the Unknown commented, the first thing to do is partial fraction decomposition
Since $t^6+1=(t^2+1)(t^4-t^2+1)$, then
$$frac{3t^3}{(t+1)(t^6+1)}=-frac{3}{2 (t+1)}-frac{t+1}{2 left(t^2+1right)}+frac{2 t^3-t^2-t+2}{t^4-t^2+1}$$I suppose that the last term will impose to work with the roots of unity.
$endgroup$
$begingroup$
I agree with you, Maxima gives the indefinite integral in terms of roots of $t^4-t^2+1=0$
$endgroup$
– Awe Kumar Jha
Dec 19 '18 at 12:37
$begingroup$
Is there a simpler way to calculate the definite integral. I tried using this method and it is too long from an exam point of view.
$endgroup$
– Piyush Divyanakar
Dec 19 '18 at 15:41
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%2f3046039%2fintegral-int-pi-6-pi-2-frac-sin1-3-x-sin1-3-x-cos1-3-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
$begingroup$
I will put you on the path:
begin{align}
frac{3x^3}{left(x + 1right)left(x^6 + 1right)} &= frac{3x^3}{left(x + 1right)left(x^2 + 1right)left(x^2 + sqrt{3}x + 1right)left(x^2 - sqrt{3}x + 1right)} \
&= -frac{3}{2}frac{1}{x + 1} - frac{1}{2}left[frac{1}{x^2 + 1} +frac{x}{x^2 + 1}right] + frac{1}{2left(2 + sqrt{3}right)}frac{x + 1}{x^2 - sqrt{3}x + 1} \
&qquad + frac{2 +sqrt{3}}{2}frac{x + 1}{x^2 + sqrt{3}x + 1}
end{align}
$endgroup$
$begingroup$
Sorry I didn't finish it, I was falling asleep as I was typing. Are you ok from here? or would you like some further assistance to move forward? Will type up if so :-)
$endgroup$
– DavidG
Dec 20 '18 at 0:36
add a comment |
$begingroup$
I will put you on the path:
begin{align}
frac{3x^3}{left(x + 1right)left(x^6 + 1right)} &= frac{3x^3}{left(x + 1right)left(x^2 + 1right)left(x^2 + sqrt{3}x + 1right)left(x^2 - sqrt{3}x + 1right)} \
&= -frac{3}{2}frac{1}{x + 1} - frac{1}{2}left[frac{1}{x^2 + 1} +frac{x}{x^2 + 1}right] + frac{1}{2left(2 + sqrt{3}right)}frac{x + 1}{x^2 - sqrt{3}x + 1} \
&qquad + frac{2 +sqrt{3}}{2}frac{x + 1}{x^2 + sqrt{3}x + 1}
end{align}
$endgroup$
$begingroup$
Sorry I didn't finish it, I was falling asleep as I was typing. Are you ok from here? or would you like some further assistance to move forward? Will type up if so :-)
$endgroup$
– DavidG
Dec 20 '18 at 0:36
add a comment |
$begingroup$
I will put you on the path:
begin{align}
frac{3x^3}{left(x + 1right)left(x^6 + 1right)} &= frac{3x^3}{left(x + 1right)left(x^2 + 1right)left(x^2 + sqrt{3}x + 1right)left(x^2 - sqrt{3}x + 1right)} \
&= -frac{3}{2}frac{1}{x + 1} - frac{1}{2}left[frac{1}{x^2 + 1} +frac{x}{x^2 + 1}right] + frac{1}{2left(2 + sqrt{3}right)}frac{x + 1}{x^2 - sqrt{3}x + 1} \
&qquad + frac{2 +sqrt{3}}{2}frac{x + 1}{x^2 + sqrt{3}x + 1}
end{align}
$endgroup$
I will put you on the path:
begin{align}
frac{3x^3}{left(x + 1right)left(x^6 + 1right)} &= frac{3x^3}{left(x + 1right)left(x^2 + 1right)left(x^2 + sqrt{3}x + 1right)left(x^2 - sqrt{3}x + 1right)} \
&= -frac{3}{2}frac{1}{x + 1} - frac{1}{2}left[frac{1}{x^2 + 1} +frac{x}{x^2 + 1}right] + frac{1}{2left(2 + sqrt{3}right)}frac{x + 1}{x^2 - sqrt{3}x + 1} \
&qquad + frac{2 +sqrt{3}}{2}frac{x + 1}{x^2 + sqrt{3}x + 1}
end{align}
answered Dec 19 '18 at 13:43
DavidGDavidG
2,3691724
2,3691724
$begingroup$
Sorry I didn't finish it, I was falling asleep as I was typing. Are you ok from here? or would you like some further assistance to move forward? Will type up if so :-)
$endgroup$
– DavidG
Dec 20 '18 at 0:36
add a comment |
$begingroup$
Sorry I didn't finish it, I was falling asleep as I was typing. Are you ok from here? or would you like some further assistance to move forward? Will type up if so :-)
$endgroup$
– DavidG
Dec 20 '18 at 0:36
$begingroup$
Sorry I didn't finish it, I was falling asleep as I was typing. Are you ok from here? or would you like some further assistance to move forward? Will type up if so :-)
$endgroup$
– DavidG
Dec 20 '18 at 0:36
$begingroup$
Sorry I didn't finish it, I was falling asleep as I was typing. Are you ok from here? or would you like some further assistance to move forward? Will type up if so :-)
$endgroup$
– DavidG
Dec 20 '18 at 0:36
add a comment |
$begingroup$
As Lord Shark the Unknown commented, the first thing to do is partial fraction decomposition
Since $t^6+1=(t^2+1)(t^4-t^2+1)$, then
$$frac{3t^3}{(t+1)(t^6+1)}=-frac{3}{2 (t+1)}-frac{t+1}{2 left(t^2+1right)}+frac{2 t^3-t^2-t+2}{t^4-t^2+1}$$I suppose that the last term will impose to work with the roots of unity.
$endgroup$
$begingroup$
I agree with you, Maxima gives the indefinite integral in terms of roots of $t^4-t^2+1=0$
$endgroup$
– Awe Kumar Jha
Dec 19 '18 at 12:37
$begingroup$
Is there a simpler way to calculate the definite integral. I tried using this method and it is too long from an exam point of view.
$endgroup$
– Piyush Divyanakar
Dec 19 '18 at 15:41
add a comment |
$begingroup$
As Lord Shark the Unknown commented, the first thing to do is partial fraction decomposition
Since $t^6+1=(t^2+1)(t^4-t^2+1)$, then
$$frac{3t^3}{(t+1)(t^6+1)}=-frac{3}{2 (t+1)}-frac{t+1}{2 left(t^2+1right)}+frac{2 t^3-t^2-t+2}{t^4-t^2+1}$$I suppose that the last term will impose to work with the roots of unity.
$endgroup$
$begingroup$
I agree with you, Maxima gives the indefinite integral in terms of roots of $t^4-t^2+1=0$
$endgroup$
– Awe Kumar Jha
Dec 19 '18 at 12:37
$begingroup$
Is there a simpler way to calculate the definite integral. I tried using this method and it is too long from an exam point of view.
$endgroup$
– Piyush Divyanakar
Dec 19 '18 at 15:41
add a comment |
$begingroup$
As Lord Shark the Unknown commented, the first thing to do is partial fraction decomposition
Since $t^6+1=(t^2+1)(t^4-t^2+1)$, then
$$frac{3t^3}{(t+1)(t^6+1)}=-frac{3}{2 (t+1)}-frac{t+1}{2 left(t^2+1right)}+frac{2 t^3-t^2-t+2}{t^4-t^2+1}$$I suppose that the last term will impose to work with the roots of unity.
$endgroup$
As Lord Shark the Unknown commented, the first thing to do is partial fraction decomposition
Since $t^6+1=(t^2+1)(t^4-t^2+1)$, then
$$frac{3t^3}{(t+1)(t^6+1)}=-frac{3}{2 (t+1)}-frac{t+1}{2 left(t^2+1right)}+frac{2 t^3-t^2-t+2}{t^4-t^2+1}$$I suppose that the last term will impose to work with the roots of unity.
answered Dec 19 '18 at 6:42
Claude LeiboviciClaude Leibovici
123k1157134
123k1157134
$begingroup$
I agree with you, Maxima gives the indefinite integral in terms of roots of $t^4-t^2+1=0$
$endgroup$
– Awe Kumar Jha
Dec 19 '18 at 12:37
$begingroup$
Is there a simpler way to calculate the definite integral. I tried using this method and it is too long from an exam point of view.
$endgroup$
– Piyush Divyanakar
Dec 19 '18 at 15:41
add a comment |
$begingroup$
I agree with you, Maxima gives the indefinite integral in terms of roots of $t^4-t^2+1=0$
$endgroup$
– Awe Kumar Jha
Dec 19 '18 at 12:37
$begingroup$
Is there a simpler way to calculate the definite integral. I tried using this method and it is too long from an exam point of view.
$endgroup$
– Piyush Divyanakar
Dec 19 '18 at 15:41
$begingroup$
I agree with you, Maxima gives the indefinite integral in terms of roots of $t^4-t^2+1=0$
$endgroup$
– Awe Kumar Jha
Dec 19 '18 at 12:37
$begingroup$
I agree with you, Maxima gives the indefinite integral in terms of roots of $t^4-t^2+1=0$
$endgroup$
– Awe Kumar Jha
Dec 19 '18 at 12:37
$begingroup$
Is there a simpler way to calculate the definite integral. I tried using this method and it is too long from an exam point of view.
$endgroup$
– Piyush Divyanakar
Dec 19 '18 at 15:41
$begingroup$
Is there a simpler way to calculate the definite integral. I tried using this method and it is too long from an exam point of view.
$endgroup$
– Piyush Divyanakar
Dec 19 '18 at 15:41
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%2f3046039%2fintegral-int-pi-6-pi-2-frac-sin1-3-x-sin1-3-x-cos1-3-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
$begingroup$
Partial fractions? By the way, you seem to have lost your limits.
$endgroup$
– Lord Shark the Unknown
Dec 19 '18 at 5:42
$begingroup$
Typing on phone, so skipped it. Is a better way to type mathjax on phone
$endgroup$
– Piyush Divyanakar
Dec 19 '18 at 5:43
$begingroup$
@Piyush Divyanakar, you should try with lower limit $frac {π}{4}$
$endgroup$
– Awe Kumar Jha
Dec 19 '18 at 12:39