Integrate over the interval [0, π].
∫[(1/2)(cos x + | cos x |)] dx
________
Break the interval into two pieces then integrate.
Over the interval [0, π/2] cos x is positive. So:
(1/2)(cos x + | cos x |) = (1/2)(cos x + cos x) = cos x
Over the interval [π/2, π] cos x is negative. So:
(1/2)(cos x + | cos x |) = (1/2)(cos x - cos x) = 0
_________
∫[(1/2)(cos x + | cos x |)] dx | [Evaluated from 0 to π]
= ∫[(1/2)(cos x + | cos x |)] dx | [Evaluated from 0 to π/2] + 0
= ∫(cos x) dx | [Evaluated from 0 to π/2]
= sin x | [Evaluated from 0 to π/2]
= sin(π/2) - sin(0) = 1 - 0 = 1
2007-11-16 09:33:29
·
answer #1
·
answered by Northstar 7
·
2⤊
0⤋
No, it's spelled "pi". "Pie" is a tasty dessert, especially pumpkin pie. Moving on:
[0, Ï]â«1/2 (cos x + |cos x|) dx
First, break this into two integrals -- one from 0 to Ï/2, and the other from Ï/2 to Ï:
[0, Ï/2]â«1/2 (cos x + |cos x|) dx + [Ï/2, Ï]â«1/2 (cos x + |cos x|) dx
Now, everywhere on the interval [0, Ï/2], cos x is nonnegative, so |cos x| = cos x. Conversely, everywhere on the interval [Ï/2, Ï], cos x is nonpositive, so |cos x| = -cos x. So we can replace |cos x| with cos x in the first integral, and |cos x| with -cos x in the second, to obtain:
[0, Ï/2]â«1/2 (cos x + cos x) dx + [Ï/2, Ï]â«1/2 (cos x - cos x) dx
[0, Ï/2]â«cos x dx + [Ï/2, Ï]â«0 dx
[0, Ï/2]â«cos x dx
sin x |[0, Ï/2]
sin (Ï/2) - sin 0
1 - 0
1
And we are done.
2007-11-16 09:38:22
·
answer #2
·
answered by Pascal 7
·
1⤊
1⤋