0

We can proceed by $$\frac{\int_0^{\pi/2}(\cos2wt+1)dt}{2}$$

(I hope you don’t mind if don’t write the limits for the next few steps, as it is becoming cumbersome)

So, $$\frac12\int \cos2wt+\frac12\int 1$$ $$\frac{1}{4w}\sin2wt+\frac t2$$ Putting in the limits, we end up with $$\frac12\Bigl[\frac{1}{2w}+\frac{\pi}{2}\Bigr]$$

That’s as far as I could go. The answer is $\frac{\pi}{4}$. So either I have gone wrong in one step or there is a way to proceed further. Thanks for helping!

Parcly Taxel
  • 103,344
Aditya
  • 6,191

2 Answers2

1

Hint: $$\int\cos(2wt)dt=\frac{\sin(2wt)}{2w}+C$$

1

The integration step was correct now let $J$ the remaining, we have: $J=[\frac{1}{4w}\sin(2wt) + \frac{t}{2}]_{0}^{\pi/2} =\frac{1}{4w}\sin(w\pi)+\pi/4 -0=\frac{\sin(w\pi)}{4w}+\frac{\pi}{4}$ If $w\in\mathbb{Z} \Rightarrow \sin(w\pi)=0$ Therefore $J=0+\pi/4=\pi/4$

Nikos127
  • 129