Step 1: Understanding the Concept:
The problem provides the joint cumulative distribution function (CDF) of two random variables X and Y. To find the variance of X, we first need to find the marginal CDF of X, then the marginal probability density function (PDF) of X. From the PDF, we can identify the distribution or calculate the variance directly.
Step 2: Key Formula or Approach:
1. Find the marginal CDF of X, \(F_X(x)\), by taking the limit of the joint CDF as \(y \to \infty\).
\[ F_X(x) = \lim_{y \to \infty} F_{X,Y}(x,y) \]
2. Find the marginal PDF of X, \(f_X(x)\), by differentiating the marginal CDF.
\[ f_X(x) = \frac{d}{dx} F_X(x) \]
3. Recognize the distribution from its PDF. The PDF \(f(x) = \lambda e^{-\lambda x}\) for \(x>0\) corresponds to an exponential distribution with rate \(\lambda\).
4. The variance of an exponential distribution is given by \(\text{Var}(X) = \frac{1}{\lambda^2}\).
Step 3: Detailed Explanation:
First, we find the marginal CDF of X for \(x>0\):
\[ F_X(x) = \lim_{y \to \infty} (1 - e^{-x} - e^{-y} + e^{-(x+y)}) \]
As \(y \to \infty\), the term \(e^{-y} \to 0\) and the term \(e^{-(x+y)} = e^{-x}e^{-y} \to 0\).
\[ F_X(x) = 1 - e^{-x} - 0 + 0 = 1 - e^{-x} \]
So, the marginal CDF of X is \(F_X(x) = 1 - e^{-x}\) for \(x>0\).
Next, we find the marginal PDF of X by differentiating \(F_X(x)\):
\[ f_X(x) = \frac{d}{dx}(1 - e^{-x}) = -(-e^{-x}) = e^{-x} \]
The PDF is \(f_X(x) = e^{-x}\) for \(x>0\). This is the PDF of an exponential distribution with rate parameter \(\lambda = 1\).
Finally, we find the variance of X. For an exponential distribution with rate \(\lambda\), the variance is \(1/\lambda^2\).
\[ \text{Var}(X) = \frac{1}{1^2} = 1 \]
Alternatively, notice that the joint CDF can be factored:
\[ F_{X,Y}(x,y) = 1 - e^{-x} - e^{-y} + e^{-x}e^{-y} = (1 - e^{-x})(1 - e^{-y}) = F_X(x)F_Y(y) \]
This shows that X and Y are independent, and both follow an exponential distribution with \(\lambda = 1\).
Step 4: Final Answer:
The variance of X is 1.