Joint Probability functions (finding marginals)

Ryuuzakie
Messages
3
Reaction score
0

Homework Statement


f\left(x,y\right)=\left\{\begin{array}{cc}\frac{1}{y} ,&amp;\mbox{ if }<br /> 0 \leq x \leq y, 0 \leq y \leq 1 \\ 0,&amp;mbox{ otherwise } \end{array}\right.

Find the marginal distributions (pdf and cdf) of X and Y

Find Pr(X+Y>0.5)

Homework Equations


N/A

The Attempt at a Solution



Finding the marginal distribution of X, I get,

f_X(x) = \int_{0}^{1} \frac{1}{y} dx
f_X(x) = ln \left(y\right)\right|_0^1

But ln (0) does not exist, and ln (1) = 0... so I'm thinking I'm doing this wrong.

Also, with the second part of the problem, I get:
Pr(X+Y \geq 0.5)=1- \left[0.5 ln \left(y\right) - y\right]_0^1

And as before, I'm stuck with an ln(0).. any assistance would be appreciated :)!
 
Physics news on Phys.org
note that f_{X,Y}(x,y) [\itex] is only non-zero for the triangle given by x = 0, y= 1 &amp; y=x<br /> <br /> so you may need to rethink your integration limits...
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top