strangequark
- 37
- 0
Homework Statement
Let X represent the random choice of a real number on the interval [-1,1] which has a uniform distribution such that the probability density function isf_{X}(x)=\frac{1}{2} when -1\leqx\leq1. LetY=X^{2} a. Find the cumulative distribution F_{Y}(y) b. the density function f_{Y}(y) and c. the expected value E(Y).
Homework Equations
my book gives a great explanation on how to change variables for joint distributions, but little is said about functions of one random variable, so I'm kind of at a loss here.
The Attempt at a Solution
first, if Y=X^{2}, then I want to say we need to find Y over the interval
[0,1]. And integrating I have that:
F_{X}(x)=\frac{x+1}{2} which is P(X\leqx)...
now I want to say P(X\leqx)=P(\sqrt{Y}\leqx)...
i'm not sure where to go from here...
can I just substitute \sqrt{y} for x so I have:
F_{Y}(y)=\frac{\sqrt{y}+1}{2} ??