Mastering Tricky Trigonometric Integrals: Tips and Techniques for Success

reaper616
Messages
3
Reaction score
0
Hi. I'm having troubles calculating this indefinite integral. I have tried a few things, but none seem to work.

gif.latex?\int%20\frac{1}{sin%28x%29%282cos^2{x}-1%29}dx.gif


Actually, universal substitution does make it possible to integrate, but there has to be some shorter, more elegant way. Anyone?
 
Physics news on Phys.org
Replacing the 1 in the numerator by sin^2(x) + cos^2(x) does seem to work. You then do get the original integral back, but it is multiplied by 1/2 so you can move it back to the left hand side to solve for it.
 
Count Iblis said:
Replacing the 1 in the numerator by sin^2(x) + cos^2(x) does seem to work. You then do get the original integral back, but it is multiplied by 1/2 so you can move it back to the left hand side to solve for it.


I'm sorry, but I'm not sure that I understand what are you trying to say. Could you go a little bit more in-depth?
 
Abbreviation: Sin(x) = S, Cos(x) = C

[S^2 + C^2]/[S (2 C^2 - 1)] =

S/[2 C^2 - 1] (easy to integrate as the derivative of C is -S and S is in the numerator)

+

C^2/[S(2C^2 - 1)]

We can rewrite the numerator of the last term as:

C^2 = 1/2 2 C^2 = 1/2 (2 C^2 - 1 + 1)

This means that you can write the last term as:

1/(2S) + 1/2 * Original term you wanted to integrate.

Then you're done if you can integrate 1/S and that you can do using more or less the same trick:

1/Sin(x) = 1/(2Sin(1/2 x) Cos(1/2 x)) and then replace the numerator by Cos^2(1/2 x) + Sin^2(1/2 x) and you're done.
 
It works. Very nice. Thank you very much.
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top