Gauss M.D.
- 151
- 1
Homework Statement
X is uniformly distributed over [-1,1]. Compute the density function f(y) of Y = 2X2 + 1.
Homework Equations
The Attempt at a Solution
FY(Y) = P(Y < y) = P(2X2 + 1 < y) = P(X < +\sqrt{1/2(y-1)} = FX(+\sqrt{1/2(y-1)})
We have that f(x) = 0.5 for -1 < x < 1, so we should integrate f(x) from -1 to +\sqrt{1/2(y-1)} to get FY(y), and then take the derivative of that to get f(y).
But how do I deal with the + in front of the square root? What does P(X < +\sqrt{1/2(y-1)} even mean? "The probability that X is smaller than plus minus x" doesn't seem to make much sense to me!