Let $X_1,...,X_n$ be iid exponential with scale parameter $\theta$. That is for each $i \in \{ 1,2,...,n\}$, $X_i \sim f_{X_i}(x) = \frac{1}{\theta}\exp(-x/\theta) $. I am interested in the max order statistic $X_{(n)} := \max_{i\in \{1,...,n\}}X_i $. I know the pdf of this max order statistic is $$f_{X_{(n)}}(x) = \frac{n}{\theta} \exp(-x/\theta)(1-\exp(-x/\theta))^{n-1} .$$
For this statistic, I wish to compute the expected value and variance. However, the actual integrals are complicated, and I cannot see how to relate this pdf to an already known distribution.
Can anyone help me figure this out?
Thank you.