I want to prove that if probability density function (PDF) of a random variable X is fX(x) and another random variable Y is defined as Y=2X+3, then the PDF of Y is fY(y)=12fX(y−32).
My Approach:
We Know: P(X≤x)=∫x−∞fX(x)dx
similarly,P(Y≤y)=∫y−∞fY(y)dy
Now,Y=2X+3
⟹P(Y≤y)=P((2X+3)≤y)
=P(X≤(y−32))
⟹P(Y≤y)=∫y−32−∞fX(y)dy
⟹∫y−∞fY(y)dy=∫y−32−∞fX(y)dy
Now how can I proceed further to find a relationship between fY and fX?
Answer
"We know: P(X≤x)=∫x−∞fX(x)dx... "
Observe that on RHS the x is fixed and variable at the same time. That is confusing notation. You should write something like:P(X≤x)=∫x−∞fX(u)du
You found: P(Y≤y)=∫y−32−∞f(u)du=∫+∞−∞1(−∞,y−32](u)f(u)du
(Notice that I introduce u here in order to avoid the confusing notation).
Now substitute u=v−32 to get ⋯=∫∞−∞1(−∞,y−32](v−32)f(v−32)d(v−32)=∫y−∞12f(v−32)dv
No comments:
Post a Comment