How Do You Integrate (cos(x))^6 from 0 to Pi Using Reduction Formulas?

  • Thread starter Thread starter crm08
  • Start date Start date
  • Tags Tags
    Integration Trig
crm08
Messages
28
Reaction score
0

Homework Statement



\int^{\pi}_{0}(cos(x))^{6}dx

Homework Equations



* Half-Angle => (cos(x))^{2} = (1/2)(1 + cos(2x))

The Attempt at a Solution



We just started this chapter today and during lecture the only example of this form (even powers/cosine) was (cos(x))^{2}, which only requires integrating the Half-Angle Formula. The way I approached this problem looks like it's taking me towards pretty big mess:

\int^{\pi}_{0}((cos(x))^{2})^{3} = \int^{\pi}_{0}[(1/2)(1+cos(2x))]^{3}

Any suggestion?
 
Physics news on Phys.org
How about using hyperbolic cosh to get the things into full to e's?
 
The way to avoid the mess is to use a formula to express the integral of cos^n(x) in terms of an integral of cos^(n-2)(x). See for example http://www.sosmath.com/calculus/integration/powerproduct/powerproduct.html at the bottom of the page. You should also note that you have a DEFINITE integral from 0 to pi. You don't need to evaluate the full indefinite integral. The term involving sin(x) in the formula vanishes in your case. If you don't already know that formula, you should probably try to prove it. It's not too hard. Just integration by parts.
 
crm08 said:

Homework Statement



\int^{\pi}_{0}(cos(x))^{6}dx

Homework Equations



* Half-Angle => (cos(x))^{2} = (1/2)(1 + cos(2x))

The Attempt at a Solution



We just started this chapter today and during lecture the only example of this form (even powers/cosine) was (cos(x))^{2}, which only requires integrating the Half-Angle Formula. The way I approached this problem looks like it's taking me towards pretty big mess:

\int^{\pi}_{0}((cos(x))^{2})^{3} = \int^{\pi}_{0}[(1/2)(1+cos(2x))]^{3}

Any suggestion?
Tedious but not that big a mess:
=\frac{1}{8} \int_0^\pi 1+ 3cos(2x)+ 3cos^2(2x)+ cos^3(2x) dx
you can immediately integrate \int 3cos(2x) dx and writing cos^3(2x)as cos^2(2x)cos(x)= (1- sin^2(x))cos(x) let's you integrate [math]\int cos^3(2x)dx[/itex].

The only "hard" part is
(3/8)\int_0^\pi cos^2(2x)dx
and you can use cos^2(2x)= (1/2)(1+ cos(4x)) for that.
 
My prof covered this whole chapter today and only introduced two "cases" that can be identified for solving these problems, each case having two methods which are chosen by looking at the even or odd powers.

case 1: integral[((cosx)^m)*(sinx)^n))dx]

- or -

case 2: integral[((tanx)^n)*((secx)^m)dx]

I figured these were the only ways to solve these problems but I'm open to any new methods. I'm not clear on what you are telling me to do, are you saying to somehow get it in the form:

(e^x+e^x)/2

**sorry this reply was to "rootx", it took me awhile to post I didn't see the other replies after
 
Dick, thanks for the link, I forgot about that reduction formula.
 
crm08 said:
My prof covered this whole chapter today and only introduced two "cases" that can be identified for solving these problems, each case having two methods which are chosen by looking at the even or odd powers.

case 1: integral[((cosx)^m)*(sinx)^n))dx]

- or -

case 2: integral[((tanx)^n)*((secx)^m)dx]

I figured these were the only ways to solve these problems but I'm open to any new methods. I'm not clear on what you are telling me to do, are you saying to somehow get it in the form:

(e^x+e^x)/2

**sorry this reply was to "rootx", it took me awhile to post I didn't see the other replies after

I was thinking of:
(cos (x))^6 = [(exp(i.x) + exp(-i.x))/2]^6
It's easier to expand the right side and not hard to integrate.
I remember using this several times somewhere but I have forgotten where:frown:

But, those reductions formulas are best here.
 
Back
Top