Suppose independent random variables $U, T$. Let $U$ have continuous Uniform distribution over $(0, 2\pi)$. Let $T$ have Exponential distribution with $\lambda = 1$. Let random variable $Y$ be a function $Y=r(U, T) = \sqrt{2T}\cos(U)$. I am trying to find the CDF of $Y$ (without assuming a direct one-to-one transformation to find the PDF by taking the Jacobian).
$$P(Y \le y) = P(r(U,T) \le y) =\int_{0}^{y}\int_{0}^{\frac{y^2}{2\cdot cos^2(u) }}f_U(u)f_T(t) \mathrm{d}t \mathrm{d}u $$ The random variables $X, Y$ are independent, so their joint PDF is the product of their marginal PDFs; $\frac{e^{-t}}{2 \pi }$. $$ = \int_{0}^{y}\int_{0}^{\frac{y^2}{2\cdot cos^2(u) }}\frac{e^{-t}}{2 \pi } \mathrm{d}t \mathrm{d}u$$
Computing the inner integral, I have $$\int_{0}^{y} -\frac{e^{-\frac{1}{2} \text{Sec}[u]^2 y_1^2}-1}{2 \pi }\mathrm{d}u$$
and I'm stuck here. This integral seems impossible to evaluate to a function of y. Is this the case, or perhaps I have made a mistake in my limits of integration?