Solving Change of Variable Homework: Find cdf of Y

  • Thread starter Thread starter thereddevils
  • Start date Start date
  • Tags Tags
    Change Variable
AI Thread Summary
To find the cumulative distribution function (cdf) of Y, where Y=X^2 and X has a probability density function (pdf) of f(x)=2x for 0<x<1, one must evaluate P(Y<=y) by transforming the variable. The calculation involves determining the limits of integration correctly, as f(x) is only non-zero in the interval [0,1]. The initial attempt incorrectly yielded a cdf of 0 for the interval [0,1], indicating a misunderstanding of the limits. Adjusting the limits of integration is necessary to accurately compute the cdf of Y.
thereddevils
Messages
436
Reaction score
0

Homework Statement



Let X be a random variable with pdf f(x)=2x , for 0<x<1 and let Y=X^2, find the cdf of Y.

Homework Equations


The Attempt at a Solution



cdf = P(Y<=y) = P(X^2<=y)

= P(-\sqrt{y}\leq X\leq \sqrt{y})

=\int^{\sqrt{y}}_{-\sqrt{y}}2x dx

= 0 for 0<y<1

Am i correct?
 
Last edited:
Physics news on Phys.org
You're close. Remember that f(x) is non-zero only on the interval [0,1].
 
vela said:
You're close. Remember that f(x) is non-zero only on the interval [0,1].

Thanks Vela, but why did i get 0 for the interval [0,1]
 
Again: f(x) is non-zero only on the interval [0,1].
 
vela said:
Again: f(x) is non-zero only on the interval [0,1].

What is the significance of that?
 
Check your limits of integration, keeping in mind my previous posts.
 
vela said:
Check your limits of integration, keeping in mind my previous posts.

do i adjust the limit of the integration?
 
Back
Top