Intergration of higher powers of trigonometric functions

kudoushinichi88
Messages
125
Reaction score
2
Hello,
What's the easiest way to evaluate an integral like this?

\int_{\frac{-\pi}{2}}^{0}\cos^{10}x dx

The only method I can think of is to expand the \cos^{10} x using trigonometric identities, and getting \frac{1}{32}\left(1-\cos2x\right)^5.

I tried subbing u=1-\cos2x but I doesn't seem to work.
 
Last edited:
Physics news on Phys.org
Ooh, brilliant! Thanks! I was trying to evaluate

<br /> \frac{\int_{\frac{-\pi}{2}}^{0}\cos^{10}x dx}{\int_{\frac{-\pi}{2}}^{0}\cos^8xdx}<br />

and now I realize that once you expand the top part once, it will cancel off the bottom and I'll get 9/10. XD
 
In general use a reduction formulae which is derived as follows:
<br /> \int_{0}^{\frac{\pi}{2}}\cos^{2n}xdx=\left[\sin x\cos^{2n-1}x\right]_{0}^{\frac{\pi}{2}}+(2n-1)\int_{0}^{\frac{\pi}{2}}\cos^{2n-2}x\sin^{2}xdx<br />
The first term is zero and we are left with:
<br /> (2n-1)\int_{0}^{\frac{\pi}{2}}\cos^{2n-2}x\sin^{2}xdx=(2n-1)\int_{0}^{\frac{\pi}{2}}\cos^{2n-2}x(1-\cos^{2}x)dx<br />
Hence
<br /> 2n\int_{0}^{\frac{\pi}{2}}\cos^{2n}xdx=(2n-1)\int_{0}^{\frac{\pi}{2}}\cos^{2n-2}xdx<br />
 
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