Inactive Tutor answered 01/10/14
Tutor
New to Wyzant
The area of a very thin circular sector with central angle dθ radians
is (pi*r^2)*(dθ/(2pi)) = (1/2)*(r^2)*dθ.
Add them up with an integral:
A = ∫{0,pi/2} (1/2)*(r^2) dθ
is (pi*r^2)*(dθ/(2pi)) = (1/2)*(r^2)*dθ.
Add them up with an integral:
A = ∫{0,pi/2} (1/2)*(r^2) dθ
Substitute given r = sin(2θ):
A = ∫{0,pi/2} ((1/2)*(sin(2θ))^2) dθ
A = ∫{0,pi/2} ((1/2)*(sin(2θ))^2) dθ
Substitute sin(2θ))^2 = (1/2)*(1-cos(4θ)):
A = ∫{0,pi/2} ((1/2)*((1/2)*(1-cos(4θ))) dθ
= (1/4) ∫{0,pi/2} (1-cos(4θ)) dθ
= (1/4) [θ - (sin(4θ))/4]{0,pi/2}
= (1/4) [pi/2 - (sin(4*pi/2))/4 - 0 + (sin(4*0))/4]
= (1/4) [pi/2 - (sin(2*pi))/4 + 0]
= (1/4) [pi/2 - 0]
= pi/8
P.S.: This is why you studied identities in Trig; so you could use them to change integrands into something you can integrate.