Mehdi H. answered 02/23/24
Teaching High Level Math Courses
One must have ∑_{m, n=1 to infinity) P(x=n, Y=m) = 1. That is: one must have
Sum_(m, n = 1 to ∞) a2b(m+n) = 1
But (since a and b are less than 1)
Sum_(m, n = 1 to ∞) a2b(m+n) = a2 Sum_{m=1 to ∞}(Sum_{n=1 to ∞) b^(n+m)) =
a2 Sum_{m=1 to ∞} (b(1+m)/(1 - b)) = a2(b2/(1 - b)2) = a2b2/(1 - b)2 = a2b2/a2=b2
Which is not equal to 1. So, for m and n starting at 1 P(X=n, Y=m) must be
(a2/b2)b(m+n)
But if we assume that m and n start at zero then
Sum_(m, n = 0 to ∞) a2b(m+n) = a2(1/(1 - b)2) = a2/a2 = 1.
So let us assume that m and n start at 0. With this assumption we have
P(X = n) = Sum_{m=0 to ∞) a2b(m+n) = a2(bn/(1-b)) = abn
Similarly
P(Y = m) = Sum_{n = 0 to ∞) a2b(m+n) = abm
This shows that
P(X = n, Y = m) = P(X=n)P(Y=m)
Which implies that X and Y are independent. We need E(X) and E(Y).
E(X) = Sum_{n=0 to ∞} n abn = ab/(1 - b)2 = ab/a2 = b/a
E(Y) = Sum_{n=0 to ∞) m abm = ab/(1 - b)2 = b/a
Therefore
E(XY) = E(X) E(Y) = (b/a)2. (Because X and Y are independent)
Also
E(X^2) = Sum_{n=0 to ∞} n2 abn = ab(1 + b)/(1 - b)2 = (b/a)(1 + b)
Similarly
E(Y^2) = (b/a)(1 + b)
And
Cov(X, Y) = E(XY) - E(X)E(Y) = E(X)E(Y) - E(X)E(Y) = 0