The problem goes as follows: "A Stochastic Process $X(t)$ is defined via:
$$X(t,\omega) = A(\omega)t + B(\omega)$$
where $A(\omega) \sim U([-1,1])$ and $B(\omega) \sim U([-1,1])$ are independent random variables.
Determine the first order PDF $f_X(x;t)$ associated with it."
Okay so this is a homework problem and I have been trying to find a similar problem. The difficulty I have faced with $t$ variable introduced in random process. I have found solutions for how to find the PDF via convolution of the sum of two random independent variables (section 4.1 in Intro to Probability by Bertsekas and Tsitsiklis).
One question I have is can I just carry the $t$ variable through while attached to $a$ (where $a$ is a specific member of the set $A$) when finding the joint probability?
Any hints on this would be appreciated.
PS
My attempt to do this (following the book mentioned above):
$$P\left(X(t)<x\mid A=a\right) = P\left(at + B(\omega)<x\mid A=a\right)$$ $$P\left(at + B(\omega)<x\right) = P\left(B(\omega)<x - at\right)$$
then
$$f_{X\mid A}(x\mid at) = f_B(x-at) \Longrightarrow f_{A,X}(at\mid x) = f_A(at)\cdot f_{X\mid A}(x\mid at)$$ $$=f_{A}(at)f_B(x-at)$$
then do the convolution of this.
Honestly this was my first attempt and I am not even sure if I am on the righ track.
Thanks for any help given.
Yessish.
$$\begin{align}f_{X\mid A}(x\mid a;t) ~&=~f_B(x-at) \\ f_{A,X}(a,x;t)~&=~ f_A(a)\,f_B(x-at)\\ f_{X}(x;t)~&=~ \int_\Bbb R f_A(a)\,f_B(x-at)\,\mathrm d a \\ &=~ \tfrac 14\int_\Bbb R \mathbf 1_{a\in[-1;1],x-at\in[-1;1]}\mathrm d a\\ &=~ \tfrac 14\mathbf 1_{x\in[(-t-1);(t+1)]}\int_{\max\{-1,(x-1)/t\}}^{\min\{1,(x+1)/t\}} \mathrm d a &~~~\vdots\end{align}$$
From here, consider the cases : $[t< -1]$ , $[-1\leqslant t<0]$ , $[0\leqslant t<1]$ , and $[1\leqslant t]$ .