How can I prove that $\int_{-\pi}^{\pi} \cos(x/2)e^{ixt} dx=\frac{4\cos(\pi t)}{1-4t^2}$?
2026-03-28 10:40:35.1774694435
Computing the Fourier transform of $\cos(x/2)$
245 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You can utilize the exponential form of the cosine to combine exponentials
$$\begin{align}\int_{-\pi}^\pi \cos(\frac{x}{2})e^{ixt}dx&=\frac{1}{2}\int_{-\pi}^\pi (e^{\frac{ix}{2}}+e^{-\frac{ix}{2}})e^{ixt}dx\\ \\ &=\frac{1}{2}\int_{-\pi}^\pi e^{ix(t+\frac{1}{2})}dx+\frac{1}{2}\int_{-\pi}^\pi e^{ix(t-\frac{1}{2})}dx\\ \\ &=\frac{1}{2}\left(\frac{e^{i\pi(t+\frac{1}{2})}-e^{-i\pi(t+\frac{1}{2})}}{i(t+\frac{1}{2})}+\frac{e^{i\pi(t-\frac{1}{2})}-e^{-i\pi(t-\frac{1}{2})}}{i(t-\frac{1}{2})}\right)\end{align}$$ Adding the two terms together inside and using the exponential definition of the cosine again yields the answer.