Integral by trigonometric substitution: $ int :frac{2y^3}{sqrt{1-y^2}}mathrm dy $
$begingroup$
$$ int :frac{2y^3}{sqrt{1-y^2}}mathrm dy $$
I substitute $$ y = sin t $$ then $$ 2 int :frac{sin^3 t cdot cos t}{cos t};mathrm dt = 2 int sin^2 t;mathrm d cos t $$
What should I do next, and how do I convert back to the original variable $y$?
calculus integration substitution
$endgroup$
add a comment |
$begingroup$
$$ int :frac{2y^3}{sqrt{1-y^2}}mathrm dy $$
I substitute $$ y = sin t $$ then $$ 2 int :frac{sin^3 t cdot cos t}{cos t};mathrm dt = 2 int sin^2 t;mathrm d cos t $$
What should I do next, and how do I convert back to the original variable $y$?
calculus integration substitution
$endgroup$
$begingroup$
Why not $$sin t=y$$
$endgroup$
– lab bhattacharjee
Dec 16 '18 at 18:41
1
$begingroup$
Another way: $$sqrt{1-y^2}=u$$
$endgroup$
– lab bhattacharjee
Dec 16 '18 at 18:41
1
$begingroup$
$sin^2t=1-cos^2t$.
$endgroup$
– Yves Daoust
Dec 16 '18 at 20:03
add a comment |
$begingroup$
$$ int :frac{2y^3}{sqrt{1-y^2}}mathrm dy $$
I substitute $$ y = sin t $$ then $$ 2 int :frac{sin^3 t cdot cos t}{cos t};mathrm dt = 2 int sin^2 t;mathrm d cos t $$
What should I do next, and how do I convert back to the original variable $y$?
calculus integration substitution
$endgroup$
$$ int :frac{2y^3}{sqrt{1-y^2}}mathrm dy $$
I substitute $$ y = sin t $$ then $$ 2 int :frac{sin^3 t cdot cos t}{cos t};mathrm dt = 2 int sin^2 t;mathrm d cos t $$
What should I do next, and how do I convert back to the original variable $y$?
calculus integration substitution
calculus integration substitution
edited Dec 16 '18 at 19:07
Algebear
707419
707419
asked Dec 16 '18 at 18:40
Dmitry SokolovDmitry Sokolov
526
526
$begingroup$
Why not $$sin t=y$$
$endgroup$
– lab bhattacharjee
Dec 16 '18 at 18:41
1
$begingroup$
Another way: $$sqrt{1-y^2}=u$$
$endgroup$
– lab bhattacharjee
Dec 16 '18 at 18:41
1
$begingroup$
$sin^2t=1-cos^2t$.
$endgroup$
– Yves Daoust
Dec 16 '18 at 20:03
add a comment |
$begingroup$
Why not $$sin t=y$$
$endgroup$
– lab bhattacharjee
Dec 16 '18 at 18:41
1
$begingroup$
Another way: $$sqrt{1-y^2}=u$$
$endgroup$
– lab bhattacharjee
Dec 16 '18 at 18:41
1
$begingroup$
$sin^2t=1-cos^2t$.
$endgroup$
– Yves Daoust
Dec 16 '18 at 20:03
$begingroup$
Why not $$sin t=y$$
$endgroup$
– lab bhattacharjee
Dec 16 '18 at 18:41
$begingroup$
Why not $$sin t=y$$
$endgroup$
– lab bhattacharjee
Dec 16 '18 at 18:41
1
1
$begingroup$
Another way: $$sqrt{1-y^2}=u$$
$endgroup$
– lab bhattacharjee
Dec 16 '18 at 18:41
$begingroup$
Another way: $$sqrt{1-y^2}=u$$
$endgroup$
– lab bhattacharjee
Dec 16 '18 at 18:41
1
1
$begingroup$
$sin^2t=1-cos^2t$.
$endgroup$
– Yves Daoust
Dec 16 '18 at 20:03
$begingroup$
$sin^2t=1-cos^2t$.
$endgroup$
– Yves Daoust
Dec 16 '18 at 20:03
add a comment |
4 Answers
4
active
oldest
votes
$begingroup$
$$I=2intfrac{x^3}{sqrt{1-x^2}}mathrm{d}x$$
$x=sin u$:
$$I=2intsin^3u mathrm{d}u$$
$$I=2int(1-cos^2u)sin u mathrm{d}u$$
$w=cos u$:
$$I=2int(w^2-1)mathrm{d}w$$
$$I=2int w^2mathrm{d}w-2int mathrm{d}w$$
$$I=frac23w^3-2w$$
$$I=frac23cos^3u-2cos u$$
$$I=frac23(1-x^2)^{3/2}-2(1-x^2)^{1/2}+C$$
$$I=-frac23(2+x^2)sqrt{1-x^2}+C$$
$endgroup$
add a comment |
$begingroup$
This type of problem is much easier if you do a $u-$sub by picking $u=1-y^2$ and $du=-2ydy,$ then
$$int frac{2y^3dy}{sqrt{1-y^2}}=-intfrac{(1-u)}{sqrt{u}}du$$
and this becomes a simple power rule computation afterward.
$endgroup$
add a comment |
$begingroup$
You've established the following relationship.
$$int{frac{2y^3}{sqrt{1-y^2}}dy}=int{2sin^2tspace dt}+C$$
Where $C$ is a fixed constant.
You can evaluate the second integral using the rule $$cos(2alpha)=1-2sin^2(alpha)$$
Then use that $y=sin t to t=sin^{-1}(y)$ to change the integral back.
$endgroup$
add a comment |
$begingroup$
Though I find the substitution $u=sqrt{1-y^2}$ leading to the most elegant solution of this integral, you are asking for a help with the integral obtained through the substitution $y=sin t.$
$$begin{aligned}int :frac{sin^3 t cdot cos t}{cos t};mathrm dt& = int sin^2 t;mathrm d cos t\&=int (1-cos ^2 t);mathrm d cos t,end{aligned}$$ which is easy to finish.
Then use $:t=arcsin y:$ and $;cos (arcsin y)=sqrt{1-y^2}.$
$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%2f3042974%2fintegral-by-trigonometric-substitution-int-frac2y3-sqrt1-y2-mathr%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
$$I=2intfrac{x^3}{sqrt{1-x^2}}mathrm{d}x$$
$x=sin u$:
$$I=2intsin^3u mathrm{d}u$$
$$I=2int(1-cos^2u)sin u mathrm{d}u$$
$w=cos u$:
$$I=2int(w^2-1)mathrm{d}w$$
$$I=2int w^2mathrm{d}w-2int mathrm{d}w$$
$$I=frac23w^3-2w$$
$$I=frac23cos^3u-2cos u$$
$$I=frac23(1-x^2)^{3/2}-2(1-x^2)^{1/2}+C$$
$$I=-frac23(2+x^2)sqrt{1-x^2}+C$$
$endgroup$
add a comment |
$begingroup$
$$I=2intfrac{x^3}{sqrt{1-x^2}}mathrm{d}x$$
$x=sin u$:
$$I=2intsin^3u mathrm{d}u$$
$$I=2int(1-cos^2u)sin u mathrm{d}u$$
$w=cos u$:
$$I=2int(w^2-1)mathrm{d}w$$
$$I=2int w^2mathrm{d}w-2int mathrm{d}w$$
$$I=frac23w^3-2w$$
$$I=frac23cos^3u-2cos u$$
$$I=frac23(1-x^2)^{3/2}-2(1-x^2)^{1/2}+C$$
$$I=-frac23(2+x^2)sqrt{1-x^2}+C$$
$endgroup$
add a comment |
$begingroup$
$$I=2intfrac{x^3}{sqrt{1-x^2}}mathrm{d}x$$
$x=sin u$:
$$I=2intsin^3u mathrm{d}u$$
$$I=2int(1-cos^2u)sin u mathrm{d}u$$
$w=cos u$:
$$I=2int(w^2-1)mathrm{d}w$$
$$I=2int w^2mathrm{d}w-2int mathrm{d}w$$
$$I=frac23w^3-2w$$
$$I=frac23cos^3u-2cos u$$
$$I=frac23(1-x^2)^{3/2}-2(1-x^2)^{1/2}+C$$
$$I=-frac23(2+x^2)sqrt{1-x^2}+C$$
$endgroup$
$$I=2intfrac{x^3}{sqrt{1-x^2}}mathrm{d}x$$
$x=sin u$:
$$I=2intsin^3u mathrm{d}u$$
$$I=2int(1-cos^2u)sin u mathrm{d}u$$
$w=cos u$:
$$I=2int(w^2-1)mathrm{d}w$$
$$I=2int w^2mathrm{d}w-2int mathrm{d}w$$
$$I=frac23w^3-2w$$
$$I=frac23cos^3u-2cos u$$
$$I=frac23(1-x^2)^{3/2}-2(1-x^2)^{1/2}+C$$
$$I=-frac23(2+x^2)sqrt{1-x^2}+C$$
answered Dec 16 '18 at 19:56
clathratusclathratus
4,9601338
4,9601338
add a comment |
add a comment |
$begingroup$
This type of problem is much easier if you do a $u-$sub by picking $u=1-y^2$ and $du=-2ydy,$ then
$$int frac{2y^3dy}{sqrt{1-y^2}}=-intfrac{(1-u)}{sqrt{u}}du$$
and this becomes a simple power rule computation afterward.
$endgroup$
add a comment |
$begingroup$
This type of problem is much easier if you do a $u-$sub by picking $u=1-y^2$ and $du=-2ydy,$ then
$$int frac{2y^3dy}{sqrt{1-y^2}}=-intfrac{(1-u)}{sqrt{u}}du$$
and this becomes a simple power rule computation afterward.
$endgroup$
add a comment |
$begingroup$
This type of problem is much easier if you do a $u-$sub by picking $u=1-y^2$ and $du=-2ydy,$ then
$$int frac{2y^3dy}{sqrt{1-y^2}}=-intfrac{(1-u)}{sqrt{u}}du$$
and this becomes a simple power rule computation afterward.
$endgroup$
This type of problem is much easier if you do a $u-$sub by picking $u=1-y^2$ and $du=-2ydy,$ then
$$int frac{2y^3dy}{sqrt{1-y^2}}=-intfrac{(1-u)}{sqrt{u}}du$$
and this becomes a simple power rule computation afterward.
edited Dec 16 '18 at 20:11
answered Dec 16 '18 at 18:44
ChickenmancerChickenmancer
3,324724
3,324724
add a comment |
add a comment |
$begingroup$
You've established the following relationship.
$$int{frac{2y^3}{sqrt{1-y^2}}dy}=int{2sin^2tspace dt}+C$$
Where $C$ is a fixed constant.
You can evaluate the second integral using the rule $$cos(2alpha)=1-2sin^2(alpha)$$
Then use that $y=sin t to t=sin^{-1}(y)$ to change the integral back.
$endgroup$
add a comment |
$begingroup$
You've established the following relationship.
$$int{frac{2y^3}{sqrt{1-y^2}}dy}=int{2sin^2tspace dt}+C$$
Where $C$ is a fixed constant.
You can evaluate the second integral using the rule $$cos(2alpha)=1-2sin^2(alpha)$$
Then use that $y=sin t to t=sin^{-1}(y)$ to change the integral back.
$endgroup$
add a comment |
$begingroup$
You've established the following relationship.
$$int{frac{2y^3}{sqrt{1-y^2}}dy}=int{2sin^2tspace dt}+C$$
Where $C$ is a fixed constant.
You can evaluate the second integral using the rule $$cos(2alpha)=1-2sin^2(alpha)$$
Then use that $y=sin t to t=sin^{-1}(y)$ to change the integral back.
$endgroup$
You've established the following relationship.
$$int{frac{2y^3}{sqrt{1-y^2}}dy}=int{2sin^2tspace dt}+C$$
Where $C$ is a fixed constant.
You can evaluate the second integral using the rule $$cos(2alpha)=1-2sin^2(alpha)$$
Then use that $y=sin t to t=sin^{-1}(y)$ to change the integral back.
answered Dec 16 '18 at 18:53
Rhys HughesRhys Hughes
6,9901630
6,9901630
add a comment |
add a comment |
$begingroup$
Though I find the substitution $u=sqrt{1-y^2}$ leading to the most elegant solution of this integral, you are asking for a help with the integral obtained through the substitution $y=sin t.$
$$begin{aligned}int :frac{sin^3 t cdot cos t}{cos t};mathrm dt& = int sin^2 t;mathrm d cos t\&=int (1-cos ^2 t);mathrm d cos t,end{aligned}$$ which is easy to finish.
Then use $:t=arcsin y:$ and $;cos (arcsin y)=sqrt{1-y^2}.$
$endgroup$
add a comment |
$begingroup$
Though I find the substitution $u=sqrt{1-y^2}$ leading to the most elegant solution of this integral, you are asking for a help with the integral obtained through the substitution $y=sin t.$
$$begin{aligned}int :frac{sin^3 t cdot cos t}{cos t};mathrm dt& = int sin^2 t;mathrm d cos t\&=int (1-cos ^2 t);mathrm d cos t,end{aligned}$$ which is easy to finish.
Then use $:t=arcsin y:$ and $;cos (arcsin y)=sqrt{1-y^2}.$
$endgroup$
add a comment |
$begingroup$
Though I find the substitution $u=sqrt{1-y^2}$ leading to the most elegant solution of this integral, you are asking for a help with the integral obtained through the substitution $y=sin t.$
$$begin{aligned}int :frac{sin^3 t cdot cos t}{cos t};mathrm dt& = int sin^2 t;mathrm d cos t\&=int (1-cos ^2 t);mathrm d cos t,end{aligned}$$ which is easy to finish.
Then use $:t=arcsin y:$ and $;cos (arcsin y)=sqrt{1-y^2}.$
$endgroup$
Though I find the substitution $u=sqrt{1-y^2}$ leading to the most elegant solution of this integral, you are asking for a help with the integral obtained through the substitution $y=sin t.$
$$begin{aligned}int :frac{sin^3 t cdot cos t}{cos t};mathrm dt& = int sin^2 t;mathrm d cos t\&=int (1-cos ^2 t);mathrm d cos t,end{aligned}$$ which is easy to finish.
Then use $:t=arcsin y:$ and $;cos (arcsin y)=sqrt{1-y^2}.$
answered Dec 16 '18 at 20:42
user376343user376343
3,9584829
3,9584829
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%2f3042974%2fintegral-by-trigonometric-substitution-int-frac2y3-sqrt1-y2-mathr%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$
Why not $$sin t=y$$
$endgroup$
– lab bhattacharjee
Dec 16 '18 at 18:41
1
$begingroup$
Another way: $$sqrt{1-y^2}=u$$
$endgroup$
– lab bhattacharjee
Dec 16 '18 at 18:41
1
$begingroup$
$sin^2t=1-cos^2t$.
$endgroup$
– Yves Daoust
Dec 16 '18 at 20:03