PDA

View Full Version : Integration Question


Hyari
Feb25-07, 04:26 PM
1. The problem statement, all variables and given/known data
integral cos^5(9*t) dt


2. Relevant equations
half sets?


3. The attempt at a solution
integral cos(9t)^5 dt

integral cos(9t)^2 * cos(9t)^2 * cos(9t)

cos(9t)^2 = (1/2)*[ 1 + cos(18t) ]

integral (1/2)*[ 1 + cos(18t) ] * (1/2)*[ 1 + cos(18t) ] * cos(9t)

Am I on the right path?

gammamcc
Feb25-07, 05:00 PM
Hint:
cos^2 u = 1-sin^2 u

Hyari
Feb25-07, 07:40 PM
u = cos(9t)
du = -9sin(9t)

[ 1 - sin(9t)^2 ] * [ 1 - sin(9t)^2 ] * u du?

theperthvan
Feb26-07, 12:33 AM
\cos^5{9t} is the same as \cos{9t}(1-\sin^2{9t})^2

Expand it and integrate

Hyari
Feb26-07, 01:32 AM
Then how do you integrate that beat o_O.

cos(9t) * (1 - sin(9t)^2)^2 * dt

u = 1-sin(9t)^2
du = -18sin(9t) * cos(9t) * dt

du / -18sin(9t) = cos(9t) * dt

1 / -18sin(9t) <-integral-> u^2 * du

1/-18sin(9t) * u^3

1/-18sin(9t) * (1-sin(9t)^2)^3 ?

gammamcc
Feb26-07, 01:51 AM
try again, try u = something else.

theperthvan
Feb26-07, 02:11 AM
Then how do you integrate that beat o_O.

cos(9t) * (1 - sin(9t)^2)^2 * dt

u = 1-sin(9t)^2
du = -18sin(9t) * cos(9t) * dt

du / -18sin(9t) = cos(9t) * dt

1 / -18sin(9t) <-integral-> u^2 * du

1/-18sin(9t) * u^3

1/-18sin(9t) * (1-sin(9t)^2)^3 ?

You need to expand it. Then you will be able to use \frac{d}{dx}\sin{x} = \cos{x}

Gib Z
Feb26-07, 03:36 AM
So basically when we have to integrate something with only cosine in it, and cosine is odd powered, we take the most even powers out and transform those into the sines as mentioned, expand and use substitution u=sin x to do the rest.

Hyari
Feb26-07, 03:16 PM
I don't understand... can you give me an example?

cos^2 * cos^2 * cos(x) = (1 - sin^2)^2 * cos(x).

I don't understand :(

Gib Z
Feb27-07, 12:13 AM
Do you know the Identity \sin^2 x + \cos^2 x=1?

HallsofIvy
Feb27-07, 06:33 AM
u = cos(9t)
du = -9sin(9t)

[ 1 - sin(9t)^2 ] * [ 1 - sin(9t)^2 ] * u du?

What if you let u= sin(9t) instead?