How to find characteristic function of product of random variables

If you're given the characteristic function of a random variable, say $X$, and the distribution of another, say $U$, which is independent of $X$, how do you explicitly find the characteristic function of $UX$?

(Edit:) This is a problem from an old qualifying exam I'm trying to work through. We're given that the characteristic function of $X$ is $e^{-|t|}$, and that $U$ is uniformly distributed on $(0,1)$, independent of $X$.


Solution 1:

Let $Z = X \, U$. Then $$ \varphi_Z(t) = \mathbb{E}\left( \exp(i t X U) \right) = \mathbb{E}\left( \mathbb{E}\left( \exp(i t X U) | U\right) \right) = \mathbb{E}\left( \varphi_X\left( t U \right) \right) $$ Since $\varphi_X(t) = \exp(-|t|)$, and since $U$ is almost surely positive: $$ \varphi_Z(t) = \mathbb{E}\left( \exp\left( - |t| U \right) \right) = \int_0^1 \exp\left(-|t| \, u \right) \mathrm{d}u $$ You should be able to finish it now.