pc2-brazil
- 198
- 3
Homework Statement
Show that, if n is an odd number, \int_0^\pi \cos^nx dx = 0
Homework Equations
The Attempt at a Solution
\int_0^\pi \cos^nx dx = \int_0^\pi \cos^{n-1}(x)\cos (x) dx =
= \int_0^\pi (\cos^2x)^{\frac{n-1}{2}} \cos x dx = \int_0^\pi (1 - \sin^2x)^{\frac{n-1}{2}} \cos x dx
Now the next step would be to expand the term (1 - \sin^2x)^{\frac{n-1}{2}}. Then, I would be able to use u = sin(x) and du = cos(x) dx to eliminate the term cos(x).
It seems to make sense to expand (1 - \sin^2x)^{\frac{n-1}{2}} with the binomial theorem, but it would get very complicated. Is there a better way?
Thank you in advance.