I have the following expression:
$$\sum_{i=0}^{n-1}[\rho^i-\frac{1}{n}(\frac{\rho^{i+1}-1}{\rho-1})]^2 $$
I would like to reduce this to a closed form expression. What I have tried so far:
Remove the square by multiplying out. This give an inner expression of: $$\rho^{2i}-2\frac{\rho^i}{n}(\frac{\rho^{i+1}-1}{\rho-1})+\frac{1}{n^2}\frac{(\rho^{i+1}-1)^2}{(\rho-1)^2}$$
Split out the sum on each term $$\sum_{i=0}^{n-1}\rho^{2i}-\sum_{i=0}^{n-1}2\frac{\rho^i}{n}(\frac{\rho^{i+1}-1}{\rho-1})+\sum_{i=0}^{n-1}\frac{1}{n^2}\frac{(\rho^{i+1}-1)^2}{(\rho-1)^2}$$
Hope for some nice expressions to arise e.g. using geometric series.
I have only done some simple manipulations with geometric series before and can't get further than the above. All help is appreciated!