Integral $intfrac{2x^2}{2xcos(2x)+(x^2-1)sin(2x)} mathrm d x$
$begingroup$
Integrate $displaystyleintdfrac{2x^2}{2xcos(2x)+(x^2-1)sin(2x)} mathrm d x$
I tried dividing by $cos^2(x)$ and then substituting $tan(x)=t$.
real-analysis integration derivatives indefinite-integrals
$endgroup$
add a comment |
$begingroup$
Integrate $displaystyleintdfrac{2x^2}{2xcos(2x)+(x^2-1)sin(2x)} mathrm d x$
I tried dividing by $cos^2(x)$ and then substituting $tan(x)=t$.
real-analysis integration derivatives indefinite-integrals
$endgroup$
$begingroup$
Please use Mathjax to typeset your equations.
$endgroup$
– Shubham Johri
Feb 2 at 6:40
add a comment |
$begingroup$
Integrate $displaystyleintdfrac{2x^2}{2xcos(2x)+(x^2-1)sin(2x)} mathrm d x$
I tried dividing by $cos^2(x)$ and then substituting $tan(x)=t$.
real-analysis integration derivatives indefinite-integrals
$endgroup$
Integrate $displaystyleintdfrac{2x^2}{2xcos(2x)+(x^2-1)sin(2x)} mathrm d x$
I tried dividing by $cos^2(x)$ and then substituting $tan(x)=t$.
real-analysis integration derivatives indefinite-integrals
real-analysis integration derivatives indefinite-integrals
edited Feb 3 at 3:33
Thomas Shelby
4,7382727
4,7382727
asked Feb 2 at 6:35
Meet ShahMeet Shah
575
575
$begingroup$
Please use Mathjax to typeset your equations.
$endgroup$
– Shubham Johri
Feb 2 at 6:40
add a comment |
$begingroup$
Please use Mathjax to typeset your equations.
$endgroup$
– Shubham Johri
Feb 2 at 6:40
$begingroup$
Please use Mathjax to typeset your equations.
$endgroup$
– Shubham Johri
Feb 2 at 6:40
$begingroup$
Please use Mathjax to typeset your equations.
$endgroup$
– Shubham Johri
Feb 2 at 6:40
add a comment |
5 Answers
5
active
oldest
votes
$begingroup$
After substituting $cos(2x)=cos^2x-sin^2x$ and $sin(2x)=2sin xcos x$ and doing a bit of algebra, we find that
$$2xcos(2x)+(x^2-1)sin(2x)=2(xsin x+cos x)(xcos x-sin x)$$
and thus
$$begin{align}{2x^2over 2xcos(2x)+(x^2-1)sin(2x)}
&={x^2over(xsin x+cos x)(xcos x-sin x)}\
&={xcos xover xsin x+cos x}+{xsin xover xcos x-sin x}end{align}$$
The substitution $u=xsin x+cos x$, $du=xcos x,dx$ tells us
$$int{xcos xover xsin x+cos x},dx=int{duover u}=ln|u|+C=ln|xsin x+cos x|+C$$
while the substitution $u=xcos x-sin x$, $du=-xsin x$ tells us
$$int{xsin xover xcos x-sin x},dx=-int{duover u}=-ln|u|+C = -ln|xcos x-sin x|+C$$
and thus
$$int{2x^2over 2xcos(2x)+(x^2-1)sin(2x)},dx=lnleft|xsin x+cos xover xcos x-sin xright|+C$$
Remark: The key here was to get split the integral into two pieces, each of which is easily handled with a simple substitution. The two pieces' substitutions are similar, but not the same. It was not obvious (to me, at least) that the double-angle formulae would lead to a nice factorization, nor that "partial fractions" on the factored denominator would produce such nice results, but the individual steps seemed natural to consider.
$endgroup$
$begingroup$
Thanks , that's exactly what I was looking for.
$endgroup$
– Meet Shah
Feb 8 at 6:18
add a comment |
$begingroup$
Here's a solution using @MichaelRozenberg's hint. Solution requires some careful observation and without Michael's hint, I wouldn't have noticed it. Still, it provides a quick answer.
Using double-angle formula, we get
$$dfrac{2x^2}{2xcos(2x)+(x^2-1)sin(2x)}=dfrac{x^2}{(xcos x-sin x)(xsin x+cos x)}.$$
Dividing the numerator and denominator by $cos^2x $ gives, $$dfrac{x^2sec^2x}{(x-tan x)(xtan x+1)}.$$
Now observe that $$left(dfrac{x-tan x}{xtan x+1}right)^{'}=dfrac{-x^2sec^2x}{(xtan x+1)^2}.$$
So multiply the numerator and denominator by $xtan x+1$ and take $dfrac{x-tan x}{xtan x+1}=t. $
$endgroup$
add a comment |
$begingroup$
The hint:
Compute
$$left(lndfrac{x-tan x}{xtan x+1}right)^{'}.$$
$endgroup$
4
$begingroup$
Thats working it backwards
$endgroup$
– Meet Shah
Feb 2 at 6:54
$begingroup$
@Meet Shah Indeed, because we need to calculate the integral.
$endgroup$
– Michael Rozenberg
Feb 2 at 6:56
5
$begingroup$
I wouldn't know the answer in tests. You wouldn't have seen that its a differntial of that function if i didn't mention the answer.
$endgroup$
– Meet Shah
Feb 2 at 7:01
3
$begingroup$
@MichaelRozenberg The OP wants to ask: how did you manage to find that expression in the first place. I have no doubt the OP can verify compute that by reverse engineering; they are interested in the steps to reach the antiderivative. Producing a result without working is extremely unhelpful.
$endgroup$
– TheSimpliFire
Feb 2 at 13:40
1
$begingroup$
@MichaelRozenberg This is still at best a comment. A good answer should explain, not state.
$endgroup$
– TheSimpliFire
Feb 2 at 16:32
|
show 4 more comments
$begingroup$
$$2xcos (2x)+(x^2-1)sin 2x=(x^2+1)bigg[frac{2x}{x^2+1}cos 2x+frac{x^2-1}{x^2+1}sin 2xbigg]$$
$$=(x^2+1)cosbigg(2x-2alphabigg)$$
$displaystyle sin(2alpha)=frac{x^2-1}{x^2+1}$ and $displaystyle cos(2alpha)=frac{2x}{x^2+1}$
integration $$=intsecbigg(2x-tan^{-1}frac{x^2-1}{2x}bigg)frac{2x^2}{x^2+1}dx$$
put $displaystyle 2x-tan^{-1}bigg(frac{x^2-1}{2x}bigg)=t$
And $displaystyle frac{2x^2}{x^2+1}dx=dt$
Integral $$=int sec(t)dt=lnbigg|sec (t)+tan (t)bigg|+C$$
$endgroup$
add a comment |
$begingroup$
Let $arctan x=yimplies x=tan y,x^2-1=dfrac{sin^2y}{cos^2y}-1=-(1+x^2)cos2y$
$$2xcos(2x)+(x^2-1)sin2x=(1+x^2)sin2(arctan x-x)$$
$$I=displaystyleintdfrac{2x^2}{2xcos(2x)+(x^2-1)sin(2x)} =intdfrac{2x^2}{(1+x^2)sin2(arctan x-x)}$$
Now set $u=arctan x-x,du=-dfrac{x^2 dx}{1+x^2}$
$$I=-2intdfrac{du}{sin2u}=?$$
Use this
$endgroup$
$begingroup$
$$-2intcsc2u du=-ln(csc2u+cot2u)+K=ln(csc2u-cot2u)+K=ln(tan u)+K$$
$endgroup$
– lab bhattacharjee
Feb 2 at 14:56
add a comment |
Your Answer
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%2f3097078%2fintegral-int-frac2x22x-cos2xx2-1-sin2x-mathrm-d-x%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
After substituting $cos(2x)=cos^2x-sin^2x$ and $sin(2x)=2sin xcos x$ and doing a bit of algebra, we find that
$$2xcos(2x)+(x^2-1)sin(2x)=2(xsin x+cos x)(xcos x-sin x)$$
and thus
$$begin{align}{2x^2over 2xcos(2x)+(x^2-1)sin(2x)}
&={x^2over(xsin x+cos x)(xcos x-sin x)}\
&={xcos xover xsin x+cos x}+{xsin xover xcos x-sin x}end{align}$$
The substitution $u=xsin x+cos x$, $du=xcos x,dx$ tells us
$$int{xcos xover xsin x+cos x},dx=int{duover u}=ln|u|+C=ln|xsin x+cos x|+C$$
while the substitution $u=xcos x-sin x$, $du=-xsin x$ tells us
$$int{xsin xover xcos x-sin x},dx=-int{duover u}=-ln|u|+C = -ln|xcos x-sin x|+C$$
and thus
$$int{2x^2over 2xcos(2x)+(x^2-1)sin(2x)},dx=lnleft|xsin x+cos xover xcos x-sin xright|+C$$
Remark: The key here was to get split the integral into two pieces, each of which is easily handled with a simple substitution. The two pieces' substitutions are similar, but not the same. It was not obvious (to me, at least) that the double-angle formulae would lead to a nice factorization, nor that "partial fractions" on the factored denominator would produce such nice results, but the individual steps seemed natural to consider.
$endgroup$
$begingroup$
Thanks , that's exactly what I was looking for.
$endgroup$
– Meet Shah
Feb 8 at 6:18
add a comment |
$begingroup$
After substituting $cos(2x)=cos^2x-sin^2x$ and $sin(2x)=2sin xcos x$ and doing a bit of algebra, we find that
$$2xcos(2x)+(x^2-1)sin(2x)=2(xsin x+cos x)(xcos x-sin x)$$
and thus
$$begin{align}{2x^2over 2xcos(2x)+(x^2-1)sin(2x)}
&={x^2over(xsin x+cos x)(xcos x-sin x)}\
&={xcos xover xsin x+cos x}+{xsin xover xcos x-sin x}end{align}$$
The substitution $u=xsin x+cos x$, $du=xcos x,dx$ tells us
$$int{xcos xover xsin x+cos x},dx=int{duover u}=ln|u|+C=ln|xsin x+cos x|+C$$
while the substitution $u=xcos x-sin x$, $du=-xsin x$ tells us
$$int{xsin xover xcos x-sin x},dx=-int{duover u}=-ln|u|+C = -ln|xcos x-sin x|+C$$
and thus
$$int{2x^2over 2xcos(2x)+(x^2-1)sin(2x)},dx=lnleft|xsin x+cos xover xcos x-sin xright|+C$$
Remark: The key here was to get split the integral into two pieces, each of which is easily handled with a simple substitution. The two pieces' substitutions are similar, but not the same. It was not obvious (to me, at least) that the double-angle formulae would lead to a nice factorization, nor that "partial fractions" on the factored denominator would produce such nice results, but the individual steps seemed natural to consider.
$endgroup$
$begingroup$
Thanks , that's exactly what I was looking for.
$endgroup$
– Meet Shah
Feb 8 at 6:18
add a comment |
$begingroup$
After substituting $cos(2x)=cos^2x-sin^2x$ and $sin(2x)=2sin xcos x$ and doing a bit of algebra, we find that
$$2xcos(2x)+(x^2-1)sin(2x)=2(xsin x+cos x)(xcos x-sin x)$$
and thus
$$begin{align}{2x^2over 2xcos(2x)+(x^2-1)sin(2x)}
&={x^2over(xsin x+cos x)(xcos x-sin x)}\
&={xcos xover xsin x+cos x}+{xsin xover xcos x-sin x}end{align}$$
The substitution $u=xsin x+cos x$, $du=xcos x,dx$ tells us
$$int{xcos xover xsin x+cos x},dx=int{duover u}=ln|u|+C=ln|xsin x+cos x|+C$$
while the substitution $u=xcos x-sin x$, $du=-xsin x$ tells us
$$int{xsin xover xcos x-sin x},dx=-int{duover u}=-ln|u|+C = -ln|xcos x-sin x|+C$$
and thus
$$int{2x^2over 2xcos(2x)+(x^2-1)sin(2x)},dx=lnleft|xsin x+cos xover xcos x-sin xright|+C$$
Remark: The key here was to get split the integral into two pieces, each of which is easily handled with a simple substitution. The two pieces' substitutions are similar, but not the same. It was not obvious (to me, at least) that the double-angle formulae would lead to a nice factorization, nor that "partial fractions" on the factored denominator would produce such nice results, but the individual steps seemed natural to consider.
$endgroup$
After substituting $cos(2x)=cos^2x-sin^2x$ and $sin(2x)=2sin xcos x$ and doing a bit of algebra, we find that
$$2xcos(2x)+(x^2-1)sin(2x)=2(xsin x+cos x)(xcos x-sin x)$$
and thus
$$begin{align}{2x^2over 2xcos(2x)+(x^2-1)sin(2x)}
&={x^2over(xsin x+cos x)(xcos x-sin x)}\
&={xcos xover xsin x+cos x}+{xsin xover xcos x-sin x}end{align}$$
The substitution $u=xsin x+cos x$, $du=xcos x,dx$ tells us
$$int{xcos xover xsin x+cos x},dx=int{duover u}=ln|u|+C=ln|xsin x+cos x|+C$$
while the substitution $u=xcos x-sin x$, $du=-xsin x$ tells us
$$int{xsin xover xcos x-sin x},dx=-int{duover u}=-ln|u|+C = -ln|xcos x-sin x|+C$$
and thus
$$int{2x^2over 2xcos(2x)+(x^2-1)sin(2x)},dx=lnleft|xsin x+cos xover xcos x-sin xright|+C$$
Remark: The key here was to get split the integral into two pieces, each of which is easily handled with a simple substitution. The two pieces' substitutions are similar, but not the same. It was not obvious (to me, at least) that the double-angle formulae would lead to a nice factorization, nor that "partial fractions" on the factored denominator would produce such nice results, but the individual steps seemed natural to consider.
edited Feb 2 at 16:56
answered Feb 2 at 16:46
Barry CipraBarry Cipra
60.7k655129
60.7k655129
$begingroup$
Thanks , that's exactly what I was looking for.
$endgroup$
– Meet Shah
Feb 8 at 6:18
add a comment |
$begingroup$
Thanks , that's exactly what I was looking for.
$endgroup$
– Meet Shah
Feb 8 at 6:18
$begingroup$
Thanks , that's exactly what I was looking for.
$endgroup$
– Meet Shah
Feb 8 at 6:18
$begingroup$
Thanks , that's exactly what I was looking for.
$endgroup$
– Meet Shah
Feb 8 at 6:18
add a comment |
$begingroup$
Here's a solution using @MichaelRozenberg's hint. Solution requires some careful observation and without Michael's hint, I wouldn't have noticed it. Still, it provides a quick answer.
Using double-angle formula, we get
$$dfrac{2x^2}{2xcos(2x)+(x^2-1)sin(2x)}=dfrac{x^2}{(xcos x-sin x)(xsin x+cos x)}.$$
Dividing the numerator and denominator by $cos^2x $ gives, $$dfrac{x^2sec^2x}{(x-tan x)(xtan x+1)}.$$
Now observe that $$left(dfrac{x-tan x}{xtan x+1}right)^{'}=dfrac{-x^2sec^2x}{(xtan x+1)^2}.$$
So multiply the numerator and denominator by $xtan x+1$ and take $dfrac{x-tan x}{xtan x+1}=t. $
$endgroup$
add a comment |
$begingroup$
Here's a solution using @MichaelRozenberg's hint. Solution requires some careful observation and without Michael's hint, I wouldn't have noticed it. Still, it provides a quick answer.
Using double-angle formula, we get
$$dfrac{2x^2}{2xcos(2x)+(x^2-1)sin(2x)}=dfrac{x^2}{(xcos x-sin x)(xsin x+cos x)}.$$
Dividing the numerator and denominator by $cos^2x $ gives, $$dfrac{x^2sec^2x}{(x-tan x)(xtan x+1)}.$$
Now observe that $$left(dfrac{x-tan x}{xtan x+1}right)^{'}=dfrac{-x^2sec^2x}{(xtan x+1)^2}.$$
So multiply the numerator and denominator by $xtan x+1$ and take $dfrac{x-tan x}{xtan x+1}=t. $
$endgroup$
add a comment |
$begingroup$
Here's a solution using @MichaelRozenberg's hint. Solution requires some careful observation and without Michael's hint, I wouldn't have noticed it. Still, it provides a quick answer.
Using double-angle formula, we get
$$dfrac{2x^2}{2xcos(2x)+(x^2-1)sin(2x)}=dfrac{x^2}{(xcos x-sin x)(xsin x+cos x)}.$$
Dividing the numerator and denominator by $cos^2x $ gives, $$dfrac{x^2sec^2x}{(x-tan x)(xtan x+1)}.$$
Now observe that $$left(dfrac{x-tan x}{xtan x+1}right)^{'}=dfrac{-x^2sec^2x}{(xtan x+1)^2}.$$
So multiply the numerator and denominator by $xtan x+1$ and take $dfrac{x-tan x}{xtan x+1}=t. $
$endgroup$
Here's a solution using @MichaelRozenberg's hint. Solution requires some careful observation and without Michael's hint, I wouldn't have noticed it. Still, it provides a quick answer.
Using double-angle formula, we get
$$dfrac{2x^2}{2xcos(2x)+(x^2-1)sin(2x)}=dfrac{x^2}{(xcos x-sin x)(xsin x+cos x)}.$$
Dividing the numerator and denominator by $cos^2x $ gives, $$dfrac{x^2sec^2x}{(x-tan x)(xtan x+1)}.$$
Now observe that $$left(dfrac{x-tan x}{xtan x+1}right)^{'}=dfrac{-x^2sec^2x}{(xtan x+1)^2}.$$
So multiply the numerator and denominator by $xtan x+1$ and take $dfrac{x-tan x}{xtan x+1}=t. $
answered Feb 2 at 15:04
Thomas ShelbyThomas Shelby
4,7382727
4,7382727
add a comment |
add a comment |
$begingroup$
The hint:
Compute
$$left(lndfrac{x-tan x}{xtan x+1}right)^{'}.$$
$endgroup$
4
$begingroup$
Thats working it backwards
$endgroup$
– Meet Shah
Feb 2 at 6:54
$begingroup$
@Meet Shah Indeed, because we need to calculate the integral.
$endgroup$
– Michael Rozenberg
Feb 2 at 6:56
5
$begingroup$
I wouldn't know the answer in tests. You wouldn't have seen that its a differntial of that function if i didn't mention the answer.
$endgroup$
– Meet Shah
Feb 2 at 7:01
3
$begingroup$
@MichaelRozenberg The OP wants to ask: how did you manage to find that expression in the first place. I have no doubt the OP can verify compute that by reverse engineering; they are interested in the steps to reach the antiderivative. Producing a result without working is extremely unhelpful.
$endgroup$
– TheSimpliFire
Feb 2 at 13:40
1
$begingroup$
@MichaelRozenberg This is still at best a comment. A good answer should explain, not state.
$endgroup$
– TheSimpliFire
Feb 2 at 16:32
|
show 4 more comments
$begingroup$
The hint:
Compute
$$left(lndfrac{x-tan x}{xtan x+1}right)^{'}.$$
$endgroup$
4
$begingroup$
Thats working it backwards
$endgroup$
– Meet Shah
Feb 2 at 6:54
$begingroup$
@Meet Shah Indeed, because we need to calculate the integral.
$endgroup$
– Michael Rozenberg
Feb 2 at 6:56
5
$begingroup$
I wouldn't know the answer in tests. You wouldn't have seen that its a differntial of that function if i didn't mention the answer.
$endgroup$
– Meet Shah
Feb 2 at 7:01
3
$begingroup$
@MichaelRozenberg The OP wants to ask: how did you manage to find that expression in the first place. I have no doubt the OP can verify compute that by reverse engineering; they are interested in the steps to reach the antiderivative. Producing a result without working is extremely unhelpful.
$endgroup$
– TheSimpliFire
Feb 2 at 13:40
1
$begingroup$
@MichaelRozenberg This is still at best a comment. A good answer should explain, not state.
$endgroup$
– TheSimpliFire
Feb 2 at 16:32
|
show 4 more comments
$begingroup$
The hint:
Compute
$$left(lndfrac{x-tan x}{xtan x+1}right)^{'}.$$
$endgroup$
The hint:
Compute
$$left(lndfrac{x-tan x}{xtan x+1}right)^{'}.$$
edited Feb 2 at 15:31
Thomas Shelby
4,7382727
4,7382727
answered Feb 2 at 6:54
Michael RozenbergMichael Rozenberg
110k1896201
110k1896201
4
$begingroup$
Thats working it backwards
$endgroup$
– Meet Shah
Feb 2 at 6:54
$begingroup$
@Meet Shah Indeed, because we need to calculate the integral.
$endgroup$
– Michael Rozenberg
Feb 2 at 6:56
5
$begingroup$
I wouldn't know the answer in tests. You wouldn't have seen that its a differntial of that function if i didn't mention the answer.
$endgroup$
– Meet Shah
Feb 2 at 7:01
3
$begingroup$
@MichaelRozenberg The OP wants to ask: how did you manage to find that expression in the first place. I have no doubt the OP can verify compute that by reverse engineering; they are interested in the steps to reach the antiderivative. Producing a result without working is extremely unhelpful.
$endgroup$
– TheSimpliFire
Feb 2 at 13:40
1
$begingroup$
@MichaelRozenberg This is still at best a comment. A good answer should explain, not state.
$endgroup$
– TheSimpliFire
Feb 2 at 16:32
|
show 4 more comments
4
$begingroup$
Thats working it backwards
$endgroup$
– Meet Shah
Feb 2 at 6:54
$begingroup$
@Meet Shah Indeed, because we need to calculate the integral.
$endgroup$
– Michael Rozenberg
Feb 2 at 6:56
5
$begingroup$
I wouldn't know the answer in tests. You wouldn't have seen that its a differntial of that function if i didn't mention the answer.
$endgroup$
– Meet Shah
Feb 2 at 7:01
3
$begingroup$
@MichaelRozenberg The OP wants to ask: how did you manage to find that expression in the first place. I have no doubt the OP can verify compute that by reverse engineering; they are interested in the steps to reach the antiderivative. Producing a result without working is extremely unhelpful.
$endgroup$
– TheSimpliFire
Feb 2 at 13:40
1
$begingroup$
@MichaelRozenberg This is still at best a comment. A good answer should explain, not state.
$endgroup$
– TheSimpliFire
Feb 2 at 16:32
4
4
$begingroup$
Thats working it backwards
$endgroup$
– Meet Shah
Feb 2 at 6:54
$begingroup$
Thats working it backwards
$endgroup$
– Meet Shah
Feb 2 at 6:54
$begingroup$
@Meet Shah Indeed, because we need to calculate the integral.
$endgroup$
– Michael Rozenberg
Feb 2 at 6:56
$begingroup$
@Meet Shah Indeed, because we need to calculate the integral.
$endgroup$
– Michael Rozenberg
Feb 2 at 6:56
5
5
$begingroup$
I wouldn't know the answer in tests. You wouldn't have seen that its a differntial of that function if i didn't mention the answer.
$endgroup$
– Meet Shah
Feb 2 at 7:01
$begingroup$
I wouldn't know the answer in tests. You wouldn't have seen that its a differntial of that function if i didn't mention the answer.
$endgroup$
– Meet Shah
Feb 2 at 7:01
3
3
$begingroup$
@MichaelRozenberg The OP wants to ask: how did you manage to find that expression in the first place. I have no doubt the OP can verify compute that by reverse engineering; they are interested in the steps to reach the antiderivative. Producing a result without working is extremely unhelpful.
$endgroup$
– TheSimpliFire
Feb 2 at 13:40
$begingroup$
@MichaelRozenberg The OP wants to ask: how did you manage to find that expression in the first place. I have no doubt the OP can verify compute that by reverse engineering; they are interested in the steps to reach the antiderivative. Producing a result without working is extremely unhelpful.
$endgroup$
– TheSimpliFire
Feb 2 at 13:40
1
1
$begingroup$
@MichaelRozenberg This is still at best a comment. A good answer should explain, not state.
$endgroup$
– TheSimpliFire
Feb 2 at 16:32
$begingroup$
@MichaelRozenberg This is still at best a comment. A good answer should explain, not state.
$endgroup$
– TheSimpliFire
Feb 2 at 16:32
|
show 4 more comments
$begingroup$
$$2xcos (2x)+(x^2-1)sin 2x=(x^2+1)bigg[frac{2x}{x^2+1}cos 2x+frac{x^2-1}{x^2+1}sin 2xbigg]$$
$$=(x^2+1)cosbigg(2x-2alphabigg)$$
$displaystyle sin(2alpha)=frac{x^2-1}{x^2+1}$ and $displaystyle cos(2alpha)=frac{2x}{x^2+1}$
integration $$=intsecbigg(2x-tan^{-1}frac{x^2-1}{2x}bigg)frac{2x^2}{x^2+1}dx$$
put $displaystyle 2x-tan^{-1}bigg(frac{x^2-1}{2x}bigg)=t$
And $displaystyle frac{2x^2}{x^2+1}dx=dt$
Integral $$=int sec(t)dt=lnbigg|sec (t)+tan (t)bigg|+C$$
$endgroup$
add a comment |
$begingroup$
$$2xcos (2x)+(x^2-1)sin 2x=(x^2+1)bigg[frac{2x}{x^2+1}cos 2x+frac{x^2-1}{x^2+1}sin 2xbigg]$$
$$=(x^2+1)cosbigg(2x-2alphabigg)$$
$displaystyle sin(2alpha)=frac{x^2-1}{x^2+1}$ and $displaystyle cos(2alpha)=frac{2x}{x^2+1}$
integration $$=intsecbigg(2x-tan^{-1}frac{x^2-1}{2x}bigg)frac{2x^2}{x^2+1}dx$$
put $displaystyle 2x-tan^{-1}bigg(frac{x^2-1}{2x}bigg)=t$
And $displaystyle frac{2x^2}{x^2+1}dx=dt$
Integral $$=int sec(t)dt=lnbigg|sec (t)+tan (t)bigg|+C$$
$endgroup$
add a comment |
$begingroup$
$$2xcos (2x)+(x^2-1)sin 2x=(x^2+1)bigg[frac{2x}{x^2+1}cos 2x+frac{x^2-1}{x^2+1}sin 2xbigg]$$
$$=(x^2+1)cosbigg(2x-2alphabigg)$$
$displaystyle sin(2alpha)=frac{x^2-1}{x^2+1}$ and $displaystyle cos(2alpha)=frac{2x}{x^2+1}$
integration $$=intsecbigg(2x-tan^{-1}frac{x^2-1}{2x}bigg)frac{2x^2}{x^2+1}dx$$
put $displaystyle 2x-tan^{-1}bigg(frac{x^2-1}{2x}bigg)=t$
And $displaystyle frac{2x^2}{x^2+1}dx=dt$
Integral $$=int sec(t)dt=lnbigg|sec (t)+tan (t)bigg|+C$$
$endgroup$
$$2xcos (2x)+(x^2-1)sin 2x=(x^2+1)bigg[frac{2x}{x^2+1}cos 2x+frac{x^2-1}{x^2+1}sin 2xbigg]$$
$$=(x^2+1)cosbigg(2x-2alphabigg)$$
$displaystyle sin(2alpha)=frac{x^2-1}{x^2+1}$ and $displaystyle cos(2alpha)=frac{2x}{x^2+1}$
integration $$=intsecbigg(2x-tan^{-1}frac{x^2-1}{2x}bigg)frac{2x^2}{x^2+1}dx$$
put $displaystyle 2x-tan^{-1}bigg(frac{x^2-1}{2x}bigg)=t$
And $displaystyle frac{2x^2}{x^2+1}dx=dt$
Integral $$=int sec(t)dt=lnbigg|sec (t)+tan (t)bigg|+C$$
edited Feb 2 at 10:04
answered Feb 2 at 7:01
jackyjacky
1,349816
1,349816
add a comment |
add a comment |
$begingroup$
Let $arctan x=yimplies x=tan y,x^2-1=dfrac{sin^2y}{cos^2y}-1=-(1+x^2)cos2y$
$$2xcos(2x)+(x^2-1)sin2x=(1+x^2)sin2(arctan x-x)$$
$$I=displaystyleintdfrac{2x^2}{2xcos(2x)+(x^2-1)sin(2x)} =intdfrac{2x^2}{(1+x^2)sin2(arctan x-x)}$$
Now set $u=arctan x-x,du=-dfrac{x^2 dx}{1+x^2}$
$$I=-2intdfrac{du}{sin2u}=?$$
Use this
$endgroup$
$begingroup$
$$-2intcsc2u du=-ln(csc2u+cot2u)+K=ln(csc2u-cot2u)+K=ln(tan u)+K$$
$endgroup$
– lab bhattacharjee
Feb 2 at 14:56
add a comment |
$begingroup$
Let $arctan x=yimplies x=tan y,x^2-1=dfrac{sin^2y}{cos^2y}-1=-(1+x^2)cos2y$
$$2xcos(2x)+(x^2-1)sin2x=(1+x^2)sin2(arctan x-x)$$
$$I=displaystyleintdfrac{2x^2}{2xcos(2x)+(x^2-1)sin(2x)} =intdfrac{2x^2}{(1+x^2)sin2(arctan x-x)}$$
Now set $u=arctan x-x,du=-dfrac{x^2 dx}{1+x^2}$
$$I=-2intdfrac{du}{sin2u}=?$$
Use this
$endgroup$
$begingroup$
$$-2intcsc2u du=-ln(csc2u+cot2u)+K=ln(csc2u-cot2u)+K=ln(tan u)+K$$
$endgroup$
– lab bhattacharjee
Feb 2 at 14:56
add a comment |
$begingroup$
Let $arctan x=yimplies x=tan y,x^2-1=dfrac{sin^2y}{cos^2y}-1=-(1+x^2)cos2y$
$$2xcos(2x)+(x^2-1)sin2x=(1+x^2)sin2(arctan x-x)$$
$$I=displaystyleintdfrac{2x^2}{2xcos(2x)+(x^2-1)sin(2x)} =intdfrac{2x^2}{(1+x^2)sin2(arctan x-x)}$$
Now set $u=arctan x-x,du=-dfrac{x^2 dx}{1+x^2}$
$$I=-2intdfrac{du}{sin2u}=?$$
Use this
$endgroup$
Let $arctan x=yimplies x=tan y,x^2-1=dfrac{sin^2y}{cos^2y}-1=-(1+x^2)cos2y$
$$2xcos(2x)+(x^2-1)sin2x=(1+x^2)sin2(arctan x-x)$$
$$I=displaystyleintdfrac{2x^2}{2xcos(2x)+(x^2-1)sin(2x)} =intdfrac{2x^2}{(1+x^2)sin2(arctan x-x)}$$
Now set $u=arctan x-x,du=-dfrac{x^2 dx}{1+x^2}$
$$I=-2intdfrac{du}{sin2u}=?$$
Use this
answered Feb 2 at 14:33
lab bhattacharjeelab bhattacharjee
228k15159279
228k15159279
$begingroup$
$$-2intcsc2u du=-ln(csc2u+cot2u)+K=ln(csc2u-cot2u)+K=ln(tan u)+K$$
$endgroup$
– lab bhattacharjee
Feb 2 at 14:56
add a comment |
$begingroup$
$$-2intcsc2u du=-ln(csc2u+cot2u)+K=ln(csc2u-cot2u)+K=ln(tan u)+K$$
$endgroup$
– lab bhattacharjee
Feb 2 at 14:56
$begingroup$
$$-2intcsc2u du=-ln(csc2u+cot2u)+K=ln(csc2u-cot2u)+K=ln(tan u)+K$$
$endgroup$
– lab bhattacharjee
Feb 2 at 14:56
$begingroup$
$$-2intcsc2u du=-ln(csc2u+cot2u)+K=ln(csc2u-cot2u)+K=ln(tan u)+K$$
$endgroup$
– lab bhattacharjee
Feb 2 at 14:56
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%2f3097078%2fintegral-int-frac2x22x-cos2xx2-1-sin2x-mathrm-d-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$
Please use Mathjax to typeset your equations.
$endgroup$
– Shubham Johri
Feb 2 at 6:40