The Cov(X,Y) on a square dart board

  • Context: Graduate 
  • Thread starter Thread starter BookMark440
  • Start date Start date
  • Tags Tags
    Board Square
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
BookMark440
Messages
9
Reaction score
0
A point (X, Y) is picked at random, uniformly from the square with corners at (0,0), (1,0), (0,1) and (1,1). Compute Cov{X, Y}.

I think of this as darts thrown at a unit square dart board.

Cov(X,Y) = E(XY) - E(X)E(Y).

I compute that E(X)=E(Y)= 0.5 using the integral xf(x).

But I cannot figure out how to approach computing E(XY). Or is there a better strategy for solving this?

THANKS!
 
Physics news on Phys.org
Welcome to PF!

BookMark440 said:
I compute that E(X)=E(Y)= 0.5 using the integral xf(x).

But I cannot figure out how to approach computing E(XY).

Hi BookMark440! Welcome to PF! :smile:

(I'm not sure exactly what you mean by f(x))

If you got E(X) from ∫x, why can't you get E(XY) from ∫∫xy ?
 
Thanks. I did that and ended up getting zero for an answer, which always makes me think I made an error. In this case, I guess it just verifies that X,Y are independent.
 
A covariance of zero is very common in textbook examples.