Let $X_1,X_2,\dots,X_n \sim U(0,1)$. They are iid. Let $X_{(n)}=\max\{X_1,X_2,\dots,X_n\}$, then what is the asymptotic distribution of $X_{(n)}$.
I know the method for finding the asymptotic distribution by Delta Method but I'm unable to find the derivative here. As delta method says that $$ \sqrt{n}\Big(g(X_n)-g(\theta)\Big)\sim N\big(0,\sigma^2[g^\prime(\theta)]^2\big) $$ But here how to compute $[g^\prime(\theta)]^2$?
For $0<t<1$:
$$F_{X_n}(t)=P(\max\{X_1,...X_n\}\le t)=P(X_1\le t,\ldots,X_n\le t)=P(X_1\le t)\cdots P(X_n\le t)=t^n$$
So
$$F_{X_n}(t)= \begin{cases} 0 & \text{ if } t\le 0\\ t^n & \text{ if } 0<t<1\\ 1 & \text{ if } t\ge 1 \end{cases} $$
From the equation above it is clear that $X_{(n)}\xrightarrow{P} 1$ (and in distribution). However, this limit statement to a degenerate distribution does not fully reveal the asymptotic distribution of $X_{(n)}$. So we search for sequences $k_n$ and $a_n$ such that $k_n(X_{(n)}-a_n)$ has a non-degenerate limiting distribution.
Computing the distribution function of $k_n(X_{(n)}-a_n)$ directly we have:
$$F(u)=P(k_n(X_{(n)}-a_n)\le u)=P\left(X_{(n)}\le\frac{u}{k_n}+a_n\right)$$
as long as $k_n>0$. Therefore:
$$F(u)=\left(\frac{u}{k_n}+a_n\right)^n\text{ for }0<\frac{u}{k_n}+a_n<1$$
We would like this expression to tend to a limit involving only $u$ as $n\rightarrow\infty$.
We observe that if we take $a_n=1$ and $k_n=n$ so that $F(u)=\left(1+\frac{u}{n}\right)^n$ which tends to $e^u$
We further observe that the values of $u$ which make the above limit valid are $0<a_n+\frac{u}{k_n}<1$ which in this case becomes $-1<\frac{u}{n}<0$. So $u$ may be any negative real number, since for any $u<0$, $-1<\frac{u}{n}<0$ for all $n>|u|$. We conclude that the random variable $U$ has the distribution function:
$$F(u)= \begin{cases} e^u & \text{ if }u\le 0\\ 1 & \text{ if }u > 0 \end{cases} $$
then $n(X_{(n)}-1)\xrightarrow{d} U$. Since $-U$ is a standard exponential random variable, we may also write:
$$n(1-X_{(n)})\xrightarrow{d} \text{Exponential}(1)$$