Evaluating $int frac {3cos x}{(2sin x-5cos x)},dx$
up vote
0
down vote
favorite
$$int dfrac {3cos x}{(2sin x-5cos x)},dx$$
I've been thinking and trying to work this out in quite a few ways:
1)Taking conjugate which actually complicates it further
2)Using half angle formula to convert the expression in terms of tan but I get 2 terms in the integration of which I'm unable to integrate 1 term because I can't seem to be able to make a suitable substitution.
3)Dividing throughout by $cos^2 x$
I find none of these methods to be effective. Please advice.
calculus integration
add a comment |
up vote
0
down vote
favorite
$$int dfrac {3cos x}{(2sin x-5cos x)},dx$$
I've been thinking and trying to work this out in quite a few ways:
1)Taking conjugate which actually complicates it further
2)Using half angle formula to convert the expression in terms of tan but I get 2 terms in the integration of which I'm unable to integrate 1 term because I can't seem to be able to make a suitable substitution.
3)Dividing throughout by $cos^2 x$
I find none of these methods to be effective. Please advice.
calculus integration
math.stackexchange.com/questions/3006097/…
– lab bhattacharjee
Nov 22 at 14:55
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
$$int dfrac {3cos x}{(2sin x-5cos x)},dx$$
I've been thinking and trying to work this out in quite a few ways:
1)Taking conjugate which actually complicates it further
2)Using half angle formula to convert the expression in terms of tan but I get 2 terms in the integration of which I'm unable to integrate 1 term because I can't seem to be able to make a suitable substitution.
3)Dividing throughout by $cos^2 x$
I find none of these methods to be effective. Please advice.
calculus integration
$$int dfrac {3cos x}{(2sin x-5cos x)},dx$$
I've been thinking and trying to work this out in quite a few ways:
1)Taking conjugate which actually complicates it further
2)Using half angle formula to convert the expression in terms of tan but I get 2 terms in the integration of which I'm unable to integrate 1 term because I can't seem to be able to make a suitable substitution.
3)Dividing throughout by $cos^2 x$
I find none of these methods to be effective. Please advice.
calculus integration
calculus integration
edited Nov 22 at 14:58
StubbornAtom
5,06411138
5,06411138
asked Nov 22 at 14:48
MadCap
213
213
math.stackexchange.com/questions/3006097/…
– lab bhattacharjee
Nov 22 at 14:55
add a comment |
math.stackexchange.com/questions/3006097/…
– lab bhattacharjee
Nov 22 at 14:55
math.stackexchange.com/questions/3006097/…
– lab bhattacharjee
Nov 22 at 14:55
math.stackexchange.com/questions/3006097/…
– lab bhattacharjee
Nov 22 at 14:55
add a comment |
3 Answers
3
active
oldest
votes
up vote
3
down vote
Hint. A standard trick is to consider
$$
I=intfrac{sin x}{sin x-5cos x}dx,quad J=intfrac{cos x}{sin x-5cos x}dx
$$ then one may observe that
$$
I-5J=int dx=color{red}?,qquad 5I+J=intfrac{(sin x-5cos x)'}{sin x-5cos x}dx=color{red}?
$$Hope you can take it from here.
add a comment |
up vote
1
down vote
Use:
$3 cos x = lambda (2sin x - 5cos x) + mu(2cos x + 5 sin x) $
Putting $x = 0$ and $x = pi/2 $ and solving the two equations we get:
$lambda = -dfrac {15}{29} $ and $mu = dfrac 6{29}$
So we have:
$$int frac {3cos x}{(2sin x-5cos x)},dx
\ = int dfrac{lambda(2sin x - 5 cos x)+ mu(2cos x + 5 sin x)}{2sin x - 5 cos x} \ = int lambda dx + muint dfrac{2cos x+ 5sin x}{2 sin x - 5 cos x}dx \ =lambda x + mu ln (2sin x - 5cos x) + c = -dfrac{15}{29} x + dfrac{6}{29} ln (2sin x - 5cos x) + c$$
add a comment |
up vote
0
down vote
Hint:
By shifting the argument, you can turn the denominator to $sqrt{29}cos x$. Then the numerator becomes of the form $acos x+bsin x$, and the fraction is easy to integrate.
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',
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%2f3009226%2fevaluating-int-frac-3-cos-x2-sin-x-5-cos-x-dx%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
up vote
3
down vote
Hint. A standard trick is to consider
$$
I=intfrac{sin x}{sin x-5cos x}dx,quad J=intfrac{cos x}{sin x-5cos x}dx
$$ then one may observe that
$$
I-5J=int dx=color{red}?,qquad 5I+J=intfrac{(sin x-5cos x)'}{sin x-5cos x}dx=color{red}?
$$Hope you can take it from here.
add a comment |
up vote
3
down vote
Hint. A standard trick is to consider
$$
I=intfrac{sin x}{sin x-5cos x}dx,quad J=intfrac{cos x}{sin x-5cos x}dx
$$ then one may observe that
$$
I-5J=int dx=color{red}?,qquad 5I+J=intfrac{(sin x-5cos x)'}{sin x-5cos x}dx=color{red}?
$$Hope you can take it from here.
add a comment |
up vote
3
down vote
up vote
3
down vote
Hint. A standard trick is to consider
$$
I=intfrac{sin x}{sin x-5cos x}dx,quad J=intfrac{cos x}{sin x-5cos x}dx
$$ then one may observe that
$$
I-5J=int dx=color{red}?,qquad 5I+J=intfrac{(sin x-5cos x)'}{sin x-5cos x}dx=color{red}?
$$Hope you can take it from here.
Hint. A standard trick is to consider
$$
I=intfrac{sin x}{sin x-5cos x}dx,quad J=intfrac{cos x}{sin x-5cos x}dx
$$ then one may observe that
$$
I-5J=int dx=color{red}?,qquad 5I+J=intfrac{(sin x-5cos x)'}{sin x-5cos x}dx=color{red}?
$$Hope you can take it from here.
answered Nov 22 at 14:55
Olivier Oloa
107k17175293
107k17175293
add a comment |
add a comment |
up vote
1
down vote
Use:
$3 cos x = lambda (2sin x - 5cos x) + mu(2cos x + 5 sin x) $
Putting $x = 0$ and $x = pi/2 $ and solving the two equations we get:
$lambda = -dfrac {15}{29} $ and $mu = dfrac 6{29}$
So we have:
$$int frac {3cos x}{(2sin x-5cos x)},dx
\ = int dfrac{lambda(2sin x - 5 cos x)+ mu(2cos x + 5 sin x)}{2sin x - 5 cos x} \ = int lambda dx + muint dfrac{2cos x+ 5sin x}{2 sin x - 5 cos x}dx \ =lambda x + mu ln (2sin x - 5cos x) + c = -dfrac{15}{29} x + dfrac{6}{29} ln (2sin x - 5cos x) + c$$
add a comment |
up vote
1
down vote
Use:
$3 cos x = lambda (2sin x - 5cos x) + mu(2cos x + 5 sin x) $
Putting $x = 0$ and $x = pi/2 $ and solving the two equations we get:
$lambda = -dfrac {15}{29} $ and $mu = dfrac 6{29}$
So we have:
$$int frac {3cos x}{(2sin x-5cos x)},dx
\ = int dfrac{lambda(2sin x - 5 cos x)+ mu(2cos x + 5 sin x)}{2sin x - 5 cos x} \ = int lambda dx + muint dfrac{2cos x+ 5sin x}{2 sin x - 5 cos x}dx \ =lambda x + mu ln (2sin x - 5cos x) + c = -dfrac{15}{29} x + dfrac{6}{29} ln (2sin x - 5cos x) + c$$
add a comment |
up vote
1
down vote
up vote
1
down vote
Use:
$3 cos x = lambda (2sin x - 5cos x) + mu(2cos x + 5 sin x) $
Putting $x = 0$ and $x = pi/2 $ and solving the two equations we get:
$lambda = -dfrac {15}{29} $ and $mu = dfrac 6{29}$
So we have:
$$int frac {3cos x}{(2sin x-5cos x)},dx
\ = int dfrac{lambda(2sin x - 5 cos x)+ mu(2cos x + 5 sin x)}{2sin x - 5 cos x} \ = int lambda dx + muint dfrac{2cos x+ 5sin x}{2 sin x - 5 cos x}dx \ =lambda x + mu ln (2sin x - 5cos x) + c = -dfrac{15}{29} x + dfrac{6}{29} ln (2sin x - 5cos x) + c$$
Use:
$3 cos x = lambda (2sin x - 5cos x) + mu(2cos x + 5 sin x) $
Putting $x = 0$ and $x = pi/2 $ and solving the two equations we get:
$lambda = -dfrac {15}{29} $ and $mu = dfrac 6{29}$
So we have:
$$int frac {3cos x}{(2sin x-5cos x)},dx
\ = int dfrac{lambda(2sin x - 5 cos x)+ mu(2cos x + 5 sin x)}{2sin x - 5 cos x} \ = int lambda dx + muint dfrac{2cos x+ 5sin x}{2 sin x - 5 cos x}dx \ =lambda x + mu ln (2sin x - 5cos x) + c = -dfrac{15}{29} x + dfrac{6}{29} ln (2sin x - 5cos x) + c$$
edited Nov 22 at 15:07
answered Nov 22 at 14:56
Abcd
2,92721131
2,92721131
add a comment |
add a comment |
up vote
0
down vote
Hint:
By shifting the argument, you can turn the denominator to $sqrt{29}cos x$. Then the numerator becomes of the form $acos x+bsin x$, and the fraction is easy to integrate.
add a comment |
up vote
0
down vote
Hint:
By shifting the argument, you can turn the denominator to $sqrt{29}cos x$. Then the numerator becomes of the form $acos x+bsin x$, and the fraction is easy to integrate.
add a comment |
up vote
0
down vote
up vote
0
down vote
Hint:
By shifting the argument, you can turn the denominator to $sqrt{29}cos x$. Then the numerator becomes of the form $acos x+bsin x$, and the fraction is easy to integrate.
Hint:
By shifting the argument, you can turn the denominator to $sqrt{29}cos x$. Then the numerator becomes of the form $acos x+bsin x$, and the fraction is easy to integrate.
answered Nov 22 at 15:04
Yves Daoust
123k668219
123k668219
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3009226%2fevaluating-int-frac-3-cos-x2-sin-x-5-cos-x-dx%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
math.stackexchange.com/questions/3006097/…
– lab bhattacharjee
Nov 22 at 14:55