1
$\begingroup$

Given $f_Y(y)=4y^3$, on $[0, 1]$, (where $Y$ is a continuous random variable), set $W=2Y$ and find $f_W(w)$:

I determined that $Y$ is the identity mapping on $[0, 1]$, thus $W:[0, 1]\rightarrow [0,2]$ is given by $2x$. I have no idea how the W affects the function. I guessed $f_W(w)=32w^3$ on $[0, 1/2]$ but I'm not exactly sure why. Help

  • 0
    Quite all right.2012-03-10

1 Answers 1

1

The probability distribution function of $Y$ is $P_Y(y) = y^4$, which you get by integrating $f_Y(y)$ from $0$ to $y$.

The probability distribution function of $W$ is $P_W(w) = P(W \leq w)$. Since $W = 2Y$, we have

\begin{equation} P_W(w) = P_Y(2Y \leq w) = P_Y(Y\leq w/2) = \frac{w^4}{16} ~~~~ \mbox{for } 0\leq w \leq 2 \end{equation}

The pdf of $W$ is obtained by differentiating $P_W(w)$ wrt $w$.

Therefore $f_W(w) = \frac{w^3}{4}$. As a check, when you integrate $p_W(w)$ from 0 to 2, you get 1.

  • 0
    Wow, I was really off track. Thanks for the help. I guess it will just take me some "getting used to" when it comes to integrating to get a probability function.2012-03-10