Help with probability distribution function question

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
TPDC130
Messages
6
Reaction score
0

Homework Statement



Let X and Y be two independent random variables with the same probability density funtion over:

f(x) = {1/a if x € [0,a]
{0 if x=0

Find the density distribution of a) X + Y and b) X*Y


Homework Equations





The Attempt at a Solution



Ok, my initial thoughts are for:

a) That f(X+Y) is simply the product of each of their densities, which would result in 1/(a^2)

b) f(X*Y) is the sum of their individual distributions. i.e. 2/a


This seems a little too simple for me and I think I am looking at it from the wrong perspective.

Any thoughts or advice?
 
Physics news on Phys.org
No, i don't think this is right. Just consider that the two random variables are idependently and identically distributed w.r.t the distribution you mentioned above. So [itex]X + Y[/itex]takes its values in the interval [itex][0, 2a][/itex]. What you were referring to is the Gaussian distribution where the result concerning a would be valid. In this case however, since the points are distributed according to (1) a continuous distribution which is (2) uniform, we conclude that if the two random variable [itex]X, Y[/itex] also are distributed according to this distribution, then there sum has to be distributed (again uniformly) with probability density [itex]1/2a[/itex]. Converesely, take question b. You may regard X and Y as some sort of random coordinates which give you point lying a sqaure with side length a. Again, recalling that we deal with uniform distributions, we find the probability density function to be constant [itex]1/a^{2}[/itex]. The problem is that one has to distinguish between uniform distributions and the standard distributions, i.e., Gaussian, binomial, geometric, multinomial, Poisson, exponential.
 
You can get the density f(z) of X+Y by differentiating the CDF F(z) = Pr{X+Y <= z}, and the latter is an integral over the two-dimensional region {x+y <= z, 0 <= x,y <= a}. Or, Google "convolution".

RGV