X1, X2, X3, . . . independent, U(0, 1) distributed random variables. Prove that if n → ∞, then:
$ Y_n= \frac{\sum_{k=1}^{n} kX_k - \frac{n^{2}}{4}}{\frac{1}{6}n^{3/2}} \ $ goes to normal distribution N(0,1) in distribution
so what I tried to do is that I defined a new Random Variable $Y=kX$ such that I would apply CLT to it and therefore the new expectation would be E(Y)= $\frac{n}{2}$ and the new variance V(Y)= $\frac{n^{2}}{12}$ and I tried applying the theory but it seems that I am missing something because I couldn't prove the above, can someone please help ?
The new random variable is the following
$$W=\Sigma_{k=1}^n kX_k$$
Now observe that
$$\mathbb{E}[W]=\Sigma_{k=1}^n k\cdot \mathbb{E}[X_1]=\frac{1}{2}\frac{n(n+1)}{2}\approx\xrightarrow{n\rightarrow +\infty}\approx \frac{n^2}{4}$$
$$\mathbb{V}[W]=\Sigma_{k=1}^n k^2\cdot \mathbb{V}[X_1]=\frac{1}{12}\frac{2n^3+3n^2+n}{6}\approx\xrightarrow{n\rightarrow +\infty}\approx \frac{n^3}{6^2}$$
use the CLT to get your result
$$\frac{W-\mathbb{E}[W]}{\sqrt{\mathbb{V}[W]}}\xrightarrow{\mathcal{L}} \Phi_{\{0;1\}}$$