Adding decreasing power of the same number

432 Views Asked by At

Simpler ways of writing for example $a^{n}$ + $a^{n-1}$ + $a^ {n-2}$ + ... + a=

what is this even called ?

1

There are 1 best solutions below

0
On

This is a (finite) geometric series, which can be given by the formula $$ \sum_{k=0}^{n}a^k= \frac{a(1-a^n)}{1-a} \, . $$