The question asks for the leading term in the asymptotic expansion of
$$I(x) = \int_0^{\pi/2} \biggr ( 1-\frac{2t}{\pi} \biggr )^k \cos(x\cos{t}) \, dt, \;\; x \to \infty$$
for $k = 0, -1/2, -3/4$.
My attempt:
Let $$J(x) = \int_0^{\pi/2} f_k(t) e^{ixu(t)} \, dt$$ where $f_k(t)=( 1-\frac{2t}{\pi})^k$ and $u(t)=\cos{t}$, so that $I(x) = Re (J(x))$
Applying the stationary phase method, I know the dominant $1/\sqrt{x}$ contribution will come from stationary points of $u(t)$, in our case at $t=0$.
So
$$J(x) \sim f_k(0) \int_0^\epsilon e^{ixu(t)} \, dt$$
We approximate $u(t) \approx 1 - \frac{t^2}{2}$ near $t=0$ so that
$$J(x) \sim f_k(0) e^{ix} \int_0^\epsilon e^{-ixt^2/2} \, dt$$
Asserting the $[\epsilon, \infty)$ contribution to be exponentially small and applying a Fresnel integral we obtain
$$J(x) \sim f_k(0) e^{i(x-\pi/4)} \sqrt{\frac{\pi}{2x}}$$
and so $$I(x) \sim f_k(0) \cos{(x-\pi/4)} \sqrt{\frac{\pi}{2x}}$$
But this is incorrect, (for one note $f_k(0)=1$ at all our values of $k$ of interest), yet I cannot see where I have made a mistake.
I did wonder if perhaps taking the Real part was not justified here, so i repeated the calculation instead using $\cos{\theta}=(e^{i\theta}+e^{-i\theta})/2$, but arrived at the same answer.
Any help is appreciated!