Roman C. answered 04/23/16
Tutor
5.0
(851)
Masters of Education Graduate with Mathematics Expertise
Solve the transform for x and differentiate:
t = tan(x/2)
x = 2 tan-1 t
dx = 2/(1+t2) dt
We also must transform the bounds:
tup = tan(xup/2) = tan(π/4) = 1
tlow = tan(xlow/2) = tan 0 = 0
Now you correctly rewrote the transform, so this is familiar:
t2 = tan2(x/2) = sec2(x/2) - 1
2/(1+t2) = 2cos2(x/2) = 1 + cos x
(1 - t2)/(1 + t2) = cos x
sin x = √(1 - cos2 x) = 2t / (1+t2)
So now we can substitute to finish.
∫0π/2 dx/(2+3 sin x)
= ∫01 [2dt/(1+t2)] / [2+6t/(1+t2)]
= ∫01 dt / [(1+t2)+3t]
= ∫01 dt / (t2 + 3t + 9/4 - 5/4)
= ∫01 dt / [(t + 3/2)2 - (√5/2)2]