1

Let X be a random variable that is uniformly distributed on $[0,1]$. What are the distribution and probability density functions of $Y$ with $Y=\frac{3X}{1-X}$?

I know that the density is the derivative of the distribution function, so if someone could help me find the distribution, I will try to find the density myself. Thanks in advance!

JimmyP
  • 337
  • Can you figure out what values $Y$ can take on? $[0,\infty)$? $(-\infty,\infty)$? $[0,1]$? Once you have done that, can you find, for your favorite number $\alpha$, what is $P{Y \leq \alpha}$? How about for other, less favorite numbers? Once you have done this, you have found $P{Y \leq y}$ from which you can determine the density function. – Dilip Sarwate Mar 28 '15 at 16:17
  • @DilipSarwate I think $Y $ can take on values from $[0,\infty)$, but I can't really figure out how your next step should be done – JimmyP Mar 28 '15 at 16:19

1 Answers1

2

If $X$ is distributed over $[0,1]$ then $Y$ is distributed over $\mathbb{R}^+$ and for any $r\in\mathbb{R}^+$ we have: $$ \mathbb{P}[Y\leq r]=\mathbb{P}\left[0\leq X \leq \frac{r}{r+3}\right]=\frac{r}{r+3}\tag{1} $$ so, by differentiation, we get that the pdf of $Y$ is given by: $$ f_Y(t) = \frac{3}{(3+t)^2}\cdot\mathbb{1}_{t\geq 0}.\tag{2}$$

Jack D'Aurizio
  • 353,855