By mathematical induction I need to show that $a$ is a positive real number other than $1$, then
$$\sum^n_{j=1}{a^j}=(a)\frac{1-a^n}{1-a}$$
For each natural number $n$.
We us ethe first principle of mathematical induction. For the base case that $1^3=1=(\frac{1*2}{2})^2$. We presume that the above is true for all positive real numbers other than 1. Then
$$\sum^{n+1}_{j=1}{a^j}=(a)\frac{1-a^{n+1}}{1-a}$$
Could I show this and then somehow expand and factor? Or am I on the wrong track?